/* CSS Document */

#wrapper{
	grid-template-rows: auto 1fr;
}

#siteName{
	@media (min-width: 1200px) {
		transition: opacity 0.2s ease-out;
		.scrollTop &{
			opacity: 0;
			pointer-events: none;
		}
	}
}

#pagePath{
	display: none;
}

#hero{
	@media (min-width: 1200px) {
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 40px;
			aspect-ratio: 1;
			width: 240px;
			background: var(--color-theme) url('/common/images/en.logoType.vt.svg') no-repeat center / 80%;
		}
		.scrollTop &:before{
			z-index: 1000;
		}
	}
}

#heroSlide{
	display: grid;
	& dl{
		display: grid;
		grid-template-columns: clamp(24px, calc(56 / 992 * 100dvw), 56px) 1fr clamp(24px, calc(56 / 992 * 100dvw), 56px);
		aspect-ratio: 3 / 2;
		overflow: hidden;
	}
	& dt{
		grid-column: 2;
		color: #fff;
		font-weight: 600;
		font-size: clamp(16px, calc(40 / 768 * 100dvw), 40px);
		letter-spacing: 0.01em;
	}
	& dd{
		&:has(img){
			grid-column: 1 / 4;
			grid-row: 1;
		}
		&:has(a){
			grid-column: 2;
			display: flex;
		}
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
		}
		& a{
			position: relative;
			display: grid;
			grid-template-columns: auto 1fr;
			column-gap: 1em;
			padding: 0 1em 0.25em 0.5em;
			font-weight: 600;
			letter-spacing: 0.05em;
			text-decoration: none;
			&:before{
				content: "";
				aspect-ratio: 1;
				width: 1em;
				background: currentColor;
				transform: translateY(calc(0.825em - 50%));
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8,2.48c-1.38,0-2.5,1.12-2.5,2.5s1.12,2.5,2.5,2.5,2.52-1.12,2.52-2.5-1.13-2.5-2.52-2.5ZM8,0C5.17.09,2.91,2.3,2.91,5.02c0,2,3.62,8.72,4.76,10.78.15.26.52.26.66,0,1.12-2.11,4.77-9.09,4.77-10.78C13.09,2.3,10.83.09,8,0ZM8,8.6c-2,0-3.62-1.62-3.62-3.62s1.62-3.62,3.62-3.62,3.63,1.62,3.63,3.62-1.63,3.62-3.63,3.62Z"/></svg>') no-repeat center / contain;
			}
			&:after{
				content: "";
				position: absolute;
				top: calc(100% - 1px);
				left: 0;
				width: 100%;
				border-bottom: 1px solid currentColor;
				opacity: 0.4;
			}
		}
	}
	&:not(.slick-slider){
		& dl{
			grid-column: 1;
			grid-row: 1;
			&:nth-child(n+2){
				visibility: hidden;
			}
		}
	}
	&.slick-slider{
		grid-template-columns: auto 1fr auto;
		.slick-list{
			grid-column: 1 / 4;
			grid-row: 1;
		}
		.slick-arrow{
			grid-row: 1;
		}
		.slick-prev{
			grid-column: 1;
		}
		.slick-next{
			grid-column: 3;
		}
		.slick-dots{
			grid-column: 1 / 4;
			grid-row: 1;
			z-index: 1;
		}
	}
	@media (max-width: 991.98px) {
		& dl{
			grid-row-gap: 16px;
		}
		& dt{
			color: var(--color-theme);
		}
		& dd{
			&:has(a){
				justify-content: center;
			}
		}
		&.slick-slider{
			.slick-list{
				grid-row: 1 / 3;
			}
			.slick-dots{
				aspect-ratio: 3 / 2;
				align-content: end;
				padding: var(--wrap-space);
			}
		}
	}
	@media (min-width: 992px) {
		& dl{
			grid-template-rows: 1fr auto 64px;
			grid-row-gap: 32px;
			width: 100%;
			max-height: calc(100dvh - 112px);
			&:before{
				content: "";
				grid-column: 1 / 4;
				grid-row: 1 / 4;
				aspect-ratio: 3 / 2;
				width: 100%;
				max-height: calc(100dvh - 112px);
				background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 30%);
				pointer-events: none;
			}
			&:has(a){
				& dt{
					grid-row: 1;
				}
			}
		}
		& dt{
			grid-row: 1 / 3;
			align-self: end;
			color: #fff;
			z-index: 1;
		}
		& dd{
			&:has(img){
				grid-row: 1 / 4;
				z-index: -1;
			}
			&:has(a){
				grid-row: 2;
			}
			& img{
				max-height: calc(100dvh - 112px);
			}
			& a{
				color: #fff;
				&:hover{
					color: var(--color-theme);
				}
			}
		}
		.slick-dots{
			align-self: end;
			height: 64px;
		}
	}
}

#alert{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1220px);
	justify-content: center;
	margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	& h2{
		display: none;
	}
	& h2+div{
		display: grid;
		grid-row-gap: 16px;
	}
	& dl{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		grid-gap: 8px 16px;
		padding: clamp(16px, calc(24 / 768 * 100dvw), 24px);
		border: 2px solid currentColor;
		border-radius: 8px;
		color: #d4145a;
		font-weight: 500;
		text-align: center;
	}
	& dt{
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		column-gap: 16px;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 32px;
			background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.8,29.37c-.22.39-.64.63-1.09.63H1.28c-.45,0-.86-.24-1.09-.63-.22-.39-.23-.87,0-1.25L14.91,2.63c.22-.39.64-.63,1.09-.63s.86.24,1.09.63l14.72,25.49c.22.39.22.87,0,1.26Z" style="fill: %23dfb22a;"/><path d="M16,22.9c-1.09,0-1.98.89-1.98,1.98s.89,1.98,1.98,1.98,1.98-.89,1.98-1.98c0-1.09-.89-1.98-1.98-1.98ZM16,21.74c.67,0,1.22-.55,1.22-1.22l.76-8.96c0-1.09-.89-1.98-1.98-1.98s-1.98.89-1.98,1.98l.76,8.96c0,.67.55,1.22,1.22,1.22Z" style="fill: %233d3d3d;"/></svg>') no-repeat center / contain;
		}
	}
	& dd{
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	@media (max-width: 575.98px) {
		& dt{
			width: 100%;
			justify-content: center;
		}
	}
}

#discover{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1288px);
	justify-content: center;
	margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	overflow: hidden;
	&:after{
		content: "";
		justify-self: end;
		aspect-ratio: 300 / 113;
		height: clamp(120px, calc(224 / 1400 * 100dvw), 224px);
		background: var(--color-theme);
		-webkit-mask: var(--discover-pict) no-repeat center / contain;
	}
	& h2{
		justify-self: center;
		display: grid;
		justify-content: start;
		width: min(100%, 1260px);
		color: var(--color-theme);
		font-weight: 500;
		font-size: clamp(24px, calc(36 / 768 * 100dvw), 36px);
		font-family: kodchasan, sans-serif;
		letter-spacing: 0.025em;
		&:before{
			content: "";
			height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 64"><path d="M92.92,50.3l.07-.41c.11-.65.22-1.3.33-1.94,1.68-9.44,5.6-42.94,5.77-44.37.12-.79.8-1.38,1.6-1.38h5.06c.79,0,1.46.55,1.59,1.31.04.33,4.79,34.85,6.72,44.47.45,2.24,1.82,9.06,8.48,9.56,2.62.22,5.01-1,6.92-3.49,2.5-3.25,6.6-5.19,10.98-5.19h19.57v-2.2h-19.57c-5.05,0-9.81,2.26-12.72,6.05-1.45,1.88-3.13,2.76-5.02,2.64-4.43-.33-5.8-4.35-6.49-7.8-1.84-9.16-6.2-40.74-6.7-44.37C109.18,1.33,107.6,0,105.74,0h-5.06c-1.88,0-3.5,1.41-3.78,3.32-.42,3.56-4.11,35.05-5.75,44.24-.12.69-.24,1.38-.35,2.06l-.05.31c-1.03,6.1-1.99,11.87-5.69,11.87-2.77,0-4.3-7.37-5.22-11.78-.2-.97-.39-1.9-.59-2.71l-.07-.29c-.84-3.63-2.59-11.18-8-11.18-4.61,0-6.43,5.99-7.63,9.97-.16.52-.3,1-.44,1.41-.23.68-.44,1.37-.65,2.04l-.05.16c-1.29,4.19-2.19,6.76-4.42,6.76h-.09c-2.11-.06-4.11-5.07-4.87-8.61,0,0-4.57-20.23-6.02-26.7-1.1-4.91-4.73-8.41-8.81-8.51-5.92-.22-8.3,6.67-8.88,8.8l-5.45,22.19c-.48,1.97-2.24,3.34-4.28,3.34l-18.51-.03C.49,46.66,0,47.15,0,47.75c0,.61.49,1.1,1.1,1.1l18.53.03c3.04,0,5.67-2.06,6.4-5.02l5.44-22.16c1.28-4.62,3.7-7.21,6.7-7.16,3.02.07,5.85,2.93,6.72,6.8.73,3.23,2.23,9.9,3.55,15.77l1.73,7.66c.47,2.09.66,2.92.78,3.25h-.04c.22,1.05,2.3,10.21,6.95,10.35h.16c3.94,0,5.19-4.03,6.5-8.31.22-.71.44-1.43.68-2.15.14-.42.29-.91.46-1.47.95-3.14,2.54-8.41,5.53-8.41,3.66,0,5.15,6.4,5.86,9.48l.07.3c.18.78.37,1.66.56,2.59v.07c1.27,6.03,2.83,13.53,7.39,13.53,5.56,0,6.73-6.97,7.86-13.7Z"/></svg>') no-repeat center left / contain, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 64 64"><rect y="46.66" width="64" height="2.2"/></svg>') no-repeat calc(clamp(120px, calc(160 / 768 * 100dvw), 160px) - 1px) center / calc(100% - clamp(120px, calc(160 / 768 * 100dvw), 160px) - 8px + 2px) 100%, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 64"><path d="M6.9,46.77H0v2.2h6.9c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1Z"/></svg>') no-repeat right center / auto 100%;
		}
	}
	#discoverList{
		margin-top: 24px;
	}
	@media (max-width: 1199.98px) {
		&:after{
			margin-top: 24px;
			transform: translateX(48px);
		}
	}
	@media (min-width: 1200px) {
		margin-top: 72px;
		&:after{
			grid-column: 1;
			grid-row: 1;
			transform: translate(88px, 24px);
		}
		& h2{
			grid-column: 1;
			grid-row: 1;
			align-self: end;
		}
	}
}

#discoverList{
	display: grid;
	& section{
		display: grid;
		&:nth-child(1) img{
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 690 460"><path d="M16.23,210.23c-18.47,53.36-25.22,90.21,1.68,139.57,53.09,97.38,166.12,115.99,212.35,108.83,25.81-4,50.82-12.76,76.18-19.46,53.39-14.1,108.67-18.98,163.35-14.53,47.07,3.83,95.52,26.12,140.14-1.9,22.74-14.28,36.94-38.42,52.17-61.08,17.54-26.08,26.81-64.13,27.76-96.41,3.17-107.79-50.04-191.62-172.1-244.21C336.12-57.23,54.35,100.09,16.23,210.23Z"/></svg>') no-repeat center / contain;
		}
		&:nth-child(2) img{
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 690 460"><path d="M270,58.74c37.78,0,88.4-19.59,103.26-27.15,63.18-32.13,139.45-44.07,205.04-15.27,50.85,22.33,97.58,74.01,106.85,140.54,4.95,35.58,6.68,72.18,2.46,108-6.85,58.11-30.82,110.85-71.23,144.49-48.3,40.21-144.51,67.91-246.38,38.16-74.09-21.64-133,31.35-226.86,3.28-27.4-8.19-54.17-21.12-76.21-42.67C28.74,370.79,1.75,312.63.1,252.79-1.74,186.33,22.17,123.73,72.18,90.69c90.82-60.01,151.05-31.94,197.82-31.94Z"/></svg>') no-repeat center / contain;
		}
		&:nth-child(3) img{
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 690 460"><path d="M46.09,318.37c26.74,27.33,60.05,37.5,93.71,47.81,20.62,6.31,40.93,16.22,56.05,33.21,47.58,53.48,102.86,59.32,139.87,60.36,184.95,5.19,271.92-72.79,313.28-127.95,99.93-133.27-6.65-277.87-67.35-293.5-114.76-29.55-139.81,4.04-239.69,4.04-86.61,0-178.53-109.8-294.62,24.24-18.01,20.8-96.13,154.85-1.25,251.79Z"/></svg>') no-repeat center / contain;
		}
	}
	& h3{
		display: grid;
		grid-row-gap: 0.5em;
		color: var(--color-theme);
		font-weight: 600;
		font-size: clamp(24px, calc(40 / 992 * 100dvw), 40px);
		text-align: center;
		&:after{
			content: "";
			width: 100%;
			height: 2px;
			background: currentColor;
			border-radius: 1px;
		}
	}
	& h3+div{
		margin-top: clamp(16px, calc(24 / 992 * 100dvw), 24px);
	}
	& h3+div+div{
		display: flex;
		justify-content: center;
		margin-top: clamp(40px, calc(64 / 992 * 100dvw), 64px);
		& a{
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			column-gap: 0.5em;
			min-width: min(100%, 280px);
			min-height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			padding: 0.25em 1.5em 0.25em 2em;
			border: 1px solid currentColor;
			border-radius: clamp(24px, calc(32 / 768 * 100dvw), 32px);
			font-weight: 600;
			letter-spacing: 0.05em;
			text-align: center;
			text-decoration: none;
			&:hover{
				background: var(--color-theme);
				border-color: transparent;
				color: #fff;
			}
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				background: currentColor;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="5.6 3.2 10.4 8 5.6 12.8" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
			}
			@media (min-width: 768px) {
				&:after{
					-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="4.8 1.6 11.2 8 4.8 14.4" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>');
				}
			}
		}
	}
	& figure{
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
		}
	}
	@media (max-width: 991.98px) {
		grid-row-gap: 48px;
		& section{
			& figure{
				grid-row: 2;
				margin-top: 16px;
			}
		}
	}
	@media (min-width: 992px) {
		grid-row-gap: 24px;
		& section{
			column-gap: clamp(40px, calc(96 / 1400 * 100dvw), 96px);
			grid-template-columns: auto 1fr auto;
			width: min(100%, 1200px);
			min-height: clamp(400px, calc(460 / 1400 * 100dvw), 460px);
			& h3{
				align-self: end;
			}
			& h3+div+div{
				align-self: start;
			}
			& figure{
				grid-row: 1 / 4;
			}
			&:nth-child(odd){
				justify-self: start;
				grid-template-columns: min(57%, 690px) 1fr;
				& figure{
					grid-column: 1;
				}
			}
			&:nth-child(even){
				justify-self: end;
				grid-template-columns: 1fr min(57%, 690px);
				& figure{
					grid-column: 2;
				}
			}
		}
	}
}

#topics{
	position: relative;
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1288px);
	justify-content: center;
	margin-top: clamp(56px, calc(96 / 992 * 100dvw), 96px);
	padding: clamp(40px, calc(64 / 992 * 100dvw), 64px) 0 clamp(56px, calc(96 / 992 * 100dvw), 96px) 0;
	background: #edf5f1;
	overflow: hidden;
	&:after{
		content: "";
		justify-self: end;
		aspect-ratio: 300 / 77;
		height: clamp(96px, calc(192 / 1400 * 100dvw), 192px);
		background: var(--color-theme);
		-webkit-mask: var(--topics-pict) no-repeat center / contain;
	}
	& h2{
		justify-self: center;
		display: grid;
		justify-content: start;
		width: min(100%, 1260px);
		color: var(--color-theme);
		font-weight: 500;
		font-size: clamp(24px, calc(36 / 768 * 100dvw), 36px);
		font-family: kodchasan, sans-serif;
		letter-spacing: 0.025em;
		&:before{
			content: "";
			height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 64"><path d="M92.92,50.3l.07-.41c.11-.65.22-1.3.33-1.94,1.68-9.44,5.6-42.94,5.77-44.37.12-.79.8-1.38,1.6-1.38h5.06c.79,0,1.46.55,1.59,1.31.04.33,4.79,34.85,6.72,44.47.45,2.24,1.82,9.06,8.48,9.56,2.62.22,5.01-1,6.92-3.49,2.5-3.25,6.6-5.19,10.98-5.19h19.57v-2.2h-19.57c-5.05,0-9.81,2.26-12.72,6.05-1.45,1.88-3.13,2.76-5.02,2.64-4.43-.33-5.8-4.35-6.49-7.8-1.84-9.16-6.2-40.74-6.7-44.37C109.18,1.33,107.6,0,105.74,0h-5.06c-1.88,0-3.5,1.41-3.78,3.32-.42,3.56-4.11,35.05-5.75,44.24-.12.69-.24,1.38-.35,2.06l-.05.31c-1.03,6.1-1.99,11.87-5.69,11.87-2.77,0-4.3-7.37-5.22-11.78-.2-.97-.39-1.9-.59-2.71l-.07-.29c-.84-3.63-2.59-11.18-8-11.18-4.61,0-6.43,5.99-7.63,9.97-.16.52-.3,1-.44,1.41-.23.68-.44,1.37-.65,2.04l-.05.16c-1.29,4.19-2.19,6.76-4.42,6.76h-.09c-2.11-.06-4.11-5.07-4.87-8.61,0,0-4.57-20.23-6.02-26.7-1.1-4.91-4.73-8.41-8.81-8.51-5.92-.22-8.3,6.67-8.88,8.8l-5.45,22.19c-.48,1.97-2.24,3.34-4.28,3.34l-18.51-.03C.49,46.66,0,47.15,0,47.75c0,.61.49,1.1,1.1,1.1l18.53.03c3.04,0,5.67-2.06,6.4-5.02l5.44-22.16c1.28-4.62,3.7-7.21,6.7-7.16,3.02.07,5.85,2.93,6.72,6.8.73,3.23,2.23,9.9,3.55,15.77l1.73,7.66c.47,2.09.66,2.92.78,3.25h-.04c.22,1.05,2.3,10.21,6.95,10.35h.16c3.94,0,5.19-4.03,6.5-8.31.22-.71.44-1.43.68-2.15.14-.42.29-.91.46-1.47.95-3.14,2.54-8.41,5.53-8.41,3.66,0,5.15,6.4,5.86,9.48l.07.3c.18.78.37,1.66.56,2.59v.07c1.27,6.03,2.83,13.53,7.39,13.53,5.56,0,6.73-6.97,7.86-13.7Z"/></svg>') no-repeat center left / contain, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 64 64"><rect y="46.66" width="64" height="2.2"/></svg>') no-repeat calc(clamp(120px, calc(160 / 768 * 100dvw), 160px) - 1px) center / calc(100% - clamp(120px, calc(160 / 768 * 100dvw), 160px) - 8px + 2px) 100%, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 64"><path d="M6.9,46.77H0v2.2h6.9c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1Z"/></svg>') no-repeat right center / auto 100%;
		}
	}
	#topicsList{
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	}
	#topicsLink{
		margin-top: clamp(40px, calc(64 / 992 * 100dvw), 64px);
	}
	@media (max-width: 1199.98px) {
		&:after{
			margin-top: 24px;
			transform: translateX(32px);
		}
	}
	@media (min-width: 1200px) {
		&:after{
			grid-column: 1;
			grid-row: 1;
			transform: translateX(88px);
		}
		& h2{
			grid-column: 1;
			grid-row: 1;
			align-self: end;
		}
	}
}

#topicsList{
	display: grid;
	& section{
		position: relative;
		display: grid;
		align-content: start;
		align-items: start;
		grid-gap: 8px;
		padding: clamp(16px, calc(24 / 992 * 100dvw), 24px);
		border: 1px solid #97c1c2;
		transition: background 0.2s ease-out;
		&:hover{
			background: #fff;
		}
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 4px;
			background: var(--dummy);
		}
		& h3{
			order: 1;
		}
	}
	& h3{
		font-weight: 600;
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 4px;
		}
	}
	& span{
		& section{
			grid-template-columns: clamp(120px, calc(330 / 992 * 100dvw), 330px) 1fr;
			grid-gap: clamp(16px, calc(24 / 992 * 100dvw), 24px);
			& h3{
				align-self: center;
			}
		}
	}
	@media (max-width: 991.98px) {
		& > section:nth-child(2){
			grid-template-columns: clamp(120px, calc(330 / 992 * 100dvw), 330px) 1fr;
			grid-gap: clamp(16px, calc(24 / 992 * 100dvw), 24px);
			border-top: none;
			& h3{
				align-self: center;
			}
		}
		& span{
			& section{
				border-top: none;
			}
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: min(50%, 550px) 1fr;
		grid-template-rows: 1fr 1fr;
		& section{
			&:nth-child(n+2){
				border-top: none;
			}
		}
		& span{
			grid-column: 2;
			grid-row: 1 / 3;
			align-self: end;
			& section{
				border-left: none;
			}
		}
	}
}

#topicsLink{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-width: min(100%, 420px);
		min-height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
		padding: 0.25em 1.5em 0.25em 2em;
		background: #fff;
		border: 1px solid currentColor;
		border-radius: clamp(24px, calc(32 / 768 * 100dvw), 32px);
		font-weight: 700;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		&:hover{
			background: var(--color-theme);
			border-color: transparent;
			color: #fff;
		}
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="5.6 3.2 10.4 8 5.6 12.8" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
		}
		@media (min-width: 768px) {
			&:after{
				-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="4.8 1.6 11.2 8 4.8 14.4" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>');
			}
		}
	}
}

#ranking{
	position: relative;
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1288px);
	justify-content: center;
	margin-top: clamp(32px, calc(48 / 992 * 100dvw), 48px);
	overflow: hidden;
	&:after{
		content: "";
		justify-self: end;
		aspect-ratio: 300 / 74;
		height: clamp(96px, calc(192 / 1400 * 100dvw), 192px);
		background: var(--color-theme);
		-webkit-mask: var(--ranking-pict) no-repeat center / contain;
	}
	& h2{
		justify-self: center;
		display: grid;
		justify-content: start;
		width: min(100%, 1260px);
		color: var(--color-theme);
		font-weight: 500;
		font-size: clamp(24px, calc(36 / 768 * 100dvw), 36px);
		font-family: kodchasan, sans-serif;
		letter-spacing: 0.025em;
		&:before{
			content: "";
			height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 64"><path d="M92.92,50.3l.07-.41c.11-.65.22-1.3.33-1.94,1.68-9.44,5.6-42.94,5.77-44.37.12-.79.8-1.38,1.6-1.38h5.06c.79,0,1.46.55,1.59,1.31.04.33,4.79,34.85,6.72,44.47.45,2.24,1.82,9.06,8.48,9.56,2.62.22,5.01-1,6.92-3.49,2.5-3.25,6.6-5.19,10.98-5.19h19.57v-2.2h-19.57c-5.05,0-9.81,2.26-12.72,6.05-1.45,1.88-3.13,2.76-5.02,2.64-4.43-.33-5.8-4.35-6.49-7.8-1.84-9.16-6.2-40.74-6.7-44.37C109.18,1.33,107.6,0,105.74,0h-5.06c-1.88,0-3.5,1.41-3.78,3.32-.42,3.56-4.11,35.05-5.75,44.24-.12.69-.24,1.38-.35,2.06l-.05.31c-1.03,6.1-1.99,11.87-5.69,11.87-2.77,0-4.3-7.37-5.22-11.78-.2-.97-.39-1.9-.59-2.71l-.07-.29c-.84-3.63-2.59-11.18-8-11.18-4.61,0-6.43,5.99-7.63,9.97-.16.52-.3,1-.44,1.41-.23.68-.44,1.37-.65,2.04l-.05.16c-1.29,4.19-2.19,6.76-4.42,6.76h-.09c-2.11-.06-4.11-5.07-4.87-8.61,0,0-4.57-20.23-6.02-26.7-1.1-4.91-4.73-8.41-8.81-8.51-5.92-.22-8.3,6.67-8.88,8.8l-5.45,22.19c-.48,1.97-2.24,3.34-4.28,3.34l-18.51-.03C.49,46.66,0,47.15,0,47.75c0,.61.49,1.1,1.1,1.1l18.53.03c3.04,0,5.67-2.06,6.4-5.02l5.44-22.16c1.28-4.62,3.7-7.21,6.7-7.16,3.02.07,5.85,2.93,6.72,6.8.73,3.23,2.23,9.9,3.55,15.77l1.73,7.66c.47,2.09.66,2.92.78,3.25h-.04c.22,1.05,2.3,10.21,6.95,10.35h.16c3.94,0,5.19-4.03,6.5-8.31.22-.71.44-1.43.68-2.15.14-.42.29-.91.46-1.47.95-3.14,2.54-8.41,5.53-8.41,3.66,0,5.15,6.4,5.86,9.48l.07.3c.18.78.37,1.66.56,2.59v.07c1.27,6.03,2.83,13.53,7.39,13.53,5.56,0,6.73-6.97,7.86-13.7Z"/></svg>') no-repeat center left / contain, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 64 64"><rect y="46.66" width="64" height="2.2"/></svg>') no-repeat calc(clamp(120px, calc(160 / 768 * 100dvw), 160px) - 1px) center / calc(100% - clamp(120px, calc(160 / 768 * 100dvw), 160px) - 8px + 2px) 100%, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 64"><path d="M6.9,46.77H0v2.2h6.9c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1Z"/></svg>') no-repeat right center / auto 100%;
		}
	}
	#rankingList{
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	}
	#rankingLink{
		margin-top: clamp(40px, calc(64 / 992 * 100dvw), 64px);
	}
	@media (max-width: 1199.98px) {
		&:after{
			margin-top: 24px;
			transform: translateX(48px);
		}
	}
	@media (min-width: 1200px) {
		&:after{
			grid-column: 1;
			grid-row: 1;
			transform: translateX(144px);
		}
		& h2{
			grid-column: 1;
			grid-row: 1;
			align-self: end;
		}
	}
}

#rankingList{
	display: grid;
	& section{
		counter-increment: count;
		position: relative;
		display: grid;
		align-content: start;
		align-items: start;
		grid-gap: 8px;
		padding: clamp(16px, calc(24 / 992 * 100dvw), 24px);
		border: 1px solid #ccc;
		transition: background 0.2s ease-out;
		&:hover{
			background: #edf5f1;
		}
		&:not(:has(img)):before{
			content: "";
			grid-row: 1;
			grid-column: 1;
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 4px;
			background: var(--dummy);
		}
		&:after{
			content: counter(count);
			grid-row: 1;
			grid-column: 1;
			display: grid;
			aspect-ratio: 1;
			width: 2em;
			padding: 0.25em 0 0 0.4em;
			background: linear-gradient(-45deg, transparent 50%, rgba(0, 0, 0, 0.4));
			border-radius: 4px 0 0 0;
			color: #fff;
			font-weight: 600;
			font-size: clamp(24px, calc(56 / 768 * 100dvw), 56px);
			font-family: minion-pro, serif;
			line-height: 1;
			text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			pointer-events: none;
			z-index: 1;
		}
		&:nth-child(1):after{
			font-size: clamp(32px, calc(80 / 768 * 100dvw), 80px);
		}
		@media (min-width: 992px) {
			&:nth-child(2):after{
				font-size: 64px;
			}
		}
		& figure{
			grid-row: 1;
			grid-column: 1;
		}
	}
	& h3{
		font-weight: 600;
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 4px;
		}
	}
	@media (max-width: 991.98px) {
		& section{
			&:nth-child(1){
				& h3{
					margin-inline: 1em;
				}
			}
			&:nth-child(n+2){
				border-top: none;
				grid-template-columns: clamp(120px, calc(330 / 992 * 100dvw), 330px) 1fr;
				grid-gap: clamp(16px, calc(24 / 992 * 100dvw), 24px);
				& h3{
					align-self: center;
				}
			}
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: repeat(3, 1fr);
		& section{
			&:nth-child(-n+2){
				grid-column: 1 / 4;
				grid-row: 1;
			}
			&:nth-child(n+3){
				border-top: none;
			}
			&:nth-child(n+4){
				border-left: none;
			}
			&:nth-child(1){
				width: 56%;
			}
			&:nth-child(2){
				justify-self: end;
				width: 44%;
				margin-top: 8%;
				border-left: none;
			}
		}
		& h3{
			margin-inline: 1em;
		}
	}
}

#rankingLink{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-width: min(100%, 420px);
		min-height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
		padding: 0.25em 1.5em 0.25em 2em;
		border: 1px solid currentColor;
		border-radius: clamp(24px, calc(32 / 768 * 100dvw), 32px);
		font-weight: 700;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		&:hover{
			background: var(--color-theme);
			border-color: transparent;
			color: #fff;
		}
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="5.6 3.2 10.4 8 5.6 12.8" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
		}
		@media (min-width: 768px) {
			&:after{
				-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="4.8 1.6 11.2 8 4.8 14.4" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>');
			}
		}
	}
}

#area{
	position: relative;
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1400px);
	justify-content: center;
	margin-top: clamp(56px, calc(96 / 992 * 100dvw), 96px);
	padding: clamp(40px, calc(64 / 992 * 100dvw), 64px) 0 clamp(56px, calc(96 / 992 * 100dvw), 96px) 0;
	background: #edf5f1;
	overflow: hidden;
	& h2{
		justify-self: center;
		display: grid;
		justify-content: start;
		width: min(100%, 1260px);
		color: var(--color-theme);
		font-weight: 500;
		font-size: clamp(24px, calc(36 / 768 * 100dvw), 36px);
		font-family: kodchasan, sans-serif;
		letter-spacing: 0.025em;
		&:before{
			content: "";
			height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 64"><path d="M92.92,50.3l.07-.41c.11-.65.22-1.3.33-1.94,1.68-9.44,5.6-42.94,5.77-44.37.12-.79.8-1.38,1.6-1.38h5.06c.79,0,1.46.55,1.59,1.31.04.33,4.79,34.85,6.72,44.47.45,2.24,1.82,9.06,8.48,9.56,2.62.22,5.01-1,6.92-3.49,2.5-3.25,6.6-5.19,10.98-5.19h19.57v-2.2h-19.57c-5.05,0-9.81,2.26-12.72,6.05-1.45,1.88-3.13,2.76-5.02,2.64-4.43-.33-5.8-4.35-6.49-7.8-1.84-9.16-6.2-40.74-6.7-44.37C109.18,1.33,107.6,0,105.74,0h-5.06c-1.88,0-3.5,1.41-3.78,3.32-.42,3.56-4.11,35.05-5.75,44.24-.12.69-.24,1.38-.35,2.06l-.05.31c-1.03,6.1-1.99,11.87-5.69,11.87-2.77,0-4.3-7.37-5.22-11.78-.2-.97-.39-1.9-.59-2.71l-.07-.29c-.84-3.63-2.59-11.18-8-11.18-4.61,0-6.43,5.99-7.63,9.97-.16.52-.3,1-.44,1.41-.23.68-.44,1.37-.65,2.04l-.05.16c-1.29,4.19-2.19,6.76-4.42,6.76h-.09c-2.11-.06-4.11-5.07-4.87-8.61,0,0-4.57-20.23-6.02-26.7-1.1-4.91-4.73-8.41-8.81-8.51-5.92-.22-8.3,6.67-8.88,8.8l-5.45,22.19c-.48,1.97-2.24,3.34-4.28,3.34l-18.51-.03C.49,46.66,0,47.15,0,47.75c0,.61.49,1.1,1.1,1.1l18.53.03c3.04,0,5.67-2.06,6.4-5.02l5.44-22.16c1.28-4.62,3.7-7.21,6.7-7.16,3.02.07,5.85,2.93,6.72,6.8.73,3.23,2.23,9.9,3.55,15.77l1.73,7.66c.47,2.09.66,2.92.78,3.25h-.04c.22,1.05,2.3,10.21,6.95,10.35h.16c3.94,0,5.19-4.03,6.5-8.31.22-.71.44-1.43.68-2.15.14-.42.29-.91.46-1.47.95-3.14,2.54-8.41,5.53-8.41,3.66,0,5.15,6.4,5.86,9.48l.07.3c.18.78.37,1.66.56,2.59v.07c1.27,6.03,2.83,13.53,7.39,13.53,5.56,0,6.73-6.97,7.86-13.7Z"/></svg>') no-repeat center left / contain, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 64 64"><rect y="46.66" width="64" height="2.2"/></svg>') no-repeat calc(clamp(120px, calc(160 / 768 * 100dvw), 160px) - 1px) center / calc(100% - clamp(120px, calc(160 / 768 * 100dvw), 160px) - 8px + 2px) 100%, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 64"><path d="M6.9,46.77H0v2.2h6.9c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1Z"/></svg>') no-repeat right center / auto 100%;
		}
	}
	#areaMap{
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	}
	#areaAccess{
		justify-self: center;
		width: min(100%, var(--wrap-max));
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	}
}

#areaMap{}

#areaAccess{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 16px), 256px), 1fr));
	grid-gap: clamp(16px, calc(32 / 992 * 100dvw), 32px);
	&:before{
		content: "";
		background: url("../images/areaAccess.svg") no-repeat center / contain;
	}
	& dl{
		display: grid;
		align-content: center;
		padding: 8px 16px;
		background: #fff;
		border: 1px solid currentColor;
		border-radius: 4px;
		color: var(--color-theme);
		font-weight: 600;
		font-size: 32px;
		text-align: center;
		line-height: 1.4;
		& small{
			font-size: 18px;
		}
	}
	& dd small{
		margin-left: 0.25em;
	}
}

#seasonal{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1220px);
	justify-content: center;
	padding: clamp(48px, calc(80 / 992 * 100dvw), 80px) 0;
	& h2{
		display: grid;
		grid-template-columns: auto auto;
		justify-content: center;
		align-items: center;
		column-gap: 0.5em;
		color: var(--color-theme);
		font-weight: 600;
		font-size: clamp(24px, calc(40 / 768 * 100dvw), 40px);
		text-align: center;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 1em;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M22.44,24.69c-.45-.26-.61-.54-.61-1.05.02-2.58,0-7.13.02-9.74,0-.54-.16-.73-.69-.77-1.34-.09-2.68-.07-4.03-.02-.71.02-.91.28-.9.98.03,5.11,0,4.39.03,9.5,0,.54-.16.84-.64,1.12-2.74,1.61-3.98,4.74-3.13,7.74.84,2.95,3.51,4.96,6.57,4.96,3.05,0,5.75-2.06,6.55-4.99.83-3.01-.44-6.13-3.18-7.73ZM26.64,6.29c.47.01,2.48.02,3,0,.46-.02.77-.26.74-.74-.02-.43-.32-.65-.75-.65-1,0-2,0-3,0-.46,0-.78.22-.78.7,0,.48.34.69.79.7ZM24.92,23.23c-.37-.3-.5-.6-.5-1.06.02-3.16.01-5.1.01-8.27s0-5.25,0-8.33c0-.8-.12-1.57-.44-2.31C22.96.94,20.48-.39,18.06.1c-2.58.52-4.39,2.64-4.4,5.25-.02,6.29-.01,10.46,0,16.75,0,.52-.15.85-.56,1.19-2.82,2.37-3.95,5.42-3.3,9.03.73,4.1,4.14,7.23,8.11,7.63,4.33.43,8.2-1.83,9.84-5.75,1.62-3.87.49-8.28-2.83-10.97ZM26.43,33.65c-1.48,3.5-5.16,5.5-8.86,4.8-3.72-.7-6.48-3.94-6.52-7.76-.03-2.73,1.07-4.97,3.31-6.56.57-.41.73-.83.73-1.48-.02-6.45-.02-10.77,0-17.22,0-1.97,1.34-3.57,3.23-3.93,1.8-.35,3.63.64,4.37,2.36.25.57.31,1.16.31,1.77,0,3.19,0,5.46,0,8.64s0,5.31,0,8.57c0,.51.11.84.58,1.16,3.15,2.17,4.32,6.19,2.86,9.64ZM29.63,19.89c-1,0-2,0-3,0-.46,0-.78.22-.78.7,0,.48.34.69.79.7.47.02,2.48.02,3,0,.46-.02.77-.26.74-.74-.02-.43-.32-.65-.75-.65ZM29.63,12.55c-1,0-2,0-3,0-.46,0-.78.22-.78.7,0,.48.34.68.79.7.47.01,2.48.02,3,0,.46-.02.77-.26.74-.74-.02-.43-.32-.65-.75-.65Z"/></svg>') no-repeat center / contain;
		}
	}
	#seasonalList{
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
	}
}

#seasonalList{
	display: grid;
	grid-gap: clamp(24px, calc(48 / 992 * 100dvw), 48px);
	& section{
		position: relative;
		display: grid;
		grid-row-gap: 8px;
		&:not(:has(img)):before{
			content: "";
			grid-column: 1;
			grid-row: 1;
			align-self: center;
			aspect-ratio: 1;
			object-fit: cover;
			border-radius: 100%;
			background: var(--dummy);
		}
		&:after{
			content: "";
			grid-column: 1;
			grid-row: 1;
			align-self: center;
			aspect-ratio: 1;
			background: rgba(0, 0, 0, 0.4);
			border-radius: 100%;
		}
		& figure{
			grid-column: 1;
			grid-row: 1;
			align-self: center;
		}
		& h3{
			grid-column: 1;
			grid-row: 1;
			align-self: center;
			aspect-ratio: 1;
			z-index: 1;
		}
	}
	& h3{
		display: grid;
		place-content: center;
		color: #fff;
		font-weight: 600;
		font-size: clamp(18px, calc(28 / 768 * 100dvw), 28px);
		text-align: center;
		overflow: hidden;
		& small{
			font-size: clamp(10px, calc(16 / 768 * 100dvw), 16px);
		}
	}
	& h3+div{
		display: contents;
		& dl{
			display: grid;
			text-align: center;
		}
		& dt{
			display: grid;
			align-items: center;
			background: var(--color-theme);
			min-height: 2.4em;
			padding: 0.25em 1em;
			border-radius: 1.2em;
			color: #fff;
			font-weight: 600;
		}
		& dd{
			color: var(--color-theme);
			font-weight: 600;
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			z-index: 1;
		}
	}
	& figure{
		& img{
			aspect-ratio: 1;
			object-fit: cover;
			border-radius: 100%;
		}
	}
	@media (max-width: 991.98px) {
		grid-template-columns: repeat(2, min(50%, 280px));
		justify-content: center;
		& dl{
			margin-top: 8px;
		}
		& dt:nth-of-type(n+2){
			margin-top: 16px;
		}
		& dt{
			justify-self: center;
			font-size: clamp(12px, calc(20 / 768 * 100dvw), 20px);
		}
		& dd{
			font-size: clamp(18px, calc(24 / 768 * 100dvw), 24px);
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 24px;
		&:before{
			content: "";
		}
		& section:nth-child(n+2){
			& dt{
				visibility: hidden;
			}
		}
		& dl{
			align-items: center;
			grid-row-gap: 16px;
		}
		& dt{
			font-size: clamp(12px, calc(20 / 1200 * 100dvw), 20px);
			transform: translateX(calc(0px - 100% - 24px));
		}
		& dd{
			font-size: clamp(18px, calc(24 / 1200 * 100dvw), 24px);
		}
		& dt:nth-of-type(1),
		& dd:nth-of-type(1){
			grid-column: 1;
			grid-row: 1;
		}
		& dt:nth-of-type(2),
		& dd:nth-of-type(2){
			grid-column: 1;
			grid-row: 2;
		}
	}
}

#news{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1240px);
	justify-content: center;
	padding: clamp(40px, calc(64 / 992 * 100dvw), 64px) 0 clamp(56px, calc(96 / 992 * 100dvw), 96px) 0;
	background: #edf5f1;
	overflow: hidden;
	&:last-child{
		padding-bottom: clamp(64px, calc(120 / 992 * 100dvw), 120px);
	}
	& h2{
		display: grid;
		color: var(--color-theme);
		font-weight: 500;
		font-size: clamp(24px, calc(36 / 768 * 100dvw), 36px);
		font-family: kodchasan, sans-serif;
		letter-spacing: 0.025em;
		&:before{
			content: "";
			height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 64"><path d="M92.92,50.3l.07-.41c.11-.65.22-1.3.33-1.94,1.68-9.44,5.6-42.94,5.77-44.37.12-.79.8-1.38,1.6-1.38h5.06c.79,0,1.46.55,1.59,1.31.04.33,4.79,34.85,6.72,44.47.45,2.24,1.82,9.06,8.48,9.56,2.62.22,5.01-1,6.92-3.49,2.5-3.25,6.6-5.19,10.98-5.19h19.57v-2.2h-19.57c-5.05,0-9.81,2.26-12.72,6.05-1.45,1.88-3.13,2.76-5.02,2.64-4.43-.33-5.8-4.35-6.49-7.8-1.84-9.16-6.2-40.74-6.7-44.37C109.18,1.33,107.6,0,105.74,0h-5.06c-1.88,0-3.5,1.41-3.78,3.32-.42,3.56-4.11,35.05-5.75,44.24-.12.69-.24,1.38-.35,2.06l-.05.31c-1.03,6.1-1.99,11.87-5.69,11.87-2.77,0-4.3-7.37-5.22-11.78-.2-.97-.39-1.9-.59-2.71l-.07-.29c-.84-3.63-2.59-11.18-8-11.18-4.61,0-6.43,5.99-7.63,9.97-.16.52-.3,1-.44,1.41-.23.68-.44,1.37-.65,2.04l-.05.16c-1.29,4.19-2.19,6.76-4.42,6.76h-.09c-2.11-.06-4.11-5.07-4.87-8.61,0,0-4.57-20.23-6.02-26.7-1.1-4.91-4.73-8.41-8.81-8.51-5.92-.22-8.3,6.67-8.88,8.8l-5.45,22.19c-.48,1.97-2.24,3.34-4.28,3.34l-18.51-.03C.49,46.66,0,47.15,0,47.75c0,.61.49,1.1,1.1,1.1l18.53.03c3.04,0,5.67-2.06,6.4-5.02l5.44-22.16c1.28-4.62,3.7-7.21,6.7-7.16,3.02.07,5.85,2.93,6.72,6.8.73,3.23,2.23,9.9,3.55,15.77l1.73,7.66c.47,2.09.66,2.92.78,3.25h-.04c.22,1.05,2.3,10.21,6.95,10.35h.16c3.94,0,5.19-4.03,6.5-8.31.22-.71.44-1.43.68-2.15.14-.42.29-.91.46-1.47.95-3.14,2.54-8.41,5.53-8.41,3.66,0,5.15,6.4,5.86,9.48l.07.3c.18.78.37,1.66.56,2.59v.07c1.27,6.03,2.83,13.53,7.39,13.53,5.56,0,6.73-6.97,7.86-13.7Z"/></svg>') no-repeat center left / contain, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 64 64"><rect y="46.66" width="64" height="2.2"/></svg>') no-repeat calc(clamp(120px, calc(160 / 768 * 100dvw), 160px) - 1px) center / calc(100% - clamp(120px, calc(160 / 768 * 100dvw), 160px) - 8px + 2px) 100%, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 64"><path d="M6.9,46.77H0v2.2h6.9c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1Z"/></svg>') no-repeat right center / auto 100%;
		}
	}
	#newsLink{
		margin-top: clamp(40px, calc(64 / 992 * 100dvw), 64px);
	}
	@media (max-width: 991.98px) {
		& h2{
			justify-content: start;
		}
		#newsList{
			margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
		}
	}
	@media (min-width: 992px) {
		grid-template-rows: auto 1fr;
		& h2{
			grid-column: 1;
			grid-row: 1;
			width: 280px;
		}
		#newsList{
			grid-column: 1;
			grid-row: 1 / 3;
			margin-left: clamp(344px, calc(480 / 1400 * 100dvw), 480px);
		}
		#newsLink{
			grid-column: 1;
			grid-row: 2;
			align-self: start;
			width: 280px;
		}
	}
}

#newsList{
	border-top: 1px solid #dedede;
	& summary{
		display: none;
	}
	& section{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		grid-gap: 8px;
		padding: 16px 0;
		border-bottom: 1px solid #dedede;
		&:has(a):hover{
			& h3{
				color: var(--color-theme);
			}
		}
	}
	& h3{
		order: 1;
		width: 100%;
		font-weight: 500;
		transition: color 0.2s ease-out;
	}
	& h3+div{
		display: contents;
		& time{
			font-weight: 500;
			font-size: 12px;
		}
		& ul{
			display: flex;
			flex-wrap: wrap;
			grid-gap: 8px;
		}
		& li{
			padding: 4px;
			background: var(--color-theme);
			color: #fff;
			font-weight: 500;
			font-size: 12px;
			line-height: 1;
			&.tagNew{
				background: #dfb22a;
				color: inherit;
			}
			&.tagCheck{
				background: var(--color);
			}
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			&:hover{
				color: var(--color-theme);
			}
		}
		@media (min-width: 768px) {
			& section{
				&:has(a){
					padding-right: 16px;
				}
			}
			& a{
				display: grid;
				grid-template-columns: 1fr auto;
				align-items: center;
				color: inherit;
				&:after{
					content: "";
					aspect-ratio: 1;
					width: 16px;
					background: currentColor;
					-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="4.8 1.6 11.2 8 4.8 14.4" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
				}
			}
		}
	}
}

#newsLink{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-width: min(100%, 420px);
		min-height: clamp(48px, calc(64 / 768 * 100dvw), 64px);
		padding: 0.25em 1.5em 0.25em 2em;
		background: #fff;
		border: 1px solid currentColor;
		border-radius: clamp(24px, calc(32 / 768 * 100dvw), 32px);
		font-weight: 700;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		&:hover{
			background: var(--color-theme);
			border-color: transparent;
			color: #fff;
		}
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="5.6 3.2 10.4 8 5.6 12.8" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
		}
		@media (min-width: 768px) {
			&:after{
				-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="4.8 1.6 11.2 8 4.8 14.4" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>');
			}
		}
	}
}

#movie{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 1240px);
	justify-content: center;
	padding: clamp(40px, calc(64 / 992 * 100dvw), 64px) 0 clamp(64px, calc(120 / 992 * 100dvw), 120px) 0;
	& h2{
		color: var(--color-theme);
		font-weight: 600;
		font-size: clamp(24px, calc(40 / 768 * 100dvw), 40px);
		text-align: center;
	}
	& h2+div{
		justify-self: center;
		width: min(100%, 800px);
		margin-top: clamp(24px, calc(32 / 992 * 100dvw), 32px);
		& iframe{
			aspect-ratio: 16 / 9;
			width: 100%;
			height: auto;
		}
	}
}

.slick-arrow{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	aspect-ratio: 1;
	width: 48px;
	border: 1px solid #c1d6cb;
	border-radius: 100%;
	color: var(--color-theme);
	font-size: 0;
	transition: all 0.2s ease-out;
	z-index: 1;
	&:hover{
		background: var(--color-theme);
		border-color: transparent;
		color: #fff;
	}
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: currentColor;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polyline points="5.6 3.2 10.4 8 5.6 12.8" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"/></svg>') no-repeat center / 16px;
	}
	&.slick-prev:before{
		transform: scale(-1, 1);
	}
}

.slick-dots{
	display: flex;
	flex-wrap: wrap;
	place-content: center;
	grid-gap: 16px clamp(24px, calc(32 / 992 * 100dvw), 32px);
	padding: 2px;
	& li{
		aspect-ratio: 1;
		width: 8px;
		background: #d6d6d6;
		border-radius: 100%;
		overflow: hidden;
		transition: transform 0.2s ease-out;
		&.slick-active{
			background: #dfb22a;
			transform: scale(1.5);
		}
	}
	& button{
		opacity: 0;
	}
}

:root{
	--discover-pict: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612.47 230.65"><path d="M517.02,145.6c-22.45,2.89-43.26,12.56-63.39,21.91-8.86,4.12-18.02,8.37-27.23,12.01-17.58,6.95-38.06,3.45-54.51.64l-62.87-10.74c-11.6-1.98-23.59-4.03-35.55-5.13,20.19.27,64.27.84,78.68.04,3.39-.19,4.86-1.61,5.5-2.77.55-1.01.71-2.26.51-3.64.72.41,1.52.72,2.32.87.57.11,1.16.16,1.78.16,1.25,0,2.6-.22,4.16-.67,2.76-.79,5.25-2.02,7.34-3.61-.08.5-.12,1.01-.1,1.53.1,2.34,1.49,2.51,3.08,2.7,2.73.33,5.63.66,8.58.84,8.86.53,17.86.11,26.57-.3,2.68-.12,5.35-.25,8.02-.35,5.98-.22,10.56-.26,14.84-.13h.18c1.97.07,4.01.13,5.88-.66,1.91-.8,3.7-2.89,3.25-5.17-.44-2.24-2.63-3.79-4.4-5.04-.41-.29-.79-.56-1.14-.83-.88-.68-1.72-1.43-2.51-2.23.01-.1.03-.2.03-.3.21-2.48-.67-4.92-1.51-7.28-.23-.63-.45-1.25-.64-1.85-.02-.07-.04-.14-.06-.2.79-.03,1.59-.09,2.39-.17l.83-.08-.47-.69c-.47-.69-.41-1.69.12-2.33.53-.64,1.51-.86,2.27-.53l.2.04c1,0,2.02.09,3.01.17,1.15.1,2.33.2,3.51.17,1.29-.03,2.64-.21,3.96-.38.47-.06.94-.12,1.4-.18.39-.05.8-.11,1.17-.34.7-.44,1.03-1.35.88-2.45-.04-.28-.12-.63-.4-.88-.25-.22-.56-.27-.78-.3-1.18-.18-2.24-.62-3.35-1.08-.91-.37-1.85-.76-2.86-1-2.15-.5-4.18-1.17-6.34-1.87l-.1-.03c-.48-.16-.94-.32-1.41-.48-1.78-.61-3.46-1.19-5.43-1.43-2.35-.28-4.73-.29-7.04-.31h-.23c-7-.04-14.1-.22-21.11-.55-6.6-.31-13.07.02-19.67.42-.86.05-1.83.11-2.77.42-.95.31-1.77.84-2.57,1.36l-.53.34c-2.24,1.41-4.77,2.42-7.51,3.01-1.78.38-6.09,1.05-7.02.82l-.66-6.11-.54.11c-1.69.35-2.99,1.91-3.03,3.63,0,.21,0,.43.02.65.02.37.05.72-.05,1.02-.05.17-.22.35-.39.42.06-1.77-.39-3.57-1.28-5.11l-.14-.24h-.28c-1.54-.07-2.25,1.63-2.42,3.21-.08.7-.28,1.79-.82,2.26-.13-1.54-.46-3.05-.99-4.5-.12-.33-.28-.71-.63-.95-.33-.23-.73-.28-1.13-.15-.53.17-.99.64-1.17,1.18-.15.44-.16.89-.17,1.31,0,.25-.01.51-.05.76-.12.67-.6,1.28-1.31,1.64-.62.31-1.3.37-1.86.17-.2-1.5-.21-3.01-.02-4.51.05-.43.13-.91.39-1.22.4-.48,1.18-.55,1.95-.58l17.35-.65c2.33-.09,4.73-.18,6.91.02,1.63.15,3.34-.56,4.46-1.85.54-.62.77-1.34.99-2.03.18-.55.34-1.08.66-1.5.6-.8,1.87-.96,2.99-1.1.22-.03.44-.05.64-.08,1.98-.3,4-.43,6-.42,1.4.01,2.72-.06,3.98-.14,1.55-.09,3.15-.19,4.91-.11.93.04,1.84.04,2.75.05,1.67,0,3.25.02,4.92.23.28.04.81.11,1.23-.21.34-.26.51-.69.49-1.29,0-.25-.03-.5-.06-.74-.04-.33-.07-.65-.05-.95.02-.25.09-.54.25-.76.72,1,1.35,2.07,1.9,3.2.14.3.31.63.62.88.31.25.69.33.97.39,3.48.78,7.05,1.28,10.61,1.47l.37.02.12-.35c.32-.89-.26-1.74-.72-2.29-1.05-1.27-2.21-2.45-3.47-3.52-.34-.29-.73-.66-.66-.96.02-.08.07-.15.17-.2.16-.09.38-.13.56-.08.42.11.79.48,1.12.81l3.88,3.91c.83.84,1.77,1.78,2.98,2.3.61.26,1.3.41,2.09.47,1.21.08,2.46-.09,3.6-.5l.65-.23-.43-.55c-.94-1.2-2.15-2.23-3.47-2.97-.22-.12-.45-.24-.68-.36-.75-.39-1.46-.76-1.95-1.34-.34-.4-.53-.99-.47-1.49.02-.15.07-.35.19-.52l8.35,4.86c1.14.66,2.44,1.42,3.88,1.64,1.6.24,5.43-.73,7.25-2.53.75-.75,1.08-1.58.96-2.42-.33-2.2-3.25-2.41-4.66-2.51-3.09-.22-6.07-1.32-8.95-2.39-2.67-.99-5.42-2.01-7.96-3.39-.04-.37-.09-.72-.13-1.04-.04-.29-.08-.55-.1-.79-.23-2.17-.77-4.19-1.45-6.6-.19-.69-.43-1.41-1-1.92-.71-.63-1.66-.72-2.57-.76-1.12-.04-2.23-.07-3.35-.08-2.52-.02-5.18.05-7.91.21-1.53.09-3.09.08-4.61.06-.98,0-1.97-.02-2.95,0-5.29.09-10.63.44-15.88,1.04l-.27.03c-1.42.16-2.89.33-4.31.2-.15-.01-.32-.03-.41-.09-.16-.1-.18-.18-.14-.63.02-.2.04-.42,0-.65-.09-.69-.55-1.33-.94-1.88-.12-.17-.25-.34-.39-.5,1.65,0,3.38,0,5.18,0,.6.13,1.22.22,1.86.25v-.26c5.35-.03,11.18-.14,17.02-.43,1.68-.08,3.37-.26,5-.44,2.27-.24,4.61-.49,6.91-.47,2.15.02,4.33.16,6.45.3,2.07.13,4.21.27,6.33.3,1.22.02,2.5-.02,3.58-.69.68-.42,1.19-1.13,1.37-1.91.14-.62.04-1.22-.27-1.71-.6-.93-1.75-1.18-2.7-1.38-6.16-1.32-11.55-4.94-16.78-8.45-3.29-2.21-6.69-4.49-10.29-6.22-2.35-1.13-4.39-1.69-6.71-.77-2.48.98-4.54,2.71-6.53,4.38-.62.52-1.23,1.03-1.86,1.53-3.91,3.08-8.63,5.54-14.11,7.33-1.49.49-4.98,1.63-4.91,3.85.07,2.18,2.88,2.61,4.39,2.84l.46.07c.98.17,1.88.46,2.67.85-.07,0-.15,0-.22,0h-.27s-.15.23-.15.23c-.58.89-2.04,1.65-3.89,2.02-1.22.25-2.52.22-3.78.19h-.59c-.55-.02-1.04-.01-1.54.12-.29.08-.57.19-.85.31-.15.06-.3.13-.45.18-.86.31-1.8.33-2.85.31-5.9-.06-11.82-.7-17.6-1.89-3.57-.73-7.66-1.8-10.99-4.13-.81-.57-2.66-2.07-2.27-3.8.1-.42.33-.83.56-1.23l2.72-4.78c.66-1.16,1.37-2.41,1.92-3.74.29-.3.45-.71.47-1.17,0-.04,0-.08,0-.12.21-.7.37-1.42.44-2.15.23-2.49-.77-5.68-3.51-6.81-1.74-.72-3.61-.39-5.53.03l.19.87c-.53.22-1.04.47-1.55.72-.79.39-1.54.76-2.33,1-.86.26-1.77.36-2.67.38-2.42-.85-4.87-1.82-7.26-2.92-.05-.24-.08-.48-.12-.73-.08-.56-.14-1.08-.19-1.58-.17-1.66-.33-3.22-1.47-4.94-.14-.21-.29-.42-.45-.61.49-.08.98-.15,1.47-.21,3.52-.47,6.93-.63,10.18-.48.74.04,1.58.07,2.33-.3.5-.25.91-.71,1.08-1.23.14-.42.11-.86-.08-1.22-.22-.43-.6-.68-.97-.91-1.25-.76-2.58-1.42-3.86-2.05-1.06-.52-2.15-1.06-3.18-1.65-.73-.42-1.47-.89-1.77-1.59-.12-.3-.17-.65-.22-1.02-.06-.49-.13-.99-.38-1.47-.46-.87-1.47-1.43-2.64-1.48-.9-.04-1.75.2-2.57.42l-.19.05c-4.03,1.1-8.31.85-12.46.61-2.16-.13-4.4-.26-6.6-.2-2.64.07-5.32.2-7.92.33-4.02.2-8.17.41-12.26.38-.79,0-1.57-.05-2.34-.09-1.17-.06-2.37-.12-3.61-.07h-.18c-2,.11-4.08.21-5.98-.43-.26-.09-.43-.23-.46-.24,0,0,.08-.08.45-.08,1.68-.04,3.37-.15,4.99-.26,2.31-.15,4.7-.31,7.05-.26l31.18.69c1.81.04,3.68.08,5.49-.43,2.35-.67,3.75-2,4.28-4.09.45-1.78,1.05-3.55,2.94-4.06.18-.05.36-.08.55-.12.76-.16,1.71-.35,2.12-1.21.37-.77.3-1.97-2.11-3.3-3.62-2-6.08-5.96-6.26-10.09-.01-.26-.01-.53-.02-.8-.01-1-.03-2.04-.45-3.01-.35-.81-1.08-1.48-1.89-1.75-.17-.06-.34-.09-.51-.11.29-.4.6-.79.93-1.19.49-.59.99-1.21,1.4-1.89.93-1.56,1.28-3.86-.15-5.23l-.96-.92.12,1.32c.02.22-.12.39-.21.48-.2.19-.49.3-.74.27-.5-.06-.98-.5-1.23-1.11l-.29-.71-.53.54c-.74.76-.28,1.91.46,2.67.43.44.96.98.82,1.41-.07.23-.33.42-.63.63-1.64,1.13-3.54,2.3-5.32,1.73-.2-.06-.42-.15-.63-.23-.94-.36-2.11-.82-2.93.06-.29.31-.43.73-.41,1.19.03.5.27,1.02.64,1.38-9.59.21-19.29.11-28.88-.28.17-.22.31-.47.42-.75.34-.87.25-1.79-.24-2.47l-.29-.41-.41.3c-1.52,1.11-3.56,1.42-5.34.79-.42-.15-.68-.31-.81-.51-.16-.24-.19-.6-.21-.93l-.43-5.68-.81,1.34c-.24.4-.74.51-1.12.47-.38-.03-.86-.23-1.02-.67l-.21-.54-.51.29c-.24.14-.41.36-.48.64-.09.36-.02.79.19,1.13.11.18.25.34.39.51.13.15.25.28.32.42.17.34.12.78.05,1.28-.06.43-.12.88-.04,1.34.13.73.56,1.35.99,1.95.45.64.76,1.09.74,1.51-1.06-.03-2,.75-2.43,1.62-.53,1.07-.45,2.29-.35,3.12.06.49.15.99.24,1.5.32,1.79.62,3.49-.18,4.88-.62,1.07-1.75,1.69-2.96,2.35-.4.22-.79.43-1.17.67-1.76,1.09-3.27,3.13-2.44,5.04.79,1.83,3.09,2.16,4.76,2.25,12.41.66,24.97.45,37.35-.63l1.73-.15c.49-.04.98-.09,1.48-.13v.07c.18-.03.34-.07.5-.11,4.81-.41,9.71-.7,14.42.19-1.09.44-2.38.56-3.78.65-12.95.79-26.09,1.12-39.06.97h-.14c-3.06-.04-6.22-.07-9.18.9-.52.17-1.06.4-1.41.88-.27.37-.36.79-.43,1.14-.14.64-.25,1.16-.37,1.68-.11.49-.22.97-.35,1.56-1.82,1.99-3.83,3.83-5.99,5.45-.59.44-1.22.89-1.9,1.1-.54.17-1.17.22-1.78.26-1.26.1-2.56.2-3.39,1.27-.44.57-.6,1.31-.46,2.09.19.99.84,1.94,1.71,2.46,1.41.85,3.12.84,4.63.85,2.4,0,5.04.03,7.77.26-1.87,1.55-3.41,3.85-4.42,6.64-.28.76-.41,1.47-.39,2.09-2.1.88-4.19,1.67-6.38,2.03-1.32.22-2.69.28-4.02.35-1.13.05-2.3.11-3.45.26-3.15.41-5.49,1.52-6.95,3.3-.27.33-.58.77-.65,1.33-.16,1.28,1.02,2.24,2.26,2.62,1.46.45,2.96.48,4.64.46,5.24-.06,11-.32,18.13-.82.79-.06,1.57-.12,2.34-.18,1.98-.16,3.84-.32,5.83-.33,18.48,0,35.15.12,52.07,1.53,1.85.15,3.69.32,5.53.5,1,.1,2.23.48,2.72,1.12.18.23.24.48.18.76-.08.42-.44.74-.65.89-.73.53-1.67.68-2.74.81-14.09,1.77-28.55.69-42.54-.35-7.16-.53-14.57-1.09-21.86-1.25-3.09-.07-6.67-.09-10.12.55-2.66.49-2.83,3.28-2.89,4.2-.09,1.41.47,2.7,1.45,3.37.8.54,1.78.62,2.56.69,2,.16,4,.29,6.09.43,25.13,1.63,51.11,3.32,76.72,2.05,3.95-.2,7.21,1.55,10.67,3.4.66.35,1.33.71,2.01,1.06,3.56,1.82,7.28,3.37,11.08,4.61-1.81,1.63-4.24,2.59-6.67,2.6-2.65,0-5.42-1.14-7.28-3.08-.55-.57-1.04-1.23-1.53-1.86-.82-1.08-1.66-2.2-2.82-3.01l-1.07-.75,1.93,8.21c.02.1.09.37.04.44-.01.02-.05.07-.22.13-1.3.55-2.84-.2-3.72-1.13-.86-.91-1.4-2.05-1.97-3.26l-.33-.69c-.69-1.42-1.6-2.99-3.13-3.86l-.99-.57.26,1.11c.6,2.56,1.51,5.04,2.72,7.37-.48.44-1.07.57-1.51.61-1.02.07-2.18-.34-2.95-1.05-1.26-1.17-1.91-2.9-2.53-4.57l-.2-.53c-.15-.4-.38-1.01-.88-1.41-.55-.44-1.47-.51-1.97.08l-.12.14v.19c.04,2.3.77,4.55,2.09,6.42-2.03.32-4.17.04-6.25-.24l-.57-.08c-12.35-1.61-24.98-1.11-37.19-.61-4.31.17-8.01.06-11.65-.36-1.46-.17-2.86-.37-4.09-1.02-.42-.22-.85-.53-1.22-.92,1.06-1.45,1.64-3.26,1.57-5.06l-.02-.47-.47-.02c-.77-.04-1.51.29-2.1.9-.68.7-1.05,1.67-.99,2.6.04.71.3,1.4.72,2.03-.05.06-.11.12-.16.17-2.82-1.38-5.35-3.35-7.59-5.1-8.99-7-17.96-14.28-26.66-21.64-.44-.38-1-.84-1.72-.95-.86-.12-1.62.3-2.26.71-2.32,1.46-4.53,3.16-6.66,4.8-.71.54-1.41,1.09-2.12,1.62-6.01,4.52-12.44,8.57-19.13,12.01l-.1.05c-2.22,1.15-4.75,2.45-6.02,4.78l-.25.46.47.23c3.38,1.68,7.33,1.03,10.76.17,3.51-.88,6.98-2.01,10.33-3.38,3.46-1.41,7.84-3.48,10.99-6.99l.22-.25c.47-.54.92-1.04,1.49-1.32.81-.39,1.89-.32,3.23.22,2.46.99,4.57,2.78,6.61,4.51.36.3.71.61,1.07.9,5.96,4.97,12.62,8.93,19.83,11.78-1.03.1-2.14-.14-3.1-.34-11.4-2.4-23.08-3.67-34.73-3.76-1.51-.02-2.86,0-4.21.38-1.18.32-2.25.9-3.28,1.45-1.44.77-2.79,1.62-4.11,2.43-1.93,1.2-3.76,2.34-5.86,3.29-4.26,1.94-8.61,3.82-12.93,5.61-3.52,1.45-6.69,2.64-10.04,2.51h-.2c-.86-.05-1.84-.09-2.59.53-.88.73-1.06,2.07-.49,3.69.58,1.62,1.41,2.78,2.48,3.44,1.37.85,3.06.83,4.41.83l53.46-.32c1.01,0,2.03-.03,3.05-.05,1.99-.05,4.05-.1,6.05,0,.2,0,.42.04.66.08.64.1,1.36.21,1.98-.07.72-.32,1.17-.88,1.22-1.53.06-.66-.31-1.32-.97-1.77-.43-.29-.89-.57-1.36-.85-1.26-.77-2.57-1.56-3.41-2.61-1.97-2.45-4.12-4.27-6.73-6.4-.44-.35-.88-.72-1.25-1.13,4.44-.85,8.68-.4,13.15.07.62.07,1.25.13,1.88.2l2.04.21c3.39.34,6.78.68,10.18,1.03,3.2.32,6.35.94,9.4,1.53,4.12.8,8.38,1.63,12.78,1.75l.59.02-.31-2.28,24.41-.08c3.86-.02,7.84-.02,11.63.87l-.37,2.5.52.05c9.71.91,19.56.96,29.28.15-1.04,4.13-1.38,8.37-1,12.62.04.51.09,1.03-.13,1.39-.11.17-.3.33-.6.49-1.74.94-4.15.44-5.38-1.11-.94-1.19-1.56-3.19-2.06-4.8l-.13-.4c-.15-.47-.25-.98-.36-1.52-.27-1.35-.55-2.74-1.59-3.77-.26-.26-.64-.37-1.03-.29-.47.09-.89.44-1.07.87-.26.63-.11,1.27.06,1.88.24.83.55,1.7.84,2.53.58,1.61,1.17,3.27,1.3,4.86.03.43-.06.78-.26.94-.21.17-.55.19-.95.2l-3.03.07c-1.55-2.53-2.47-4.76-2.75-6.64-.03-.21-.06-.42-.08-.63-.1-.81-.2-1.64-.6-2.4-.43-.84-1.21-1.56-2.3-2.15-.15-.08-.33-.17-.55-.18-.55-.03-1.03.39-1.23,1.12-.53,1.94.1,3.95.86,5.82.07.18.17.4.28.64.49,1.12,1.52,3.44,1,4.3-.08.13-.24.31-.72.35-11.03.91-20.99,1.65-31.13,1.4-5.49-.13-10.48-.54-15.24-1.24-.53-.08-1.17-.14-1.86-.2-1.88-.17-4.23-.38-5.4-1.15-1.24-.81-.79-3.18-.41-4.52l1.19-4.2c.26-.93.62-2.21.23-3.38-.14-.42-.36-.75-.65-.97-.74-.56-1.76-.3-2.33.23-.58.54-.81,1.29-.95,1.89-.24,1.04-.38,2.2-.52,3.32-.48,3.92-.94,7.62-5.1,8.3-2.52.41-5.5-.07-8.03-1.34-.02-.38-.12-.62-.26-.91-.07-.15-.15-.32-.22-.57-.24-.92-.44-1.87-.63-2.8-.2-.99-.41-2.01-.68-3.01-.64-2.37-1.55-4.16-2.76-5.47-.42-.45-.8-.45-1.04-.36-.63.22-.93,1.11-1.07,3.19v.13c-.16,1.85.04,3.47.63,4.95.92,2.34,2.78,4.17,5.01,5.41-.22,1.91-.64,3.78-1.05,5.59-4.02,1.02-8.34,1.12-12.17,1.21-3.46.08-7.06.15-10.75.21-.12-1.23-.25-2.45-.4-3.67-.15-1.17-.39-2.49-1.36-3.31-.88-.74-2.23-.91-3.69-.47-3.94,1.19-4.49,4.4-4.64,7.51-1.29,0-2.58-.01-3.87-.02,0-.2,0-.4,0-.59.01-1.08.03-2.19-.03-3.24-.15-2.84-.88-4.66-2.24-5.57-1.14-.77-2.69-.82-4.59-.15-4.21,1.47-4.15,5.14-4.11,8.37,0,.32,0,.63,0,.94-2.63-.1-5.27-.23-7.9-.39,0-.09,0-.18,0-.26,0-.38,0-.79.02-1.22.05-2.5.12-5.62-1.62-7.08-.87-.73-2.08-.95-3.61-.65-1.96.39-4.9,2.11-4.97,4.59-.04,1.55,0,3.16.08,4.84-.18.01-.36.02-.54.03-2.56.15-5.13.29-7.87.42-.43.02-.96.05-1.43.31-1,.57-1.16,1.85-1.24,2.53-.13,1.07-.2,2.29.58,3.16.58.65,1.45.85,2.21.99,2.78.5,5.62.73,8.51.88-.1,3.56-.64,6.98-2.32,9.9-2.6,4.54-7.06,7.25-12.25,7.44-5.32.2-9.89-2.51-14.31-5.12-1.79-1.06-3.64-2.15-5.53-3.05-2.38-1.13-4.88-1.95-7.43-2.58,1.51-.53,3.03-1.26,4.4-2.27,3.01-2.22,4.7-5.57,4.42-8.74-.09-1-.37-1.75-.86-2.3-.61-.68-1.49-.97-2.1-1.12-1.92-.49-3.75,0-5.51.46-1.59.42-3.09.82-4.61.53-1.33-.25-2.42-1.17-3.58-2.14-1.24-1.05-2.53-2.14-4.2-2.38-2.99-.43-5.57,2.16-6.96,3.55-.62.62-1.33,1.33-2.18,1.6-.97.31-2.02.06-3.14-.21-1.21-.29-2.47-.59-3.71-.18-1.72.57-2.87,2.48-2.67,4.44.16,1.65,1.22,3.28,2.84,4.35,1.61,1.07,3.31,1.31,4.96,1.54.64.09,1.3.19,1.95.33,3.16.69,6.44,1.14,9.6,1.57,2.32.32,4.67.64,7,1.06-.23.04-.45.08-.67.12-5.95,1.06-12,1.13-17.98.18-2.39-.38-5.14-.97-7.43-2.49-1.74-1.16-3.13-2.8-4.47-4.38l-5.68-6.71c-.94-1.11-2.01-2.37-2.29-3.86-.5-2.7,1.74-5.21,4.01-6.66,4.03-2.57,9.18-3.75,15.75-3.62,3.02.06,6.08.38,9.04.69,2.48.26,5.05.53,7.59.65,1.61.07,3.46.08,5.03-.76,1.3-.7,2.13-1.98,2.17-3.36,0-.13,0-.26,0-.38,2.34-.1,4.68-.24,7-.44,3.16-.26,6.46-.69,8.93-2.71,1.48-1.21,2.44-3.16,2.5-5.08.04-1.48-.47-2.8-1.45-3.71-1.68-1.55-4-1.54-6.25-1.52-2.08.01-4.05.03-5.48-1.12-.48-.39-.91-.93-1.33-1.45-.84-1.05-1.7-2.14-3.13-2.29-1-.11-1.92.33-2.67.68l-10.09,4.78c-1.09.51-2.44,1.15-3.09,2.22-.85,1.41-.36,3.53.53,4.8.97,1.38,2.65,2.39,4.61,2.75.96.18,1.96.21,2.92.24,1.72.06,3.35.11,4.69.94.42.26.75.59.97.96-4.99.17-10,.14-14.97-.12-3.79-.19-8.14-.54-11.89-2.28-.57-.26-1.17-.6-1.36-1.13-.24-.68.26-1.5.73-2.13.6-.81,1.23-1.6,1.86-2.38,1.23-1.53,2.5-3.11,3.5-4.86.77-1.36,1.83-3.7,1.81-6.27.52-.03,1.05-.05,1.58-.06,1.4-.05,2.84-.1,4.25-.31,3.93-.6,7.59-2.53,10.32-5.42,1.36-1.44,2.15-2.83,2.42-4.23.35-1.86-.32-3.73-1.69-4.65-1.1-.74-2.49-.81-3.7-.78-3.1.08-6.14.66-9.04,1.74-.79-.88-1.23-2.05-1.7-3.28-.61-1.59-1.23-3.23-2.67-4.26-1.96-1.39-4.81-1.18-8.24.63l-.67.35c-2.17,1.16-4.41,2.36-6.66,1.9-.76-.16-1.54-.51-2.3-.85-1.42-.65-2.89-1.32-4.46-.81-1.16.38-1.97,1.3-2.7,2.21-1.94,2.43-2.37,4.67-1.2,6.14.54.68,1.33,1.04,2.03,1.31,2.82,1.06,5.85,1.23,8.79,1.39,1.38.08,2.81.15,4.19.32,1.92.24,8.31,1.4,10.03,6.26.17.49.29.98.35,1.47-1.7.14-3.38.42-4.95,1.14-3.53,1.62-5.55,4.86-7.5,8-.52.83-1.04,1.66-1.58,2.45-1.23,1.8-2.69,3.49-4.11,5.12-1.59,1.83-3.23,3.73-4.58,5.82l-.33.51c-1.13,1.78-2.3,3.61-4.13,3.7-2.03.12-3.49-2.19-3.82-4.38-.12-.8-.16-1.64-.2-2.46-.07-1.56-.14-3.18-.79-4.68-.94-2.17-3.11-3.93-5.86-4.74l8.11-.64c2.53-.2,5.69-.44,8.08-2.19,1.4-1.02,2.39-2.72,2.59-4.42.15-1.32-.2-2.55-.98-3.45-1.37-1.59-3.76-2.07-7.09-1.43l-.62.12c-2.08.41-4.23.83-5.98-.06-.52-.26-.98-.63-1.47-1.02-.22-.18-.44-.35-.67-.52-4-2.95-10.09-2.74-13.87.48-.47.4-.9.84-1.32,1.26-.73.74-1.42,1.43-2.25,1.93-1.05.62-2.25.89-3.53,1.17-.65.14-1.31.29-1.96.49-1.97.61-4.13,2.06-4.28,4.32-.13,2.07,1.54,3.7,3.16,4.34,1.71.67,3.6.58,5.26.51l8.74-.41c1.43-.07,2.88-.13,4.32-.06-.03.04-.06.08-.09.13-.93,1.37-.32,3.24.77,4.39.59.62,1.28,1.09,1.95,1.55.49.33.94.65,1.36,1.01,2.42,2.09,3.19,5.96,1.75,8.82-2.94,5.83-14.22,4.63-20.28,3.99l-.99-.1c1.99-1.39,3.81-3.15,5.33-5.21.76-1.02,1.61-2.39,1.47-3.89-.08-.79-.41-1.43-.99-1.91-1.17-.95-3.07-.97-4.45-.82-2.35.26-4.16-.13-6.33-1.39-1.79-1.04-3.64-2.12-5.84-2.24-2.72-.13-5.41,1.21-6.68,3.37-.53.9-.84,1.91-1.14,2.9-.46,1.5-.89,2.92-2.04,3.74-.76.54-1.71.72-2.71.9-.83.16-1.69.32-2.49.7-1.21.58-2.15,1.71-2.58,3.1s-.31,2.85.35,4.02c1.82,3.21,6.45,3.44,9.87,2.02,1.32-.54,2.57-1.26,3.78-1.96,1.8-1.03,3.5-2.01,5.42-2.48,1.91-.46,3.93-.37,5.93-.18-1.56.78-3.19,1.32-4.84,1.6-3.08.53-5.3,1.46-6.96,2.93-.44.39-.92,1.05-.94,1.73-.01.37.12.7.38.96.5.49,1.24.43,1.63.4,1.44-.12,2.87-.26,4.31-.39,5.78-.53,11.75-1.08,17.64-.94,1.27.03,2.67,0,4.15-.04,5.49-.13,11.72-.27,15.6,2.6,3.65,2.7,9.42,8.91,9.34,14.06-.09,5.83-4.29,6.16-9.61,6.57l-1.17.09.08,1,1.16-.09c5.37-.42,10.43-.81,10.54-7.55.08-5.57-5.78-11.95-9.75-14.88-4.16-3.08-10.57-2.93-16.22-2.79-1.47.03-2.86.07-4.11.04-5.95-.14-11.95.41-17.76.95-1.43.13-2.87.27-4.3.39-.35.03-.7.04-.85-.11-.04-.04-.09-.1-.08-.22,0-.28.26-.71.6-1.01,1.52-1.35,3.57-2.2,6.47-2.7,2.21-.38,4.39-1.2,6.42-2.4.32.04.64.07.96.1l1.27.13c6.3.67,18.03,1.92,21.28-4.53,1.66-3.3.81-7.61-1.99-10.02-.46-.4-.97-.74-1.45-1.08-.66-.45-1.28-.87-1.79-1.41-.79-.83-1.3-2.21-.67-3.13.16-.24.39-.43.64-.57.6.08,1.21.19,1.8.34,2.61.68,4.68,2.28,5.54,4.26.57,1.33.64,2.78.71,4.33.04.84.08,1.71.21,2.56.4,2.63,2.23,5.34,4.85,5.23,2.35-.11,3.72-2.26,4.93-4.16l.32-.5c1.31-2.03,2.93-3.9,4.5-5.7,1.43-1.65,2.91-3.36,4.18-5.21.55-.8,1.07-1.64,1.6-2.49,1.87-3.01,3.81-6.13,7.07-7.62,1.45-.66,2.99-.93,4.6-1.05,0,2.32-.97,4.46-1.68,5.71-.96,1.68-2.2,3.23-3.41,4.73-.64.8-1.28,1.6-1.89,2.42-.62.83-1.27,1.94-.87,3.06.31.88,1.17,1.38,1.88,1.71,3.91,1.81,8.38,2.17,12.26,2.37,5.09.26,10.22.29,15.34.11,0,.1.01.21,0,.31-.03,1.02-.66,1.98-1.65,2.51-1.34.72-3.03.71-4.51.64-2.51-.12-5.06-.38-7.53-.64-2.98-.31-6.07-.64-9.12-.7-6.78-.14-12.12,1.1-16.31,3.78-2.54,1.62-5.05,4.5-4.46,7.69.33,1.74,1.53,3.17,2.5,4.32l5.68,6.71c1.39,1.64,2.82,3.33,4.68,4.57,2.45,1.63,5.33,2.25,7.83,2.64,6.08.96,12.24.9,18.31-.19.91-.16,1.89-.36,2.91-.63,3.07.67,6.08,1.56,8.91,2.9,1.84.87,3.68,1.96,5.45,3.01,4.54,2.69,9.23,5.45,14.85,5.26,5.53-.2,10.3-3.1,13.08-7.95,1.77-3.1,2.34-6.66,2.45-10.34.42.02.84.04,1.27.06,9.36.4,18.78.58,28.2.56.23.06.48.1.73.08.2-.01.38-.04.56-.09,3.48-.02,6.97-.06,10.45-.13.03,1.23.05,2.47.05,3.7,0,.69.06,1.42.17,2.18-.77.51-1.5,1.07-2.23,1.63-1.61,1.23-3.27,2.5-5.15,3.13-1.84.62-3.84.62-5.77.63-8.95.03-18.21.06-27.26-.83-.85-.08-1.42.5-1.92,1.02-.18.18-.35.36-.54.5-.77.59-1.28,1.41-1.73,2.14-3.23,5.22-6.57,10.62-8.16,16.73-.38,1.46-.74,3.57.47,5.07,1.06,1.32,2.87,1.57,4.48,1.71,14.97,1.27,30.1,1.91,45.19,1.91,5.91,0,11.81-.1,17.7-.29,1.31-.04,2.04-1.07,2.16-3.04,2.83,1.33,7.54,2.14,10.21.62,2.92-1.65,6.22-3.53,8.7-5.97.91-.89,1.73-1.33,2.57-1.51.37.01.74.02,1.1.02h1.11c.51.1,1.05.23,1.64.37,1.06.25,2.26.53,3.64.66,12.14,1.09,24.34,3.17,36.14,5.19l62.87,10.74c9.39,1.6,20.08,3.43,30.82,3.43,8.22,0,16.49-1.07,24.22-4.13,9.24-3.65,18.41-7.92,27.29-12.04,20.06-9.32,40.8-18.96,63.1-21.82,33.04-4.25,65.94,7.98,94.97,18.77l.35-.94c-29.14-10.83-62.17-23.1-95.45-18.82ZM323.56,62.59c.87-.27,1.69-.67,2.48-1.06.97-.48,1.88-.93,2.87-1.14l-.15-.69c1.18-.18,2.32-.2,3.34.23,2.17.9,3.1,3.59,2.89,5.79-.02.23-.05.46-.09.69-.04-.04-.08-.08-.11-.11-.75-.68-1.76-.89-2.69-1.08-2.82-.57-5.98-1.39-9.25-2.44.24-.05.48-.11.71-.18ZM317.33,61.86c-1.45-.14-2.81-.46-3.49-1.45,1.16.51,2.33,1,3.49,1.45ZM312.96,60.91c.98,1.52,2.89,1.86,4.8,2,.82.06,1.74.13,2.69.11,4.06,1.41,8.02,2.48,11.49,3.18.8.16,1.63.33,2.17.83.22.2.38.51.43.82-.09.27-.19.54-.29.81-.13.09-.31.15-.49.21-5.69,1.84-16.31.06-21.32-2.63-4.16-2.24-8.5-5.27-13.28-9.27-1.82-1.52-3.84-2.92-5.8-4.27-1.21-.84-2.46-1.7-3.64-2.58-.78-.58-1.66-1.24-2.68-1.6-.61-.21-1.27-.32-1.96-.32-1.09,0-2.25.26-3.4.78-1.41.64-2.67,1.56-3.88,2.45l-.52.38c-3.71,2.7-7.69,5.06-11.84,7.01-.61.29-1.21.59-1.81.88-3.22,1.6-6.27,3.1-9.98,2.55-.4-.06-.86-.15-1.17-.4-.21-.17-.35-.39-.43-.64.07-.03.14-.06.21-.09,2.3-.99,4.61-2.04,6.81-3.08,2.18-.72,4.08-2.04,5.69-3.22,2.84-2.08,5.58-4.36,8.15-6.77l.55-.51c3.36-3.16,6.83-6.43,11.17-6.44h.03c2.92,0,5.5,1.58,7.16,2.91,1.55,1.24,2.93,2.74,4.27,4.19.5.54.99,1.07,1.5,1.6,3.85,4,9.2,7.35,14.91,10.01.11.38.25.76.48,1.11ZM257.09,30.21c1.41-1.34,2.48-3.22,3.2-5.63.44-1.46.71-2.98.97-4.45.18-.97.36-1.98.58-2.95.02-.11.06-.24.1-.31.01-.02.05-.07.19-.06.19.01.41.15.49.31.21.41.1,1,0,1.52-.63,3.26-.96,6.6-.96,9.92v.24s.18.15.18.15c.34.27.75.38,1.19.3.82-.14,1.52-.85,1.87-1.41,1.08-1.75,1.42-3.78,1.75-5.74.13-.8.27-1.62.46-2.4.09-.36.19-.74.4-.99.17-.2.43-.31.6-.24.11.05.23.18.36.39.6,1.03.62,2.44.05,4.3-.11.35-.23.71-.35,1.06-.41,1.2-.83,2.44-.82,3.76,0,.35.03.81.25,1.23.3.59,2.25.97,4.62,1.22-5.05.07-10.1,0-15.14-.23ZM300.75,28.8c.51-.16,1.01-.34,1.51-.55.8-.34,1.78-.84,2.46-1.68.43.54.9,1.02,1.42,1.43.48.38.99.7,1.51,1.01-2.28-.25-4.59-.29-6.89-.21ZM303.8,22.74c-.5-1.51-.78-3.25-.86-5.49-.01-.36-.01-.71.12-.95.07-.14.23-.23.33-.23.02,0,.03,0,.05,0,.13.06.23.37.27.49.67,2.05,1.01,4.19,1,6.35,0,.52-.02,1.08-.13,1.62-.3-.55-.55-1.15-.76-1.78ZM252.28,58.84c1.1-3.05,2.85-5.45,4.96-6.84,1.28.14,2.56.33,3.84.58,1.04.2,2.23.44,3.27-.1.67-.34,1.14-1.13,1.16-1.92.01-.62-.27-1.14-.77-1.42-.7-.39-1.82-.16-3.1.16-.19.05-.36.09-.5.12-1.51.32-2.84.81-3.95,1.45-.06.04-.12.07-.19.11-3.16-.33-6.25-.38-9.02-.37-1.45,0-2.94,0-4.11-.7-.62-.38-1.12-1.08-1.25-1.79-.07-.35-.07-.86.26-1.3.55-.72,1.54-.8,2.67-.88.67-.05,1.35-.11,2-.3.84-.26,1.55-.77,2.21-1.26,2.24-1.69,4.33-3.6,6.22-5.68l.09-.1.03-.13c.14-.64.25-1.16.37-1.68.12-.52.24-1.05.38-1.7.06-.28.12-.56.26-.76.18-.25.55-.4.91-.52,2.8-.93,5.88-.89,8.85-.85h.14c13,.15,26.17-.17,39.14-.97,1.47-.09,3.44-.22,5.01-1.2.07.03.14.07.22.09l.12-.32s.05-.03.07-.05l.84-.64-1.03-.24c-.22-.05-.44-.08-.67-.13-.62-.28-1.24-.58-1.88-.95-.71-.4-1.45-.82-2.09-1.33-.55-.44-1.05-.97-1.49-1.58.37-.88.43-1.86.43-2.73,0-2.26-.35-4.5-1.05-6.66-.09-.27-.27-.84-.79-1.08-.66-.31-1.38.11-1.68.66-.25.46-.25.97-.23,1.46.08,2.34.37,4.17.91,5.78.32.97.74,1.86,1.25,2.65-.01.02-.02.03-.03.05-.53.78-1.46,1.25-2.21,1.57-1.2.51-2.46.88-3.74,1.1-.65.11-1.24.29-1.82.46-.34.1-.66.19-.99.27-.64.05-1.27.11-1.91.17l-1.72.15c-3.22.28-6.45.5-9.68.66l-.05-.21c-1.27.28-12.58-.44-13.45-1.16-.09-.18-.14-.42-.14-.78,0-1.15.37-2.26.77-3.44.12-.36.24-.72.36-1.09.65-2.14.61-3.8-.14-5.09-.24-.41-.52-.68-.85-.81-.57-.23-1.29-.01-1.74.52-.36.42-.5.95-.61,1.41-.19.81-.33,1.65-.47,2.46-.33,1.95-.64,3.8-1.61,5.38-.3.48-.8.88-1.18.95-.08.01-.15.01-.21,0,.03-3.16.34-6.33.94-9.43.12-.64.28-1.44-.09-2.16-.24-.47-.76-.81-1.31-.85-.45-.03-.84.14-1.08.48-.16.23-.22.48-.26.66-.23.99-.41,2.01-.59,2.99-.26,1.44-.53,2.93-.95,4.34-.8,2.68-2.05,4.65-3.72,5.85-.38-.02-.77-.03-1.15-.05-1.4-.07-3.32-.33-3.89-1.64-.57-1.31.6-2.9,2.05-3.8.36-.22.74-.43,1.12-.64,1.27-.7,2.58-1.42,3.34-2.73.99-1.71.64-3.67.3-5.56-.09-.49-.17-.97-.24-1.45-.14-1.11-.06-1.92.25-2.55.32-.64,1.07-1.2,1.79-1.03l.38.09.18-.35c.53-1.07-.14-2.02-.73-2.85-.36-.51-.73-1.03-.82-1.54-.05-.31,0-.66.04-1.03.08-.58.17-1.25-.15-1.87-.09-.19-.22-.34-.33-.48.21.08.44.13.68.16.44.04.86-.03,1.22-.2l.24,3.15c.03.42.07.95.38,1.4.34.52.91.76,1.31.9,1.89.66,4.05.43,5.76-.6.09.33.06.71-.08,1.09-.21.55-.63.95-1.12,1.05l-3.74.82,3.83.17c10.93.49,22.02.58,32.94.29l.06-.99c-.76-.12-1.38-.24-1.82-.61-.22-.19-.38-.49-.4-.78,0-.13,0-.31.14-.44.34-.36.95-.16,1.84.19.24.09.47.18.69.25,2.1.67,4.22-.5,6.19-1.86.33-.23.83-.57,1.01-1.14.3-.94-.41-1.75-.95-2.31.21.1.43.17.66.19.55.07,1.15-.14,1.56-.54.05-.05.1-.1.15-.16.38.97.1,2.27-.5,3.26-.37.62-.83,1.18-1.32,1.77-.58.71-1.18,1.44-1.62,2.28l-.79,1.51,1.48-.85c.35-.2.71-.14.96-.06.54.18,1.05.65,1.29,1.2.34.79.35,1.68.37,2.63,0,.28,0,.55.02.83.2,4.47,2.85,8.76,6.77,10.92.78.43,2.04,1.26,1.69,1.99-.18.38-.68.51-1.42.66-.21.04-.41.08-.61.14-2.41.64-3.15,2.8-3.65,4.78-.44,1.73-1.58,2.8-3.58,3.37-1.67.47-3.46.44-5.19.4l-31.18-.69c-2.4-.05-4.81.11-7.14.26-1.62.11-3.29.22-4.95.25-.74.02-1.2.27-1.36.74-.08.24-.07.5.05.74.25.5.85.73,1.03.79,2.08.69,4.25.59,6.34.48h.18c1.19-.07,2.37,0,3.51.06.79.04,1.58.08,2.39.09,4.12.03,8.28-.18,12.31-.38,2.59-.13,5.26-.26,7.89-.33,2.16-.06,4.38.07,6.52.2,4.22.25,8.59.5,12.78-.65l.19-.05c.78-.21,1.52-.41,2.26-.39.81.03,1.51.41,1.8.95.17.32.22.71.27,1.13.05.42.11.85.29,1.27.41.99,1.35,1.59,2.19,2.08,1.06.61,2.17,1.15,3.24,1.68,1.26.62,2.57,1.27,3.79,2.01.26.16.5.31.6.51.07.13.07.28.02.45-.09.27-.31.52-.57.65-.52.26-1.19.23-1.88.19-3.27-.15-6.75.01-10.32.49-.7.09-1.4.2-2.1.31-.03,0-.05,0-.08.01-.48-.41-.99-.73-1.53-.94-.91-.36-1.86-.42-2.78-.48-.97-.06-1.98-.12-2.98.04-1.36.22-2.08.59-2.27,1.18-.09.27-.09.69.38,1.16.63.63,2.02.64,3.51.59.17,0,.31,0,.43-.01,1.66,0,3.3-.24,4.9-.49.32.33.59.68.79.98,1.01,1.52,1.14,2.83,1.31,4.49.05.52.11,1.05.19,1.63,0,.02,0,.04,0,.06-5.35-2.55-10.33-5.73-13.95-9.49-.5-.52-.99-1.05-1.49-1.59-1.36-1.47-2.77-3-4.38-4.29-1.78-1.43-4.58-3.13-7.79-3.13h-.03c-4.73.02-8.52,3.57-11.85,6.71l-.55.51c-2.54,2.38-5.26,4.63-8.06,6.7-1.55,1.14-3.37,2.41-5.46,3.1-2.21,1.04-4.47,2.07-6.72,3.04.05-.52.21-1.01.32-1.31ZM258.78,51.19c.77-.33,1.63-.59,2.56-.79.15-.03.33-.08.53-.13.64-.16,1.96-.48,2.37-.26.17.1.26.28.25.53,0,.42-.27.87-.62,1.05-.74.38-1.69.19-2.66,0-.81-.16-1.63-.29-2.45-.41ZM308.85,50.58c-1.26.18-2.55.33-3.82.33-.12,0-.28,0-.46.01-.66.02-2.4.07-2.77-.3-.09-.09-.12-.15-.13-.15.07-.09.44-.33,1.47-.49.89-.14,1.84-.09,2.76-.03.84.05,1.71.11,2.48.41.16.06.32.14.47.22ZM329.16,83.89c-25.55,1.27-51.5-.41-76.69-2.05-2-.13-3.99-.26-5.98-.42-.82-.07-1.54-.15-2.08-.52-.68-.46-1.08-1.43-1.01-2.48.13-2.03.77-3.04,2.07-3.28,2.45-.46,5-.57,7.37-.57.87,0,1.72.02,2.54.03,7.26.17,14.65.72,21.81,1.25,14.03,1.05,28.55,2.13,42.74.34,1.16-.15,2.28-.33,3.2-1,.57-.41.94-.95,1.05-1.52.1-.56-.03-1.09-.37-1.54-.71-.94-2.23-1.4-3.42-1.51-1.85-.18-3.7-.34-5.54-.5-16.96-1.42-33.65-1.53-52.15-1.53-2.03.01-4.01.18-5.91.33-.77.06-1.54.13-2.33.18-7.11.5-12.85.76-18.07.82-1.59.02-3.01,0-4.33-.41-.81-.25-1.65-.84-1.56-1.54.03-.24.16-.49.43-.82,1.29-1.58,3.42-2.56,6.31-2.94,1.11-.14,2.26-.2,3.37-.25,1.36-.06,2.76-.13,4.13-.36,2.22-.37,4.31-1.14,6.4-2.01.15.42.4.77.74,1.03.5.39,1.1.52,1.64.6,4.03.6,7.36-1.05,10.58-2.64.59-.29,1.19-.59,1.79-.87,4.21-1.98,8.25-4.37,12.01-7.1l.52-.38c1.17-.86,2.38-1.75,3.7-2.34,1.65-.74,3.29-.9,4.62-.43.87.31,1.66.89,2.42,1.45,1.19.89,2.45,1.76,3.67,2.6,1.94,1.34,3.95,2.73,5.73,4.22,1.43,1.19,2.82,2.29,4.18,3.32-2.58-.32-5.11-.93-7.54-1.87-1.78-.69-2.71-1.47-2.93-2.47l-.33-1.48-.61,1.39c-.65,1.48-2.41,2.39-3.99,2.06-1.58-.33-2.84-1.85-2.85-3.47v-1.5s-.9,1.21-.9,1.21c-3.87,5.28-10.06,8.95-16.55,9.81l.13.99c6.37-.85,12.46-4.3,16.51-9.29.48,1.57,1.84,2.89,3.46,3.22,1.69.35,3.52-.39,4.57-1.74.72,1.14,2.08,1.78,3.14,2.19,3.04,1.18,6.23,1.88,9.48,2.11,2.66,1.93,5.21,3.55,7.69,4.89,5.07,2.73,15.73,4.54,21.72,2.82-.43.89-.92,1.75-1.39,2.57l-2.72,4.78c-.25.44-.54.94-.67,1.51-.53,2.31,1.69,4.15,2.67,4.84.24.17.48.33.72.48-1-.18-2.04-.27-3.14-.21ZM246.66,113.61c-.53-1.33-.71-2.81-.57-4.5v-.15c.11-1.45.28-2.01.38-2.22,0,0,0,0,0,0,1.1,1.19,1.93,2.85,2.53,5.06.26.97.47,1.97.67,2.95.19.94.39,1.91.64,2.85.05.2.11.36.17.5-1.71-1.11-3.1-2.62-3.83-4.48ZM61.62,119.89c-2.53-.28-5.15-.56-7.68.05-2.06.5-3.9,1.56-5.68,2.58-1.18.68-2.4,1.38-3.66,1.9-3.03,1.25-7.08,1.12-8.62-1.59-.52-.92-.62-2.1-.27-3.22.35-1.13,1.1-2.04,2.06-2.49.67-.32,1.43-.47,2.24-.62,1.07-.2,2.17-.41,3.11-1.07,1.42-1.01,1.93-2.67,2.41-4.26.28-.93.57-1.89,1.04-2.68,1.04-1.76,3.18-2.89,5.42-2.89.12,0,.24,0,.35,0,1.96.1,3.7,1.12,5.48,2.15,2.29,1.33,4.27,1.76,6.86,1.47,1.66-.18,3.01.04,3.71.6.37.3.57.7.62,1.23.11,1.16-.62,2.32-1.27,3.2-1.71,2.31-3.81,4.23-6.1,5.64ZM79.92,99.37c-1.86-.2-3.74-.12-5.57-.03l-8.74.41c-1.56.07-3.33.16-4.84-.44-1.33-.52-2.63-1.84-2.53-3.34.11-1.75,2-2.94,3.57-3.43.61-.19,1.26-.33,1.88-.47,1.29-.29,2.63-.58,3.82-1.29.94-.56,1.71-1.33,2.45-2.08.41-.41.83-.83,1.26-1.21,1.82-1.55,4.22-2.34,6.62-2.34,2.14,0,4.28.63,6,1.9.22.16.43.33.64.5.51.41,1.03.82,1.64,1.14,2.07,1.06,4.49.58,6.63.16l.62-.12c2.96-.57,5.02-.2,6.15,1.1.77.89.83,1.95.75,2.68-.16,1.44-1,2.87-2.18,3.73-2.16,1.58-5.16,1.81-7.57,2l-8.17.64c-.62.05-1.58.12-2.43.5ZM110.06,80.66c-1.41-.18-2.86-.25-4.26-.33-2.86-.16-5.82-.32-8.49-1.33-.57-.22-1.21-.5-1.6-.99-1.22-1.53.43-3.93,1.2-4.89.63-.79,1.33-1.59,2.22-1.88.27-.09.55-.13.83-.13.94,0,1.9.44,2.91.9.81.37,1.64.75,2.51.92,2.6.53,5.11-.81,7.33-2l.66-.35c2.14-1.13,5.13-2.17,7.19-.7,1.19.85,1.74,2.28,2.32,3.8.53,1.38,1.07,2.81,2.15,3.87l.23.22.3-.11c2.89-1.11,5.93-1.71,9.02-1.79,1.11-.03,2.25.03,3.11.61,1.02.69,1.54,2.18,1.27,3.63-.23,1.21-.94,2.43-2.16,3.73-2.57,2.73-6.03,4.55-9.74,5.12-1.35.21-2.76.26-4.13.3-.53.02-1.07.04-1.61.07-.07-.58-.2-1.16-.41-1.74-1.29-3.65-5.35-6.24-10.85-6.92ZM141.24,107.68c-1.57-.97-3.41-1.03-5.18-1.09-.93-.03-1.88-.06-2.77-.23-1.7-.32-3.15-1.17-3.97-2.34-.71-1.01-1.09-2.71-.49-3.71.49-.81,1.69-1.38,2.65-1.83l10.09-4.78c.72-.34,1.33-.6,1.92-.6.07,0,.14,0,.21.01,1.01.11,1.71.99,2.45,1.92.45.56.92,1.15,1.48,1.61,1.7,1.38,3.94,1.36,6.11,1.34,2.15-.02,4.18-.03,5.56,1.25.98.91,1.15,2.1,1.13,2.94-.05,1.61-.89,3.32-2.13,4.34-2.25,1.84-5.37,2.24-8.38,2.49-2.38.2-4.76.34-7.15.44-.28-.71-.81-1.32-1.53-1.77ZM140.33,140.46c-3.07-.65-6.19-1.08-9.26-1.5-3.15-.43-6.4-.88-9.53-1.56-.69-.15-1.37-.25-2.02-.34-1.6-.23-3.12-.44-4.54-1.39-1.36-.9-2.26-2.26-2.39-3.61-.15-1.49.73-2.98,1.99-3.39.32-.11.66-.15,1-.15.69,0,1.41.17,2.16.35,1.2.29,2.45.58,3.68.19,1.08-.35,1.91-1.18,2.58-1.85,1.75-1.75,3.81-3.6,6.11-3.27,1.38.2,2.51,1.15,3.69,2.15,1.2,1.02,2.44,2.06,4.04,2.36,1.74.33,3.42-.12,5.05-.55,1.72-.45,3.34-.88,5.01-.46.77.2,1.27.46,1.6.82.34.38.54.95.61,1.72.25,2.82-1.29,5.83-4.02,7.85-1.76,1.3-3.8,2.1-5.75,2.63ZM221.62,119.9c.54-.16,1.88-.46,2.76.28.7.58.88,1.64,1.01,2.67.15,1.18.28,2.37.39,3.56-2.65.03-5.35.05-8.08.05.14-2.94.62-5.55,3.93-6.55ZM206.29,117.81c1.59-.56,2.84-.54,3.71.04,1.06.71,1.66,2.32,1.79,4.79.05,1.02.04,2.07.03,3.18,0,.2,0,.4,0,.59-2.97-.03-5.95-.09-8.95-.19,0-.33,0-.66,0-1-.04-3.18-.09-6.18,3.44-7.41ZM193.93,126.92s0-.09,0-.13c2.64.16,5.27.3,7.91.39-.07,1.97-.45,3.7-2.1,4.77-1.33.85-3.11.89-4.34.09-1.66-1.08-1.56-3.14-1.47-5.12ZM175.76,132.46c-.63-.11-1.27-.26-1.65-.67-.5-.55-.43-1.51-.33-2.37.09-.76.25-1.5.74-1.78.26-.15.63-.17.98-.18,2.75-.13,5.31-.27,7.88-.42.18-.01.35-.02.53-.03,0,.15.01.29.02.44.09,1.96.18,3.93.17,5.88-2.85-.15-5.64-.37-8.35-.86ZM184.79,121.2c.05-1.82,2.49-3.3,4.16-3.63,1.23-.24,2.14-.1,2.77.43,1.37,1.15,1.31,4,1.27,6.29,0,.44-.02.86-.02,1.24,0,.06,0,.13,0,.2-.6-.04-1.19-.07-1.79-.11-2.19.1-4.26.22-6.31.33-.07-1.65-.12-3.23-.08-4.75ZM186.4,133.43c-.43-.02-.86-.04-1.29-.06.02-1.98-.08-3.99-.17-5.97,0-.15-.01-.3-.02-.45,2.05-.12,4.11-.23,6.25-.33.59.04,1.18.07,1.77.11,0,.05,0,.09,0,.14-.1,2.16-.22,4.61,1.92,6.01,1.58,1.03,3.76,1,5.43-.08,2.04-1.31,2.48-3.38,2.56-5.57,3,.1,5.99.16,8.96.19,0,1.72.09,3.44.5,5.05.14.54.41,1.08.76,1.52-8.91,0-17.83-.18-26.68-.56ZM216.37,133.55c-.19.23-.46.36-.78.44-.3,0-.6,0-.89,0-.68-.24-1.22-1.01-1.42-1.77-.39-1.5-.47-3.14-.47-4.79,1.29.01,2.57.02,3.84.02,0,.07,0,.14,0,.21-.01.45.04,1.01.11,1.66.16,1.49.35,3.35-.38,4.23ZM217.28,133.97c.82-1.22.63-3.17.47-4.76-.06-.58-.12-1.14-.11-1.52,0-.08,0-.16,0-.24,2.77,0,5.52-.02,8.21-.05.19,2.14.32,4.3.4,6.45-2.99.06-5.98.1-8.97.12ZM374.17,153.03c-2.17,1.92-4.92,3.4-8.03,4.29-2.17.62-3.91.77-5.48.48-1.02-.19-2.02-.68-2.84-1.33-.26-.86-.63-1.75-1.14-2.65-1.43-2.55-3.55-4.66-5.64-6.57-2.82-2.58-5.81-5.02-8.71-7.39-1.5-1.23-3.2-2.62-5.25-3.22-.49-.14-.98-.23-1.49-.29,2.72-.65,5.44-1.37,8.17-2.11,2.68-.74,5.63-1.06,8.47-1.38l.53-.06c7.29-.81,13.23-.23,18.17,1.78,2.53,1.03,4.25,2.29,5.27,3.85.9,1.39,1.25,3.05,1.4,4.59-.51,1.73-1.03,3.47-1.55,5.18-.24.8-.58,1.61-.95,2.46-.33.78-.66,1.57-.93,2.37ZM303.78,136.68c-.09-.04-.19-.06-.28-.1,1.81-.62,3.69-1.43,5.4-2.61,2.62-1.8,4.41-4.21,5.08-6.82,8.74.13,17.44.35,26.03.58.76.02,1.71.45,1.91.88.04.07.06.16-.05.31l-.5.67.83.12c4.29.64,8.67.98,13.01,1.03,3.1.03,6.06-.12,8.92-.27,4.22-.22,8.2-.42,12.59-.08,1.09.09,2.21.23,2.87.93.93.99.62,2.67.19,4.18-.5,1.76-1.01,3.52-1.52,5.28-.24-1.01-.62-2.01-1.21-2.92-1.13-1.73-3-3.12-5.73-4.23-5.1-2.07-11.2-2.68-18.65-1.85l-.53.06c-2.88.32-5.86.65-8.62,1.41-3.87,1.06-7.73,2.07-11.62,2.89-9.36-.23-18.85.12-28.1.52ZM326.92,137.09c-5.99.97-12.09,1.35-18.45.63-.44-.05-.9-.11-1.37-.18,6.56-.27,13.21-.48,19.82-.46ZM266.73,137.26c-3.81-.8-7.59-1.9-11.28-3.3-1.56-.59-3.41-1.62-3.31-3.18.04-.58.36-1.14.94-1.68.46-.06.91-.1,1.35-.13,3.54-.29,7.19-.59,10.79-.84,12.23-.84,24.57-1.1,36.88-1.08-1.55.77-2.8,2.02-3.17,3.75-.4,1.88.48,4.02,2.18,5.47-.18.05-.36.1-.53.15-.63.17-1.28.33-1.92.48-10.53.45-21.27.84-31.94.36ZM292.12,138.17c-5.76.82-11.67.91-17.57.3,5.87.06,11.75-.09,17.57-.3ZM255.1,134.89c2.04.77,4.1,1.44,6.18,2.04-2.81-.21-5.6-.49-8.39-.86-2.79-.37-4.33-1.22-4.72-2.6-.38-1.36.63-2.81,1.78-3.47.5-.29,1.05-.49,1.62-.63-.26.43-.4.88-.43,1.35-.1,1.71,1.26,3.16,3.96,4.18ZM299.92,131c.5-2.4,3.29-3.7,5.67-3.89.29-.02.58-.03.88-.03.3,0,.6,0,.9,0,.69.02,1.38.06,2.06.11,1.13.08,2.3.17,3.47.12-.69,2.21-2.29,4.27-4.57,5.83-1.89,1.3-4.02,2.14-6.02,2.77-1.46-1-2.8-2.93-2.38-4.92ZM377.64,146.33c-.06,1.06-.22,2.15-.66,3.14-.24.54-.57,1.08-.99,1.63,0-.02.01-.03.02-.05.36-.84.72-1.71.98-2.56.22-.71.43-1.44.64-2.15ZM435.08,144.04c-1.07-1.21-2.02-2.51-2.83-3.89-.85-1.44-1.59-3.06-2.19-4.72.91.02,1.82.02,2.73,0,.05.16.1.32.15.48.2.62.43,1.25.65,1.89.74,2.05,1.49,4.16,1.49,6.23ZM387.18,134.6c1.16.43,2.59.1,3.73-.83.97-.8,1.63-1.91,2.21-2.89l2.94-4.96c.15-.25.32-.53.53-.66.13-.08.3-.06.33-.02.02.03.04.12.05.25.1,1.2-.37,2.36-.87,3.58-.39.95-.79,1.93-.93,2.98-.04.31-.06.72.11,1.09.13.29.37.53.71.74,1,.61,2.22.62,3.2.62,3.32,0,6.68.08,9.93.16,2.58.06,5.16.12,7.73.14,2.36.02,4.75.18,7.05.33,1.68.11,3.38.22,5.09.28.64,1.84,1.46,3.65,2.4,5.25.98,1.68,2.18,3.26,3.53,4.69-.13.42-.36.75-.68,1-1.35,1.06-4.27.61-6.4.28-.69-.11-1.34-.21-1.88-.25-2.21-.18-4.45-.2-6.63-.22-.91,0-1.82-.02-2.73-.03-8.21-.17-16.55-.63-24.61-1.07-2.36-.13-4.81-.26-7.14-.81-.93-.22-2.09-.56-2.89-1.33-.97-.93-1.03-2.21-.18-4.02.72-1.54,1.54-3.08,2.32-4.57.4-.76.8-1.53,1.2-2.29,1.07-2.1,2.19-4.27,3.7-6.11.22-.26.42-.37.48-.37h0s.06.19-.05.59c-.78,2.62-1.64,5.25-2.57,7.81l-.17.47.47.17ZM428.56,128.66c-.04-.71.1-1.09.26-1.14.25-.08.93.26,1.54,1.14.95,1.36,1.51,3.43,2.01,5.24.05.19.1.37.15.55-.93.01-1.86,0-2.79-.02-.65-2.01-1.06-4.02-1.17-5.77ZM400.65,89.96c.97-.02,1.95,0,2.92,0,1.53.01,3.12.03,4.67-.06,2.71-.16,5.35-.23,7.85-.21,1.11,0,2.21.03,3.32.08.76.03,1.48.09,1.94.5.37.33.55.87.71,1.45.67,2.36,1.19,4.34,1.42,6.43.03.24.06.52.1.82.01.09.02.18.04.28-.22-.14-.45-.28-.66-.42-2.31-1.51-5.33-4.1-6.6-7.88l-.11-.33h-.35c-2.7-.06-5.42-.09-8.14-.09-3.05,0-6.11.03-9.15.1-.89.02-1.81.1-2.78.18-1.91.16-3.88.33-5.59.02-.52-.09-1.01-.17-1.47-.22,3.95-.35,7.93-.57,11.88-.64ZM390.06,91.81c1.83.33,3.87.16,5.85-.01.95-.08,1.86-.16,2.72-.18,5.61-.13,11.29-.14,16.9-.03,1.42,3.88,4.51,6.52,6.88,8.07.44.29.89.56,1.35.82.09,1.24.02,2.52-.76,3.04-.77.52-1.79.57-2.93.58-3.23.02-6.52-.02-9.7-.07-9.22-.12-18.75-.25-28.02,1.15-1.28.19-2.56.42-3.83.64-1.41.25-2.81.49-4.22.7-.35.05-.83.14-1.37.24-1.99.38-5.32,1.01-6.44.3-.21-.13-.24-.21-.24-.21,0-.21.59-.63,1.75-1.23l.37-.19c1.02-.55,2.11-1.02,3.16-1.48,1.23-.54,2.51-1.1,3.71-1.79,2.25-1.29,4.21-2.96,5.85-4.96.38-.47.75-.96,1.11-1.44.8-1.07,1.55-2.07,2.5-2.9,1.81-1.58,3.15-1.43,5.36-1.04ZM374,79.38c.17-.19.44-.33.72-.48l.14-.07c.74-.4,1.42-.89,2.04-1.46,3.96-1.63,7.5-3.66,10.56-6.07.64-.5,1.26-1.02,1.88-1.55,1.93-1.62,3.93-3.29,6.25-4.21,1.99-.79,3.8-.27,5.91.74,3.54,1.7,6.91,3.96,10.17,6.15,5.3,3.55,10.78,7.23,17.15,8.6.82.18,1.67.36,2.05.94.21.33.19.7.13.95-.11.51-.47,1-.92,1.28-.85.53-1.97.56-3.05.54-2.09-.03-4.22-.16-6.28-.3-2.13-.14-4.33-.28-6.5-.3-2.36-.02-4.73.23-7.03.48-1.62.17-3.29.35-4.94.43-6.48.31-12.95.42-18.75.43-2.17-.49-3.91-1.65-4.81-3.3-.04-.07-.07-.13-.1-.19,2.86,0,5.63-.99,7.76-2.02,1.56-.75,3.06-1.64,4.52-2.5,2.01-1.18,4.08-2.41,6.27-3.26.78-.3,1.61-.56,2.39-.42.5.09.97.34,1.41.6,1.37.81,2.64,1.85,3.86,2.86.46.37.91.75,1.38,1.11,1.63,1.29,3.62,2.68,5.97,3.26,2.52.62,5.09.07,6.7-1.42.5-.46.68-.99.49-1.45-.18-.43-.6-.61-.83-.71-3.69-1.53-6.98-2.96-9.96-5.03-.72-.5-1.42-1.03-2.12-1.56-1.56-1.19-3.17-2.42-5-3.24-1.22-.54-2.29-.79-3.3-.75-1.56.07-2.92.82-3.94,1.47-1.92,1.22-3.62,2.76-5.27,4.24-.73.65-1.45,1.31-2.2,1.93-1.9,1.6-4.82,3.79-8.18,4.29-1.01.15-1.07.92-1.11,1.47v.04c-.99-.1-1.97-.34-2.91-.77-.63-.29-.72-.44-.73-.49,0-.02.02-.11.16-.27ZM378.48,80.96v-.03q.04-.52.26-.56c3.61-.54,6.68-2.84,8.68-4.52.75-.64,1.49-1.29,2.22-1.96,1.62-1.46,3.29-2.96,5.14-4.14,1.36-.86,2.42-1.27,3.45-1.31.84-.03,1.78.18,2.85.66,1.73.77,3.29,1.97,4.8,3.12.71.54,1.42,1.08,2.15,1.59,3.06,2.12,6.41,3.58,10.15,5.13.17.07.27.13.29.15,0,.02-.04.15-.24.34-1.37,1.27-3.59,1.72-5.79,1.18-2.17-.53-4.04-1.85-5.59-3.07-.46-.36-.91-.73-1.36-1.1-1.26-1.03-2.55-2.09-3.99-2.94-.52-.31-1.09-.61-1.74-.72-1.02-.18-2.01.12-2.93.48-2.26.88-4.37,2.12-6.42,3.33-1.44.85-2.93,1.73-4.45,2.46-1.73.84-4.57,1.95-7.5,1.9ZM372.84,83.62l-.47-.07c-1.69-.26-3.5-.64-3.54-1.88-.05-1.47,3.05-2.49,4.31-2.9.04-.01.08-.03.12-.04-.34.38-.47.76-.39,1.14.14.66.89,1.01,1.3,1.19,1.11.51,2.26.78,3.41.88.08.28.21.52.31.72.64,1.17,1.63,2.13,2.87,2.83-1.2,0-2.38,0-3.5-.01-1.18-.92-2.68-1.56-4.4-1.85ZM258.86,88.32c.26-.27.56-.45.87-.54-.06,1.29-.48,2.56-1.2,3.64-.21-.38-.35-.8-.38-1.26-.04-.64.23-1.35.71-1.84ZM241.55,173.07c-20.86.7-41.98.15-62.77-1.61-1.47-.12-2.97-.33-3.78-1.34-.71-.88-.79-2.21-.28-4.19,1.55-5.96,4.85-11.3,8.04-16.46.43-.69.86-1.4,1.48-1.87.22-.17.43-.38.64-.6.37-.37.71-.73,1.06-.73.02,0,.03,0,.05,0,9.1.9,18.38.87,27.36.84,2.01,0,4.1-.01,6.09-.68,2.04-.69,3.77-2.01,5.44-3.29.61-.46,1.21-.92,1.81-1.34.84,4.13,3.18,9.26,7,15.32.21.33.55.9.99,1.63,3.28,5.46,6.52,10.62,8.08,11.73-.02,2.25-.69,2.56-1.21,2.58ZM227.29,134.83c4.82-.11,9.63-.27,14.43-.49.32,1.25-.48,2.64-1.54,3.33-1.35.89-3.11.99-4.48.98-.38,0-.76-.01-1.14-.02-1.28-.04-2.61-.07-3.91.2-1.16.25-2.22.72-3.22,1.31-.06-.55-.1-1.09-.1-1.6,0-1.24-.01-2.48-.05-3.72ZM261.95,164.97c-2.39,2.35-5.63,4.19-8.49,5.81-2.49,1.41-7.24.46-9.72-.87-.12-1.56-.97-2.96-1.67-4.1l-10.95-17.82c-.43-.7-.78-1.32-.71-1.94.08-.71.69-1.34,1.92-1.98,2.1-1.08,4.34-1.87,6.66-2.32,1.13-.22,2.43-.39,3.56.05,1.09.43,1.93,1.39,2.77,2.42,3.12,3.86,6.03,7.96,8.63,12.18,1.42,2.3,3.36,5.44,6.26,6.82.92.44,1.9.67,2.89.8-.38.25-.77.56-1.16.95ZM272.17,163.27l-4.66-.06c-.8-.13-1.57-.18-2.35-.04-1.53-.05-3.13-.2-4.51-.85-2.63-1.25-4.48-4.25-5.83-6.44-2.63-4.26-5.56-8.39-8.71-12.28-.92-1.14-1.86-2.2-3.18-2.72-1.37-.53-2.85-.35-4.12-.1-2.41.47-4.74,1.28-6.93,2.41-.98.51-2.3,1.34-2.46,2.76-.11,1.01.44,1.92.85,2.58l10.95,17.82c.48.78,1,1.63,1.29,2.53-1.93-2.24-5.36-7.95-6.97-10.62-.44-.74-.79-1.32-1-1.65-3.88-6.17-6.21-11.33-6.95-15.38,1.03-.64,2.09-1.15,3.27-1.4,1.18-.25,2.39-.22,3.67-.18.39.01.77.02,1.16.02,1.51.01,3.46-.11,5.04-1.15,1.49-.98,2.57-3.07,1.8-4.88l-.14-.32-.35.02c-4.92.23-9.85.39-14.79.5-.07-2.15-.21-4.3-.39-6.44,3.67-.05,7.25-.13,10.68-.2,3.97-.09,8.48-.19,12.69-1.32l.29-.08.07-.29c.39-1.73.83-3.68,1.09-5.63,2.65,1.23,5.68,1.69,8.28,1.27,4.9-.8,5.45-5.24,5.93-9.17.14-1.15.27-2.23.5-3.22.1-.46.27-1.02.66-1.38.28-.26.76-.39,1.05-.17.12.09.23.26.3.49.27.82.05,1.75-.24,2.79l-1.19,4.2c-.55,1.95-.86,4.52.82,5.62,1.38.91,3.76,1.12,5.86,1.31.67.06,1.3.12,1.81.19,4.8.71,9.82,1.12,15.36,1.25,10.19.24,20.17-.49,31.23-1.4.87-.07,1.29-.5,1.5-.84.78-1.31-.26-3.66-.95-5.22-.1-.24-.2-.45-.27-.62-.7-1.71-1.28-3.53-.82-5.19.07-.24.17-.37.2-.39.03,0,.11.05.14.06.92.49,1.55,1.07,1.89,1.73.31.61.4,1.32.49,2.07.03.22.05.44.09.65.31,2.08,1.33,4.52,3.04,7.26l.15.24,3.6-.08c.42-.01,1.06-.02,1.55-.42.47-.38.69-1.02.63-1.79-.14-1.72-.76-3.45-1.36-5.12-.31-.86-.6-1.66-.82-2.46-.13-.46-.24-.9-.1-1.23.05-.12.2-.24.34-.27.04,0,.1-.01.12.02.82.82,1.06,2,1.31,3.26.11.54.22,1.1.38,1.62l.12.4c.52,1.69,1.18,3.78,2.23,5.12,1.54,1.95,4.45,2.55,6.64,1.37.29-.16.7-.41.97-.84.4-.64.34-1.4.28-2.01-.38-4.37,0-8.73,1.15-12.96l.19-.69-.71.06c-9.71.86-19.56.85-29.28-.04l.34-2.36-.44-.11c-4.04-1.03-8.25-1.02-12.32-1l-25.56.08.31,2.24c-4.12-.17-8.14-.95-12.03-1.71-3.07-.6-6.24-1.21-9.49-1.54-3.39-.35-6.79-.69-10.18-1.03l-2.04-.21c-.63-.06-1.26-.13-1.88-.2-4.81-.51-9.35-1-14.23.1l-.67.15.35.59c.49.83,1.25,1.44,1.91,1.98,2.56,2.09,4.67,3.87,6.58,6.25.96,1.19,2.34,2.03,3.67,2.84.46.28.91.55,1.33.83.36.24.55.56.53.85-.02.28-.25.53-.63.7-.35.15-.92.07-1.42,0-.27-.04-.53-.08-.76-.09-2.03-.1-4.11-.05-6.12,0-1.01.02-2.02.05-3.03.05l-53.46.32c-1.22,0-2.76.02-3.89-.68-.86-.53-1.56-1.52-2.06-2.92-.16-.44-.61-1.93.18-2.58.46-.38,1.2-.34,1.91-.31h.2c3.55.16,6.83-1.08,10.46-2.57,4.34-1.79,8.7-3.68,12.97-5.62,2.16-.98,4.1-2.19,5.97-3.35,1.3-.81,2.64-1.64,4.05-2.4.98-.53,2-1.08,3.07-1.37,1.22-.34,2.5-.35,3.94-.34,11.58.09,23.2,1.35,34.53,3.74,1.55.33,3.47.73,5.11-.13l.99-.52-1.05-.39c-7.64-2.84-14.68-6.93-20.93-12.15-.36-.3-.71-.6-1.06-.9-2.1-1.78-4.27-3.63-6.88-4.68-1.61-.65-2.96-.71-4.03-.19-.75.36-1.29.97-1.8,1.56l-.21.24c-3.02,3.36-7.26,5.37-10.63,6.74-3.31,1.35-6.74,2.47-10.2,3.33-3.08.77-6.59,1.37-9.57.13,1.2-1.78,3.29-2.86,5.32-3.91l.1-.05c6.74-3.47,13.22-7.54,19.27-12.1.71-.54,1.42-1.08,2.13-1.63,2.12-1.63,4.3-3.31,6.59-4.75.52-.33,1.07-.64,1.59-.57.41.06.78.35,1.22.72,8.71,7.37,17.69,14.65,26.69,21.66,2.37,1.84,5.05,3.93,8.09,5.36l.3.14.25-.23c.13-.12.25-.24.37-.36.4.4.87.75,1.4,1.03,1.38.73,2.95.96,4.44,1.13,3.69.42,7.44.54,11.81.36,12.17-.49,24.75-1,37.02.61l.57.08c2.43.32,4.94.66,7.38.07l.77-.19-.51-.62c-1.43-1.75-2.26-3.93-2.35-6.19.14-.03.32.02.45.12.26.21.41.57.57.98l.2.53c.66,1.78,1.35,3.63,2.79,4.96.98.91,2.4,1.41,3.7,1.32,1.01-.07,1.85-.49,2.43-1.21l.21-.26-.16-.29c-1.02-1.91-1.83-3.92-2.42-6,.69.74,1.19,1.66,1.62,2.53l.32.68c.58,1.23,1.18,2.5,2.15,3.52,1.15,1.21,3.09,2.1,4.83,1.37.21-.09.5-.24.68-.54.26-.43.14-.93.08-1.19l-1.27-5.42c.52.55.98,1.16,1.46,1.8.5.66,1.01,1.34,1.6,1.95,2.05,2.14,5.05,3.39,8.01,3.39,2.96-.02,5.94-1.32,7.97-3.49l.54-.58-.76-.24c-4.02-1.26-7.96-2.88-11.71-4.8-.68-.35-1.34-.7-1.99-1.05-.09-.05-.19-.1-.28-.15.98.25,1.94.46,2.87.66,5.84,1.2,11.83,1.84,17.79,1.91,1.11.01,2.18,0,3.2-.37.17-.06.34-.13.5-.2.23-.1.46-.2.71-.26.38-.1.81-.1,1.28-.09h.59c1.31.04,2.67.06,4-.2.96-.19,3.24-.79,4.36-2.23.49,0,.99,0,1.5.01.39.34.74.72,1.03,1.13.3.42.68.95.74,1.39.02.12,0,.27-.01.43-.04.45-.1,1.14.62,1.58.28.17.58.21.84.23,1.52.14,3.04-.03,4.51-.2l.26-.03c.37-.04.73-.08,1.1-.12-.62.24-1.25.63-1.93,1.22-1.03.9-1.85,2-2.64,3.06-.36.48-.71.95-1.08,1.41-1.56,1.91-3.44,3.5-5.58,4.73-1.15.66-2.4,1.21-3.61,1.74-1.07.47-2.18.95-3.23,1.52l-.36.19c-1,.52-2.25,1.17-2.29,2.07-.01.29.1.72.7,1.1,1.34.84,4.15.4,7.16-.17.52-.1.98-.19,1.32-.24,1.42-.21,2.84-.45,4.25-.7,1.27-.22,2.54-.44,3.81-.63,9.19-1.39,18.68-1.26,27.86-1.14,3.19.04,6.48.08,9.72.07,1.01,0,2.4-.01,3.48-.75,1.02-.69,1.26-1.99,1.23-3.31,2.43,1.27,5.01,2.22,7.53,3.15,2.95,1.09,5.99,2.22,9.23,2.45,1.74.12,3.55.42,3.74,1.66.08.52-.15,1.04-.67,1.56-1.53,1.52-5.02,2.46-6.39,2.25-1.26-.2-2.42-.87-3.53-1.52l-8.96-5.21-.26.19c-.45.32-.74.83-.81,1.43-.09.78.17,1.65.7,2.26.62.73,1.45,1.16,2.25,1.58.22.11.44.23.65.35,1,.56,1.92,1.3,2.7,2.15-.81.21-1.66.29-2.49.23-.68-.05-1.26-.17-1.77-.39-1.03-.44-1.86-1.27-2.66-2.08l-3.88-3.91c-.4-.4-.89-.89-1.57-1.07-.45-.12-.94-.05-1.33.19-.32.19-.54.49-.62.83-.22.93.63,1.64.99,1.95,1.21,1.03,2.33,2.17,3.34,3.39.32.39.5.7.56.96-3.34-.21-6.69-.69-9.96-1.42-.24-.05-.44-.1-.57-.2-.14-.11-.24-.31-.35-.55-.64-1.32-1.41-2.58-2.29-3.75l-.23-.31-.36.15c-.78.33-1.1,1.17-1.15,1.86-.03.39.01.77.05,1.13.02.22.05.44.06.66,0,.28-.04.42-.09.46-.09.07-.37.03-.49.01-1.73-.23-3.41-.24-5.04-.24-.89,0-1.79,0-2.71-.05-1.82-.08-3.44.02-5.01.12-1.25.07-2.55.15-3.91.14-2.06-.02-4.13.13-6.16.43-.2.03-.4.06-.62.08-1.26.16-2.82.35-3.67,1.49-.42.56-.62,1.19-.81,1.79-.2.62-.38,1.21-.79,1.68-.9,1.04-2.31,1.63-3.61,1.51-2.24-.21-4.68-.11-7.04-.02l-17.35.65c-.95.04-2.02.14-2.69.94-.41.49-.53,1.12-.61,1.73-.21,1.68-.18,3.38.07,5.06l.04.26.23.12c.89.45,2.01.42,2.99-.07.99-.5,1.67-1.38,1.84-2.36.05-.29.06-.6.07-.9,0-.37.02-.72.12-1.02.08-.24.31-.47.53-.55.15-.05.22,0,.25.02.11.08.2.29.27.48.57,1.58.9,3.23.98,4.91l.02.53.53-.05c.86-.08,1.93-.74,2.22-3.37.08-.79.42-2.05,1.14-2.29.75,1.42,1.09,3.06.96,4.66l-.02.26.2.17c.3.24.69.31,1.08.2.5-.15.94-.59,1.1-1.09.15-.48.12-.96.09-1.39-.01-.19-.03-.37-.02-.56.02-1.06.74-2.07,1.7-2.5l.56,5.14c.02.19.12.36.29.49,1.11.81,7.84-.61,7.91-.62,2.86-.61,5.49-1.67,7.83-3.14l.54-.35c.78-.5,1.52-.98,2.34-1.25.81-.26,1.72-.32,2.52-.37,6.57-.4,13.02-.73,19.56-.42,7.02.33,14.13.51,21.15.55h.23c2.28.01,4.64.02,6.93.3,1.86.23,3.5.79,5.23,1.38.47.16.94.32,1.42.48l.1.03c2.18.71,4.23,1.38,6.42,1.9.93.22,1.79.57,2.7.95,1.12.46,2.29.94,3.58,1.14.08.01.24.04.27.06,0,0,.04.05.07.26.07.54,0,1.21-.42,1.47-.19.12-.46.16-.75.2-.46.05-.94.12-1.42.18-1.29.17-2.62.34-3.85.37-1.13.03-2.28-.07-3.4-.17-.98-.08-1.99-.17-2.99-.17-1.15-.46-2.54-.11-3.34.84-.65.78-.84,1.87-.53,2.82-.62.05-1.24.09-1.86.11-.07-.26-.14-.52-.21-.78-.52-1.9-1.1-4.05-2.15-5.55-.83-1.2-1.89-1.79-2.69-1.51-.47.16-1.02.67-.93,2.15.1,1.73.5,3.7,1.11,5.68-1.58-.06-3.14-.17-4.69-.27-2.32-.15-4.73-.31-7.11-.33-2.57-.02-5.14-.08-7.71-.14-3.26-.08-6.63-.16-9.96-.16-.9,0-1.91,0-2.68-.47-.17-.1-.28-.21-.33-.31-.07-.14-.05-.36-.03-.54.12-.92.48-1.8.86-2.73.52-1.28,1.06-2.6.94-4.05-.02-.23-.06-.5-.23-.74-.38-.55-1.16-.56-1.66-.26-.43.26-.68.68-.88,1.01l-2.94,4.96c-.56.95-1.14,1.93-1.98,2.62-.69.57-1.53.85-2.26.78.86-2.41,1.66-4.88,2.4-7.33.33-1.1-.1-1.55-.38-1.73-.54-.33-1.2-.11-1.77.58-1.58,1.92-2.72,4.14-3.82,6.29-.39.76-.79,1.52-1.19,2.28-.79,1.5-1.61,3.05-2.34,4.61-1.04,2.23-.92,3.92.39,5.17.97.93,2.3,1.33,3.35,1.58,2.42.57,4.91.7,7.32.83,8.07.44,16.42.9,24.64,1.07.91.02,1.83.03,2.74.03,2.15.02,4.38.04,6.55.22.52.04,1.14.14,1.81.24,2.44.38,5.48.85,7.17-.49.35-.27.62-.61.82-1.01.71.69,1.45,1.34,2.23,1.94.36.28.76.56,1.18.85,1.7,1.2,3.63,2.57,3.99,4.41.33,1.7-1.09,3.39-2.66,4.05-1.67.7-3.6.64-5.46.58h-.18c-4.31-.14-8.91-.1-14.91.12-2.68.1-5.36.22-8.03.35-8.68.4-17.65.82-26.46.3-2.92-.17-5.81-.51-8.52-.83-1.69-.2-2.14-.32-2.21-1.75-.04-.86.13-1.71.39-2.57.22-.2.44-.4.65-.61,1.04-1.05,1.76-2.07,2.21-3.1.73-1.67.8-3.52.78-5.11,0-.52-.03-1.08-.07-1.65.72-2.44,1.43-4.89,2.12-7.32.51-1.78.85-3.79-.42-5.14-.9-.96-2.23-1.14-3.52-1.24-4.45-.35-8.47-.14-12.72.08-2.85.15-5.79.3-8.86.26-4.09-.05-8.22-.36-12.27-.94.01-.21-.03-.43-.13-.63-.41-.86-1.77-1.42-2.79-1.44-10.66-.28-21.49-.56-32.37-.65-.44-.02-.88-.02-1.32-.01-13.72-.1-27.51.11-41.18,1.05-3.61.25-7.27.55-10.81.84-.11,0-.22.02-.33.03l-.34-.57c-.39.23-.73.47-1.03.72-1.09.15-2.2.41-3.2.99-1.51.87-2.77,2.73-2.25,4.6.51,1.81,2.32,2.9,5.55,3.32,4.59.61,9.22.98,13.85,1.2,10.78,2.26,21.85,2.15,32.2-.36.86-.04,1.73-.07,2.59-.11.72-.03,1.45-.06,2.17-.09,1.57.61,3.25.85,4.77,1.02,8.23.93,15.98.05,23.62-1.55.44.01.88.02,1.32.03,1.28.04,2.43.1,3.51.41,1.85.54,3.47,1.87,4.9,3.03,2.88,2.36,5.87,4.8,8.67,7.35,2.02,1.85,4.08,3.89,5.44,6.32.09.16.16.32.25.48l-.66.32c.35.72.9,1.39,1.57,1.96.43,1.57.37,2.96-.2,4.01-.75,1.36-2.32,2.12-4.67,2.25-14.69.81-60.4.21-79.92-.06ZM218.7,98.48c-3.93-1.04-8.49-.49-12.85,1.54-4.27,2-7.85,5.13-10.48,7.63l.69.72c2.58-2.45,6.07-5.51,10.21-7.45,4.15-1.94,8.47-2.46,12.17-1.48,2.12.56,3.93,1.64,5.53,3.3.86.89,1.84,1.66,2.79,2.4.73.57,1.49,1.17,2.18,1.81.26.24.52.52.51.76-.02.37-.69.6-1.35.65-15.01,1.27-28.29,1.17-40.61-.33-1.2-.15-2.25-.32-3.03-.94l-.63.78c.98.79,2.24,1,3.54,1.16,6.68.81,13.64,1.21,21.01,1.21,6.29,0,12.87-.29,19.81-.88,1.38-.12,2.23-.72,2.26-1.6.03-.73-.55-1.27-.82-1.53-.72-.67-1.49-1.28-2.24-1.87-.96-.75-1.88-1.47-2.68-2.31-1.73-1.8-3.69-2.97-5.99-3.58ZM95.97,190.45l-.15.39h-.08s-.12-.41-.12-.41c-.43.09-.69.36-.91.59-.74.77-1.39,1.37-2.16,1.83-.83.5-1.82.89-3,1.19-1.3.33-2.49.5-3.64.52-1.56.03-2.96.02-4.26-.03-1.46-.05-3.01-.26-4.86-.66-1.43-.3-2.87-.58-4.3-.86l-1.63-.32c.33-.29.67-.59,1.02-.86,1.58-1.22,3.32-2.28,5.3-3.22.77-.37,1.55-.73,2.32-1.1l1.58-.75c.53-.25.93-.55,1.22-.92.26-.33.34-.72.21-1.05-.11-.3-.38-.52-.74-.59-.05,0-.1-.03-.15-.04.1-.03.2-.07.29-.11l.11-.05c.33-.15.71-.33,1.01-.67.36-.42.37-.9.02-1.29-.25-.27-.49-.51-.74-.71-1.1-.9-2.38-1.47-3.5-1.98-.69-.31-1.41-.59-2.15-.86.68.17,1.35.35,2.01.55.62.19,1.25.37,1.88.54l.83.24c.06.02.18.07.38.05.03,0,.08,0,.14,0,.2,0,.5-.05.68-.39.14-.26.21-.65-.32-1.08-.74-.65-1.58-1.13-2.32-1.53-1.27-.69-2.65-1.33-4.23-1.96-1.5-.59-3.06-1.12-4.63-1.58-1.61-.47-3.23-.83-4.83-1.1-.74-.12-1.53-.21-2.4-.27-1.02-.07-2.04-.11-3.04-.12-.49,0-.98.04-1.46.08.12-.13.24-.27.34-.42.21-.3.26-.62.15-.91-.11-.29-.35-.5-.7-.59-.72-.19-1.45-.25-2.17-.19-1.64.14-3.21.48-4.68,1-1.25.45-2.43,1.03-3.73,1.69-2.67,1.36-5.12,2.96-7.29,4.74-1.49,1.22-2.89,2.52-4.15,3.86-.51.54-1.01,1.16-1.51,1.91-1.35,1.98-2.68,3.99-4,5.99-1.35,2.03-2.85,4.03-4.46,5.94-1.38,1.64-2.7,2.98-4.02,4.12.06-.34.12-.67.18-1.01.08-.45.17-.9.24-1.35.15-.95.28-1.9.39-2.85.16-1.4.31-2.8.45-4.21.11-1.1.19-2.19.27-3.29.05-.75.07-1.5.09-2.26v-.56c.05-1.27.08-2.53.09-3.8,0-1.21-.01-2.3-.06-3.33-.04-.76-.09-1.53-.15-2.29-.04-.56-.08-1.12-.11-1.68-.11-1.86-.36-3.81-.76-5.96-.28-1.5-.7-3.03-1.23-4.54-.14-.38-.27-.77-.4-1.15-.28-.81-.56-1.61-.86-2.4-.43-1.09-1.01-2.09-1.74-2.95-1.1-1.3-2.57-2.06-4.63-2.38-.91-.14-1.86-.17-2.89-.08-1.62.13-3.2.66-4.86,1.6-.81.46-1.65.98-2.37,1.7-.84.84-1.35,1.86-1.74,2.75-.34.78-.71,1.71-.9,2.74-.13.72-.2,1.35-.21,1.92,0,.4.06.84.23,1.35.17.54.35.77.72.83-.03.18-.07.35-.12.53l-.09.34c-.2.88-.48,1.9-.97,2.82-.2.38-.43.75-.67,1.12-.16.26-.32.52-.48.78-.52.89-.68,1.76-.48,2.65l.03.15c.06.3.12.67.45.97.31.29.9.39,1.26.06.39-.35.7-.64.96-.93.46-.5.9-1.01,1.33-1.54.33-.41.68-.8,1.03-1.2.7-.8,1.42-1.62,2.04-2.52.5-.72.66-1.51.5-2.41-.02-.12-.05-.25-.08-.38.12.28.25.56.38.84.26.55.82.78,1.4.59.25-.08.46-.19.63-.32.47-.37.93-.75,1.39-1.14l.29-.25c.37-.32.71-.62,1.12-.81.15-.07.36-.04.4,0l.19.25c.13.16.26.32.36.5.41.75.53,1.61.66,2.59.23,1.74.25,3.53.26,5.27v.12c0,1.18-.04,2.35-.11,3.75-.06,1.19-.15,2.6-.3,4-.21,1.96-.58,3.89-1.12,5.72-.67,2.3-1.38,4.54-1.93,6.24-.52,1.61-1.04,3.21-1.57,4.81-.49,1.48-.98,2.97-1.46,4.45-.27.84-.54,1.85-.48,2.95.03.56.17,1.03.43,1.46.48.78,1.2,1.34,2.19,1.7.87.32,1.76.49,2.64.5h.42c.7.02,1.43.03,2.15,0,.52-.03,1.03-.11,1.52-.18.26-.04.52-.08.78-.11l.51-.06c1.61-.2,3.28-.41,4.93-.47.8-.03,1.59-.07,2.39-.11l1.85-.09c.42-.02.83-.04,1.25-.04,1.53,0,3.06.03,4.58.06,1.28.02,2.56.05,3.84.09.89.03,1.78.07,2.67.12,1.46.08,2.92.17,4.38.27l.41.03c1.28.08,2.56.17,3.84.27,1.75.14,3.49.31,5.24.48,1.61.16,3.21.32,4.82.51,2.03.23,4.07.47,6.1.74,2.09.28,4.17.58,6.26.87l-43.77.54c-1.18.03-2.37.06-3.55.09-1.26.04-2.52.08-3.79.12l-.53.02c-.86.03-1.72.06-2.58.11-1.38.08-2.77.17-4.15.27-.64.04-1.36.09-2.06.19h-.14c-.22.03-.56.05-.84.3-.04,0-.08,0-.11,0v.11s-.04.06-.07.1c.02-.03.05-.06.08-.09l.04.55-.16.09c.05.09.12.15.18.22v.03s.02,0,.03,0c.27.25.61.3.79.32l.38.05c1.47.2,2.95.39,4.43.55,1.33.14,2.67.25,4,.35l.51.04c.77.06,1.54.11,2.31.17l3.32.24c.84.06,1.69.13,2.53.19.55.04,1.09.07,1.64.1.46.03.91.05,1.37.08.54.04,1.09.08,1.63.12.55.04,1.09.08,1.64.12.4.03.79.05,1.19.07l19.05,1.18c.4.02.79.04,1.19.07.43.03.86.06,1.29.09l1.15.08c.41.03.83.05,1.24.07l.79.05c.68.04,1.35.08,2.03.13-.47,0-.94,0-1.41,0-1.26,0-2.52-.02-3.78-.04l-18.34-.27c-1.34-.02-2.69-.04-4.03-.04h-2.17c-3.21-.04-6.42-.05-9.63-.05-1.01,0-2.03.06-3.02.11l-1.17.06c-.16,0-.32.02-.48.04-.17.02-.34.04-.51.04-.25,0-.46.1-.66.25,0,0-.02,0-.03,0v.02c-.06.05-.13.07-.18.13l.15.14-.07.63s-.05-.04-.07-.07c.02.03.05.05.07.08v.06s.04,0,.07,0c.35.32.78.37,1.1.41l.18.02c1.58.24,3.42.52,5.26.75,1.29.16,2.59.29,3.89.42l17.19,1.72c.81.08,1.62.16,2.43.25l.77.08c1.4.15,2.8.29,4.2.46,1.68.19,3.35.41,5.03.62.35.05.68.09,1.02.14-1.03.02-2.07.05-3.1.05-3.01,0-6.01,0-9.02,0h-4.3c-.52,0-1.04,0-1.56,0h-.55c-1.25.04-2.51.06-3.76.12-.92.05-1.85.15-2.75.26h-.11c-.36.05-.7.15-1.12.26-.19.05-.71.2-.78.77l.24.03-.13.52.2.06c.19.05.37.1.56.13.69.1,1.38.19,2.07.27.92.1,1.83.19,2.75.27.56.05,1.11.09,1.67.13l1.34.1c.91.07,1.82.14,2.73.22,1.12.1,2.24.21,3.36.33l.47.05c1.03.11,2.06.22,3.08.37.74.11,1.5.26,2.23.42l.19.04c-.11.04-.23.07-.34.09-.51.11-1.02.19-1.53.27l-2.13.34.16.99,2.13-.34c.53-.08,1.06-.17,1.58-.28.43-.09.84-.25,1.22-.42.27-.12.44-.33.47-.59.03-.26-.1-.51-.35-.69-.2-.14-.43-.24-.66-.29l-.54-.11c-.75-.15-1.52-.31-2.29-.43-1.04-.15-2.08-.26-3.12-.37l-.47-.05c-1.12-.12-2.25-.23-3.37-.33-.92-.08-1.83-.15-2.75-.22l-1.35-.1c-.55-.04-1.11-.08-1.66-.13-.91-.08-1.82-.17-2.73-.27-.21-.02-.43-.06-.64-.08.79-.09,1.6-.18,2.4-.22,1.24-.06,2.48-.09,3.73-.11h.55c.51-.02,1.02-.02,1.53-.02h4.3c3.01,0,6.02,0,9.02,0,1.4,0,2.8-.04,4.2-.07l.7-.02c.32,0,.66-.04.96-.18l-.21-.45.61-.48c-.34-.44-.83-.51-1.18-.57l-.14-.02c-.89-.16-1.8-.28-2.73-.4-1.68-.22-3.36-.43-5.04-.63-1.4-.16-2.81-.31-4.21-.46l-.77-.08c-.81-.09-1.63-.17-2.44-.25l-17.18-1.72c-1.29-.13-2.58-.26-3.87-.42-1.38-.17-2.75-.37-4.02-.56l.31-.02c.97-.05,1.98-.11,2.96-.11,3.21,0,6.42.02,9.63.04h2.17c1.34.02,2.69.04,4.03.06l18.34.27c1.26.02,2.52.04,3.79.04,1,0,1.99,0,2.99,0,1.47,0,2.94,0,4.41,0,.14,0,.48-.02.74-.23l-.31-.41.6-.42c-.29-.42-.75-.46-1-.48l-.81-.06c-.29-.02-.57-.04-.86-.06l-2.03-.18c-.65-.05-1.29-.11-1.94-.15-.78-.05-1.57-.1-2.36-.15l-.79-.05c-.41-.02-.82-.05-1.23-.07l-1.14-.08c-.43-.03-.87-.07-1.3-.09-.4-.03-.8-.05-1.2-.07l-19.05-1.18c-.39-.02-.78-.04-1.17-.07-.54-.04-1.09-.08-1.63-.12-.55-.04-1.09-.08-1.64-.12-.46-.03-.92-.06-1.38-.08-.54-.03-1.09-.06-1.63-.1-.84-.06-1.68-.12-2.52-.19l-3.33-.24c-.77-.05-1.54-.1-2.3-.17l-.51-.04c-1.33-.1-2.65-.21-3.97-.35-1.04-.11-2.08-.25-3.11-.38.18-.01.36-.03.53-.04,1.38-.1,2.75-.19,4.13-.27.85-.05,1.7-.08,2.55-.1l.53-.02c1.26-.04,2.52-.08,3.78-.12,1.18-.03,2.36-.06,3.54-.09l44.13-.55c.96,0,1.92-.01,2.87-.02.16,0,.29-.04.4-.07l.28-.07c.07-.02.16-.06.19-.04l.03-.73.09-.06s-.06-.07-.09-.1v-.11s-.05,0-.08.01c-.28-.29-.66-.35-.9-.38l-.43-.06c-2.96-.42-5.92-.84-8.88-1.24-2.04-.27-4.08-.51-6.12-.75-1.61-.18-3.22-.35-4.83-.51-1.75-.17-3.5-.33-5.25-.48-1.28-.11-2.57-.19-3.85-.27l-.41-.03c-1.46-.1-2.92-.19-4.38-.27-.9-.05-1.8-.09-2.69-.12-1.28-.04-2.57-.07-3.85-.09-1.53-.03-3.06-.05-4.59-.06-.43,0-.87.02-1.31.04l-1.85.09c-.79.04-1.59.08-2.38.11-1.69.07-3.38.28-5.01.48l-.51.06c-.27.03-.53.07-.8.11-.48.07-.95.14-1.43.17-.68.04-1.39.03-2.07.01h-.42c-.77-.02-1.54-.17-2.31-.45-.78-.29-1.32-.69-1.68-1.29-.17-.28-.27-.6-.29-.99-.05-.94.19-1.83.43-2.59.48-1.48.97-2.97,1.46-4.45.53-1.61,1.06-3.21,1.57-4.82.55-1.71,1.27-3.96,1.94-6.27.55-1.89.93-3.87,1.15-5.89.15-1.42.24-2.84.3-4.05.08-1.42.13-2.61.12-3.81v-.12c-.01-1.77-.03-3.59-.28-5.47-.13-.96-.26-1.95-.76-2.86-.13-.24-.3-.45-.45-.65l-.17-.22c-.37-.49-1.13-.54-1.63-.3-.53.25-.95.61-1.35.97l-.28.24c-.45.38-.9.75-1.36,1.12-.05.04-.15.1-.32.16-.14.04-.15.01-.19-.07-.27-.57-.52-1.15-.77-1.73l-.06-.13c-.17-.42-.34-.81-.46-1.22-.14-.49,0-.94.46-1.46.11-.12.24-.23.41-.35.29-.23.46-.56.47-.95.01-.46-.21-.97-.54-1.27-.29-.26-.81-.16-1.04.1-.21.23-.36.49-.49.71-.41.72-1.02,1.21-1.86,1.47-1.57.5-1.76,1.51-1.83,2.6-.01.19-.02.23-.05.28,0,0,0,0,0,0,0-.01,0-.02-.01-.04-.13-.4-.19-.74-.18-1.03.01-.52.08-1.1.19-1.77.16-.92.51-1.79.83-2.51.35-.8.81-1.71,1.53-2.44.59-.6,1.29-1.04,2.15-1.54,1.52-.87,2.98-1.35,4.45-1.47.95-.08,1.82-.05,2.65.08,1.81.28,3.08.92,4.02,2.03.66.78,1.18,1.68,1.57,2.67.3.78.58,1.57.85,2.37.13.39.27.77.4,1.16.52,1.47.92,2.95,1.19,4.39.4,2.11.64,4.02.75,5.83.03.57.07,1.13.12,1.7.05.75.11,1.51.14,2.26.05,1.02.07,2.09.06,3.28,0,1.26-.04,2.52-.07,3.78v.56c-.03.74-.05,1.48-.1,2.21-.07,1.09-.16,2.18-.27,3.26-.13,1.4-.28,2.79-.45,4.19-.11.94-.24,1.88-.38,2.81-.07.44-.15.88-.23,1.32-.07.38-.14.77-.21,1.15-.01.06-.03.13-.04.19-.05.2-.1.44-.07.71-.12.14-.23.29-.31.43-.03.04-.06.08-.09.13-.19.04-.36.13-.47.21-.22.15-.43.3-.64.46-.27.2-.53.39-.81.57-.88.55-1.77,1.1-2.66,1.65l-1.78,1.09c-.21.12-.56.32-.65.79l.35.06-.1.52c.06.01.12.03.18.04.15.04.33.09.53.09.04,0,.08,0,.12,0,.43-.05.88-.14,1.36-.28,1.18-.34,2.32-.92,3.38-1.72.81-.62,1.44-1.39,1.88-2.29.13-.27.16-.47.13-.64.03-.05.07-.09.1-.14.19-.3.3-.45.5-.5.19-.04.3-.18.3-.19,1.5-1.25,3-2.76,4.56-4.62,1.64-1.94,3.17-3.97,4.53-6.04,1.32-2,2.64-4,3.99-5.98.48-.7.94-1.28,1.41-1.78,1.24-1.31,2.6-2.58,4.06-3.77,2.12-1.74,4.51-3.29,7.11-4.62,1.26-.65,2.41-1.21,3.61-1.64,1.39-.49,2.88-.81,4.44-.95.58-.05,1.16,0,1.78.16-.08.11-.18.22-.28.32-.09.1-.19.21-.28.32-.09.11-.16.24-.23.37v.02s-.02,0-.02,0c-.19.08-.37.16-.56.25-.24.11-.48.21-.72.31-.31.13-.54.32-.73.5l.68.73c.15-.14.28-.24.43-.3.25-.1.5-.21.75-.32.17-.07.33-.15.51-.22.22.06.41.04.6.03l.27-.02c.53-.05,1.02-.09,1.53-.09.97,0,1.98.05,2.98.12.84.06,1.6.14,2.31.26,1.55.26,3.14.62,4.71,1.07,1.54.44,3.07.96,4.54,1.55,1.54.61,2.89,1.23,4.12,1.91.48.26,1.01.56,1.51.91l-.15-.04c-.62-.17-1.24-.35-1.86-.54-1.97-.6-4.03-1.07-6.29-1.43l-.19-.04c-.35-.07-.82-.16-1.29.08l-.24-.04c-.13-.02-.25-.04-.38-.06l-.57-.08c-.54-.08-1.08-.15-1.63-.2-.83-.07-1.67-.1-2.5-.12-.53-.02-1.05-.02-1.58-.03h-.55c-.2-.15-.44-.25-.73-.25l-1.16.02c-.78,0-1.56.02-2.34.05-.45.02-.89.08-1.34.13-.27.04-.54.07-.8.09-1.38.13-2.81.41-4.52.86-.73.2-1.45.45-2.14.7-.3.11-.6.21-.9.31-1.74.59-3.33,1.45-4.53,2.13-1.86,1.06-3.68,2.3-5.55,3.79-1.61,1.27-3.19,2.72-4.69,4.29-.62.65-1.2,1.34-1.75,2.02l-.2.25c-.16.2-.18.43-.19.59-.15.14-.27.29-.37.43-.06.08-.12.16-.18.23l.72.69c.1-.1.19-.22.27-.34.18-.24.26-.33.4-.35.21-.03.36-.15.45-.24l2.32-2.06c1.11-.98,2.22-1.96,3.34-2.94,1.34-1.16,2.8-2.25,4.35-3.23,1.18-.75,2.5-1.44,4.04-2.12,1.3-.58,2.72-1.09,4.45-1.63,1.11-.34,2.27-.65,3.57-.94.95-.21,1.92-.39,2.87-.55l.59-.1c.48-.08.95-.16,1.43-.24.5-.08.99-.16,1.49-.25.07-.01.14-.02.22-.03.27-.03.62-.07.92-.32h.51c.52.01,1.04.01,1.56.03.82.03,1.63.05,2.45.12.52.04,1.05.12,1.57.19l.58.08c.11.01.22.03.34.05l.29.05c.32.32.72.41,1.03.47.08.01.15.03.23.05,2.27.57,4.26,1.24,6.08,2.06,1.07.48,2.29,1.03,3.28,1.84.19.16.39.34.59.57-.16.18-.4.29-.67.42l-.11.05c-.13.06-.27.1-.4.15-.32.11-.69.23-.93.47-.03,0-.11.01-.16.01h-.13c-.65.06-1.3.11-2,.15-.3-.22-.63-.21-.89-.2h-.84c-.72.02-1.44.03-2.15.07-.75.04-1.48.14-2.16.24-.56.08-1.17.21-1.86.37-.29.07-.53.24-.72.38-.25.18-.36.46-.29.72.06.26.28.45.57.49.33.05.63.08.91.08.09,0,.18,0,.27,0,.75-.05,1.51-.12,2.26-.21.84-.1,1.68-.21,2.52-.33.58-.08,1.16-.16,1.73-.28.23-.05.41-.15.57-.25.04-.02.08-.04.11-.06.01,0,.02,0,.03,0,.68-.05,1.36-.09,2.12-.16.07,0,.16-.01.25-.02h.02c.12.08.24.14.37.18.29.1.59.19.89.18,0,.01-.01.05-.05.11-.19.25-.47.45-.86.63l-1.58.75c-.77.37-1.55.73-2.32,1.1-2.05.98-3.84,2.07-5.48,3.33-.45.35-.88.72-1.3,1.1-.12.11-.2.23-.26.34-.02,0-.04,0-.06.01l-.4-.09c-.29-.07-.59-.14-.89-.2-.54-.11-1.08-.21-1.63-.3-.3-.05-.6-.09-.91-.13-.25-.04-.49-.07-.74-.11-.21-.03-.42-.07-.63-.11-.25-.04-.5-.09-.74-.13-.22-.03-.44-.06-.66-.08l-1.77-.22c-.24-.03-.47-.05-.71-.06l-.63-.04c-.4-.02-.8-.04-1.19-.09-1.22-.13-2.43-.13-3.58-.11-.75.01-1.44.05-2.1.12-2,.21-3.64.56-5.15,1.09-1.68.59-3.25,1.42-4.66,2.49-1.13.85-2.17,1.83-3.07,2.9-1.08,1.28-1.95,2.6-2.66,4.04-.51,1.03-.83,2-.98,2.98-.07.46-.11,1.07.23,1.64.27.46.69.71,1.26.75.08,0,.17,0,.25,0,.65,0,1.26-.19,1.75-.34,2.35-.74,4.87-1.5,7.39-2.12.95-.23,1.94-.42,2.9-.59l.65-.12c.67-.13,1.34-.23,2.02-.33l.7-.11c.67-.1,1.34-.2,2.01-.28,1.9-.2,3.75-.9,5.81-2.19,1.34-.84,2.47-1.69,3.46-2.59,1.06-.97,2.11-1.94,3.16-2.92.52-.48,1.02-.97,1.53-1.47.09-.09.16-.18.23-.29.02,0,.04,0,.07-.02.15.1.3.12.45.14l1.87.37c1.43.28,2.86.56,4.29.86,1.91.41,3.51.62,5.03.68,1.32.05,2.73.06,4.32.03,1.23-.02,2.49-.2,3.87-.55,1.28-.32,2.35-.75,3.26-1.3.86-.51,1.57-1.17,2.37-2,.12-.12.2-.19.28-.24.14.08.23.19.28.38.13.5.09.99-.01,1.58-.12.71-.36,1.45-.77,2.38-.56,1.25-1.32,2.45-2.28,3.57-1.69,1.98-3.51,3.41-5.58,4.37-1.56.72-3.27,1.3-5.09,1.72-.97.22-1.94.42-2.89.59-1.08.19-2.17.35-3.26.51-1.65.24-3.31.47-4.97.68-1.08.14-2.16.26-3.24.38l-1.16.13c-.9.1-1.8.21-2.7.29-.2.02-.41.02-.61.03h-.3s.03,1.01.03,1.01h.29c.23,0,.47-.01.7-.04.91-.09,1.81-.19,2.72-.29l1.16-.13c1.09-.12,2.17-.24,3.26-.38,1.66-.21,3.32-.45,4.98-.68,1.1-.16,2.2-.32,3.29-.51.97-.17,1.96-.37,2.94-.6,1.88-.43,3.66-1.03,5.28-1.79,2.2-1.02,4.14-2.53,5.92-4.63,1.02-1.19,1.83-2.48,2.43-3.82.45-1.01.71-1.82.85-2.62.1-.62.18-1.29,0-2-.15-.56-.47-.93-1-1.14ZM7.75,160.89c.05-.09.11-.18.17-.28.03.07.04.15.04.22,0,.11-.05.16-.12.21-.17.14-.35.28-.5.44.15-.18.28-.38.41-.6ZM5.32,162.83c.79-.25,1.42-.65,1.91-1.21-.61.75-.8,1.5-.57,2.29.13.46.32.9.5,1.32l.03.08c-.08-.12-.18-.25-.29-.36-.63-.66-1.29-.98-2.02-.98-.14,0-.27.01-.42.03-.08.01-.15.03-.23.05.1-.68.34-.99,1.09-1.22ZM3.66,166.95l.08-.32c.08-.29.15-.59.18-.91,0-.07,0-.15,0-.22,0-.05,0-.13,0-.14.05-.07.09-.14.13-.21.04-.01.08-.03.12-.04.15-.05.3-.1.45-.13.56-.09,1.03.11,1.55.65.27.28.43.65.54,1.23.12.64.01,1.15-.34,1.66-.59.86-1.3,1.66-1.98,2.44-.35.4-.71.81-1.05,1.22-.42.51-.85,1.01-1.3,1.5-.22.25-.49.5-.82.8-.07-.08-.1-.2-.14-.41l-.04-.18c-.14-.65-.02-1.26.37-1.94.15-.25.3-.5.46-.75.24-.39.49-.77.7-1.18.55-1.03.85-2.13,1.07-3.07ZM19.84,203.17c-.96.73-1.99,1.25-3.05,1.56-.03,0-.07.02-.1.03l.87-.54c.89-.55,1.78-1.1,2.67-1.65.23-.14.45-.3.67-.46-.3.4-.65.76-1.06,1.07ZM59.53,176.99l-.59.1c-.96.17-1.95.34-2.92.56-1.32.3-2.51.61-3.64.96-1.77.54-3.22,1.08-4.56,1.67-1.59.7-2.95,1.42-4.17,2.2-1.59,1.01-3.09,2.13-4.47,3.32-.7.61-1.39,1.22-2.09,1.84,1.06-1.03,2.15-1.99,3.26-2.86,1.83-1.45,3.61-2.66,5.43-3.7,1.15-.66,2.69-1.49,4.35-2.05.31-.1.61-.21.91-.32.68-.24,1.38-.49,2.07-.67,1.65-.44,3.03-.71,4.35-.83.28-.03.56-.06.84-.1.42-.05.83-.11,1.25-.13.03,0,.06,0,.09,0-.04,0-.07.01-.11.02ZM63.61,176.72l-.09-.08.1-.08v.16ZM67.47,194.51c-1.05.98-2.1,1.95-3.15,2.92-.95.86-2.03,1.67-3.32,2.48-1.93,1.21-3.64,1.86-5.39,2.04-.69.07-1.37.18-2.05.28l-.7.11c-.69.1-1.37.2-2.06.33l-.64.12c-.97.18-1.98.37-2.96.61-2.55.62-5.09,1.39-7.45,2.13-.5.16-1.07.33-1.63.29-.27-.02-.38-.12-.47-.27-.14-.24-.17-.53-.1-.98.14-.88.43-1.76.89-2.69.67-1.36,1.5-2.61,2.53-3.83.85-1.01,1.83-1.94,2.91-2.75,1.33-1,2.81-1.79,4.39-2.34,1.43-.5,3-.83,4.92-1.04.63-.07,1.29-.11,2.01-.12.32,0,.65,0,.98,0,.81,0,1.65.02,2.47.11.42.05.83.07,1.25.09l.62.04c.22.01.44.03.66.06l1.78.22c.21.02.41.04.62.07.24.04.48.08.72.12.22.04.43.08.65.11.25.04.5.07.75.11.29.04.59.08.88.13.53.09,1.06.19,1.59.29.19.04.39.08.58.13-.42.41-.84.82-1.27,1.22Z"/></svg>');
	--topics-pict: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 759.47 195.12"><path d="M759.41,177.7c-18.81,1.23-37.38-4.5-55.35-10.03-3.72-1.15-7.58-2.33-11.36-3.44-19.87-5.79-45.48-11.1-67.42-.67-6.91,3.29-13.1,8.02-19.07,12.6-5.63,4.31-11.46,8.77-17.86,11.99-13.04,6.54-28.51,7.79-42.44,3.42-.4-.12-.81-.27-1.22-.44.65-.83,1.04-1.9,1.03-2.95,0-1.04-.39-1.96-1.13-2.62-.75-.52-1.67-.46-2.48.16-.9.7-1.6,2.13-1.12,3.41.37.99,1.1,1.7,1.96,2.24-1.38.93-3.2,1.19-4.84,1.31-2.89.24-20.29-4.24-25.3-6.06.18-.14.32-.27.44-.41.66-.82.89-1.69.6-2.26-.17-.33-.49-.52-.86-.5-.81.04-1.65,1.03-2.31,2.7-.05.14-.03.34.04.48-2.15.83-5.42,1.26-6.31.59-.09-.07-.33-.25.19-.98.34-.48.74-.85,1.14-1.12.98.61,2.67.72,3.92.33.67-.2,1.02-.53,1.02-.96,0-.25-.12-.7-.96-.97-.94-.31-2.42-.28-3.79.35.02-.21.36-.58,1.14-.96,3.42-1.72,20.67-9.03,24.76-9.9-1.56,1.26-4.3,2.12-7.18,3.02-3.76,1.18-7.65,2.39-9.47,4.72-1.84,2.35-.87,3.75-.36,4.24,1.38,1.35,4.29,1.31,5.98-.09,2.34-1.92,9.01-5.96,14.56-7.02,5.22-1,13.03-4.6,14.04-9.45.57-2.74.87-4.47-.05-5.62-.69-.85-1.95-1.22-4.21-1.23-.67,0-1.53.05-2.51.16.26-3.98-2.85-8.31-4.97-10.44l-.56-.56c-2.45-2.46-5.51-5.51-5.38-7.82.09-1.66-2.09-2.35-4.61-3.16-2.58-.83-5.51-1.76-6.39-3.76-1.09-2.46-3.51-1.54-5.85-.65-2.42.92-5.17,1.97-7.63.42-1.52-.95-1.9-1.01-2.22-.79-.16.11-.27.38-.23.57.21,1.09,6.4,5.73,11.29,6.83,1.35.31,2.83.6,4.26.87-5.19-.37-10.62-1.27-14.25-5.76-3.53-4.39-11.07-10.57-12.88-9.4-.85.55-.17,1.89.05,2.33,1.17,2.29.97,5.12-.52,7.21-1.59,2.23-4.37,3.25-7.62,2.79-3.03-.42-4.97-1.7-5.62-3.69-.7-2.17.3-4.97,2.56-7.14,3.84-3.7,6.52-1.64,8.89.18l.25.19c.43.32.97.66,1.4.38.12-.08.38-.31.27-.82-.24-1.04-2.44-3.78-5.44-4.15-3.91-.48-5.45-1.4-6.34-3.79-.67-1.82-3.02-3.57-5.46-4.07-1.28-.26-2.49-.17-3.57.26-.31-.18-.69-.3-1.1-.34-.65-.07-2.91-.05-4.52,3.04-1.36,2.59-1.29,3.65-1.26,4.21,0,.09.01.19,0,.22-.02.04-.14.16-.7.48-3.08,1.74-4.5,3.07-4.63,4.29-.02.19-.01.43.08.69-.23.17-.42.34-.58.54-.49.6-.62,1.29-.37,2.01.7,2.05,7.46,5.16,15.56,8.73.75.33,1.51.66,2.21.98-5.22-1.83-12.96-5.86-14.69-6.97-.25-.16-.57-.37-.87-.13-.17.13-.24.36-.18.56.14.47,3.79,3.46,7.08,5.65-.15.57.38,1.26.89,1.82,2.61,2.92,7.36,6.82,12.07,9.06-.46.03-.86.17-1.2.42-1,.75-1.77,2.22-2.6,3.79-1.01,1.91-2.15,4.08-3.83,5.17-.6.39-1.2.75-1.74,1.07-1.74,1.04-2.89,1.73-2.8,2.67.07.78,1,1.21,1.8,1.51.99.36,2.66.81,4.6,1.32,2.83.75,8.02,2.13,8.73,2.94-.01,0-.02.01-.04.02-.77.45-3.44-.07-6.03-.56-5.24-1-11.75-2.25-13.39,1.55-1.46,3.39-4.72,4.85-6.24,4.33-1.16-.4-.99-1.81-.78-2.62.22-.84.5-1.58.82-2.22,1.92-.03,3.53-.3,3.9-1.87.39-1.64-.39-2.02-.74-2.11-1.02-.25-2.58.94-3.75,2.98-.25,0-.51,0-.79,0-2.58-.05-5.8-.09-8,1.85-2.74,2.38-5.41,2.96-5.81,2.57-.06-.06-.1-.53.88-1.68,1.6-1.87,5.71-3.21,9.68-4.52,3.59-1.17,7.29-2.39,9.47-4.07,3.06-2.36,11.06-10.8,10.88-12.06-.02-.18-.18-.38-.35-.44-.34-.13-.71.04-1.63.78-1.49,1.19-2.97,2.72-4.54,4.34-3.07,3.17-6.25,6.44-9.24,6.75-.85.09-1.77.22-2.74.35-4.37.59-9.81,1.32-13.66-.17-3.45-1.33-5.37-1.57-6.21-.75-.48.46-.56,1.2-.22,2.18.66,1.94,3.2,2.04,5.43,2.12,1.19.04,2.42.09,3.15.41-.61,1.9-2.38,3.27-4.23,4.47l-2.04,1.33c-4.83,3.17-8.64,5.67-14.16,8.1-6.31,2.77-12.92,3.77-19.67,2.95-1.64-.34-3.1-.69-4.33-1.51-.97-.65-1.65-1.56-1.89-2.5.47-.29.92-.6,1.37-.92.15-.1.31-.21.47-.32.75-.5,1.53-1.02,1.64-1.75.03-.23,0-.58-.3-.95-.06-.07-.14-.12-.23-.15-.79-.26-1.66-.13-2.43.38-.89.58-1.5,1.55-1.61,2.55-.02.22-.02.44,0,.66-7.09,4.2-16.91,5.47-24.51-.76-.07-.06-.09-.17-.09-.26-.03-.52.36-1.34.73-1.76.37-.05,1.65.11,2.89.27,5.05.63,14.45,1.8,20.03-1.84,9.62-6.27,15.49-18.17,16.56-24.09,2.16-2.47,3.31-5.19,3.31-7.94,0-7.04-6.23-18.94-29.58-18.94s-30.76,9.84-30.76,14.6c0,.21.12.38.3.46-.85,1.81-1.26,3.88-1.26,6.24,0,1.3.07,2.51.19,3.68-1.17-1.45-2.14-3.09-2.74-4.9-1.11-3.34-.75-6.61,1.08-9.74,5.09-8.72,12.44-10.3,15.97-11.06.38-.08.7-.15.97-.22.52-.13,1.22-.31,1.68-.87.42-.5.49-1.14.53-1.76.93-13.87-3.12-26.48-6.75-35.92l-.5-1.3c-4.83-12.55-9.83-25.53-9.83-30.27,0-1.82.77-3.1,1.75-4.71,1.61-2.64,3.6-5.93,3.6-13.36,0-7.03-11.4-9.53-21.16-9.53s-18.84,2.18-18.84,6.35c0,.35.03.7.08,1.04-1.11.98-1.69,2.11-1.69,3.35,0,3.12,1.45,5.88,2.86,8.54,1.41,2.67,2.74,5.19,2.74,8.07,0,3.36-2.03,6.89-4.39,10.97-1.74,3.03-3.72,6.46-5.29,10.49,0,0,0,0,0,0h0c-1.9,5.2-4.05,11.59-6.33,18.36-4.53,13.45-9.21,27.36-11.96,31.79-1,1.6-1.98,2.67-3.1,3.37-1.23.77-2.62,1.02-3.8.71.56-1.74,1-3.52,1.31-5.33l.06-.35-.32-.17c-.76-.41-1.7-.41-2.57,0-.95.45-1.66,1.32-1.85,2.27-.32,1.59.6,3.32,2.12,4.15-2.61,7.5-7.53,14.26-14.02,19.13-4.1,3.07-9.03,5.38-14.21,7.27-.22-3.26-.75-6.48-2.31-9.37-1.39-2.58-4.09-4.88-6.98-4.19-.27.06-.61.18-.86.47-.31.37-.32.85-.32,1.16-.01,1.73-.14,3.49-.38,5.2-.2,1.41-.45,2.54-1.07,3.49-.5.76-1.21,1.36-1.96,1.95-1.62,1.29-3.57,2.7-5.75,3.38-1.7.53-3.55.64-5.35.73l-.89.05c-3.27.2-6.56.64-9.75,1.07-3.63.49-7.38.99-11.09,1.13-3.41.13-7.46.15-11.61-.75-3.2-.69-6.26-2.06-9.21-3.37l-.87-.39c-2.81-1.25-6.07-2.45-9.13-.96-.36.17-.7.37-1.04.58-.33.19-.65.39-.99.55-.73.35-1.37.46-1.91.33-.46-.11-.74-.34-.86-.7-.25-.74.19-1.83.72-2.49.82-1.01,2.27-1.51,4.49-1.49,5.28.02,9.74,2.29,14.46,4.69,1.18.6,2.36,1.2,3.55,1.76.77.36,1.59.7,2.43.41.59-.2,1.08-.71,1.3-1.36.23-.69.2-1.31-.11-1.86-.71-1.28-2.65-1.74-4.07-2.07-.23-.05-.44-.1-.62-.15-3.05-.82-5.97-2.26-8.8-3.65-1.48-.73-3.02-1.49-4.55-2.15-1.02-.44-2.07-.89-3.21-1.11-2.12-.42-4.4.07-6.27,1.33-1.36.92-2.1,2.2-2.81,3.44-.34.6-.7,1.22-1.12,1.79-.56.75-1.07,1.09-1.53,1.04-.31-.04-.58-.28-.76-.47-1.51-1.64-.74-4.43.77-6.22,1.95-2.33,4.97-3.89,8.5-4.41,1.96-.28,4.06-.26,6.42.07,1.7.24,3.05.87,4.62,1.59l.43.2c3.68,1.69,7.05,3.93,10.03,6.67.38.35.76.7,1.13,1.06,1.22,1.15,2.49,2.33,3.83,3.36,1.38,1.05,2.81,2.14,4.52,2.73,2.53.87,5.46.47,7.66-1.05.6-.42,1.14-.91,1.67-1.38.62-.57,1.21-1.1,1.89-1.51,1.79-1.09,3.93-1.2,6.19-1.31,1.84-.09,3.74-.18,5.49-.85,1.05-.4,2.15-1.25,2.05-2.45-.09-1.19-1.26-1.97-3.2-2.14-2.93-.26-6.25-.55-9.3.43-1.12.36-2.17.88-3.19,1.39-1.28.63-2.49,1.23-3.82,1.54-2.48.58-5.18,0-7.21-1.55-.14-.11-.3-.23-.36-.36-.04-.08-.08-.2,0-.38.15-.34.64-.7,1.13-.84,1.1-.3,2.24-.24,3.46-.18.8.04,1.63.08,2.45.02,2.43-.2,4.69-1.33,6.87-2.43,2.78-1.39,5.41-2.71,8.2-2.1,1.14.25,2.17.81,3.27,1.41.35.19.69.38,1.05.55,1.18.6,2.91,1.33,4.68,1.03-.57,1.55-1.3,3.05-2.16,4.45-.28.45-1.42,1.32-2.44,2.09-2.29,1.74-3.14,2.47-2.94,3.2.18.66.8,1.17,1.59,1.31,3.17.54,8.14-1.66,10.17-3.43,4.39-3.82,4.18-10.53,1.75-14.9-2.22-4-6.33-7.27-12.2-9.7l-.34-.14c-1.03-.42-2.09-.86-2.91-1.56-2.13-1.83-2.35-4.99-2.41-8.07-.13-7.87.8-16,3.02-26.36.66-3.07,1.19-5.64,1.49-8.35.35-3.11.39-6.28.42-9.34.06-5.64.12-11.47.05-17.21-.04-3.16-.11-6.02-.22-8.75-.04-.87-.13-1.77-.22-2.64-.17-1.64-.34-3.34-.15-4.89.09-.67.29-1.15.61-1.4.22-.18.53-.37.76-.28.72.28,1.06,2.62,1.18,3.39.03.19.05.35.07.47.42,2.35.55,4.8.62,7.09.46,15.02-.98,30.27-2.38,45.01-.69,7.3-1.41,14.85-1.89,22.29-.12,1.85-.27,4.15.43,6.24.36,1.09,1.44,2.9,2.92,3.41.73.25,1.47.15,2.13-.3,1.36-.92,1.26-2.24,1.17-3.42v-.12c-.08-1.04,0-2.12.07-3.18.04-.52.07-1.05.09-1.56l.71-18.83c.64-16.93,1.3-34.44,1.17-51.68-.02-2.98-.06-6.64-1.01-10.06,6.8-2.28,75.62-25.35,79.25-26.91,2.48-1.06,3.45-3.18,2.96-4.62-.36-1.05-1.4-1.51-2.65-1.19-.78.2-7.04,2.59-16.51,6.2-17.68,6.75-50.87,19.41-64.18,23.6-.21-.38-.45-.73-.69-1.05,5.37-2.55,14.23-6.15,20.84-8.84,7.23-2.94,13.47-5.47,15.76-6.73,1.93-1.06,6.95-3.17,12.77-5.61,15.71-6.61,27.8-11.86,28.62-14.3.12-.36.03-.64-.06-.81-1.34-2.32-16.62,4.22-46.22,17.96-4.16,1.93-7.76,3.6-10.22,4.7-7.3,3.26-14.4,6.78-17.99,8.59-2.78,1.4-4.67,2.38-5.97,3.07-.87-.36-1.79-.49-2.64-.33-1.53.29-2.93,1.46-3.74,3.14-.7,1.46-.91,3.09-1.07,4.63-.6,6.08-.55,12.27-.49,18.27l.02,2c.15,18.6-.52,34.1-4.22,49.25-.69,2.83-2.4,8.05-4.26,10.84-2.74,4.12-7.18,6.02-13.57,5.78-1.51-.05-3.11-.73-4.96-1.52-2.61-1.11-5.86-2.48-10.06-2.48-6.25,0-16.48,5.1-24.33,12.13-4.35,3.9-8.35,8.07-11.88,11.76-5.62,5.87-10.49,10.96-14.79,12.9-.14-.94-.41-1.8-.82-2.52-.12-.21-.27-.39-.44-.55.84-1.11,1.47-2.34,1.59-2.64.32-.76.96-2.52,1.12-4.53.14-.25.27-.51.39-.78,1.13-2.67.73-5.94-1.03-8.32-1.4-1.9-2.82-2.49-4.33-3.11-1.05-.43-2.13-.88-3.32-1.82-2.23-1.78-3.08-4.61-2.26-7.55.13-.48.31-.94.53-1.36-.06.3-.13.59-.18.88-.43,2.26.23,4.58,1.77,6.21,1.46,1.55,3.52,2.28,5.66,2.01,2.85-.37,5.1-2.55,5.72-5.56.58-2.85-.46-5.52-2.66-6.82-2.29-1.35-5.05-1.59-7.38-.65-.39.16-.77.35-1.12.56.3-1.38.55-2.8.6-4.2.45-.55.88-1.12,1.31-1.69l1.12-1.46c1.28-1.67,2.37-3.09,3.61-4.02-.53.89-1.01,1.82-1.35,2.79-.76,2.17-.33,4.52,1.14,6.28,1.5,1.78,3.79,2.61,6.13,2.23,2.73-.45,4.79-2.52,5.38-5.39.69-3.36-1.65-6.84-5.21-7.76-1.39-.36-2.56-.43-3.6-.27.71-1.18,1.35-2.41,1.7-3.74,1.1.43,2.52.39,3.58.12,2.34-.6,4.01-2.29,4.85-4.88.86-2.65.49-5.28-1-7.2-1.44-1.86-3.73-2.85-6.28-2.7-3.21.19-6.41,2.09-8.15,4.85-.11.17-.3.46-.55.76-.99-.7-2.12-1.23-2.9-.81-.54.29-.83.77-.8,1.32.04.64.53,1.28,1.19,1.55.83.33,1.74.07,2.62-.72.5.4.95.82,1.23,1.15,1.97,2.31,1.71,5.33.58,7.31-1.27,2.21-3.5,3.26-5.95,2.82-2.73-.5-4.22-3.35-4.25-5.79,0-.55.07-1.33.27-2.12.79.1,1.61.04,2.33-.28.76-.34,1.36-1.57,1.19-2.45-.12-.6-.58-.98-1.23-1-.71-.04-1.35.23-1.89.76-.47.46-.83,1.11-1.09,1.8-.36-.11-.69-.25-.98-.41-.04-.47-.1-.97-.2-1.47-.09-.43-.21-1.01-.55-1.45-.26-.34-.73-.69-1.23-.68-.33,0-.62.17-.82.47-.59.86.24,2.04.62,2.51.39.48.8.88,1.21,1.19.01.22.02.43.02.62.03,1.3-.25,3.68-2.51,5.05-2,1.21-4.43,1.32-6.52.29-1.9-.95-3.11-2.65-3.31-4.67-.26-2.59.66-5.22,2.35-6.71,1.24-1.09,2.78-1.47,4.45-1.09.53.12,1.05.41,1.4.78-.7.32-1.36,1.18-1.26,1.96.07.6.42,1,.93,1.07.63.08,1.39-.4,1.65-1.05.15-.37.2-.75.17-1.12.29.02.58.06.88.1.61.08,1.25.17,1.91.1l.95-.12c1.83-.27,3.6-1.36,4.9-2.91.23-.13.45-.27.67-.42,1.82-1.22,3.35-3.11,3.9-4.83.27-.84.48-1.75.68-2.71.12.25.25.5.39.74,1.4,2.42,3.68,4.11,6.24,4.63,2.37.48,4.78-.08,6.78-1.59,3.02-2.27,4.16-6.21,2.86-9.79-1.24-3.4-4.33-5.39-8.07-5.18-5.46.29-7.34,3.79-8.35,7.43-.1-.47-.2-.94-.3-1.42-.43-2.11-.87-4.29-2.13-6.2-.29-.44-.58-.84-.88-1.2-.23-.58-.51-1.17-.79-1.77l-.29-.61c-.59-1.29-1.2-3.14-.73-4.62.31-.96.79-1.63,1.27-1.8.17-.06.32-.08.44-.07-.15.33-.25.63-.3.86-.72,3.21,0,6.1,1.95,7.93,2.07,1.94,5.34,2.33,8.14.96,2.85-1.39,4.38-4.22,4.08-7.57-.28-3.22-3.73-6.01-6.77-6.6-.58-.11-1.22-.17-1.89-.23-2.62-.24-4.35-.54-4.66-2.49-.25-1.56.67-2.26,1.48-2.57,1-.38,2.17-.29,2.86.04-1.03-.09-1.42.5-1.55.79-.29.65-.04,1.55.55,1.96.41.28,1.06.36,1.68-.25.28-.27.48-.53.62-.78.26.29.51.66.8,1.08.38.55.8,1.18,1.38,1.79,1.75,1.86,4.37,2.89,7.03,2.76,2.46-.12,4.67-1.22,6.06-3.01,3.45-4.45,2.07-9.66-1.08-12.51-2.93-2.65-7.74-3.58-11.86.32-.89.85-1.78,2.43-1.98,3.9-.34,0-.71,0-1.1.04l-1.89.15c-.35.07-.68.14-1,.2-.02,0-.05.01-.07.02.92-.84,1.54-1.97,1.86-3.39.44-1.93.1-3.91-.94-5.42-.97-1.42-2.49-2.34-4.28-2.6-2.76-.4-5.2,1.08-6.22,3.78-.89,2.36-.55,5.76,2.33,7.65.33.22.65.4.96.57-.99-.12-2.04-.38-3.09-.77-.52-.19-1.08-.46-1.68-.74-1.77-.83-3.77-1.76-5.63-1.39-2,.4-3.09,2.32-3.85,4.35-.49.23-.94.51-1.35.84-.4.31-.85.81-.79,1.37.03.25.17.59.67.83.42.2.75.13.96.04.65-.28.92-1.13,1.09-1.7l.05-.15c.05-.16.11-.33.16-.49,1.45-.57,3.3-.69,5.59-.38,2.7.37,5.71.93,7.14,3.06.34.5.59,1.09.85,1.71.12.28.24.56.37.84-.45,0-.89.09-1.28.18-.21.05-.41.09-.61.12-.66.1-1.18-.15-1.79-.43-.46-.21-.93-.43-1.51-.52-.2-.04-.4.06-.51.23-.11.17-.1.39.02.56.46.63,1.1,1.04,1.73,1.45.52.33,1,.65,1.36,1.06.63.74,1.09,2.02,1.17,3.28.02.39-.01,2.31-.1,3.13-2.65-.42-5.36-.79-6.53,2.64-.09.25-.2.51-.31.78-.15.34-.3.69-.41,1.04-.06.19-.09.39-.13.6-.11-.15-.23-.3-.35-.44-.48-.58-.98-1.18-1.26-2.53-.35-1.64-1.17-2.79-2.14-3-.63-.14-1.24.13-1.68.74-1.09,1.48,0,3.15.65,4.14.14.21.26.4.33.54,1.19,2.39,2.43,4.86,1.41,7.64-.18.5-.5.96-.84,1.46-.27.4-.55.81-.76,1.25-.47.98-.63,1.79-.73,2.79-1.49-1.38-3.31-3.15-4.51-4.72-1.13-1.46-.67-3.21-.19-5.05.44-1.68.89-3.42.16-5.06-.14-.32-.58-1.3-1.41-1.21-1.19.13-1.9,2.74-2.22,4.28-.3,1.49-.9,3.07-1.78,4.72-.65-1.09-1.62-2.51-3.11-2.11-1.14.3-2.26,1.72-2.88,2.75-.93-.91-1.84-1.6-2.98-1.63-1.16,0-2,.79-2.67,1.68-.29-1.27-.87-2.05-1.74-2.36-1.48-.53-4.07-.28-6.04.24,1.7-2,3.33-4.75,2.81-6.5-.09-.3-.25-.63-.57-.92,1.17-.42,1.98-1.26,2.22-2.34.19-.88-.04-1.75-.64-2.48,1.58-.18,2.54-1.4,3.48-2.58.36-.45.73-.92,1.14-1.34.94-.96,2.23-.87,3.59-.77,1.14.08,2.33.17,3.28-.44.83-.54,1.27-1.36,1.23-2.31-.04-1.1-.74-2.25-1.66-2.74-1.22-.65-2.44-.21-3.29.1-1.4.5-2.69,1.76-3.84,2.87-.4.38-.78.75-1.14,1.07-.28.24-.53.49-.77.74-.57.58-1.06,1.07-1.84,1.29-.87.24-1.91.06-2.91-.11-.54-.09-1.1-.19-1.62-.22-.7-.04-1.47.03-2.21.1-.62.06-1.26.1-1.85.11.85-.74,1.56-1.71,1.93-2.5.3-.65.56-1.39.8-2.1.69-2,1.41-4.08,3.37-4.81.19-.07.32-.25.33-.46,0-.21-.12-.39-.31-.47-.81-.33-1.63-.36-2.42-.38-.3,0-.6-.02-.91-.04l.08-.08c1.08-1.1,2.31-2.36,3.31-3.13.9-.7,1.55-.62,2.36-.53.7.08,1.49.17,2.45-.24.13-.06.23-.17.28-.3s.03-.29-.04-.41c-.55-.94-1.8-1.16-3.01-1.36-.4-.07-.8-.14-1.17-.23,1-.12,2.05-.46,2.68-1,.38-.32.56-.66.63-.97.11.02.22.04.33.05.54.09,1.1.19,1.63.11.15-.02.27-.11.35-.23.08-.13.1-.28.05-.42-.02-.05-.02-.09-.02-.15.47.16.96.58,1.46,1.01.94.81,2,1.73,3.32,1.14.52-.23.94-.75,1.1-1.4.18-.68.05-1.39-.33-1.88-.62-.81-2.02-1-3.15-1.16-.19-.03-.37-.05-.53-.08.11-1.03-.49-1.66-.98-2.17-.21-.22-.4-.42-.53-.63.47-.03,1.18-.09,2.3-.22.4-.04.71-.08.8-.08,5-.1,8.67.39,11.42,1.54-.28,1.97-.56,4.01-.59,6.16,0,.47-.03.96-.06,1.44-.08,1.61-.17,3.28.34,4.84.41,1.25,1.41,2.16,2.6,2.37,1.2.21,2.39-.31,3.26-1.42,1.33-1.69,1.88-3.74,1.61-5.93-.32-2.58-1.77-5.1-3.86-6.71-.67-.51-1.4-.96-2.2-1.35.29-2.07.56-4.22.54-6.51-.07-6.92-4.12-15.05-15.29-17.11-.27-.04-.53.13-.58.4-.05.27.13.53.4.58,10.57,1.94,14.4,9.61,14.47,16.13.02,2.12-.22,4.13-.49,6.08-2.86-1.13-6.59-1.62-11.59-1.52-.1,0-.44.04-.89.09-.68.07-2.22.24-2.64.22-.07-.04-.16-.05-.24-.05-.28,0-.49.24-.48.52.03.85.54,1.38.99,1.85.58.61.88.96.63,1.72-.04.13-.03.27.04.39.07.12.18.21.31.24.29.08.69.13,1.12.19.89.12,2.12.29,2.49.78.2.25.25.64.15,1.03-.09.35-.29.63-.53.73-.7.3-1.33-.17-2.27-.98-.79-.68-1.6-1.38-2.62-1.32-.14,0-.27.08-.36.18-.09.11-.13.25-.11.39,0,.07,0,.12-.01.22,0,.03,0,.05-.01.08-.27-.02-.56-.07-.86-.12-.32-.05-.64-.11-.94-.13-.15,0-.3.05-.41.16-.1.11-.15.27-.12.42.03.15.02.39-.31.68-.83.71-2.84,1-3.73.69-.19-.06-.41,0-.54.15-.13.16-.16.38-.06.56.61,1.11,2.04,1.36,3.3,1.57.6.1,1.2.2,1.66.39-.36.03-.7-.01-1.05-.05-.88-.1-1.87-.22-3.09.73-1.05.81-2.3,2.09-3.41,3.22l-.76.77c-.13.13-.18.31-.13.49.05.17.19.31.36.35.72.18,1.39.2,2.04.22.29,0,.58.02.86.04-1.5,1.14-2.16,3.04-2.75,4.75-.25.72-.48,1.39-.76,2-.44.94-1.5,2.25-2.6,2.8-.18.09-.29.29-.27.49s.16.38.36.43c1.04.31,2.25.19,3.42.08.74-.07,1.43-.13,2.06-.1.47.03.98.11,1.51.21,1.12.19,2.27.39,3.35.09,1.04-.29,1.67-.93,2.29-1.55.22-.23.45-.46.71-.68.38-.33.77-.71,1.18-1.11,1.07-1.04,2.28-2.21,3.53-2.66.75-.27,1.6-.58,2.43-.14.53.28,1.1,1.07,1.13,1.9.02.6-.23,1.09-.77,1.43-.67.43-1.64.36-2.67.29-1.46-.1-3.11-.22-4.38,1.07-.45.45-.84.94-1.21,1.42-1.2,1.51-2.14,2.7-4.26,2.04-.25-.08-.52.05-.61.29-.1.24,0,.52.24.63,1.2.59,1.81,1.55,1.6,2.5-.18.83-1.08,1.82-2.99,1.86-.26,0-.47.21-.49.47-.01.26.18.49.44.52,1.18.15,1.35.71,1.4.9.5,1.71-2.19,5.51-4.25,7.23-.21.18-.24.49-.06.71.18.21.49.24.7.06,0,0,0,0,0,0,1.02-.84,5.56-1.75,7.46-1.07.73.26,1.14,1.17,1.26,2.79.02.21.16.39.37.44.21.05.42-.03.54-.2l.13-.2c.67-.99,1.42-2.07,2.42-2.08.96.02,1.81.83,2.76,1.8.11.12.28.18.44.15.16-.03.3-.13.37-.28.48-1,1.66-2.59,2.56-2.82.81-.2,1.48.78,2.14,1.9.11.19.21.36.31.51.09.15.25.21.43.23.17,0,.33-.1.42-.25,1.17-2,1.94-3.94,2.32-5.76.39-1.92,1.03-3.38,1.32-3.49,0,0,.17.07.41.62.59,1.32.2,2.82-.21,4.4-.52,2-1.05,4.06.37,5.91,1.45,1.88,3.64,3.95,5.39,5.54.14.13.35.17.52.09.18-.07.3-.24.31-.43.09-1.46.17-2.33.71-3.46.18-.37.42-.73.69-1.12.36-.52.72-1.06.95-1.67,1.17-3.18-.22-5.97-1.45-8.43-.09-.17-.23-.39-.39-.64-.72-1.1-1.31-2.15-.68-3,.21-.28.43-.39.66-.35.46.1,1.08.84,1.37,2.23.34,1.59.96,2.35,1.47,2.96.32.39.57.69.71,1.15.05.17.18.29.35.34.17.04.35,0,.47-.12.4-.37.49-.91.57-1.39.03-.17.06-.34.1-.49.09-.31.23-.62.37-.93.13-.29.25-.57.35-.85.88-2.57,2.6-2.43,5.56-1.96l.31.05c.15.02.32-.03.43-.13.47-.43.37-4.08.37-4.12-.07-1.16-.48-2.79-1.41-3.87-.23-.27-.49-.5-.77-.7.26.04.54.04.84,0,.23-.03.46-.08.69-.13.69-.15,1.29-.29,1.8.09.2.15.47.13.64-.04.18-.17.21-.44.07-.64-.36-.54-.63-1.18-.89-1.79-.27-.64-.55-1.3-.94-1.88-1.67-2.47-4.92-3.1-7.83-3.49-2.06-.28-3.8-.23-5.26.17.63-1.44,1.48-2.66,2.79-2.92,1.54-.32,3.39.55,5.01,1.31.62.29,1.21.56,1.76.77,2.49.92,4.97,1.15,6.96.66.96-.03,1.94-.23,3.03-.46.32-.07.65-.13.93-.19l1.83-.14c.29-.02.64-.04,1-.03.09.76.42,1.39.98,1.83.66.52,1.28.43,1.64.18.43-.31.58-.89.38-1.48-.26-.76-.93-1.24-1.99-1.43.17-1.22.93-2.57,1.67-3.26,3.66-3.47,7.91-2.65,10.5-.31,2.72,2.46,4.18,7,.96,11.15-1.22,1.57-3.16,2.52-5.32,2.63-2.37.14-4.71-.8-6.26-2.45-.52-.56-.91-1.12-1.28-1.67-.41-.61-.81-1.19-1.33-1.61-.02-.32-.14-.58-.25-.76-.71-1.1-2.84-1.49-4.56-.83-1.61.61-2.38,1.95-2.11,3.66.45,2.87,3.28,3.12,5.56,3.33.64.06,1.25.11,1.79.22,2.96.58,5.75,3.24,5.97,5.71.26,2.97-1.02,5.37-3.52,6.59-2.39,1.16-5.28.84-7.02-.79-1.69-1.58-2.29-4.13-1.66-6.98.04-.17.12-.4.23-.66.38.23.86.48,1.54.42,1.01-.06,2.11-1.2,2.22-2.29.08-.75-.33-1.32-1.1-1.53-.46-.12-.95-.04-1.44.26-.64.39-1.21,1.09-1.64,1.8-.34-.1-.75-.12-1.25.05-1.08.37-1.65,1.69-1.9,2.44-.58,1.79.1,3.9.77,5.35l.05.1c-.72-.5-1.46-.82-2.21-.95-1.37-.24-2.75.16-4.11,1.17-2.48,1.85-3.1,5.28-1.4,7.64.92,1.27,2.39,2.14,3.93,2.33,1.46.18,2.84-.24,4-1.21,1.76-1.48,2.38-2.87,2.39-4.27.7,1.47,1.03,3.07,1.37,4.75.22,1.08.44,2.19.78,3.27-.06.29-.12.58-.19.87-.24,1.16-.47,2.26-.79,3.24-.35,1.09-1.16,2.27-2.2,3.25.09-.21.17-.43.25-.64.9-2.67.34-5.32-1.55-7.25-1.99-2.04-6.32-2.56-8.73-1.06-1.92,1.19-3.14,2.92-3.45,4.88-.3,1.86.26,3.79,1.52,5.28,2.14,2.53,4.96,2.93,7.53,2.3-.64.35-1.33.59-2.02.69l-.92.12c-.53.05-1.08-.02-1.66-.1-.44-.06-.9-.12-1.36-.12-.46-.76-1.35-1.37-2.32-1.59-2-.46-3.85,0-5.33,1.32-1.92,1.7-2.97,4.66-2.68,7.56.23,2.33,1.68,4.38,3.86,5.47,2.39,1.19,5.19,1.07,7.48-.33,1.99-1.21,3.06-3.32,2.99-5.93h0c.2.08.41.15.62.22-.21.86-.3,1.71-.29,2.34.03,2.84,1.81,6.17,5.07,6.77,2.85.51,5.53-.75,7-3.31,1.57-2.74,1.3-6.14-.69-8.46-.01-.01-.56-.6-1.31-1.22.2-.25.4-.53.6-.84,1.57-2.5,4.46-4.22,7.36-4.39,2.22-.11,4.19.72,5.43,2.31,1.29,1.66,1.59,3.95.84,6.29-.74,2.28-2.13,3.7-4.15,4.22-.96.25-2.27.25-3.13-.15.06-.41.08-.82.07-1.25-.01-.74-.49-1.35-1.07-1.36-.39.01-.85.28-.89,1.1-.04.81.23,1.49.79,1.98-.36,1.64-1.25,3.12-2.21,4.65-2.19.86-3.72,2.87-5.49,5.17l-1.12,1.46c-.18.24-.36.48-.55.72-.12-1.51-.55-2.96-1.46-4.3-1.63-2.39-5.29-3.73-8.13-1.91-2.1,1.34-3.18,4.04-2.7,6.72.44,2.41,2.03,4.13,4.25,4.6,3.11.66,5.21-.53,6.96-2.3-.15,1.31-.44,2.64-.74,3.91-.96.92-1.67,2.11-2.05,3.5-.91,3.3.08,6.59,2.6,8.6,1.3,1.03,2.5,1.53,3.56,1.97,1.44.59,2.68,1.1,3.91,2.78,1.26,1.71,1.73,3.93,1.33,5.96-.18-.96-.53-1.9-1.13-2.77-1.18-1.68-3.05-2.43-5-2.02-2.11.45-3.79,2.13-4.19,4.19-.33,1.72.25,3.68,1.49,4.99,1.08,1.14,2.5,1.65,4.01,1.44,1.46-.2,2.72-.79,3.71-1.71-.25,1.14-.6,2.08-.8,2.57-.21.5-.84,1.61-1.56,2.53-.37-.12-.79-.16-1.24-.13-.71.06-1.64.36-1.89,1.04-.14.37-.04.77.27,1.1.37.38.83.53,1.33.44.6-.11,1.22-.58,1.78-1.19.08.08.15.17.21.27.39.68.63,1.51.74,2.43-8.92,3.61-15.51,5.8-29.05,5.8-4.95,0-10.47-.5-15.68-1.18.93-2.16,1.92-4.33,2.85-6.37,1.48-3.25,2.65-5.85,3.44-7.89.28-.1.54-.23.79-.41.73-.52,1.31-1.34,1.68-2.39,2.75-7.78.57-17.77-1.74-24.78-2.16-6.55-6.38-12.15-9.37-15.79-1.18-1.43-12.15-14.02-35.23-15.45-3.8-.23-7.98.18-12.41,1.24-7.6-.7-18.07-.16-23.51,6.72-1.88,2.38-1.89,4.22-1.48,5.59-3.14,2.25-5.96,4.81-8.41,7.66-3.27,3.8-5.82,8.09-7.79,13.12-1.37,3.48-2.6,7.17-1.47,10.61.26.79.62,1.51,1.06,2.18.3,8.23,2.48,20.39,9.03,28.48,7.96,9.83,24.56,18.39,45.82,18.39,4.1,0,8.38-.32,12.8-1.01,3-.47,5.96-1.81,8.55-3.87,2.75-2.19,4.4-5.16,4.51-8.17.02-.54,0-1.33-.46-1.95-.57-.78-1.57-1-2.24-1.14-.63-.13-1.22-.25-1.79-.36,1.81-1.57,3.54-3.25,5.19-4.97,2.64.46,5.62.94,8.74,1.37-2.46,5.84-4.24,11.25-3.21,13.96.29.76.79,1.31,1.48,1.61l.07-.16c4.59,1.03,10.07-3.14,13.36-6.62.23.98.54,1.9.86,2.55,1.87,3.75,5.77,5.3,10.22,5.3,3.7,0,7.78-1.08,11.37-2.88,6.03-3.02,10.67-8.22,12.4-13.92.5-1.64.71-3.22.66-4.65,4.56-1.93,9.59-7.18,15.42-13.26,3.52-3.67,7.5-7.84,11.82-11.71,8.62-7.71,18.62-11.87,23.67-11.87,3.99,0,7.01,1.28,9.67,2.4,1.94.82,3.62,1.54,5.32,1.6,6.76.24,11.48-1.79,14.43-6.22,2.08-3.13,3.79-8.67,4.4-11.16,3.73-15.25,4.4-30.82,4.25-49.5l-.02-2c-.05-5.97-.11-12.14.49-18.16.14-1.45.34-2.98.97-4.29.67-1.39,1.8-2.36,3.02-2.59.4-.07.82-.06,1.23.01-1.58.89-1.59,1.04-1.6,1.23l.57.02.28.35c.14-.11.86-.52,2.02-1.14.27.15.54.32.79.53-2.55,1.28-3.83,2.17-4.02,2.79-.07.23-.03.45.09.64.28.41,1.71.3,5.73-.9.22.48.42.98.59,1.56,1.04,3.41,1.07,7.2,1.09,10.25.13,17.22-.53,34.72-1.17,51.64l-.71,18.83c-.02.51-.06,1.02-.09,1.53-.08,1.09-.16,2.21-.07,3.32v.12c.1,1.19.11,1.95-.73,2.51-.4.27-.81.33-1.25.18-.97-.33-1.93-1.67-2.3-2.77-.63-1.91-.49-4.1-.38-5.86.48-7.42,1.19-14.97,1.89-22.26,1.4-14.77,2.85-30.05,2.39-45.14-.07-2.33-.2-4.82-.63-7.24-.02-.11-.04-.26-.07-.43-.26-1.78-.63-3.72-1.8-4.17-.54-.21-1.13-.07-1.75.43-.53.43-.85,1.1-.97,2.05-.21,1.66-.03,3.42.14,5.11.09.9.18,1.74.21,2.58.11,2.72.18,5.57.22,8.72.07,5.73,0,11.55-.05,17.18-.03,3.04-.06,6.17-.41,9.23-.3,2.66-.83,5.21-1.48,8.25-2.23,10.44-3.17,18.64-3.04,26.59.05,3.17.31,6.72,2.75,8.82.94.81,2.08,1.28,3.18,1.73l.34.14c5.66,2.35,9.6,5.46,11.71,9.26,2.27,4.09,2.31,10.31-1.54,13.66-2.1,1.82-6.73,3.65-9.34,3.2-.3-.05-.66-.24-.78-.52.21-.42,1.67-1.53,2.56-2.21,1.24-.94,2.31-1.75,2.68-2.36,1.04-1.68,1.89-3.5,2.51-5.38.68-.37,1.27-.94,1.62-1.62.41-.77.48-1.61.2-2.35-.16-.42-.4-.77-.7-1.08.11-1.21.06-2.56-.48-3.82-1.32-3.09-5.05-4.31-8.16-4.14-1.95.1-3.85.61-5.68,1.11-1.08.29-2.21.6-3.32.81-4.35.82-8.75-.02-12.99-.83-4.56-.87-9.27-1.78-14.09-.71-1.66.37-3.31,1-4.9,1.62-2.26.87-4.6,1.78-6.91,1.88-.77.04-1.36.26-1.73.68-.29.32-.43.79-.36,1.23.06.38.26.68.57.86.17.1.35.14.5.18,3.11.71,6.29-.09,9.35-.86.72-.18,1.43-.36,2.12-.52,5.33-1.19,10.99-1.35,16.38-.46.27.35.16.96-.15,1.33-.41.5-1.09.75-1.77.95-2.29.67-4.66.91-7.04.71-.56-.05-1.21-.19-1.89-.34-1.52-.33-3.24-.71-4.61-.15-.92.38-1.65,1.46-1.25,2.46.24.62.8.97,1.36,1.25,2.28,1.14,4.8,1.08,7.23,1.02h.31c1.82-.05,4.19-.21,6.4-1.06,1.53-.58,2.91-1.46,4.24-2.31.73-.46,1.49-.95,2.25-1.37,6.46-3.56,15.03-3.5,22.35.16.42.21.85.45,1.21.73-.03.27-.07.52-.12.77-.18,1.06-.44,2.12-.77,3.16-.09.03-.18.06-.28.09-1.19.3-2.57.02-4.34-.88-.34-.17-.68-.36-1.02-.54-1.11-.6-2.25-1.22-3.53-1.5-3.14-.69-6.05.77-8.86,2.18-2.1,1.05-4.26,2.14-6.5,2.32-.75.06-1.55.02-2.32-.02-1.24-.06-2.52-.13-3.78.21-.66.18-1.46.68-1.78,1.4-.19.42-.18.84.02,1.24.16.31.4.52.65.71,2.26,1.72,5.27,2.37,8.04,1.73,1.44-.33,2.76-.99,4.03-1.62.99-.49,2.01-1,3.06-1.33,2.86-.92,6.07-.64,8.91-.38.52.05,2.22.27,2.29,1.22.05.65-.73,1.18-1.41,1.43-1.6.61-3.42.7-5.19.78-2.28.11-4.65.22-6.66,1.45-.76.46-1.41,1.05-2.04,1.62-.52.47-1.02.92-1.57,1.3-1.94,1.34-4.53,1.7-6.76.93-1.56-.54-2.92-1.58-4.24-2.58-1.31-1-2.55-2.16-3.75-3.29-.38-.36-.76-.71-1.14-1.06-3.05-2.8-6.51-5.11-10.29-6.84l-.43-.2c-1.57-.73-3.06-1.42-4.9-1.68-2.46-.35-4.65-.37-6.7-.07-3.78.55-7.02,2.24-9.13,4.75-1.78,2.12-2.64,5.48-.73,7.54.42.45.87.71,1.35.78.85.12,1.68-.36,2.47-1.43.46-.62.83-1.26,1.18-1.88.69-1.2,1.34-2.33,2.51-3.12,1.65-1.11,3.66-1.54,5.52-1.18,1.03.2,2.03.63,3,1.05,1.51.65,3.03,1.4,4.5,2.13,2.87,1.42,5.84,2.88,8.98,3.72.19.05.41.1.65.16,1.17.27,2.93.69,3.43,1.58.16.3.18.64.03,1.06-.12.35-.38.63-.68.74-.49.16-1.07-.08-1.68-.37-1.19-.56-2.36-1.16-3.53-1.75-4.62-2.35-9.39-4.78-14.91-4.8h-.07c-2.48,0-4.18.61-5.2,1.86-.7.86-1.28,2.3-.9,3.44.16.48.56,1.11,1.57,1.36.77.19,1.64.06,2.59-.4.37-.18.72-.38,1.07-.59.32-.19.63-.38.96-.54,2.68-1.3,5.69-.18,8.29.97l.87.39c3,1.34,6.11,2.72,9.41,3.44,4.26.92,8.39.91,11.86.77,3.76-.15,7.53-.65,11.19-1.14,3.17-.42,6.44-.86,9.68-1.06l.88-.05c1.85-.1,3.77-.21,5.59-.78,2.34-.73,4.38-2.21,6.08-3.55.78-.62,1.6-1.3,2.17-2.19.76-1.17,1.04-2.56,1.22-3.9.24-1.76.37-3.56.39-5.34,0-.17,0-.43.08-.52.04-.05.16-.1.33-.14,2.36-.56,4.7,1.52,5.87,3.69,1.51,2.8,2.01,6,2.21,9.25-4.85,1.71-9.87,3.07-14.6,4.34-1.12.3-2.22.6-3.3.9-4,1.1-8.13,1.42-12.35,1.67-9.51.57-18.98.77-26.99.89-3.69.06-7.43-.18-11.04-.41-1.42-.09-2.85-.18-4.27-.25-5.54-.29-11.1-1.65-16.09-3.95-2.83-1.3-6.67-3.38-7.36-6.36-.12-.51-.04-1.41.05-2.36.2-2.25.46-5.06-1.69-5.72-.87-.27-1.92.17-2.39,1-2.6,4.6-3.92,13.78-3.62,16.82,2.03,20.32,19.77,23.27,25.65,24.25,4.15.69,10.69,1.31,20.83,1.31,7.79,0,17.71-.36,30.29-1.34,3.23-.25,6.15-.6,8.91-1.07,2.76-.47,5.67-1.09,8.24-2.41,11.28-5.81,10.99-17.87,10.88-22.41l-.02-.8c-.02-1.12-.05-2.26-.1-3.39,5.36-1.93,10.48-4.31,14.75-7.51,6.64-4.97,11.66-11.89,14.35-19.55,1.46.4,3.16.11,4.65-.81,1.25-.78,2.34-1.95,3.42-3.69,2.81-4.53,7.51-18.49,12.06-32,2.28-6.76,4.42-13.14,6.32-18.33,1.54-3.96,3.49-7.35,5.22-10.34,2.43-4.21,4.52-7.85,4.52-11.47,0-3.12-1.45-5.88-2.86-8.54-1.41-2.67-2.74-5.19-2.74-8.07,0-.83.34-1.57.96-2.23,1.56,4.68,8.14,8,16.52,8,12.75,0,20.13-1.34,20.13-8.16,0-3.55-9.32-5.17-17.97-5.17-5.33,0-10.27.6-13.9,1.69-1.68.51-3.06,1.12-4.12,1.81,0-.11,0-.23,0-.34,0-2.95,8-5.35,17.84-5.35,5.4,0,10.35.74,13.95,2.08,2.83,1.06,6.21,3.04,6.21,6.44,0,7.14-1.92,10.3-3.46,12.84-1.02,1.68-1.9,3.13-1.9,5.23,0,4.93,5.03,18,9.89,30.63l.5,1.3c3.59,9.34,7.6,21.82,6.69,35.49-.03.47-.08.91-.31,1.19-.23.28-.66.41-1.16.53-.26.06-.57.13-.94.21-3.38.73-11.31,2.44-16.62,11.54-1.95,3.34-2.35,6.99-1.16,10.56.81,2.44,2.25,4.58,3.94,6.38.61,3.57,1.91,6.81,4.19,10.63,1.67,2.79,5.39,8.15,7.65,10.52.01.01.03.02.04.03.01.01.02.03.03.04,1.98,1.39,2.18,4.39,1.23,6.48-1.05,2.33-3.23,4.01-5.22,5.34-3.1,2.08-5.81,3.44-8.51,4.25-2.43.74-5.12,1.12-8.74,1.26-13.34.51-25.81-2.92-35.11-9.65-3.29-2.38-4.46-4.24-4.98-7.92-.58-4.1-1.06-8.3-1.43-12.5-.72-8.33-.99-16.78-.81-25.14.11-4.97,1.49-21.88,1.65-23.79.02-.28-.18-.52-.46-.54-.28-.02-.52.18-.54.46-.16,1.91-1.54,18.85-1.65,23.85-.19,8.39.08,16.88.81,25.25.37,4.21.85,8.44,1.43,12.55.56,3.96,1.87,6.05,5.38,8.59,8.86,6.42,20.53,9.89,33.1,9.89.87,0,1.75-.02,2.63-.05,3.7-.14,6.47-.54,8.99-1.31,2.76-.84,5.64-2.27,8.78-4.38,2.11-1.42,4.42-3.21,5.57-5.76,1.08-2.4.92-5.87-1.49-7.64,0,0,0,0,0,0-2.21-2.32-5.86-7.58-7.51-10.34-1.93-3.23-3.12-5.98-3.79-8.88,2.14,1.94,4.53,3.39,6.59,4.26,7.65,3.22,15.22,4.57,22.13,4.57,9.46,0,17.67-2.51,23.15-6.15,1.14-.76,2.16-1.56,3.06-2.4-1.69,6.02-7.29,16.33-15.75,21.84-5.27,3.44-14.44,2.3-19.36,1.68-2.66-.33-3.31-.4-3.66-.05-.56.56-1.13,1.7-1.09,2.58.03.53.26.83.46.99,7.88,6.46,17.97,5.27,25.35,1.02.36,1.08,1.14,2.09,2.22,2.81,1.38.92,3.01,1.31,4.7,1.67.01,0,.03,0,.04,0h0c6.93.85,13.73-.17,20.21-3.02,5.59-2.46,9.44-4.98,14.31-8.18l2.04-1.33c2.03-1.32,4.18-3,4.75-5.44.05-.2-.03-.4-.19-.52-.9-.65-2.4-.71-4-.77-2.01-.07-4.08-.15-4.52-1.44-.11-.33-.27-.91-.03-1.14.23-.22,1.19-.57,5.16.96,4.09,1.58,9.67.83,14.16.23.96-.13,1.88-.25,2.72-.34,3.35-.35,6.65-3.76,9.85-7.05,1.16-1.19,2.27-2.34,3.35-3.32-2.2,2.67-6.39,7.17-9.04,9.21-2.04,1.57-5.66,2.76-9.17,3.91-4.29,1.41-8.34,2.73-10.13,4.82-1.48,1.73-1.27,2.61-.83,3.04,1.06,1.06,4.42-.12,7.17-2.53,1.92-1.68,4.79-1.64,7.33-1.6.1,0,.2,0,.29,0-.27.61-.51,1.27-.69,1.97-.49,1.92.04,3.34,1.42,3.82,2.22.75,5.89-1.17,7.48-4.88,1.32-3.07,7.4-1.9,12.29-.96,3.14.6,5.62,1.07,6.71.45.58-.33.61-.75.58-.97-.16-1.21-3.17-2.14-9.52-3.83-1.84-.49-3.57-.95-4.51-1.29-1.07-.39-1.15-.66-1.15-.66-.03-.32,1.44-1.2,2.32-1.72.56-.33,1.17-.7,1.78-1.1,1.9-1.24,3.1-3.53,4.17-5.55.77-1.46,1.5-2.84,2.31-3.45.54-.4,1.53-.27,2.71.37,2,1.08,3.56,2.99,3.52,3.67-.02.39-1.96.74-3.12.95-2.24.4-5.02.9-6.42,2.44-1.01,1.11-.55,1.86-.31,2.13.33.36.88.59,1.56.71,0,.07,0,.13,0,.18.04.72.52,1.37,1.29,1.75,1.17.58,2.66.38,3.99-.52,1.54-1.05,4.1-1.07,6.37-1.09-.25,1,.15,1.94,1.1,2.52,1.18.72,3.11.74,4.16-.47,1.25-1.43,2.55-1.47,5.81-.88.8.15,1.29.03,1.59-.17.06.13.1.27.14.41,1.17,4.56-4.33,10.64-6.82,12.41-.98.69-2.48-.35-4.06-1.46-1.77-1.24-3.61-2.51-5.28-1.72-.69.33-1.08.89-1.12,1.58-.03.57.19,1.17.55,1.75-4.33-.52-9.57-.67-10.42-.33-.64.26-.97.88-.92,1.62-1.66-.07-3.37.01-4.6.24-2.82.53-3.31,1.71-3.22,2.61.09.96.77,1.75,2.03,2.36.7.34,1.58.61,2.55.81-.13.17-.23.35-.3.55-.24.65-.11,1.26.37,1.72,2.05,1.97,10.55.83,13.11-.21,1.44-.58,3.69-.55,6.07-.51,2.81.04,5.71.08,7.71-.88.64-.31,1.33-.6,2.05-.9,1.46-.61,3.09-1.29,4.63-2.29-.31.48-.25.9-.15,1.17,0,.02.02.04.03.06-.46.33-.89.75-1.26,1.27-.98,1.37-.31,2.1.02,2.35,1.38,1.04,5.56.36,7.95-.77,4.66,1.92,23.6,6.65,26.43,6.43,1.94-.15,4.12-.48,5.74-1.79.56.25,1.14.46,1.68.63,5.58,1.75,11.4,2.62,17.21,2.62,8.96,0,17.92-2.06,25.97-6.09,6.49-3.25,12.35-7.74,18.02-12.09,5.94-4.55,12.08-9.25,18.89-12.49,21.63-10.28,47.02-5.01,66.71.73,3.77,1.1,7.62,2.29,11.34,3.43,18.05,5.56,36.71,11.31,55.71,10.07l-.07-1ZM508.11,184.33c.61-.04,1.05.05,1.33.14-.02,0-.04.01-.06.02-.86.27-1.75.22-2.41.05.44-.13.84-.19,1.15-.2ZM461.2,168.99s.05,0,.07,0c.05.01.16.26,0,.9-.18.77-1,1.02-2.33,1.08.89-1.34,1.86-1.99,2.26-1.99ZM133.15,99.47c-.3-.12-.55-.42-.56-.67,0-.1.02-.25.27-.39.05-.03.12-.04.19-.04.35,0,.93.29,1.53.7-.44.37-.95.59-1.43.4ZM128.39,100.79c.34-.33.72-.5,1.16-.48.24,0,.26.1.28.19.09.45-.3,1.21-.62,1.34-.48.21-1.05.27-1.62.22.2-.5.47-.96.8-1.28ZM124.22,100.21c-.48-.58-.68-1.15-.55-1.34h0c.06,0,.26.11.4.29.2.25.29.69.36,1.04.02.11.04.23.06.34-.1-.1-.19-.21-.29-.33ZM144.16,76.18c3.33-.17,5.98,1.51,7.08,4.52.96,2.64.56,6.33-2.52,8.65-1.77,1.33-3.89,1.83-5.98,1.41-2.28-.46-4.31-1.98-5.57-4.15-.37-.64-.65-1.3-.88-1.99.91-4.16,2.21-8.13,7.87-8.43ZM113.4,55.89s-.07,0-.13-.03c-.06-.03-.09-.05-.1-.06.03-.07.14-.25.41-.47.08-.06.16-.12.24-.18-.11.3-.26.66-.42.73ZM108.8,45.53c.03-.5.05-.99.06-1.48.03-1.98.28-3.89.54-5.74.63.33,1.21.69,1.74,1.1,1.86,1.44,3.19,3.76,3.48,6.05.24,1.92-.25,3.72-1.4,5.19-.63.81-1.47,1.2-2.3,1.05-.83-.14-1.52-.79-1.82-1.69-.46-1.39-.38-2.96-.3-4.48ZM133.21,51.62c-.38.21-.8.37-1.26.49-1.2.01-2.35-.28-3.8-1.24-2.43-1.6-2.73-4.39-1.95-6.46.61-1.61,2.06-3.2,4.37-3.2.25,0,.51.02.78.06,1.53.22,2.77.97,3.59,2.17.88,1.28,1.17,2.97.79,4.63-.38,1.65-1.22,2.85-2.52,3.55ZM140.95,53.12c.06.18.04.31-.01.35-.05.04-.22.03-.45-.15-.29-.23-.48-.53-.56-.92.49.12.89.34,1.02.72ZM137.73,56.35c-.12.24-.32.47-.51.66-.25.25-.37.17-.41.14-.2-.14-.3-.51-.21-.72.07-.16.26-.2.46-.2.18,0,.37.04.48.07.06.02.12.04.18.06ZM135,63.04c.25-.15.47-.2.66-.15.34.09.39.25.37.46-.06.59-.77,1.37-1.29,1.4-.42.02-.7-.12-1.01-.31.35-.57.8-1.12,1.27-1.4ZM130.07,80.14c-1.18.99-2.41,1.08-3.23.98-1.27-.16-2.49-.88-3.24-1.92-1.39-1.92-.85-4.72,1.19-6.25.92-.69,1.84-1.04,2.74-1.04.2,0,.4.02.59.05,1.16.2,2.34,1.01,3.46,2.36.84,2.12.9,3.81-1.5,5.83ZM120.88,92.59c-1.08-1.28-1.55-2.91-1.3-4.48.26-1.67,1.33-3.16,2.99-4.19.77-.48,1.81-.7,2.89-.7,1.74,0,3.59.58,4.6,1.61,2.21,2.26,1.78,4.87,1.32,6.23-.3.9-.78,1.74-1.36,2.47-2.86,1.62-6.56,2.12-9.14-.94ZM121.03,97.17c.04.24,0,.48-.09.72-.06.16-.24.33-.43.4-.11.04-.17.03-.17.03,0,0-.04-.04-.06-.2-.04-.3.42-.87.75-.96ZM140.36,112.36s.01-.02.02-.03c1.12-.37,2.43-.38,4.09.04,3,.77,5.06,3.79,4.48,6.59-.5,2.46-2.25,4.22-4.56,4.61-1.99.33-3.93-.37-5.2-1.88-1.25-1.48-1.61-3.46-.97-5.3.49-1.39,1.33-2.73,2.14-4.02ZM124.74,122.99c-1.82-.39-3.12-1.81-3.48-3.8-.35-1.9.22-4.4,2.25-5.7.75-.48,1.57-.69,2.39-.69,1.74,0,3.45.96,4.38,2.33,1.01,1.48,1.34,3.17,1.31,4.94-1.76,2.08-3.73,3.6-6.86,2.93ZM130.99,129.06c.15-.81.36-1.66.56-2.53.03-.14.06-.27.1-.41.53-.47,1.15-.84,1.83-1.12,2.05-.83,4.48-.61,6.5.58,1.83,1.07,2.68,3.33,2.19,5.75-.4,1.96-1.92,4.39-4.86,4.77-1.85.23-3.55-.37-4.8-1.7-1.32-1.4-1.89-3.4-1.52-5.34ZM135.14,153.24c-1.18.16-2.3-.24-3.14-1.14-1.03-1.08-1.51-2.7-1.24-4.11.32-1.67,1.7-3.03,3.42-3.4.29-.06.58-.09.86-.09,1.24,0,2.34.6,3.12,1.71.94,1.34,1.17,2.94,1.09,4.43-.9,1.46-2.33,2.37-4.1,2.62ZM134.91,159.08c-.17.03-.3,0-.49-.2.03-.09.39-.35,1.03-.4.05,0,.12,0,.2,0,.06,0,.13,0,.2,0-.33.32-.66.54-.94.6ZM98.64,151.12c-.37.06-.74.03-1.05-.11-.51-.23-.87-.7-1.21-1.28,1.13-1.3,2.03-2.2,2.55-2.38.31-.11.48-.09.51-.05.33.37-.06,1.85-.81,3.82ZM55.45,94.12c22.66,1.4,33.38,13.69,34.52,15.08,2.94,3.58,7.09,9.08,9.2,15.47,2.26,6.86,4.4,16.62,1.75,24.14-.17.48-.48,1.1-.97,1.59.65-1.95.77-3.18.24-3.77-.24-.26-.7-.52-1.57-.23-.67.22-1.54,1.02-2.74,2.38-.16-.33-.33-.65-.48-.98-.71-1.51-1.45-3.08-2.95-4.13-.05-.04-3.46-2.37-6.8-3.4-.11-.16-.22-.32-.33-.48-.59-.84-1.22-1.68-1.85-2.51-2.37-3.14-4.81-6.39-5.36-10.2-.05-.37-.1-.9.14-1.18.21-.25.64-.33,1.13-.39,2.84-.38,5.77-.99,7.95-2.91,2.21-1.95,3.27-5.67,1.32-8.1-1.06-1.32-2.73-1.93-4.27-2.49-3.37-1.23-6.7-2.66-9.91-4.25-1.24-.61-2.41-1.25-3.17-2.24-.59-.77-.92-1.72-1.26-2.72-.39-1.14-.79-2.32-1.62-3.26-1.84-2.07-4.69-2.05-7.44-2.03-.83,0-1.69.01-2.49-.04-1.85-.13-3.69-.68-5.47-1.21-1.22-.36-2.48-.74-3.75-.99-.87-.17-1.9-.35-3.05-.52,3.26-.58,6.36-.79,9.23-.61ZM70.74,137.49c-.3-.3-.6-.61-.9-.92-2.48-2.56-5.27-5.43-8.75-5.43-.29,0-.58.02-.88.06-3.62.5-5.58,3.79-7.48,6.98-.4.67-.8,1.34-1.21,1.98-2.5-1.4-5.15-2.31-7.79-2.66-.08-2.33.16-4.73.39-7.09.12-1.22.24-2.44.32-3.65.07-1.05.09-2.15-.41-3.14-.57-1.12-1.68-1.78-2.47-2.19-3.92-2-8.38-2.01-12.76-1.83.13-.25.26-.5.38-.75.47-.96.95-2.1.89-3.31-.06-1.25-.68-2.33-1.5-3.17.41-.05.83-.1,1.26-.15,2.71-.32,4.66-.81,6.94-1.75.72-.3,1.36-.59,1.88-1.1.74-.72,1.1-1.49,1.06-2.29-.08-1.55-1.62-2.78-2.86-3.76l-.23-.19c-.4-.31-.77-.61-.9-.99-.26-.76.53-1.6,1.37-2.13,4.58-2.93,8.48-3.92,12.29-3.09,3.88.83,7.8,2.68,12.35,5.83.56.38,1.14.8,1.71,1.25-3.34-1.2-8.36-1.27-12.42,2.12-1.3,1.08-2.06,2.81-2.16,4.86-.12,2.44.76,4.99,2.23,6.49,3.88,3.94,12.74,5.66,16.49,2.03,2.76-2.68,2.04-7.38,1.6-9.27-.86-3.74-4.13-6.4-6.88-8.3-2.38-1.65-4.6-2.95-6.74-3.94.94.22,1.89.4,2.87.47.83.06,1.71.05,2.56.05,2.65-.02,5.14-.04,6.68,1.7.7.79,1.05,1.82,1.43,2.92.35,1.04.72,2.11,1.41,3.01.9,1.16,2.18,1.86,3.52,2.53,3.24,1.61,6.61,3.05,10.08,4.32,1.41.52,2.88,1.05,3.76,2.15,1.57,1.96.63,5.12-1.2,6.72-1.98,1.75-4.74,2.31-7.42,2.67-.51.07-1.28.17-1.76.73-.5.58-.46,1.36-.37,1.97.58,4.07,3.11,7.42,5.55,10.66.51.68,1.02,1.35,1.51,2.03-1.38-.24-2.65-.15-3.57.54-.99.75-1.72,1.7-2.26,2.74-2.8-1.52-5.38-3.44-7.61-5.7ZM77.92,144.09c-.64,1.55-.94,3.18-1.11,4.52-.07.53-.13,1.06-.19,1.59-.27,2.35-.55,4.79-1.67,6.83-1.31,2.38-4.31,4.14-6.7,2.95-1.55-.77-2.4-2.5-3.22-4.17l-.08-.17c-2.56-5.22-5.47-9.23-8.89-12.26-1.16-1.03-2.39-1.94-3.66-2.73.41-.64.81-1.31,1.2-1.97,1.86-3.12,3.61-6.07,6.75-6.5,3.39-.46,6.13,2.35,8.78,5.08.31.31.61.63.91.93,2.32,2.34,4.99,4.33,7.9,5.9ZM50.97,140.99c-1.3,1.87-2.77,3.35-4.86,3.75-.15.03-.31.05-.42.02-.19-.06-.35-.34-.46-.58-.87-1.78-1.28-3.69-1.43-5.66,2.43.35,4.86,1.19,7.18,2.48ZM28.23,120.62c4.45-.2,9-.29,12.88,1.69,1.05.54,1.7,1.09,2.03,1.75.39.77.36,1.72.3,2.63-.08,1.19-.19,2.4-.31,3.61-.23,2.35-.46,4.74-.4,7.08-.17-.01-.34-.02-.52-.03-3.29-.17-6.6.53-9.79,1.21-4.27.91-8.3,1.76-12.31.73-.45-.12-.91-.26-1.23-.55-.89-.8-.47-2.4-.14-3.28,1.25-3.35,3.45-6.31,5.58-9.18,1.35-1.82,2.74-3.68,3.91-5.67ZM27.39,119.66c-1.47.07-2.99.15-4.46.14-1.15,0-2.41-.11-3.13-.88-.8-.86-.62-2.32,0-3.23.6-.87,1.64-1.56,3.16-2.11,1.39-.5,2.79-.79,4.33-1.03.95.75,1.73,1.8,1.79,3.04.05.98-.37,1.97-.79,2.82-.21.42-.43.83-.66,1.24h-.25ZM67.1,108.29l.24-.04c.39.69.69,1.42.87,2.2.31,1.35,1.14,5.94-1.32,8.33-3.32,3.22-11.57,1.54-15.08-2.02-1.29-1.31-2.05-3.56-1.95-5.73.09-1.77.73-3.24,1.81-4.14,2.31-1.93,4.95-2.64,7.37-2.64,1.49,0,2.9.27,4.08.7,2.16.78,3.76,2.12,4,3.36ZM81.21,141.25c.84-.63,2.25-.55,3.81-.12.41.67.76,1.4.82,2.16.07.91-.41,2-1.32,2.2-.51.11-1.08-.07-1.63-.27-1.25-.45-2.47-.97-3.66-1.57.53-1.01,1.18-1.8,1.98-2.4ZM43.18,95.37c.91.09,1.78.19,2.59.3-2.89.22-5.89,1.37-9.22,3.49-1.49.95-2.15,2.19-1.77,3.3.22.66.75,1.08,1.22,1.45l.23.18c1.08.86,2.43,1.94,2.48,3.03.02.5-.22,1-.76,1.52-.4.39-.94.63-1.56.89-2.19.91-4.06,1.38-6.67,1.68-.68.08-1.41.17-2.17.27-.31-.22-.63-.41-.95-.57-1.09-.55-2.27-.89-3.41-1.22-.63-.18-1.26-.36-1.88-.58-.56-.2-1.17-.47-1.41-.95l-.18-.34c-.13-.25-.27-.51-.4-.79.89-.62,1.81-1.21,2.75-1.77,6.62-3.97,13.47-8.07,21.1-9.91ZM20.38,101.7c4.1-5.2,11.34-6.58,17.84-6.58.66,0,1.32.01,1.96.04-6.67,2.1-12.73,5.73-18.62,9.25-.88.53-1.74,1.08-2.57,1.65-.25-1.12-.07-2.52,1.39-4.36ZM3.3,131.72c.35-.27.73-.4,1.07-.41.61.02,1.2.52,1.67.93,8.81,7.59,19.14,14,32.26,19.92-.74.32-1.48.66-2.2.99-1.22.56-2.48,1.13-3.75,1.64-3.05,1.21-5.48.27-8.56-.92-3.1-1.2-5.78-3.42-7.53-6.25l-.85.53c.55.88,1.19,1.7,1.89,2.45-3.47-1.95-6.84-4.06-10.02-6.31-1.7-1.2-3.53-2.59-4.77-4.35-.15-4.55.28-7.78.79-8.22ZM46.34,155.58c.08.58.13,1.19.17,1.83.05.73.09,1.48.22,2.21.32,1.91.52,3.87.68,5.79-4.64-1.43-10.58-3.7-20.37-8.12-1.53-.69-2.8-1.66-4.1-2.72.16.07.32.15.49.21,3.15,1.22,5.87,2.28,9.29.92,1.3-.51,2.57-1.1,3.8-1.66.99-.45,2.01-.91,3.04-1.34,2.18.97,4.44,1.92,6.79,2.87ZM40.88,152.21c1.15-.37,2.11-.42,2.89-.12,1.3.5,1.94,1.31,2.28,2.3-1.77-.72-3.5-1.45-5.18-2.18ZM79.32,171.97c.68.15,1.32.31,1.64.75.27.37.28.93.26,1.32-.1,2.67-1.65,5.45-4.14,7.42-2.46,1.95-5.26,3.22-8.09,3.66-26.78,4.18-48.68-5.89-57.68-17.02-6.06-7.48-8.25-18.5-8.73-26.46,1.21,1.35,2.7,2.47,4.11,3.46,3.5,2.47,7.22,4.79,11.05,6.9,1.43.79,2.7,1.83,3.93,2.84,1.5,1.24,3.06,2.51,4.95,3.37,10.11,4.56,16.14,6.85,20.87,8.28,0,.08.02.17.02.25.18,2.16.37,4.39.71,6.58.33,2.12.87,4.55,2.43,6.41,1.96,2.35,5.38,2.88,10.17,1.56,3.76-1.04,7.44-3.63,10.68-5.92.53-.37,1.04-.74,1.55-1.09,1.26-.87,2.49-1.82,3.69-2.83.8.15,1.64.31,2.57.51ZM48.53,166.79c2.94.84,5.42,1.37,8.19,1.96l.34.07c5.16,1.1,8.23,1.34,11.19,1.58,2.1.17,4.27.35,7.21.83-.97.78-1.96,1.53-2.97,2.23-.51.35-1.03.72-1.56,1.09-3.18,2.24-6.77,4.78-10.37,5.77-4.38,1.21-7.45.79-9.14-1.23-1.4-1.67-1.9-3.93-2.2-5.92-.33-2.11-.51-4.28-.69-6.38ZM76.48,170.39c-3.41-.6-5.81-.8-8.14-.99-2.93-.23-5.97-.48-11.07-1.56l-.34-.07c-2.86-.61-5.41-1.15-8.49-2.05-.18-2.07-.38-4.19-.73-6.27-.11-.68-.16-1.41-.21-2.11-.03-.45-.06-.9-.1-1.34,3.07,1.22,6.27,2.43,9.64,3.63,5.22,1.86,10.71,3,16.02,4.09l1.9.39c1.65.35,4.01.82,6.79,1.32-1.67,1.72-3.43,3.39-5.27,4.95ZM82.58,164.58c-3.05-.54-5.64-1.06-7.41-1.43l-1.9-.4c-5.28-1.09-10.73-2.22-15.89-4.06-3.56-1.27-6.92-2.54-10.15-3.83-.33-1.56-1.08-2.94-3.1-3.71-1.17-.45-2.57-.33-4.27.34-.1.04-.2.09-.3.13-13.44-5.98-23.95-12.45-32.87-20.14-.56-.49-1.33-1.15-2.3-1.17-.73,0-1.33.33-1.71.62-.17.14-.71.55-1.02,3.24-.12,1.04-.19,2.33-.2,3.8-.03-.07-.05-.15-.08-.22-1.03-3.13.1-6.49,1.45-9.93,1.93-4.92,4.42-9.12,7.62-12.84,2.34-2.72,5.04-5.18,8.03-7.35.12.25.24.47.35.68l.17.32c.41.79,1.22,1.17,1.97,1.43.64.22,1.29.41,1.94.6,1.09.31,2.12.61,3.09,1.08-1.13.21-2.28.49-3.39.88-1.73.62-2.92,1.43-3.64,2.48-.85,1.22-1.1,3.21.08,4.48.98,1.05,2.5,1.19,3.86,1.19,1.36,0,2.75-.06,4.11-.12-1.07,1.74-2.3,3.4-3.51,5.02-2.17,2.92-4.42,5.94-5.72,9.42-.72,1.93-.58,3.48.41,4.37.48.44,1.08.63,1.65.78,4.23,1.08,8.57.17,12.77-.72,3.13-.67,6.37-1.35,9.54-1.19.2.01.41.02.61.04.15,2.15.58,4.24,1.55,6.22.22.44.51.92,1.05,1.09.33.11.65.07.92.01,2.44-.46,4.11-2.17,5.53-4.22,1.23.76,2.42,1.64,3.55,2.64,3.32,2.94,6.15,6.85,8.66,11.95l.08.17c.85,1.74,1.82,3.71,3.67,4.63,2.91,1.44,6.5-.58,8.03-3.37,1.21-2.21,1.5-4.75,1.79-7.19.06-.53.12-1.05.19-1.57.22-1.65.55-3.04,1.02-4.19,1.21.61,2.46,1.15,3.74,1.6.65.23,1.41.46,2.17.3,1.46-.31,2.22-1.9,2.11-3.26-.05-.57-.21-1.11-.44-1.62,2.11.8,4.25,2.04,5.48,2.9,1.28.9,1.93,2.28,2.62,3.74.22.46.44.93.68,1.38-.85,1.01-1.84,2.24-3.04,3.74-2.67,3.35-5.89,7.37-9.55,11.23ZM83.75,164.78c3.58-3.83,6.71-7.73,9.17-10.81,1-1.25,1.94-2.43,2.79-3.45.35.55.81,1.09,1.47,1.39.33.15.7.2,1.07.21-.9,2.23-2.11,4.9-3.2,7.29-1,2.18-2.02,4.44-2.97,6.65-2.95-.4-5.77-.85-8.32-1.29ZM104.39,171.3s.05-.02.09-.02c.15,0,.42.14.79.47-.13.33-.57.98-1.23,1.79-.07-1.12.04-2,.36-2.23ZM137.26,166.58c-1.65,5.44-6.1,10.42-11.89,13.32-7.47,3.73-17.1,4.31-20.25-1.98-.43-.87-.75-1.96-.93-3.02.81-.92,1.42-1.75,1.77-2.35.18-.32.57-.97.16-1.37-1.15-1.13-1.9-1-2.32-.69-.83.6-.92,2.32-.67,4.08-1.46,1.61-3.52,3.54-5.78,4.96-1.98,1.25-4.88,2.59-7.44,1.86,0,0-.01,0-.02,0-.22-.19-.39-.44-.52-.77-.92-2.43.92-7.82,3.31-13.47,5.33.7,11,1.22,16.09,1.22,13.55,0,20.23-2.17,29.1-5.75,0,1.21-.2,2.55-.62,3.95ZM259.14,24.04c2.48-1.11,6.07-2.77,10.24-4.71,13.91-6.45,42.84-19.88,44.93-18.41-.11,1.97-18.3,9.62-28.07,13.73-5.84,2.46-10.88,4.58-12.86,5.66-2.24,1.22-8.76,3.87-15.66,6.68-10.17,4.13-17.02,6.99-21.16,8.98-.23-.22-.48-.42-.73-.59,4.76-2.51,14.33-7.33,23.31-11.33ZM232.86,39.16c.57-.47,1.8-1.15,3.46-1.97.23.27.44.57.64.91-1.91.58-3.33.96-4.09,1.06ZM238.37,38.68c8.37-2.58,26.43-9.17,64.12-23.55,8.76-3.34,15.67-5.98,16.4-6.17.74-.19,1.27,0,1.45.54.28.83-.29,2.47-2.41,3.38-3.54,1.52-72.83,24.75-79.15,26.87-.13-.38-.27-.74-.41-1.08ZM242.03,143.97c.19.58.01,1.11-.17,1.46-.07.12-.14.25-.23.36.16-.6.29-1.21.4-1.83ZM240.42,141.25c-7.61-3.8-16.53-3.86-23.28-.14-.79.43-1.56.92-2.3,1.4-1.35.86-2.63,1.67-4.07,2.22-2.07.79-4.33.94-6.07.99h-.31c-2.41.07-4.7.13-6.76-.9-.38-.19-.76-.41-.88-.72-.17-.43.24-.98.7-1.17.38-.16.8-.22,1.26-.22.85,0,1.81.21,2.75.42.72.16,1.4.31,2.02.36,2.5.21,5-.04,7.41-.75.83-.25,1.68-.57,2.26-1.27.64-.77.77-2.08-.05-2.8l-.11-.09-.14-.02c-5.57-.94-11.42-.79-16.93.45-.71.16-1.43.34-2.15.52-2.95.75-6.01,1.51-8.88.86-.08-.02-.18-.04-.22-.07-.05-.03-.07-.1-.08-.15-.02-.14.03-.3.11-.4.19-.21.54-.33,1.04-.35,2.48-.11,4.89-1.05,7.22-1.95,1.56-.6,3.18-1.23,4.76-1.58,4.62-1.02,9.23-.14,13.69.72,4.34.83,8.82,1.69,13.36.83,1.15-.22,2.29-.53,3.39-.82,1.78-.48,3.63-.98,5.47-1.08,2.77-.14,6.06.89,7.19,3.54.37.85.46,1.79.44,2.68-.28-.18-.58-.33-.86-.48ZM248.75,183.78c-2.31,1.19-4.85,1.79-7.95,2.31-2.73.47-5.61.81-8.82,1.06-28.87,2.23-43.6,1.25-50.93.03-5.64-.94-22.82-3.8-24.77-23.36-.29-2.92.98-11.78,3.5-16.22.19-.34.61-.57.99-.57.08,0,.16.01.24.03,1.27.39,1.21,2.27.99,4.67-.1,1.08-.18,2.01-.03,2.68.78,3.41,4.89,5.65,7.91,7.04,5.1,2.35,10.8,3.75,16.46,4.04,1.42.07,2.84.16,4.26.25,3.63.23,7.39.47,11.12.41,8.02-.12,17.5-.32,27.03-.89,4.28-.25,8.46-.58,12.56-1.7,1.08-.3,2.18-.59,3.29-.89,4.66-1.26,9.61-2.59,14.4-4.27.04,1.02.07,2.05.09,3.06l.02.81c.1,4.37.38,15.97-10.34,21.5ZM288.46,129.65c-1.05-.66-1.68-1.89-1.46-2.99.13-.65.63-1.25,1.3-1.57.3-.14.61-.21.9-.21.15,0,.3.02.44.06-.29,1.59-.69,3.16-1.18,4.71ZM339.28,31.18c9.36,0,16.97,1.87,16.97,4.17,0,5.99-7.02,7.16-19.13,7.16-8.2,0-14.57-3.23-15.69-7.73,3.33-2.46,10.79-3.6,17.85-3.6ZM386,126.65c22.56,0,28.58,11.28,28.58,17.94,0,2.08-.74,4.15-2.12,6.1.28-4.94-1.01-9.03-3.87-12.15-4.61-5.02-13.15-7.5-25.36-7.51-14.5.05-23.18,2.63-26.86,8.21,1.05-4.57,8.99-12.59,29.63-12.59ZM407.29,155.51c-9.26,6.14-26.56,8.99-44.34,1.49-2.3-.97-5.03-2.69-7.3-5.04-.25-1.56-.37-3.2-.37-5.02,0-10.26,8.62-14.86,27.96-14.92,11.93,0,20.21,2.38,24.62,7.19,2.82,3.07,4.02,7.17,3.57,12.18-.02.22-.06.46-.1.71-1.09,1.2-2.43,2.35-4.02,3.41ZM398.81,178.61c.35-.23.72-.34,1.08-.34.11,0,.23.01.34.04.01.03,0,.05,0,.06-.04.29-.74.75-1.2,1.06-.17.12-.35.23-.5.34-.28.2-.57.4-.86.59.1-.68.53-1.34,1.15-1.74ZM471.88,118.94c.02.08-.04.17-.16.26-1.15.86-1.63,1.42-2.43,2.36-.17.2-.35.41-.55.64.5-.67,1.15-1.47,1.98-2.34.37-.4.77-.7,1.17-.92ZM469.73,142.87c-.08-.09-.15-.17-.21-.25,1.36.83,2.55,1.4,3.22,1.44.55.03.88-.12.97-.47.09-.33.04-.76-1.66-1.59-.7-.34-2.13-.98-3.07-.89-1.07-.72-2.21-1.54-3.26-2.34,4.4,2.25,10.85,5.22,14.06,5.68.36.05.97.14,1.12-.38.18-.62.05-.73-5.93-3.36-5.03-2.22-14.4-6.34-15.02-8.14-.13-.39-.07-.72.2-1.04.1-.13.23-.25.39-.36,1.76,1.47,9.6-.29,11.18-1.17.44-.24.63-.53.57-.86-.1-.51-.73-.61-.97-.64-2.23-.32-7.55-.04-10.43,1.33,0-.02,0-.04,0-.05.06-.58.83-1.66,4.13-3.53,1.05-.59,1.25-.87,1.2-1.63-.03-.47-.09-1.35,1.15-3.69,1.32-2.53,3.03-2.57,3.53-2.51,0,0,0,0,0,0-.31.22-.61.48-.88.77-1.89,2-3.77,4.59-3.51,5.43.05.17.26.37.43.41.32.06.69-.06,1.51-.96.72-.78,1.22-1.36,1.63-1.84.78-.91,1.21-1.41,2.27-2.21.47-.36.66-.84.52-1.33-.01-.04-.03-.08-.04-.12.95-.28,1.89-.23,2.63-.08,2.31.47,4.25,2.15,4.72,3.43,1.15,3.12,3.5,3.99,7.15,4.44,1.83.22,3.32,1.52,4.06,2.47-2.28-1.75-5.66-4.14-10.01.04-2.53,2.44-3.64,5.64-2.82,8.17.76,2.34,3.05,3.9,6.43,4.37,3.64.5,6.76-.66,8.57-3.2,1.7-2.38,1.93-5.62.59-8.24-.37-.73-.37-1.01-.39-1.03,1.05-.36,7.4,4.02,11.55,9.19,4.5,5.57,11.71,5.97,17.5,6.28.92.05,1.82.1,2.68.17,2.36.17,2.61.19,2.68-.36q.07-.55-3.82-1.25c-2.28-.41-5.4-.96-8.03-1.55-3.02-.68-6.28-2.66-8.37-4.2,2.52.89,5.14-.1,7.3-.92,2.75-1.05,3.94-1.33,4.58.12,1.07,2.41,4.22,3.42,7,4.31,1.95.62,3.96,1.27,3.91,2.16-.15,2.75,2.95,5.84,5.68,8.58l.56.56c2.59,2.61,4.95,6.62,4.66,9.86-6.02.82-15.54,3.26-18.35,5.76-.46.41-.62.8-.47,1.18.21.53.92.72,2.37.7,4.44-.13,16.11-2.92,17.17-6.15.06-.2.12-.4.16-.6,1.02-.12,1.92-.17,2.65-.17,1.88,0,2.97.28,3.44.86.63.78.36,2.33-.15,4.79-.82,3.94-7.52,7.57-13.25,8.67-5.73,1.1-12.6,5.25-15.01,7.24-1.4,1.15-3.73,1.05-4.65.15-.9-.88-.1-2.2.45-2.91,1.63-2.08,5.37-3.25,8.98-4.38,3.25-1.01,6.31-1.97,7.95-3.58.46-.45.57-.84.34-1.17-.1-.14-.21-.29-.67-.29-1.03,0-3.79.75-12.03,4.08-5.96,2.41-11.93,5.03-13.73,5.91,1.26-1.1,2.4-2.52,3.24-4.42.1-.23.2-.46.29-.69,1.54.37,3.72.17,5.92-.15,1.07-.15,1.51-.21,1.57-.69.06-.45-.32-.6-.81-.8-1.07-.44-3.29-1.35-3.59-4.12-.1-.92.41-1.97,1.51-3.15.41-.44.89-.87,1.42-1.3,4.48-.48,15.85-4.87,15.88-6.64,0-.21-.09-.71-1.02-.76-2.92-.14-10.68,2.83-15.26,6.44-.38.02-.71,0-.97-.06-.33-.08-.33-.18-.33-.22-.09-2.34-2.89-3.89-6.77-6.04-2.35-1.3-5.02-2.78-7.61-4.73-4.43-3.34-6.38-2.68-8.64-1.92-1.33.45-2.7.91-4.87.69-5.82-.59-13.49-6.49-17.07-10.49ZM461.54,130.59c2.37-1.02,6.63-1.37,9.04-1.17-2.05.76-7.33,1.72-9.04,1.17ZM541.43,162.88s-.03.1-.05.15c-.34,1.03-2.67,2.33-6.24,3.47-4.95,1.58-10.1,2.25-11.28,1.93.02-.02.04-.04.07-.07,2.47-2.2,11.49-4.64,17.5-5.48ZM509.44,175.24c-.31-.38-.32-.97-.03-1.77.37-1.01.71-1.42.87-1.55.15.34.2,1.53-.51,3.6-.13-.08-.24-.18-.33-.28ZM518.19,165.3c4.25-2.8,10.16-5.03,12.73-5.09-1.69,1.25-8.39,4.09-12.73,5.09ZM500.16,184.53c-.74.31-1.45.61-2.1.92-1.79.86-4.57.82-7.26.78-2.49-.04-4.84-.07-6.46.58-2.82,1.15-10.6,1.81-12.04.42-.14-.13-.25-.3-.12-.65.08-.23.27-.46.56-.68,4.07.58,9.2.17,10.94-.97.59-.39.63-.78.56-1.04-.11-.4-.49-.81-2.48-.88-2.45-.11-6.99.41-9.26,1.85-1.18-.19-2.24-.47-3.07-.87-.92-.44-1.41-.96-1.47-1.55-.01-.16-.06-.63.87-1.07,1.45-.69,4.02-.82,6.24-.68.66,1.32,2.27,2.2,4.28,1.44.81-.32.82-.78.75-1.03-.21-.72-2.09-1.17-4.29-1.35-.06-.33,0-.65.27-.75.84-.33,6.79,0,10.98.54.4.38.84.72,1.28.99,1.26.76,2.46.92,3.31.42.49-.29.51-.71.38-.98-.28-.57-2.13-1.04-4.5-1.39-.6-.65-.98-1.36-.95-1.88,0-.21.08-.5.55-.73,1.15-.55,2.74.56,4.28,1.64,1.8,1.25,3.66,2.55,5.21,1.46,2.31-1.64,8.58-8.15,7.21-13.47-.13-.49-.35-.95-.65-1.36-.24-1.32-2.13-3.13-4.33-3.58-1.3-.27-3.61-1.56-5.64-2.71-3.44-1.93-4.61-2.51-5.22-1.95-.44.4-.15,1.04-.05,1.25.64,1.41,3.24,2.29,6.24,3.31,3.09,1.05,6.52,2.22,8.01,4.02-.07.08-.36.14-.88.04-3.05-.55-5.03-.75-6.74,1.21-.69.8-2.05.79-2.89.28-.37-.23-.94-.75-.57-1.66,0,0,0-.01,0-.02,1.75-.03,3.22-.15,4.08-.85.51-.42.7-.83.57-1.23-.1-.29-.4-.63-1.27-.65-1.15-.03-3.02.51-3.95,1.74-.15,0-.3,0-.45,0-2.42.02-5.17.04-6.96,1.26-1.03.7-2.14.87-2.99.45-.44-.21-.71-.55-.73-.91,0-.01,0-.03,0-.04.03,0,.06,0,.09,0,2.03,0,4.65-.73,6.38-2,.55-.4,1.57-1.15,1.1-1.83-.8-1.16-6.25,1.25-7.43,2.01-.38.25-.64.51-.81.77-.55-.06-.96-.2-1.15-.41-.17-.19.07-.54.31-.79,1.17-1.29,3.76-1.75,5.85-2.13,2.25-.4,3.88-.69,3.94-1.88.06-1.11-1.38-2.79-2.98-3.94.69.18,1.36.31,2.01.38,2.38.25,3.92-.27,5.29-.73,2.16-.73,3.71-1.25,7.72,1.77,2.66,2,5.35,3.49,7.73,4.81,3.45,1.91,6.18,3.42,6.25,5.2.02.38.21.97,1.2,1.18-.23.21-.45.43-.65.65-1.31,1.39-1.91,2.72-1.78,3.94.29,2.68,2.07,3.93,3.36,4.56-1.27.18-3.59.46-5.11.15.75-2.16.88-3.89.32-4.62-.21-.27-.51-.41-.84-.35-.8.12-1.38,1.29-1.73,2.24-.42,1.14-.35,2.07.2,2.74.2.25.45.44.75.6-.08.2-.17.41-.27.63-2,4.5-5.71,6.05-8.98,7.42ZM474.35,185.07c.3-.11.62-.21.97-.31,3.01-.84,6.61-.9,7.72-.62-1.32.77-5.18,1.19-8.69.93ZM476.38,180.79c1.04.12,1.91.28,2.41.46-1.13.37-1.93.01-2.41-.46ZM489.2,179.85c.63.12,1.14.24,1.49.36-.41.04-.93-.08-1.49-.36ZM493.56,159.27c-2.22-.77-4.3-1.56-4.72-2.45.78.23,2.53,1.22,3.87,1.97.28.16.57.32.86.48ZM492.04,163.36c.41-.26.83-.42,1.08-.49.51-.16.95-.21,1.26-.21.11,0,.2,0,.27.02-.03.03-.06.06-.1.09-.48.39-1.41.54-2.51.6ZM480.18,163.13c1.49-.93,4.24-1.87,5.5-2.09-.11.09-.24.2-.41.32-1.49,1.09-3.49,1.64-5.09,1.77ZM511.77,186.13c.6-1.37,1.15-1.69,1.18-1.74.05.09.03.55-.48,1.18-.15.19-.39.38-.7.56ZM543.76,190.68c-.82-.46-1.51-1.06-1.83-1.9-.3-.81.17-1.79.79-2.27.18-.14.47-.31.79-.31.15,0,.31.04.46.15.62.55.75,1.3.75,1.83,0,.89-.37,1.83-.97,2.51Z"/></svg>');
	--ranking-pict: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 794.59 195.67"><path d="M794.47,157.86c-24.67,2.92-48.86,10.38-72.25,17.6-22.98,7.09-46.73,14.42-70.9,17.42-17.47,2.17-36.3,2.37-59.26.63-8.28-.63-14.67-1.87-22.82-6.37-.88-.49-1.62-1.32-2.33-2.13-.41-.46-.82-.93-1.26-1.34.89.07,1.76.02,2.37-.21.87-.33,1.28-1.03,1.12-1.92-.09-.49-.27-.81-.49-1.01.06-.04.12-.09.18-.14.79-.74.5-2.17.15-3.83-.25-1.2-.51-2.45-.35-3.41.15-.89.38-2.06.65-3.38.63-3.18,1.42-7.14,1.54-9.78.03-.62.07-1.34.11-2.11,1.11-1.4,1.49-3.59,1.8-5.37.23-1.33.48-2.71.92-3.07.73-.59,1.13-1.92,1.33-3.02,1.6.48,2.98.3,3.81-.52.6-.6,1.41-2.05.05-5.12-.75-1.68-1.44-3.5-2.11-5.26-1.3-3.42-2.14-5.56-2.96-6.29-.07-.06-.14-.12-.21-.17.89-4.05.63-7.38-.72-9.01-.62-.75-1.44-1.13-2.38-1.06-.59.04-1.3.01-2.04,0-.67-.02-1.39-.04-2.1-.03-.14-.08-.34-.19-.59-.3-1.31-.66-3.89-1.77-5.39-1.11-.56.24-.93.7-1.08,1.33-.26,1.11-.26,1.75-.26,2.21,0,.68,0,.93-1.15,2.28-2.15,2.52-3.14,8.09-2.97,9.28,0,.37-.77,2.22-1.51,4-1.88,4.51-4.44,10.69-3.86,13.51.45,2.16,1.31,2.53,1.94,2.47,1.17-.12,2.07-1.93,2.07-3.41,0-.83.79-2.28,2.3-3.43,1.38-1.05,4.39-2.61,9.15-1.29,4.44,1.23,5.68,1.06,6.49.94.38-.05.65-.09,1.23.09-.2.76-.49,1.25-.87,1.49-.47.29-1.19.2-2.13-.27-2.64-1.32-12.3-2.04-13.89.15-1.27,1.75-.71,6.06-.16,10.24.08.64.17,1.27.24,1.86.12,1.01.27,1.85.91,1.85.1.01.23,0,.39-.16-.03.36-.01.75.04,1.17,1.88,14.54.36,16.95-.15,17.34-.54.42-2.24-.24-4.4-1.06-4.76-1.81-12.72-4.85-24.23-3.41-8.41,1.05-8.88.14-9.34-.75-.78-1.5-1.98-2.5-10.45-1.77-11.49.98-16.06-.49-17.8-1.52.19-.01.36-.02.5,0,.56.05.97-.07,1.25-.35.05-.05.09-.1.13-.16h.02c.31-.17.31-.54.31-.83,0-.14-.02-.27-.05-.4,0-.24-.02-.49-.04-.75-.01-.17-.02-.35-.03-.53.02-.37.06-.8.11-1.28.02-.15.03-.3.04-.46,0-.01,0-.03.01-.04.27-.89.17-2.05.06-3.41-.19-2.24-.41-4.79.98-6.78,1.79-2.56,1.31-5.45,1.02-7.17-.08-.45-.17-1.02-.13-1.16.13-.33.59-.53.94-.62.23.3.7.67,1.58,1.06.47.21.47.22.2.84-.18.43-.41.96-.33,1.62.12.94.9,1.38,1.61,1.34.78-.05,1.56-.66,1.56-1.74,0-.6-.28-1.86-.66-3.59-.62-2.78-1.46-6.59-1.35-8.98.17-3.9-2.76-7.73-4.2-8.96-.48-.41-1.19-1.24-1.86-2.04-.31-.83-.77-1.48-1.45-1.77-.17-.19-.28-.31-.37-.39-.02-.06-.05-.15-.08-.26-.17-.57-.5-1.64-1.31-3.58-.42-1-1.2-1.61-2.2-1.72-1.2-.14-2.56.52-3.31,1.59-.63.9-.73,1.95-.27,2.89.47.97-.51,1.75-2.18,2.92-1.5,1.06-3.36,2.36-2.66,4.15-.8.3-2.38,1.12-2.93,5.47-.36,2.78-.8,6.25.71,7.7.56.54,1.31.75,2.26.64-.07.79.09,1.49.51,1.93l.17.18c1.09,1.15,1.35,1.42,2.19.97.19-.11.44-.24.85-.36.27-.08.8-.12,1.49-.14l.18.38c-.25,0-.47,0-.67-.01-.9-.02-1.44-.04-1.79.36-.33.37-.28.92-.18,1.53.1.68.09,1.62-.02,2.67-.03.17-.05.35-.06.52-.26,2.1-.82,4.48-1.4,5.95-1.08,2.7,2.81,8.1,3.25,8.71l.81-.58c-1.54-2.2-3.47-5.8-2.98-6.89l.22-.48c.81-1.75,1.65-3.56,1.15-5.87-.05-.22-.07-.44-.06-.66.03-.21.05-.41.07-.61.12-.6.42-1.19.85-1.7,1.04-1.2,2.76-1.77,4.83-1.63,1.47.11,2.66,0,3.61-.08,1.01-.09,1.74-.15,2.02.12.23.23.33.81.29,1.79-.12,2.71-.83,3.75-1.53,4.76-.26.38-.53.78-.77,1.25-.53,1.06-.28,3.07,0,5.39.19,1.53.38,3.1.32,4.34-.17.64-.18,1.28-.16,1.86,0,.06,0,.12-.01.18-.59-.2-1.31-.11-1.97.27-.34.19-.69.19-.95,0-.22-.16-.88-.88-.33-3.32.68-3-.02-9.42-.69-9.98l-.28-.21-.28.12c-.36.15-.39.58-.41.86-.12,1.63-1.79,4.25-2.39,5.08-.09.06-.16.14-.22.24-.07.11-.24.4-.02.68l.21.27.33-.1s.03-.01.05-.02c.53.86,1.54,3.77,1.54,4.8,0,.15,0,.2-.75.28-.69.07-1.72.17-2.08,1.25-.18.54-.74.77-1.29,1-.25.1-.54.22-.79.4-.98-.37-2-.9-3.04-1.65-2.08-1.48-1.6-3.1-1.15-4.66.29-1.01.57-1.96-.05-2.66-.76-.85-2.57-1.14-9.23.01-1.48.25-2.87.5-4.26.12-.55-.78-1.12-1.64-1.71-2.55-2.42-3.7-5.17-7.9-9.13-9.33-11.52-4.14-28.06,1.69-38.56,8.86-4.42,3.02-8.4,6.59-12.25,10.04-5.28,4.73-10.73,9.63-17.37,13.13-11.39,6.01-24.88,8.38-38.01,6.67-.41-.05-.87-.11-1.37-.17-4.66-.55-13.35-1.58-14.82-5.88-.64-1.87.6-3.45,1.92-5.12,1.43-1.81,2.9-3.68,1.79-5.95-.7-1.43-2.3-2.01-3.78-2.38-2.36-.6-4.52-.63-6.61-.65-1.21-.01-2.46-.03-3.75-.15-4.79-.45-9.44-1.21-13.85-2.27-2.02-.48-3.08-1.2-3.25-2.2-.11-.64.05-1.23.48-1.8,1.12-1.51,3.67-2.33,5.01-2.49,2.94-.36,5.77-.93,9.17-1.85l11.61-3.14c1.03-.28,2.14-.67,3.32-1.08,2.46-.86,5-1.76,7.11-1.76l.13-.02c.75-.2,1.68-.46,2.35-1.13,1.28-1.3.89-3.45-.2-4.69-1.05-1.18-2.58-1.75-4.09-2.18-5.64-1.62-11.57-2.12-17.31-2.6-2.89-.24-5.87-.49-8.78-.88-12.82-1.72-26.04-2.95-40.41-3.78-3.46-.2-7.04-.25-10.5-.31-7.23-.11-14.71-.23-21.74-1.64-1.36-.27-2.72-.67-3.4-1.67-.13-.19-.14-.28-.14-.32,0-.07.1-.23.62-.43,7.53-2.95,13.47-4.67,19.25-5.6,2.85-.46,6.13-1.08,8.9-2.7.44-.26.88-.57,1.07-1.08.42-1.11-.57-2.08-1.54-2.58-3.73-1.89-7.88-1.73-11.89-1.58-.58.02-1.15.04-1.72.06-2.4.06-4.83-.07-7.18-.19-1.99-.11-4.05-.2-6.1-.21h-2.48c-9.21.04-18.73.07-28.1-.06-2.67-.04-6.68-.75-7.22-2.23-.31-.86.66-1.94,1.54-2.7,1.9-1.64,4.61-2.36,7.29-2.17l-1.18,1.5.36.31c1.98,1.72,5.1,1.88,7.24.37l.55-.39-.53-.42c-1.33-1.05-2.92-1.75-4.6-2.11l6.32-8.04c.53-.67,1.13-1.44,1.91-1.8,1.05-.48,2.33-.24,3.55.06,5.71,1.38,11.29,3.38,16.58,5.95l.17.08,24.68-6.81c.59-.17,2.56-.62,3.03.44l.32.72.52-.6c3.88-4.51,11.33-2.79,16.6-1.1,8.68,2.79,14.44,2.26,17.61-1.62.31-.38.59-.79.85-1.19.34-.5.66-.97,1.04-1.39,2.95-3.2,8.48-1.87,12.32.25.57.31,1.15.64,1.73.98,3.65,2.09,7.42,4.25,11.54,3.48,1.81-.34,3.43-1.23,4.99-2.1.98-.54,1.99-1.1,3.02-1.51,3.73-1.46,8.09-.96,11.4,1.3.94.64,1.83,1.44,2.69,2.22,1.75,1.58,3.57,3.21,5.95,3.7,2.5.51,4.91-.39,7.23-1.25,1.78-.67,3.63-1.35,5.47-1.37,3.59.01,6.52,2.27,9.63,4.72,3.08,2.43,6.27,4.94,10.17,4.94h.06c1.37,0,2.71-.35,4-.67,1.44-.36,2.81-.71,4.2-.63,2.13.12,4.01,1.2,6,2.34.82.47,1.66.95,2.52,1.36,3.19,1.52,7.52,1.56,9.26-1.34l.23-.38-.35-.27c-5.3-4.09-9.82-9.32-14.19-14.37-5.86-6.77-11.92-13.78-19.91-18.11-1.11-.6-2.32-1.16-3.6-1.16h-.04c-1.36,0-2.56.63-3.72,1.22-.28.14-.55.28-.83.42-6.29,3.01-14.65.81-18.65-4.91-1.08-1.55-1.89-3.34-2.68-5.08-1.23-2.71-2.5-5.51-4.82-7.49-.79-.68-1.69-1.24-2.55-1.79-1.51-.95-2.94-1.85-3.79-3.27-.55-.91-.9-2.08-1.25-3.22-.72-2.35-1.46-4.79-3.96-5.1-2.5-.33-4.32,2.21-5.3,3.57-3.57,4.95-7.11,7.74-10.85,8.53-3.5.74-5.43-.69-7.89-2.5-1-.74-2.03-1.5-3.26-2.18-2.68-1.48-5.72-2.02-8.66-2.55-2.6-.47-5.29-.95-7.66-2.08-.66-.31-1.46-.76-1.91-1.46-.48-.76-.51-1.78-.54-2.76v-.15c-.3-8.99-3.62-17.76-9.37-24.68-.68-.82-1.5-1.72-2.63-2.09-1.14-.37-2.34-.12-3.47.16-2.65.67-5.29,1.48-7.85,2.41-.05.02-.1.04-.16.06-.24-.33-.49-.65-.75-.96-.79-.95-1.69-1.82-2.56-2.65-.84-.81-1.71-1.64-2.46-2.54-.81-.96-1.71-2.71-2.66-4.57-2.09-4.07-4.7-9.13-8.38-10.12-1.52-.41-3.11-.09-4.73.95-1.5.97-2.57,2.39-3.61,3.77-.53.71-1.08,1.44-1.68,2.09-.23.25-.5.51-.76.52-.2,0-.42-.11-.67-.23l-.24-.12c-1.56-.73-3.65-.37-5.33.93-1.22.94-2.12,2.19-2.98,3.41l-.43.6c-2.25,3.08-4.9,5.85-7.88,8.23-1.53,1.22-3.37,2.47-5.37,2.36-.69-.04-1.37-.23-2.09-.44-.66-.19-1.35-.39-2.06-.46-4.84-.46-8.64,4.51-10.02,7.97-.29.74-.63,1.44-1.04,2.13-1.54-.51-3.23-.67-4.9-.4-3.5.57-6.97,2.83-9.76,6.37-.6.76-1.23,2.04-1.02,3.13.05.28.16.53.32.74-4.95,3.5-9.18,7.81-12.59,12.83l-.31.45c-.97,1.44-1.97,2.93-3.42,3.76-1.07.61-2.29.83-3.59,1.06-.61.11-1.25.22-1.86.38-4.41,1.13-7.72,4.43-10.93,7.61-.59.59-1.18,1.17-1.77,1.74-4.49,4.31-8.35,5.73-12.53,4.62l-.2-.05-2.65,1.54-2.05-2.61-.39.27c-2.19,1.54-4.5,3.16-6.69,4.97-.42-.2-.84-.4-1.26-.6-1.6-.75-3.26-1.53-4.62-2.61-.95-.76-1.82-1.72-2.67-2.65-1.77-1.94-3.6-3.95-6.27-4.35-.52-.08-1.04-.08-1.54-.09-.56,0-1.1-.01-1.61-.12-1.12-.22-2.12-.89-3.09-1.54l-6.42-4.27c-2.39-1.59-4.59-3.22-5.18-5.64-.25-1.03-.2-2.21-.16-3.36.08-2.02.17-4.11-1.37-5.55-1-.93-2.31-1.18-3.58-1.42-.91-.17-1.77-.33-2.51-.73-1.1-.59-1.84-1.63-2.62-2.75-.37-.52-.75-1.06-1.17-1.55-2.12-2.47-5.44-3.79-8.67-3.46l-.25.03-8.91,14.62-2.18-5.31-9.27,8.6c-1.62-1.49-3.55-2.66-5.61-3.39l-.42-.15-.2.39c-3.72,7.31-7.57,14.87-10.85,22.54l-.06.13c-.53,1.24-1.08,2.53-1.92,3.56-.85,1.04-1.97,1.82-3.25,2.65-7.75,5.07-15.97,9.55-24.43,13.31l-1.3.58,1.38.36c5.23,1.37,10.17,3.55,14.71,6.47-5.73,4.34-12.5,7.22-19.6,8.35l-.82.13.5.66c1.47,1.95,3.79,2.89,6.04,3.69,13.8,4.89,28.82,7.28,44.66,7.17,9.74-.08,18.13-1.14,25.66-3.22,1.44-.4,3.23-1.45,3.77-2.82.26-.66.2-1.33-.18-1.94-.7-1.13-2.25-1.3-2.76-1.35-1.51-.16-3.08-.12-4.61-.07-3.33.1-6.46.19-8.86-1.7-.23-.18-.44-.37-.66-.57-.53-.48-1.08-.97-1.79-1.26-1.29-.54-2.76-.3-4.18-.07-1.67.27-3.11.51-3.88-.58-.22-.32-.34-.73-.47-1.16-.13-.45-.27-.92-.54-1.35-1.35-2.12-4.5-1.53-7.03,0-1.92,1.17-4.5,2.25-5.81.78-.98-1.1-.63-2.9,1.06-5.51,4.14-6.38,7.18-13.37,9.03-20.75.34-1.38.74-2.94,1.85-3.71,1.55-1.07,3.89-.09,5.1,1.5.84,1.1,1.34,2.4,1.87,3.78.27.7.55,1.43.87,2.12,1.01,2.14,2.51,3.61,4.15,4.11-1.06,1.06-1.74,2.53-1.91,4.18-.21,2.06.41,4.02,1.71,5.37.46.48.99.89,1.51,1.28.06.04.11.09.17.13-.29,1.7-.25,3.7.88,5.4l.19.29.34-.08c.69-.17,1.23-.66,1.5-1.38.38-.99.21-2.31-.42-3.21-.39-.56-.88-1.02-1.39-1.43.15-.66.34-1.25.52-1.72.34-.88.75-1.76,1.15-2.62.69-1.46,1.4-2.97,1.77-4.59.2-.89.31-1.8.41-2.68.16-1.38.3-2.68.81-3.89.48-1.15,1.55-2.18,2.66-2.54.45-.15,1.11-.26,1.77.03.13,1.37.44,2.69,1.56,3.37.58.35,1.21.42,1.82.49.33.04.65.07.94.15,2.15.58,2.85,3.32,3.34,5.83.24,1.23,1.16,4.92,3.73,5.76-.87,0-1.74.06-2.57.38-1,.39-1.85,1.29-2.17,2.3-.24.77-.15,1.53.25,2.14.43.65,1.14,1.02,2,1.05,1.09.06,2.23-.49,2.89-1.33.78-1.01,1.04-2.28,1.14-3.45.22.02.44.03.66.04,1.31.08,3.23-.33,5.46-.79,4.32-.89,9.7-2,12.35.06,1.06.83,1.6,2.09,1.68,3.88l.03.82.71-.4c2.96-1.68,6.96-3.2,9.22-.95.57.57.95,1.32,1.35,2.11.52,1.01,1.05,2.06,2.03,2.76,2.27,1.61,5.07.33,7.53-.79.32-.14.63-.29.93-.42,5.56-2.44,11.61-1.68,18.02-.88,5.68.71,11.55,1.45,17.01-.29.47-.15.93-.32,1.4-.48,1.15-.41,2.23-.8,3.37-.93,4.69-.53,8.54,3.31,12.01,7.53.63.76,1.22,1.76,1.53,2.7-2.72-.9-5.72-.95-8.48-.05l-1.44.47,9.72,3.25.2-.13c.65-.42,1.05-1.05,1.17-1.82,0-.05.01-.1.02-.15.82.39,1.6.87,2.31,1.43.51.4,1.2,1.03,1.34,1.8.09.49-.01.92-.31,1.34-.79,1.08-2.71,1.69-4.13,1.88-22.81,3.03-46.19,3.75-68.81,4.44l-53.92,1.66c-7.47.23-15.83.96-20.49,6.8l-.59.74,50.22,3.61c2.67.19,5.71.41,8.13,1.87,2.22,1.34,3.92,4.21,2.93,6.69l-.26.66.71.03c19.55.78,39.76,1.58,59.34,5.07,1.86.33,3.86,1.65,4.27,2.82.17.47.08.9-.28,1.3-.39.44-1.03.64-1.76.83-21.36,5.64-43.35,9.4-65.37,11.18l-1.06.09.75.76c1.58,1.61,1.34,4.35.32,6.1-1.2,2.05-3.31,3.41-5.22,4.46-10.33,5.69-22.67,7.15-33.42,8.06-14.26,1.22-29.95,1.87-47.96,1.99v1c18.04-.12,33.75-.77,48.04-1.99,10.86-.92,23.32-2.4,33.82-8.18,2.03-1.12,4.28-2.56,5.6-4.83,1.09-1.87,1.41-4.56.15-6.53,21.76-1.82,43.5-5.56,64.61-11.14.69-.18,1.64-.43,2.26-1.15.59-.68.75-1.47.46-2.29-.6-1.7-3.08-3.12-5.04-3.47-19.42-3.46-39.44-4.29-58.82-5.06.69-2.81-1.16-5.82-3.55-7.26-2.63-1.58-5.79-1.81-8.57-2.01l-48.28-3.47c4.51-4.83,12.2-5.47,19.1-5.68l53.92-1.66c22.64-.7,46.05-1.41,68.91-4.45,1.69-.22,3.83-.94,4.8-2.28.46-.64.62-1.34.48-2.11-.2-1.1-1.07-1.89-1.7-2.4-.92-.73-1.92-1.32-2.99-1.78-.24-1.35-1.07-2.76-1.9-3.77-3.47-4.23-7.72-8.47-12.89-7.89-1.26.14-2.45.57-3.6.98-.45.16-.91.33-1.36.47-5.25,1.67-11.01.95-16.58.25-6.26-.78-12.73-1.6-18.54.95-.31.14-.62.28-.94.43-2.33,1.06-4.74,2.16-6.54.89-.78-.55-1.24-1.45-1.72-2.4-.42-.83-.85-1.68-1.54-2.36-2.06-2.05-5.34-1.91-9.74.42-.21-1.68-.88-2.97-1.99-3.84-3.01-2.35-8.64-1.19-13.16-.26-2.16.44-4.02.82-5.21.77-.22-.01-.44-.03-.66-.04,0-.14,0-.28.01-.41v-.52s-.5,0-.5,0h0c-2.65,0-3.62-3.92-3.85-5.12-.39-2.03-1.13-5.82-4.06-6.61-.36-.1-.73-.14-1.09-.18-.52-.06-1.02-.11-1.41-.35-.81-.49-1.01-1.67-1.1-2.87l-.02-.26-.23-.13c-.84-.49-1.81-.57-2.82-.23-1.38.46-2.67,1.68-3.26,3.11-.56,1.34-.72,2.77-.88,4.16-.1.85-.2,1.73-.39,2.56-.35,1.52-1.01,2.91-1.7,4.39-.41.87-.83,1.77-1.18,2.69-.15.4-.31.87-.45,1.4-.43-.33-.83-.66-1.19-1.03-1.1-1.14-1.62-2.8-1.43-4.57.18-1.77,1.04-3.29,2.35-4.18l1.28-.87-1.54-.05c-2.49-.08-4-2.87-4.41-3.73-.31-.66-.58-1.37-.85-2.05-.53-1.38-1.08-2.81-2.01-4.02-1.48-1.94-4.38-3.16-6.46-1.71-1.42.98-1.86,2.74-2.25,4.29-1.82,7.28-4.81,14.16-8.9,20.45-.73,1.12-2.93,4.52-.97,6.72,1.41,1.58,3.85,1.37,7.08-.59,1.57-.96,4.54-2.1,5.67-.33.2.31.31.69.43,1.1.14.49.29,1,.61,1.45,1.12,1.6,3.02,1.29,4.86.99,1.28-.21,2.6-.43,3.63,0,.55.23,1.01.64,1.51,1.08.23.21.47.42.71.61,2.68,2.1,6.15,2.01,9.51,1.91,1.49-.04,3.04-.09,4.48.07,1.06.11,1.72.4,2.02.88.21.34.24.68.1,1.05-.39.99-1.89,1.89-3.1,2.22-7.45,2.06-15.76,3.1-25.41,3.19-15.73.16-30.63-2.26-44.32-7.12-1.83-.65-3.69-1.39-5.01-2.7,7.18-1.29,13.98-4.33,19.73-8.83l.55-.43-.58-.38c-4.4-2.93-9.19-5.15-14.25-6.62,8.07-3.66,15.9-7.97,23.3-12.82,1.35-.88,2.54-1.7,3.48-2.86.93-1.14,1.51-2.49,2.06-3.8l.06-.13c3.21-7.5,6.97-14.91,10.62-22.08,1.92.75,3.71,1.9,5.18,3.34l.34.33,8.9-8.26,2.38,5.8,9.68-15.88c2.83-.21,5.71.98,7.56,3.13.39.46.76.97,1.11,1.47.82,1.16,1.66,2.35,2.96,3.05.87.47,1.85.65,2.8.83,1.18.22,2.3.43,3.08,1.17,1.2,1.12,1.13,2.9,1.05,4.78-.05,1.21-.1,2.47.19,3.64.68,2.77,3.14,4.6,5.59,6.23l6.42,4.27c1,.67,2.14,1.42,3.45,1.68.6.12,1.21.13,1.79.14.49,0,.95.01,1.4.08,2.31.35,3.94,2.14,5.67,4.03.87.96,1.78,1.95,2.79,2.75,1.45,1.16,3.16,1.96,4.82,2.74.28.13.57.27.84.4-2.77,2.38-5.3,5.09-7.1,8.34-.69,1.24-2.73,5.49-.24,8.31l.31.36,12.5-9.89c.41-.32.96-.76,1.18-1.43.24-.73.04-1.56-.6-2.46-1.09-1.54-2.62-2.58-4.25-3.44,1.94-1.57,3.96-3.01,5.9-4.37l2,2.55,3.05-1.77c5.81,1.44,10.35-2.11,13.28-4.92.6-.57,1.19-1.16,1.78-1.75,3.11-3.09,6.33-6.29,10.47-7.35.58-.15,1.2-.26,1.79-.37,1.33-.24,2.7-.48,3.91-1.18,1.65-.95,2.72-2.54,3.75-4.07l.3-.45c3.45-5.09,7.78-9.44,12.84-12.93l.66-.45-.69-.39c-.21-.12-.34-.3-.39-.55-.13-.67.31-1.68.82-2.32,2.63-3.34,5.87-5.47,9.13-6,1.43-.23,2.88-.12,4.2.28-.48.73-1.05,1.47-1.73,2.26-1.56,1.84-3.39,3.5-5.16,5.12-1.83,1.67-3.72,3.4-5.35,5.33-3.9,4.63-5.33,9.92-3.83,14.15.49,1.39,1.29,2.65,2.06,3.87.91,1.44,1.77,2.8,2.16,4.35.32,1.26.25,2.62-.17,3.93-2.97.37-6.06,2.54-6.35,5.82l-.06.64.63-.1c2.23-.36,4.29-1.76,5.65-3.83.33-.51.61-1.04.84-1.58.03,0,.06,0,.09,0,2.58-.06,5.31,1.16,8.1,3.54.28.24.55.48.82.72,1.2,1.06,2.43,2.16,3.98,2.76,2.83,1.09,5.76.22,8.6-.62,1.93-.57,3.93-1.17,5.86-1.13,5.12.09,8.72,4.12,12.53,8.39,3.76,4.21,7.65,8.56,13.14,8.77l.43.02.08-.42c.28-1.46-.8-2.56-1.74-3.54-.85-.87-1.64-1.69-1.52-2.64.07-.56.47-1.05.89-1.57.37-.45.75-.92.97-1.49.68-1.74-.22-3.71-2.61-5.7-7.12-5.94-15.64-10.22-24.66-12.37l-.77-.18c-2.05-.48-4.17-.97-5.83-2.18-1.6-1.17-2.75-2.99-3.87-4.74-1.57-2.47-3.19-5.02-6.07-5.83-.4-.11-.83-.19-1.25-.28-1.12-.21-2.18-.41-2.67-1.21-.98-1.6,1.35-3.64,2.09-4.22l8.65-6.88c1.07-.85,2.13-1.79,2.34-3.13.11-.71-.02-1.47-.41-2.34-.82-1.84-2.42-3.29-4.38-4.16.39-.69.73-1.39,1.02-2.13,1.21-3.06,4.74-7.77,8.99-7.34.63.06,1.24.24,1.88.42.74.21,1.51.43,2.32.47,2.33.11,4.36-1.24,6.04-2.57,3.05-2.43,5.76-5.26,8.06-8.42l.44-.61c.82-1.15,1.68-2.35,2.78-3.2,1.05-.81,2.8-1.51,4.29-.81l.21.11c.34.17.72.38,1.18.34.62-.03,1.08-.44,1.44-.84.63-.68,1.2-1.44,1.74-2.16,1.03-1.37,2-2.66,3.35-3.53,1.39-.89,2.67-1.16,3.93-.83,3.25.87,5.74,5.72,7.75,9.61,1.02,1.99,1.91,3.71,2.78,4.75.79.94,1.67,1.79,2.53,2.62.85.82,1.73,1.66,2.49,2.57.19.23.38.47.56.71-.79.36-1.5.84-1.98,1.58-.43.68-.58,1.44-.71,2.17-.05.28-.11.56-.18.84-.38,1.48-1.32,2.89-2.24,4.25-1.44,2.14-2.92,4.35-2.24,6.91.35,1.33,1.25,2.55,2.12,3.72,1.49,2.03,2.33,3.35,1.43,4.66-.69.99-2.04,1.13-3.47,1.28-.56.06-1.14.12-1.68.23-3.32.7-6.04,3.81-7.65,8.76-.24.73-.46,1.48-.68,2.23-.87,2.95-1.78,6-3.85,8.17-.46.48-.99.93-1.5,1.36-.72.61-1.45,1.23-2.07,2-1.1,1.37-1.75,3.47-.72,5.08.6.94,1.53,1.43,2.68,1.43h0c1.92,0,4.31-1.45,5.56-3.38.28-.43.55-.88.83-1.34,1.32-2.19,2.69-4.46,4.97-4.69.77-.08,1.56.1,2.39.29,1.06.24,2.16.49,3.28.19,1.73-.46,2.75-1.97,3.75-3.44.98-1.44,1.9-2.81,3.38-2.98,1.56-.17,2.91,1.08,4.21,2.3.19.18.39.36.58.54.96.87,2.63,1.84,4.21,1.72.8-.06,1.48-.41,1.96-1l.1-.13v-.16c.14-2.39-1.76-4.15-3.61-5.85-1.72-1.59-3.23-2.98-2.91-4.62.97.39,2.06.29,3.12-.3,1.76-.97,2.98-3.01,2.98-4.95,0-2.52-1.25-4.74-2.45-6.88-.32-.56-.63-1.13-.92-1.69-1.28-2.49-2.16-5.26-3.02-7.94-1.08-3.4-2.19-6.89-4.14-9.9,2.51-.91,5.09-1.7,7.67-2.35,1.03-.26,2.03-.47,2.92-.18.88.29,1.58,1.07,2.17,1.78,5.6,6.75,8.85,15.3,9.13,24.07v.15c.04,1.06.08,2.27.7,3.26.58.92,1.55,1.46,2.33,1.83,2.49,1.18,5.25,1.68,7.91,2.16,2.86.51,5.82,1.05,8.36,2.44,1.17.65,2.18,1.39,3.15,2.11,2.44,1.81,4.75,3.51,8.69,2.68,3.99-.84,7.73-3.76,11.45-8.93,1.27-1.77,2.68-3.36,4.36-3.16,1.85.23,2.44,2.17,3.12,4.4.36,1.19.74,2.42,1.35,3.44.97,1.63,2.57,2.63,4.12,3.6.84.53,1.7,1.07,2.44,1.7,2.15,1.84,3.32,4.42,4.55,7.15.81,1.78,1.64,3.62,2.77,5.24,4.26,6.1,13.19,8.45,19.9,5.24.29-.14.57-.28.85-.43,1.1-.57,2.15-1.1,3.27-1.11h.03c1.12,0,2.2.54,3.13,1.04,7.83,4.25,13.83,11.18,19.63,17.89,4.3,4.97,8.75,10.11,13.96,14.22-1.58,2.02-5.08,1.85-7.72.59-.82-.39-1.65-.87-2.45-1.32-2-1.15-4.07-2.33-6.44-2.47-1.55-.09-3.05.29-4.51.65-1.29.33-2.51.63-3.76.64-3.58.04-6.51-2.28-9.61-4.73-3.1-2.45-6.34-4.98-10.25-4.94-2.02.02-3.94.74-5.81,1.43-2.29.86-4.46,1.66-6.68,1.21-2.11-.43-3.75-1.9-5.48-3.46-.88-.8-1.8-1.62-2.79-2.3-3.57-2.45-8.29-2.99-12.33-1.41-1.1.43-2.14,1.01-3.14,1.56-1.56.87-3.03,1.68-4.69,1.99-3.75.7-7.36-1.37-10.85-3.37-.58-.34-1.17-.67-1.74-.99-4.36-2.4-10.21-3.67-13.54-.05-.44.47-.79,1-1.13,1.51-.26.38-.51.76-.8,1.11-2.88,3.53-8.28,3.95-16.53,1.31-5.35-1.72-12.88-3.45-17.23.93-.73-.73-2.07-.88-3.81-.41l-24.31,6.71c-5.31-2.56-10.9-4.55-16.62-5.94-1.33-.32-2.86-.61-4.2,0-1,.46-1.71,1.37-2.28,2.09l-6.66,8.47c-3.14-.39-6.42.39-8.66,2.33-1.62,1.4-2.23,2.68-1.82,3.8,1.01,2.76,7.86,2.89,8.15,2.89,9.37.13,18.9.1,28.11.06h2.48c2.03-.02,4.07.1,6.04.2,2.37.13,4.82.26,7.26.19.57-.02,1.15-.04,1.73-.06,3.89-.14,7.9-.3,11.4,1.47.53.27,1.24.84,1.06,1.33-.08.23-.36.41-.64.57-2.62,1.53-5.66,2.11-8.56,2.57-5.85.94-11.86,2.68-19.46,5.66-.32.12-1.17.46-1.25,1.26-.03.32.07.64.3.99.88,1.3,2.46,1.77,4.03,2.08,7.12,1.43,14.64,1.54,21.92,1.66,3.45.05,7.02.11,10.46.31,14.35.82,27.54,2.06,40.33,3.77,2.93.39,5.93.64,8.83.89,5.69.47,11.57.97,17.12,2.56,1.27.37,2.69.84,3.61,1.88.8.91,1.09,2.46.24,3.32-.46.47-1.18.67-1.83.85-2.27.02-4.86.93-7.37,1.81-1.16.41-2.26.79-3.25,1.06l-11.61,3.14c-3.35.91-6.13,1.47-9.03,1.82-1.56.19-4.37,1.12-5.69,2.89-.59.79-.82,1.66-.66,2.57.36,2.14,3.1,2.79,4,3.01,4.45,1.06,9.16,1.83,13.99,2.29,1.34.13,2.61.14,3.83.16,2.13.03,4.14.05,6.38.62,1.25.32,2.61.79,3.12,1.85.83,1.71-.33,3.18-1.68,4.89-1.36,1.73-2.9,3.68-2.08,6.07,1.68,4.9,10.43,5.93,15.65,6.55.5.06.95.11,1.36.17,13.33,1.73,27.04-.68,38.6-6.78,6.75-3.56,12.25-8.5,17.57-13.27,3.83-3.43,7.78-6.98,12.15-9.96,8.59-5.87,25.71-13.04,37.66-8.74,3.64,1.31,6.29,5.36,8.63,8.93.64.97,1.24,1.89,1.84,2.72l.1.14.16.05c1.66.51,3.23.24,4.88-.05,1.84-.32,7.46-1.29,8.32-.33.26.29.06.95-.16,1.71-.45,1.54-1.13,3.86,1.53,5.76,1.06.76,2.1,1.31,3.11,1.71,0,.11.02.24.06.38.23.81,1.84.98,4.81.53,1.31-.02,2.48-.16,3.43-.31,1.26,1.23,5.49,3.5,19.32,2.32,8.46-.72,9.03.36,9.48,1.24.78,1.5,1.87,2.34,10.35,1.28,11.27-1.41,19.08,1.57,23.75,3.35,2.74,1.04,4.39,1.67,5.37.92,1.74-1.34,1.92-7.48.53-18.26-.13-1.04.01-1.76.45-2.21.94-.97,3.26-.74,5.72-.49,1.18.12,2.41.24,3.58.24.76,0,1.38-.18,1.91-.48-.02.4-.04.78-.06,1.13-.12,2.57-.9,6.48-1.53,9.63-.26,1.33-.5,2.51-.65,3.41-.19,1.14.1,2.54.35,3.77.25,1.19.53,2.54.14,2.9-.19.18-.68.17-1.38-.02-.97-.27-1.75-.34-2.38-.3.15-.65.02-1.69-.16-3.07-.27-2.1-.6-4.72.16-6.16.48-.9.58-2.26.52-3.64.34-.98.45-2.22-.17-3.93-.47-1.31-.57-1.58-1.06-1.46-.48.13-.43.44-.25,1.5.14.86.39,2.31.47,3.74-.16.42-.37.79-.58,1.17-.47.84-.95,1.7-.7,2.84.35,1.65-.18,6.64-.48,8.68-.97-.33-2.59-.13-3.13-.05l-.53.08.12.52s.05.31-.14.58c-.21.28-.64.45-1.26.5-.82.06-1.52.52-1.79,1.16-.2.49-.11,1,.23,1.4.85.98,3.06,1.08,6.22.27,1.92-.49,3.02.76,4.3,2.21.77.87,1.56,1.77,2.59,2.34,8.31,4.59,14.81,5.85,23.23,6.49,10.28.78,19.74,1.17,28.62,1.17,11.01,0,21.13-.6,30.84-1.81,24.25-3.01,48.06-10.36,71.07-17.46,23.35-7.2,47.49-14.65,72.07-17.56l-.12-.99ZM574.18,145.05c-.11-.05-.22-.1-.32-.14.11-.73.16-1.58.16-2.57,0-1.09-.11-1.99-.27-2.79.49,1.66.59,3.78.43,5.5ZM575.8,135.89c.67,1.77,1.37,3.6,2.13,5.31.82,1.83.88,3.29.16,4-.57.57-1.67.64-2.95.23.01-.09.02-.17.03-.24.28-2.81-.11-6.44-1.6-8.21-.23-.28-.44-.56-.63-.85-.27-1.47-.33-3.2.36-5.94.67.86,1.56,3.21,2.51,5.7ZM562.17,119.2c.32-.11.65-.15.97-.15.38,0,.76.06,1.1.15-1.05.23-1.97.68-2.58,1.52-.01-.13-.04-.25-.06-.38-.11-.58-.17-.9.57-1.14ZM560.24,119.11c.08-.32.24-.53.5-.64.19-.08.42-.12.68-.12.05,0,.1,0,.15,0-1.26.57-1.05,1.64-.95,2.17,0,.05.02.11.03.16-.22.03-.43.13-.64.31,0-.42.01-.96.23-1.88ZM553.68,145.09c.04.31.23.66.58.76-1.18,1.21-1.72,2.5-1.72,3.37,0,1.19-.73,2.37-1.17,2.42-.17.04-.57-.31-.86-1.68-.52-2.52,2.08-8.78,3.8-12.92,1.25-3,1.65-4.02,1.58-4.51-.14-1.01.7-5.42,2.26-7.85-.54,1.84-.93,4.08-1.07,6.21-.14,2.18,0,3.78.12,5.07.16,1.74.25,2.7-.5,3.52-1.55,1.73-2.93,5.22-2.98,5.36l-.05.12.02.12ZM555.01,144.34c.5-1.13,1.45-3.09,2.43-4.19,1.04-1.15.92-2.4.75-4.28-.11-1.26-.26-2.82-.12-4.92.35-5.49,2.07-9.18,2.69-9.27.16,0,.3-.02.42-.07-.5,1.25-.43,2.37.22,3.2.13.16.28.31.44.44-.4-.02-.73.04-1.02.26-.8.61-.83,2.16-.57,5.62.24,3.17-.29,4.91-.72,6.31-.41,1.33-.74,2.43-.24,4.07-.4-.24-.86-.4-1.34-.35-.72.07-1.33.55-1.84,1.44-.49.87-.86,1.41-1.12,1.75ZM556.25,144.32c.22-.34.47-.75.75-1.24.33-.59.69-.91,1.06-.94.02,0,.05,0,.07,0,.55,0,1.16.56,1.55.99-1.43.23-2.57.7-3.44,1.19ZM571.96,144.4c-.21,0-.4.02-.62.05-.74.1-1.85.26-6.09-.92-1.6-.44-3.03-.58-4.28-.53-.08-.22-.21-.51-.38-.9l-.06-.13c-.79-1.82-.49-2.78-.05-4.25.45-1.48,1.01-3.31.76-6.67-.11-1.53-.33-4.37.18-4.75.26-.2,1.16.12,2.19.49.35.13.75.27,1.17.41,4.26,1.42,7.42-1.5,7.55-1.62l.49-.46-.59-.33c-.14-.08-1.46-.74-5.72.11-2.06.41-3.68.15-4.35-.7-.58-.74-.31-1.75.03-2.46.9-1.91,3.7-1.82,6.17-1.74.77.02,1.5.05,2.14,0,.61-.05,1.13.2,1.54.7.9,1.09,1.47,3.75.53,8.07-.35.01-.68.16-.97.45-1.17,1.14-1.47,4.35.36,7.29.11.54.24,1.05.38,1.56.32,1.22.65,2.48.65,4.27,0,.85-.04,1.58-.12,2.21-.38-.11-.66-.15-.93-.15ZM564.62,126.08c.64.01,1.36-.06,2.12-.21,2.04-.41,3.33-.45,4.09-.39-1.1.7-3.18,1.61-5.71.77-.17-.06-.34-.11-.5-.17ZM572.32,129.94c-.32,1.26-.48,2.32-.55,3.24-.25-1.49.05-2.74.55-3.24ZM571.28,152.39c.14-2.25.22-3.54.22-3.84,0-.16-.03-.27-.08-.36.35-.03.66-.13.95-.31.58-.36,1.01-1.01,1.28-1.98.08.04.16.07.25.11.05.02.1.04.14.06-.25,1.5-.68,2.32-1,2.58-.74.59-.98,1.95-1.28,3.68-.19,1.11-.4,2.13-.67,3,.06-1.01.13-2.03.19-2.96ZM493.78,129.12c1.27,1.09,4.01,4.66,3.86,8.16-.11,2.52.75,6.41,1.38,9.24.34,1.54.64,2.88.64,3.37,0,.52-.34.73-.63.75-.12.01-.5,0-.56-.47-.05-.39.11-.75.26-1.11.24-.57.65-1.53-.72-2.14-.91-.41-1.16-.71-1.21-.79v-.49l-.56.07c-.13.02-1.04.15-1.65.7.45-.59,1-1.64,1.68-3.57.13-.38-.01-.88-.27-1.79-.25-.87-.59-2.07-.7-3.37-.39-4.85-.74-5.68-1.42-5.79-.27-.04-.47.07-.63.23,0-.12,0-.24,0-.35-.02-.99-.04-2.21-.18-3.38.27.29.52.54.73.72ZM484.67,120.76c.5-.71,1.39-1.18,2.18-1.18.07,0,.14,0,.2.01.63.07,1.1.44,1.38,1.11.8,1.89,1.11,2.93,1.28,3.48.02.06.04.12.06.18-.42-.01-.84-.04-1.26-.06-1.36-.08-2.79-.16-4.06.24.31-.57.38-1.19.03-1.91-.38-.78-.11-1.46.19-1.88ZM482.2,145.72c-.51.15-.83.33-1.04.44-.05.03-.12.07-.11.08-.13-.08-.46-.43-.88-.86l-.17-.18c-.23-.24-.33-.81-.19-1.52.99-.46,1.46-1.39,1.32-2.67-.17-1.54-1.3-3.54-2.24-3.54-.01,0-.02,0-.04,0-.17,0-.71.11-.71,1,0,1.66.84,2.44,1.34,2.9.05.05.11.1.16.15-.29.45-.52.92-.67,1.39-.06.01-.11.02-.17.03-.72.12-1.25,0-1.61-.34-1.15-1.11-.73-4.43-.41-6.92.51-3.96,1.85-4.44,2.42-4.64.23-.08.5-.18.61-.47.05-.12.08-.32-.06-.57-.56-1.03.29-1.83,1.84-2.93-.41.83-.73,1.9-.93,3.27-1.02,7.12,2.1,13.69,2.23,13.97l.6,1.25c-.57.03-1.02.08-1.3.16ZM479.17,138.78c.29.37.65,1.02.85,1.71-.36-.35-.77-.83-.85-1.71ZM482.6,149.18l-.04.04c-.01-.21-.03-.4-.06-.58-.08-.55-.06-.7-.08-.7h0c.11-.06.6-.05,1.04-.04.23,0,.48.01.77.01-.63.32-1.18.74-1.63,1.26ZM487.49,146.71c-1.31.17-2.34.19-3.12.21l-.07-.38c.99,0,2.25.04,3.58.11-.13.02-.26.04-.4.06ZM484.55,145.54c-.15,0-.29,0-.42,0l-.27-1.53c-.55-3.08-1.58-11.42.18-13.06,1.85-1.72,5.77-1.72,6.69-1.38-.03.53.08,1.5.29,3.27.19,1.58.42,3.55.57,5.67.26,3.57.33,6.01-1.44,7.28-1.75-.13-3.92-.25-5.6-.25ZM491.71,147.14c-.63.05-1.36.12-2.22.12.34-.13.65-.27.92-.44.88.06,1.74.14,2.5.21.02.01.04.03.07.04-.38,0-.8.04-1.27.08ZM493.42,146.16l-.12-.1h-.16c-.22-.03-.82-.09-1.63-.16,1.5-1.77,1.29-4.56,1.08-7.46-.16-2.14-.39-4.12-.58-5.71-.17-1.43-.34-2.91-.28-3.19.03-.11.08-.49-.37-.76-1.08-.64-5.79-.61-8.01,1.45-1.44,1.34-1.44,5.42-1.15,8.85-.57-2.41-.98-5.46-.53-8.59.79-5.53,3.43-5.38,6.78-5.18.6.03,1.2.07,1.79.07.11,0,.21.01.3.04.17.2.36.44.54.67.19.23.39.48.61.74.48,1.42.51,3.57.54,4.97.03,1.62.03,2.17.59,2.28.47.08.72-.38.9-.79.15.59.35,1.85.56,4.48.11,1.4.47,2.65.73,3.56.13.47.3,1.05.29,1.18-1.19,3.39-1.88,3.64-1.89,3.65ZM494.08,147.24c-.12-.06-.26-.1-.4-.12.17-.05.38-.15.62-.39-.06.09-.12.19-.16.3-.03.07-.05.14-.06.22ZM183.85,113.04c-.06.42-.24.74-.54,1l-6.18-2.07c2.24-.39,4.61-.15,6.75.65,0,.14,0,.28-.03.41ZM86.44,100.33c-.46.59-1.29.97-2.07.95-.37-.01-.89-.13-1.2-.61-.3-.45-.24-.95-.13-1.29.23-.72.86-1.39,1.58-1.67.62-.24,1.28-.32,1.98-.32.26,0,.51.01.78.03-.1,1.13-.32,2.12-.93,2.91ZM66.15,99.95c.29.26.55.54.77.86.44.63.57,1.59.3,2.28-.11.28-.27.49-.48.63-.64-1.18-.74-2.53-.6-3.77ZM130.11,82.79c.3.43.63,1.05.46,1.57-.12.35-.44.63-.85.96l-11.73,9.28c-1.25-1.87-.51-4.69.65-6.79,1.8-3.25,4.38-5.95,7.2-8.34,1.69.86,3.21,1.83,4.27,3.33ZM186.52,73.72c-1.06,1.62-2.59,2.77-4.28,3.24.54-2.13,2.63-3.67,4.79-4.13-.15.3-.32.6-.51.89ZM204.45,36.8c.31.69.42,1.27.34,1.78-.16.99-1.02,1.75-1.97,2.51l-8.65,6.88c-1.16.92-3.69,3.29-2.32,5.53.72,1.18,2.11,1.44,3.33,1.67.4.08.8.15,1.17.26,2.51.71,3.96,2.99,5.5,5.41,1.17,1.84,2.38,3.74,4.13,5.01,1.82,1.33,4.04,1.85,6.19,2.35l.77.18c8.86,2.12,17.25,6.33,24.25,12.17,1.16.96,3,2.84,2.32,4.57-.17.43-.48.82-.82,1.23-.49.6-1,1.23-1.11,2.07-.18,1.43.87,2.51,1.79,3.47.72.74,1.41,1.45,1.5,2.22-4.81-.42-8.28-4.3-11.94-8.4-3.79-4.24-7.7-8.63-13.26-8.73-.06,0-.12,0-.19,0-2.02,0-4.03.6-5.97,1.17-2.8.83-5.44,1.61-7.95.65-1.38-.53-2.49-1.52-3.67-2.57-.28-.25-.56-.49-.84-.73-2.89-2.47-5.75-3.74-8.5-3.78.38-1.37.42-2.79.08-4.12-.44-1.71-1.38-3.2-2.29-4.64-.74-1.17-1.5-2.38-1.96-3.67-1.38-3.89-.01-8.81,3.65-13.17,1.59-1.89,3.46-3.59,5.26-5.24,1.79-1.63,3.64-3.32,5.25-5.21.76-.9,1.4-1.73,1.93-2.56,1.79.76,3.25,2.06,3.99,3.71ZM269.51,32.07c.87,2.72,1.76,5.53,3.08,8.09.3.58.62,1.15.94,1.72,1.14,2.04,2.32,4.14,2.32,6.4,0,1.57-1.03,3.28-2.46,4.08-.54.3-1.61.71-2.67.04l-.5-.31-.23.54c-1.07,2.52,1,4.42,2.99,6.26,1.62,1.5,3.3,3.05,3.3,4.89-.3.3-.68.48-1.15.51-1.18.08-2.59-.67-3.46-1.46-.19-.17-.38-.35-.57-.53-1.4-1.31-2.99-2.81-5.01-2.56-1.93.23-3.03,1.85-4.08,3.41-.93,1.37-1.81,2.67-3.17,3.03-.88.23-1.81.02-2.8-.2-.88-.2-1.78-.4-2.71-.31-2.78.28-4.35,2.88-5.73,5.17-.27.45-.54.89-.81,1.32-1.06,1.64-3.13,2.92-4.72,2.92h0c-.81,0-1.43-.33-1.84-.97-.76-1.18-.19-2.85.66-3.91.55-.69,1.22-1.26,1.93-1.86.53-.45,1.08-.92,1.58-1.44,2.24-2.35,3.18-5.52,4.09-8.58.22-.74.44-1.48.67-2.2.87-2.66,2.92-7.26,6.91-8.1.49-.1,1.02-.16,1.58-.22,1.59-.17,3.23-.34,4.19-1.71,1.38-1.99-.05-3.94-1.44-5.82-.81-1.1-1.65-2.24-1.95-3.39-.56-2.12.73-4.05,2.1-6.1.96-1.43,1.96-2.91,2.38-4.56.08-.29.13-.6.19-.9.13-.67.24-1.3.57-1.82.38-.59,1.02-.98,1.73-1.29,1.93,2.91,3.01,6.29,4.14,9.83ZM209.37,110c1.45.25,2.85.78,4.06,1.59-1.57.76-3.58.61-5.01-.38l.95-1.21ZM485.67,160.96c.64-.89,1.51-2.4,2-3.76.29,2.02.53,5.33.07,7.36-.13.58-.2,1.09-.23,1.53-.19-1.27-1.01-4.08-1.84-5.13ZM489.71,169.46l-.42.09c-1.15.26-2.39.49-3.5.66-.86-.01-1.79-.11-2.76-.35.61-.26,1.35-.65,1.64-1.51.14-.42.5-.5,1.23-.57.55-.05,1.42-.14,1.61-.94.09,1.2.57,1.78.93,2.05.58.43,1.36.45,2.04.06.56-.32,1.04-.27,1.3-.12.05.03.1.07.15.12,0,.21.02.39.05.56-.02.05-.04.09-.07.12-.06.06-.24.08-.47.07-.44-.04-.96.03-1.6.12l-.15-.37ZM556.88,158.83c-.07-.58-.15-1.19-.23-1.81-.47-3.61-1.06-8.1-.02-9.53.5-.69,2.63-.99,5.05-.99,2.87,0,6.15.43,7.59,1.14.48.24.91.4,1.32.48-.02.02-.04.04-.06.06-.94,1.09-3.34,1.1-6.77.04-2.79-.87-3.73-.96-4.17-.42-.43.52-.06,1.21.5,2.27.58,1.09,1.38,2.58,1.56,4.3.02.21.03.37.04.5-.25-.29-.56-.71-.79-1.03-1.05-1.44-1.74-2.31-2.49-2.1-.64.18-.72,1.02-.75,1.34-.21,2.4-.52,4.5-.78,5.74ZM567.98,158.29c-1.12,0-2.32-.12-3.48-.24-2.71-.27-5.26-.52-6.54.79-.02.03-.05.05-.07.08.26-1.13.52-2.92.77-5.75.02-.19.04-.31.06-.39.35.26,1,1.15,1.37,1.65.9,1.23,1.44,1.97,2.09,1.72.53-.2.57-.87.46-1.88-.2-1.92-1.05-3.51-1.67-4.67-.21-.4-.47-.88-.55-1.13.29-.02,1.05.1,3.04.72,2.29.71,5.19,1.26,6.99.3-.04.71-.11,1.72-.18,2.83-.1,1.62-.22,3.49-.32,5.17-.5.51-1.13.8-1.98.8ZM561.94,182.42c-.11.02-.21.04-.32.07-3.17.81-4.8.53-5.22.04-.1-.11-.12-.23-.06-.36.1-.24.43-.51.94-.55.93-.07,1.59-.37,1.98-.9.21-.29.3-.59.33-.84,1.11-.12,2.18-.08,2.35.07v.4s.25.12.25.12c-.45.67-.47,1.46-.25,1.96ZM563.81,168.7c-.06.31-.14.59-.25.83.03-.28.12-.55.25-.83ZM563.37,177.45c.08.75.13,1.46.03,1.7-.13.04-.22.1-.3.16.09-.5.18-1.15.26-1.86ZM562.86,182.04c-.08-.13-.14-.64.2-1.08.13-.18.31-.32.53-.42,1.12.54,3.19.75,3.21.75.16,0,.33-.02.51-.05.6-.08.74-.1.84.47.08.43-.09.6-.28.71-1.21.72-4.65-.13-5.01-.39Z"/></svg>');
}




