/* CSS Document */

#pagePath{
	display: none;
}

#hero{
	position: relative;
	display: grid;
	.slick-dots{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		grid-gap: clamp(16px, calc(32 / 1200 * 100dvw), 32px);
		z-index: 1;
		& li{
			aspect-ratio: 1;
			width: 9px;
			background: currentColor;
			border-radius: 100%;
			overflow: hidden;
			&.slick-active{
				outline: 1px solid currentColor;
				outline-offset: 4px;
			}
		}
		& button{
			visibility: hidden;
		}
	}
	.slick-arrow{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		display: grid;
		align-items: center;
		column-gap: 4px;
		color: inherit;
		font-weight: 500;
		font-size: 12px;
		text-transform: uppercase;
		z-index: 1;
		&:before{
			all: unset;
			box-sizing: border-box;
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><polygon points="2 9 2 1 8 5 2 9"/></svg>') no-repeat center / contain;
		}
		&.slick-prev{
			grid-template-columns: auto 1fr;
			&:before{
				transform: scale(-1, 1);
			}
		}
		&.slick-next{
			grid-template-columns: 1fr auto;
			&:before{
				order: 1;
			}
		}
	}
	@media (max-width: 991.98px) {
		.slick-slider{
			grid-template-columns: clamp(24px, calc(32 / 1200 * 100dvw), 32px) auto 1fr auto clamp(24px, calc(32 / 1200 * 100dvw), 32px);
			grid-row-gap: clamp(16px, calc(24 / 768 * 100dvw), 24px);
			padding-bottom: clamp(16px, calc(24 / 768 * 100dvw), 24px);
			border-bottom: 1px solid currentColor;
			.slick-list{
				grid-column: 1 / 6;
			}
		}
	}
	@media (max-width: 575.98px) {
		.slick-slider{
			.slick-dots{
				grid-column: 2 / 5;
				grid-row: 2;
			}
			.slick-arrow{
				grid-row: 3;
			}
			.slick-prev{
				grid-column: 2;
			}
			.slick-next{
				grid-column: 4;
			}
		}
	}
	@media (min-width: 576px) and (max-width: 991.98px) {
		.slick-slider{
			.slick-dots{
				grid-column: 3;
				grid-row: 2;
			}
			.slick-arrow{
				grid-row: 2;
			}
			.slick-prev{
				grid-column: 2;
			}
			.slick-next{
				grid-column: 4;
			}
		}
	}
	@media (min-width: 992px) {
		.slick-slider{
			grid-template-columns: 1fr min(var(--wrap-fit), 960px) 1fr;
			grid-row-gap: 32px;
			&:after{
				content: "";
				grid-row: 3;
				grid-column: 2;
				margin-bottom: 48px;
				border-bottom: 1px solid #fff;
				z-index: 1;
				pointer-events: none;
			}
			.slick-list{
				grid-column: 1 / 4;
				grid-row: 1 / 4;
			}
			.slick-dots{
				grid-column: 2;
				grid-row: 2;
				color: #fff;
			}
			.slick-arrow{
				grid-row: 3;
				grid-column: 2;
				margin-bottom: 56px;
				color: #fff;
			}
			.slick-next{
				justify-self: end;
			}
		}
	}
}

#heroSlide{
	display: grid;
	&:not(.slick-initialized){
		& dl{
			grid-column: 1;
			grid-row: 1;
			&:nth-child(n+2){
				visibility: hidden;
			}
		}
	}
	& dl{
		position: relative;
		display: grid;
		grid-template-columns: 1fr var(--wrap-fit) 1fr;
		&:before{
			content: "";
			grid-column: 1 / 4;
			grid-row: 1;
			align-self: end;
			height: clamp(200px, calc(280 / 1200 * 100dvw), 280px);
			background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
			z-index: 1;
		}
	}
	& dt{
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		margin-bottom: 1em;
		color: #fff;
		font-weight: 500;
		font-size: clamp(22px, calc(28 / 768 * 100dvw), 28px);
		letter-spacing: 0.1em;
		text-align: center;
		z-index: 1;
		@media (min-width: 992px) {
			margin-bottom: 144px;
		}
	}
	& dd{
		display: contents;
		& img{
			grid-column: 1 / 4;
			grid-row: 1;
			width: 100%;
			height: clamp(560px, calc(680 / 1200 * 100dvw), 680px);
			object-fit: cover;
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
}

#intro{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	background: linear-gradient( transparent, white), url("../images/introBg.svg") no-repeat top right / auto min(100%, 740px);
	&:before{
		content: "";
		grid-column: 2;
		grid-row: 2;
		background: currentColor;
		height: 16px;
		margin: clamp(24px, calc(32 / 1200 * 100dvw), 32px) 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 9"><path d="M41.75,4.07c-3.54,2.02-6.88,3.93-13.75,3.93s-10.21-1.91-13.75-3.93C10.75,2.07,7.13,0,0,0v1c6.87,0,10.21,1.91,13.75,3.93,3.5,2,7.12,4.07,14.25,4.07s10.75-2.07,14.25-4.07c3.54-2.02,6.88-3.93,13.75-3.93V0c-7.13,0-10.75,2.07-14.25,4.07Z"/></svg>') repeat-x center / 56px 9px;
	}
	&>*{
		grid-column: 2;
	}
	& h2{
		grid-column: 1 / 4;
		margin: 1em;
		font-weight: 700;
		font-size: clamp(24px, calc(32 / 768 * 100dvw), 32px);
		letter-spacing: 0.1em;
	}
	& h3{
		font-weight: 700;
		font-size: clamp(32px, calc(56 / 768 * 100dvw), 56px);
		letter-spacing: 0.1em;
	}
	#aboutMap{
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	#aboutLink{
		order: 1;
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
}

#aboutLink{
	display: flex;
	justify-content: center;
	& ul{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
		grid-gap: 16px clamp(16px, calc(24 / 1200 * 100dvw), 40px);
		width: min(100%, 680px);
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 4px;
		min-width: min(100%, 560px);
		min-height: 48px;
		padding:0.25em 1em;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-align: center;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
		}
		&:hover{
			background: var(--color);
			border-color: transparent;
			color: #fff;
		}
	}
}

#aboutMap{
	& svg{
		width: 100%;
		height: auto;
		border-radius: 16px;
	}
}

#pickup{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(48px, calc(96 / 1200 * 100dvw), 96px);
	overflow: hidden;
	&:before{
		content: "";
		background: currentColor;
		height: 16px;
		margin-bottom: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 9"><path d="M41.75,4.07c-3.54,2.02-6.88,3.93-13.75,3.93s-10.21-1.91-13.75-3.93C10.75,2.07,7.13,0,0,0v1c6.87,0,10.21,1.91,13.75,3.93,3.5,2,7.12,4.07,14.25,4.07s10.75-2.07,14.25-4.07c3.54-2.02,6.88-3.93,13.75-3.93V0c-7.13,0-10.75,2.07-14.25,4.07Z"/></svg>') repeat-x center / 56px 9px;
	}
	& h2{
		grid-column: 1;
		grid-row: 2;
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		grid-gap: 0 0.5em;
		margin-right: clamp(102px, calc(120 / 768 * 100dvw), 120px);
		font-weight: 700;
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.05em;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 20px;
			background: var(--color-theme);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M8.61.04H.28C.12.04,0,.16,0,.31v16.57c0,.15.12.28.28.28h4.17c2.78,0,3.25,1.63,3.94,2.68.16.24.5.12.5-.17V.31c0-.15-.12-.28-.28-.28ZM19.72.04h-8.33c-.15,0-.28.12-.28.28v19.35c0,.29.35.41.5.17.69-1.05,1.16-2.68,3.94-2.68h4.17c.15,0,.28-.12.28-.28V.31c0-.15-.12-.28-.28-.28Z"/></svg>') no-repeat center / contain;
		}
		&:after{
			content: attr(data-caption);
			grid-column: 1 / 3;
			font-size: clamp(32px, calc(56 / 768 * 100dvw), 56px);
			letter-spacing: 0.1em;
		}
	}
	.slick-slider{
		display: contents;
		.slick-list{
			margin-inline: calc(0px - clamp(8px, calc(16 / 768 * 100dvw), 16px));
			margin-top: clamp(32px, calc(48 / 1200 * 100dvw), 48px);
			overflow: visible;
		}
		.slick-slide{
			margin: 0 clamp(8px, calc(16 / 768 * 100dvw), 16px);
		}
		.slick-arrow{
			grid-column: 1;
			grid-row: 2;
			align-self: end;
			justify-self: end;
			margin-bottom: 8px;
		}
		.slick-prev{
			transform: translateX(-125%);
		}
	}
	@media (max-width: 1199.98px) {
		.slick-slide{
			width: min(70dvw, 360px);
		}
	}
}

#pickupList{
	display: grid;
	&:not(.slick-initialized){
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 264px), 1fr));
		grid-gap: clamp(24px, calc(32 / 768 * 100dvw), 32px);
	}
	& section{
		position: relative;
		display: grid;
		align-content: start;
		grid-row-gap: 8px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			border-radius: 16px;
			background: var(--dummy);
		}
		&:hover{
			& h3{
				&:before{
					background: var(--color);
				}
				&:after{
					background: #fff;
				}
			}
		}
	}
	& h3{
		display: grid;
		grid-template-columns: 1fr auto;
		column-gap: 8px;
		order: 1;
		font-weight: 700;
		font-size: clamp(15px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.025em;
		&:before,
		&:after{
			content: "";
			grid-column: 2;
			grid-row: 1;
			align-self: start;
			aspect-ratio: 1;
			width: 40px;
			transition: all 0.2s ease-out;
		}
		&:before{
			background: var(--color-theme);
			border-radius: 100%;
		}
		&:after{
			content: "";
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="7 2.5 9.5 5 7 7.5"/><line x1=".5" y1="5" x2="9.5" y2="5"/></svg>') no-repeat center / 10px;
		}
	}
	& 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: 16px;
		}
	}
}

#course{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(48px, calc(80 / 1200 * 100dvw), 80px);
	padding-bottom: clamp(64px, calc(96 / 1200 * 100dvw), 96px);
	background: linear-gradient(white 25%, transparent), url("../images/courseBg.svg") no-repeat center bottom / 100% auto;
	&:before{
		content: "";
		background: currentColor;
		height: 16px;
		margin-bottom: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 9"><path d="M41.75,4.07c-3.54,2.02-6.88,3.93-13.75,3.93s-10.21-1.91-13.75-3.93C10.75,2.07,7.13,0,0,0v1c6.87,0,10.21,1.91,13.75,3.93,3.5,2,7.12,4.07,14.25,4.07s10.75-2.07,14.25-4.07c3.54-2.02,6.88-3.93,13.75-3.93V0c-7.13,0-10.75,2.07-14.25,4.07Z"/></svg>') repeat-x center / 56px 9px;
	}
	& h2{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		grid-gap: 0 0.5em;
		font-weight: 700;
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.05em;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 20px;
			background: var(--color-theme);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M16.4,6.2c-.06-.09-.06-.21,0-.3L19.95.43c.12-.18-.01-.43-.24-.43H6.46c-.16,0-.28.12-.28.28v11.54c0,.15.13.28.28.28h13.26c.22,0,.36-.24.24-.43l-3.56-5.47ZM2.87,0H.5C.22,0,0,.22,0,.5v19c0,.28.22.5.5.5h2.37c.28,0,.5-.22.5-.5V.5c0-.28-.22-.5-.5-.5Z"/></svg>') no-repeat center / contain;
		}
		&:after{
			content: attr(data-caption);
			grid-column: 1 / 3;
			font-size: clamp(32px, calc(56 / 768 * 100dvw), 56px);
			letter-spacing: 0.1em;
		}
	}
	#courseList{
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	#courseLink{
		margin-top: clamp(32px, calc(64 / 1200 * 100dvw), 64px);
	}
}

#courseList{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 12px), 264px), 1fr));
	grid-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	& section{
		position: relative;
		display: grid;
		align-content: start;
		grid-row-gap: 8px;
		padding-bottom: 24px;
		background: #fff;
		border-radius: 16px;
		outline: 1px solid #ccc;
		outline-offset: -1px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
			border-radius: 16px 16px 0 0;
			z-index: 1;
		}
	}
	& h3{
		margin-inline: 24px;
		font-weight: 700;
		font-size: clamp(14px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.025em;
	}
	& h3+div{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px 0.5em;
		margin-inline: 24px;
		font-size: clamp(12px, calc(16 / 768 * 100dvw), 16px);
		& p{
			order: 1;
			width: 100%;
			font-weight: 500;
			font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
			letter-spacing: 0.025em;
		}
		& time{
			display: flex;
			column-gap: 0.5em;
			font-weight: 700;
			letter-spacing: 0.025em;
			&:after{
				content: "|";
			}
		}
		& ul{
			display: contents;
			font-weight: 700;
			letter-spacing: 0.025em;
		}
		& li{
			display: contents;
			&:not(:last-child):after{
				content: "|";
			}
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			z-index: 1;
		}
	}
	& figure{
		order: -1;
		z-index: 1;
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 16px 16px 0 0;
		}
	}
}

#courseLink{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 4px;
		min-width: min(100%, 560px);
		min-height: 48px;
		padding:0.25em 1em;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-align: center;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
		}
		&:hover{
			background: var(--color);
			border-color: transparent;
			color: #fff;
		}
	}
}

#spot{
	position: relative;
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	padding: 40px 0 clamp(72px, calc(144 / 1200 * 100dvw), 144px) 0;
	background: var(--color-theme);
	color: #fff;
	overflow: hidden;
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../images/spotBg.svg") no-repeat left top / min(100%, 1160px) auto;
		mix-blend-mode: multiply;
		opacity: 0.3;
	}
	&:after{
		content: "";
		grid-row: 2;
		position: relative;
		left: 50%;
		width: 100vw;
		height: min(17vw, 200px);
		margin-top: clamp(40px, calc(80 / 768 * 100dvw), 80px);
		background: #fff;
		transform: translateX(-50%);
		-webkit-mask: var(--spot-pict) no-repeat center / auto 100%;
	}
	&>*{
		z-index: 1;
	}
	& h2{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		grid-gap: 0 0.5em;
		font-weight: 700;
		font-size: clamp(16px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.05em;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 20px;
			background: var(--color-theme);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,0C5.65,0,2.13,3.53,2.13,7.87c0,3.75,5.85,10.23,7.47,11.95.22.24.59.24.81,0,1.61-1.71,7.47-8.2,7.47-11.95C17.87,3.53,14.35,0,10,0ZM10,11.81c-2.17,0-3.94-1.76-3.94-3.94s1.76-3.94,3.94-3.94,3.94,1.76,3.94,3.94-1.76,3.94-3.94,3.94Z"/></svg>') no-repeat center / contain;
		}
		&:after{
			content: attr(data-caption);
			grid-column: 1 / 3;
			font-size: clamp(32px, calc(56 / 768 * 100dvw), 56px);
			letter-spacing: 0.1em;
		}
	}
	& h3{
		margin-top: clamp(32px, calc(48 / 768 * 100dvw), 48px);
		font-weight: 700;
		font-size: clamp(24px, calc(32 / 768 * 100dvw), 32px);
		letter-spacing: 0.05em;
	}
	& h3+div{
		display: grid;
		grid-row-gap: 2em;
		margin-top: clamp(24px, calc(48 / 1200 * 100dvw), 48px);
		font-weight: 500;
		font-size: clamp(15px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.025em;
		line-height: 2;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	& figure{
		position: relative;
		display: grid;
		grid-template-columns: 5fr 1fr 3fr;
		grid-template-rows: 5fr 1fr 2fr;
		&:before{
			content: "";
			aspect-ratio: 355 / 239;
			background: var(--pict-intro) no-repeat center / contain;
		}
		& img{
			border-radius: 16px;
			object-fit: cover;
			&:nth-child(1){
				grid-column: 1 / 3;
				grid-row: 1 / 3;
				aspect-ratio: 394 / 569;
			}
			&:nth-child(2){
				grid-column: 2 / 4;
				grid-row: 2 / 4;
				aspect-ratio: 288 / 324;
			}
		}
	}
	@media (max-width: 991.98px) {
		& figure{
			margin-top: clamp(48px, calc(64 / 768 * 100dvw), 64px);
			&:before{
				grid-column: 1;
				grid-row: 3;
				margin-right: 16px;
				max-width: 355px;
				transform: translateY(-8%);
			}
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: 520px calc(min(var(--wrap-fit), 1248px) - 520px);
		grid-template-rows: auto auto auto 1fr;
		&:after{
			grid-column: 1 / 3;
		}
		& h2{
			grid-column: 1 / 3;
		}
		& figure{
			grid-column: 2;
			grid-row: 2 / 5;
			justify-self: end;
			align-self: start;
			width: min(100%, 600px);
			margin-top: 24px;
			&:before{
				position: absolute;
				left: 0;
				bottom: 0;
				width: clamp(256px, calc(355 / 1400 * 100dvw), 355px);
				transform: translate(-20%, 18%);
			}
		}
	}
}

#recommend{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	justify-items: center;
	padding-bottom: clamp(32px, calc(56 / 1200 * 100dvw), 56px);
	background: var(--color-theme);
	overflow: hidden;
	& h2{
		display: none;
	}
	.slick-slider{
		grid-template-columns: auto 1fr auto;
		align-items: center;
		width: 100%;
		@media (min-width: 1200px) {
			grid-template-columns: 0 1fr 0;
			.slick-list{
				margin: 0 calc(0px - clamp(4px, calc(10 / 1200 * 100dvw), 10px));
			}
		}
		&:before{
			content: "";
			grid-column: 2;
			grid-row: 1;
			aspect-ratio: 3 / 2;
			width: calc(100% - clamp(16px, calc(32 / 1200 * 100dvw), 32px));
			margin: 0 clamp(8px, calc(16 / 1200 * 100dvw), 16px);
			visibility: hidden;
		}
		@media (min-width: 576px) {
			&:before{
				width: calc(50% - clamp(16px, calc(32 / 1200 * 100dvw), 32px));
			}
		}
		@media (min-width: 992px) {
			&:before{
				width: calc(33.33% - clamp(16px, calc(32 / 1200 * 100dvw), 32px));
			}
		}
		@media (min-width: 1200px) {
			&:before{
				width: calc((100% - (clamp(16px, calc(32 / 1200 * 100dvw), 32px) * 2)) / 3);
			}
		}
	}
	.slick-list{
		grid-column: 2;
		grid-row: 1 / 3;
		@media (max-width: 1199.98px) {
			overflow: visible;
		}
	}
	.slick-slide{
		margin: 0 clamp(8px, calc(16 / 1200 * 100dvw), 16px);
	}
	.slick-arrow{
		justify-self: center;
	}
}

#recommendList{
	display: grid;
	&:not(.slick-initialized){
		grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 24px), 248px), 1fr));
		grid-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	& section{
		position: relative;
		display: grid;
		align-content: start;
		grid-row-gap: 8px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
			border-radius: 16px;
		}
	}
	& h3{
		color: #fff;
		font-weight: 700;
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		order: -1;
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 16px;
		}
	}
}

#contents{
	display: grid;
	grid-template-columns: min(var(--wrap-fit), 960px);
	justify-content: center;
	padding-bottom: clamp(64px, calc(120 / 1200 * 100dvw), 120px);
	background: var(--color-theme);
	& ul{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 224px), 1fr));
		grid-gap: 16px clamp(16px, calc(24 / 1200 * 100dvw), 40px);
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 4px;
		min-width: min(100%, 560px);
		min-height: 48px;
		padding:0.25em 1em;
		background: #c2e3ed;
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-align: center;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
		}
		&:hover{
			background: var(--color);
			color: #fff;
		}
	}
}

#faq{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	justify-items: center;
	padding-bottom: clamp(64px, calc(120 / 1200 * 100dvw), 120px);
	background: var(--color-theme);
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 4px;
		min-width: min(100%, 560px);
		min-height: 48px;
		padding:0.25em 1em;
		background: #fff;
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-align: center;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
		}
		&:hover{
			background: var(--color);
			color: #fff;
		}
	}
}

.slick-arrow{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	aspect-ratio: 1;
	width: clamp(40px, calc(56 / 1200 * 100dvw), 56px);
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	font-size: 0;
	z-index: 1;
	&:hover{
		background: var(--color);
		&:before{
			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" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"><polyline points="5 2 11 8 5 14"/></svg>') no-repeat center / 16px;
	}
	&.slick-prev:before{
		transform: scale(-1, 1);
	}
}

:root{
	--spot-pict: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 204.65"><path d="M890.42,145.36c-.38-.02-1,.43-1.12.81-.35,1.06-.25,2.11.95,2.81,1.33-.55,1.43-1.61,1.18-2.68-.09-.4-.64-.92-1-.94ZM882.43,144.77c-1.08.18-1.25,1.06-1.21,1.93.03.79.2,1.62,1.24,1.68,1.43-1.3,1.42-2.5-.02-3.62ZM878.81,144.83c-.25-.18-.87-.22-1.01-.04-.37.47-.58,1.08-.78,1.48.15.64.18,1.04.34,1.39.31.67,1.12.77,1.56.18.23-.3.38-.69.47-1.06.18-.75.07-1.49-.58-1.94ZM894.37,145.37c-1.72,1.25-1.77,2.24-.27,3.59,1.65-.94,1.75-1.99.27-3.59ZM887.87,135.31c2.04.12,2.34-.2,2.62-2.28.17-1.32.32-2.65-.44-4.13-5.54-.51-11.14-1.07-16.78-1.26-1.15,1.56-.92,3.1-.44,4.65.46,1.46,1.52,2.09,2.92,2.19,4.04.29,8.08.6,12.12.83ZM873.9,128.85c5.12.43,10.2.86,15.25,1.29.21,1.44.29,2.6-.15,3.94-4.85-.37-9.64-.41-14.4-1.12-.78-1.41-1.13-2.56-.7-4.11ZM895.07,142.84c.8-1.52.83-2.96.07-4.62-6.48-.55-12.96-1.23-19.57-1.42-.8,1.73-1.03,3.25-.09,4.75,2.48.65,17.54,1.65,19.59,1.29ZM876.23,138.09c6.05.46,11.95.91,17.99,1.38v2.37c-6.08-.48-11.99-.75-17.99-1.43v-2.32ZM885.25,146.81c.02.91.16,1.75,1.3,1.79,1.41-1.54,1.41-2.19,0-3.58-1.12.05-1.31.85-1.29,1.79ZM516.69,169.03c.24.17.36.25.6.41.31-.09.47-.14.78-.23,0-.32,0-.48-.01-.79.1-1.08.43-2.06,1.01-2.93.18.03.26.04.44.07.12,1.26.57,2.42,1.35,3.49.28.14.42.21.7.34.18,0,.26,0,.44,0,.1-.11.16-.17.26-.28,0-.12,0-.18,0-.29-.21-.14-.32-.22-.53-.36-.22-.5-.32-.74-.54-1.24,0-.29,0-.43,0-.72-.11-.38-.17-.57-.28-.95-.24-.53-.66-.92-1.25-1.16-.35,0-.52,0-.86.01-.1.06-.16.09-.26.15-.11,0-.16,0-.26,0,.03-.26.05-.39.08-.65-.01-.65-.02-.97-.03-1.61-.08-.32-.11-.47-.19-.79,0-.5-.01-.75-.02-1.25-.25-.14-.37-.21-.62-.36-.35-.04-.62.06-.79.31.11.47.17.7.28,1.17,0,.55.01.83.02,1.38.04.03.05.04.09.07,0,.41.01.62.02,1.03-.03.03-.05.04-.09.07,0,.41.01.61.02,1.01-.03.03-.05.04-.09.08,0,.41.01.62.02,1.03-.07.29-.1.43-.16.72,0,.35,0,.53.02.88-.06.32-.09.49-.14.81,0,.24,0,.35.01.59ZM476.5,163.55c.28,0,.46-.15.51-.4-.04-.09-.06-.13-.1-.22-.11-.02-.16-.03-.27-.06-.08-.24-.13-.35-.21-.59-.29-.13-.44-.19-.73-.32-.24.1-.36.15-.6.26.16.35.24.52.41.87.25.28.61.45,1,.45ZM475.79,170.6c.22.19.33.29.56.48.29.03.52-.03.69-.19-.02-.32-.03-.48-.05-.81-.04-.03-.05-.04-.09-.07.02-.3.03-.45.04-.75-.03-.56-.05-.83-.08-1.39.03-.03.05-.05.08-.08-.04-.11-.06-.17-.11-.29l.07-.22c-.02-.35-.03-.53-.05-.88.06-.16.09-.23.15-.39-.08-.2-.12-.3-.21-.5-.18-.08-.27-.12-.45-.19-.21.01-.32.02-.53.03-.1.12-.15.19-.25.31.04.71.07,1.06.11,1.77-.03.03-.05.05-.08.08.08,1.24.11,1.85.19,3.09ZM466.23,169.4c.13.35.2.52.33.87.26.37.64.65,1.13.82.28-.05.43-.07.71-.12.6-.58.9-.87,1.5-1.46.11.02.16.03.27.06.24.89.76,1.67,1.58,2.36.28-.14.42-.21.7-.35-.72-1.04-1.21-2.17-1.47-3.4-.04-.65-.07-.97-.11-1.62-.23-.23-.35-.34-.58-.56-.35-.03-.64.04-.87.21.05.18.07.27.12.45.03.47.05.71.08,1.19-.31.77-.84,1.42-1.57,1.96-.14.01-.21.01-.35.02-.13-.29-.19-.43-.31-.71.02-.21.03-.32.05-.53-.02-.33-.03-.49-.06-.82.06-.12.09-.18.15-.3.08-.55-.12-.89-.6-1-.32.08-.48.12-.8.2l.06.89s-.05.05-.08.08c.05.71.08,1.07.13,1.78ZM457.62,169.68c.04.08.06.13.1.21.03.39.05.58.08.97.04.03.06.04.09.07.02.3.04.45.06.75.31.22.46.32.76.54.29.03.5-.06.61-.27-.02-.3-.04-.45-.06-.75-.1-.32-.15-.48-.26-.8-.02-.3-.04-.45-.06-.75.09-.25.14-.37.23-.62.54-.79,1.2-1.44,2-1.95.11.02.16.03.27.05.05.14.07.22.12.36.3.19.46.28.76.47.35-.22.51-.53.48-.93-.05-.18-.07-.27-.12-.45-.41-.24-.62-.36-1.03-.6-.39.03-.59.05-.98.08-.45.31-.67.46-1.12.76-.03.1-.04.14-.07.24-.31.23-.46.34-.77.58-.07,0-.11,0-.18.01-.11-.59-.39-1.09-.85-1.51-.3-.02-.56.04-.78.21.32.94.49,1.41.81,2.35-.04.39-.06.59-.1.98ZM483.5,170.6c.81.06,1.62-.26,2.24-.78.23-.31.34-.47.57-.78-.08-.49-.34-.91-.77-1.28-.65-.41-.98-.61-1.64-1.02-.3-.37-.45-.56-.75-.93.06-.21.09-.31.15-.52.55-.24.83-.35,1.38-.59.39.04.58.06.97.1.08.11.11.17.19.28.24-.07.36-.11.61-.18-.05-.2-.07-.3-.11-.51-.43-.37-.97-.56-1.62-.58-.66.12-1,.18-1.66.31-.59.18-1.02.52-1.29,1.02.05.33.08.49.13.82.83.98,1.88,1.86,3.15,2.62,0,.09,0,.13.01.22-.33.41-.75.7-1.27.89-.21.01-.31.02-.52.03-.55-.23-.98-.57-1.3-1.05-.24.04-.37.06-.61.11-.06.15-.09.22-.15.37.15.2.23.3.38.49.56.52,1.24.89,1.91.94ZM490.44,169.72c.35.36.78.56,1.25.59,1.55-.27,2.92-.88,4.09-1.85.05-.25-.01-.46-.18-.65-1.21.54-2.44,1.06-3.69,1.55-.21-.02-.32-.03-.53-.05-.15-.26-.23-.39-.38-.64-.01-.29-.02-.44-.03-.73.03-.03.05-.05.08-.08,1.2-.34,2.29-.89,3.25-1.67,0-.21-.01-.31-.02-.51-.68-.75-1.49-1.32-2.43-1.72-.47-.03-.88.06-1.22.27-.68.61-1.02,1.33-1.03,2.16.03.61.04.91.07,1.52.03.68.29,1.3.77,1.8ZM491.05,165.75c.16-.35.41-.65.75-.9.46.3.7.45,1.16.74,0,.09,0,.13,0,.22-.4.25-.61.38-1.01.63-.28.13-.41.2-.69.33-.18-.02-.27-.03-.44-.05.09-.39.13-.58.22-.97ZM450.25,172.31c.47.39,1.03.6,1.6.65.23-.08.35-.12.58-.2.59-.53,1.05-1.1,1.4-1.7.04-.25-.06-.44-.29-.56-.14.04-.21.06-.34.1-.03.09-.04.14-.07.23-.07,0-.11,0-.18.02-.51.48-.76.72-1.27,1.2-.14-.02-.21-.03-.36-.04-.62-.48-1.01-1.04-1.17-1.71-.05-.51-.07-.77-.11-1.29.05-.15.07-.23.12-.38-.03-.29-.04-.43-.06-.72.1-1.49.68-2.86,1.73-4.11.28.06.42.1.71.16.3.02.49-.07.58-.27-.08-.16-.12-.25-.19-.41-.44-.2-.65-.3-1.09-.49-.34.06-.51.09-.86.15-.22.28-.33.42-.54.69-.1.04-.15.06-.26.1-.81,1.47-1.24,3-1.32,4.59.09.95.13,1.42.21,2.37.23.6.63,1.16,1.18,1.62ZM527.27,163.84c-.18-.09-.27-.13-.44-.22-.21,0-.32,0-.53,0-.1.12-.16.18-.26.29,0,.71,0,1.06.01,1.77-.04.03-.05.04-.09.07,0,1.24.01,1.86.02,3.09.21.2.32.31.53.51.29.05.52,0,.7-.15,0-.32,0-.48,0-.81-.04-.03-.05-.04-.09-.07.03-.3.05-.45.08-.75,0-.56,0-.84,0-1.39.04-.03.05-.04.09-.07-.04-.12-.05-.18-.09-.29.03-.09.05-.13.09-.22,0-.35,0-.53,0-.88.07-.15.1-.23.17-.38-.07-.21-.11-.31-.18-.51ZM858.61,136.95c-.92-.05-1.56,1-1.55,2.54.01,1.51.56,2.36,1.51,2.33.84-.02,1.39-.85,1.48-2.21.09-1.42-.56-2.62-1.44-2.67ZM510.05,168.68c-.54-.24-.97-.6-1.27-1.08-.24.04-.37.05-.61.09-.07.15-.1.22-.17.37.15.2.22.3.36.5.54.53,1.21.92,1.88.99.81.09,1.63-.21,2.26-.71.24-.3.36-.46.6-.76-.07-.49-.31-.92-.73-1.3-.64-.43-.96-.64-1.61-1.06-.29-.38-.44-.57-.73-.95.07-.21.1-.31.16-.52.56-.22.84-.33,1.4-.55.39.05.58.07.97.13.07.12.11.17.18.29.25-.06.37-.1.61-.16-.04-.2-.06-.31-.1-.51-.42-.38-.95-.59-1.6-.63-.67.1-1,.16-1.67.26-.6.16-1.03.49-1.31.99.04.33.07.49.11.82.8,1.01,1.82,1.91,3.07,2.71,0,.09,0,.13,0,.22-.34.4-.77.68-1.3.85-.21,0-.32,0-.53.01ZM974.76,133.6c-7.02,0-14.28-.02-21.54.86-1.8.22-3.48.72-5.1,1.2-1.05.31-2.14.64-3.26.89-3.53.78-7.07,1.72-10.52,2.79-1.6.5-3.13,1.03-4.4,2.05-1.51,1.21-2.29,2.95-2.05,4.54.29,1.93,1.86,3.18,3.37,4.39,1.48,1.19,2.88,2.31,2.94,3.94.07,1.96-1.67,3.72-3.38,4.29-8.42,2.79-22.76,2.31-32.25,2l-.9-.03c.74-2.2.21-4.01-1.77-6.02,1.08-3.08,1.73-6.21,1.88-9.43.13-2.6.21-5.21.2-7.82,0-1.89-.51-2.44-2.27-2.96-.49-.14-.98-.24-1.61-.4v-3.15c2.79-.85,3.04-1.29,2.88-4.27-.09-1.6-.75-2.8-2.11-3.91,0-.6,0-1.33,0-2.05,0-1.18-.38-2.08-1.56-2.45-1.35-.42-1.99-1.33-1.9-2.85.08-1.42-.29-2.61-1.74-3.24-1.15-.49-1.21-1.8-1.7-2.88.13-.34.3-.69.4-1.06.45-1.69-.07-2.99-1.57-3.85-.88-.5-.89-.49-1.35-1.58.52-.35,1.05-.71,1.63-1.1.07-.38.2-.76.22-1.15.12-2.55-.24-3.01-2.62-3.55-.54-.12-1.06-.32-1.47-.45-.34-1.04,0-1.5.74-1.73,1.18-.37,1.9-1.07,1.77-2.47-.13-1.35-.84-2.33-2.25-2.62-2.26-.47-4.56-.81-6.84-1.19-2.85-.47-5.7-.93-8.74-1.43-.54-1.96-1.07-3.92-1.63-5.97-3.14-.51-6.18-1-9.43-1.52-.02-1.21-.03-2.4-.06-3.58-.05-2.05-.33-2.42-2.27-2.79-5.06-.95-10.12-1.86-15.18-2.8-.69-.13-1.36-.31-2.12-.48-.04-.69-.1-1.28-.11-1.87-.06-4.42-.09-8.84-.19-13.26-.02-.87-.35-1.73-.79-2.56.07-1.12.15-2.24.23-3.55-3.02-1.79-6.18-1.99-9.55-1.6-.87,2.09-1.71,4.08-2.57,6.16-.37-.23-.58-.36-.93-.57.52-1.56,1.03-3.1,1.52-4.56-2.08-1.64-3.75-1.23-4.55.95-.38,1.06-.63,2.1-1.75,2.73-.52.3-.75,1.21-1.05,1.87-1.71,3.74-3.39,7.5-5.09,11.25-.16.36-.35.7-.57,1.12-.53-.06-1.02-.11-1.72-.19-.8-7.89-1.6-15.72-2.39-23.51-.53-.42-.98-.78-1.44-1.15.16-.98.33-1.89.45-2.82.17-1.31-.03-1.79-1.19-2.12-3.41-.99-6.85-1.77-10.67-1.55-1.17,2.5-2.37,5.06-3.65,7.79-.64-.27-1.13-.48-1.58-.67.29-2.21,2-3.78,1.8-6.14-.84-.18-1.57-.41-2.31-.47-.9-.07-1.63.31-2,1.25-.22.56-.47,1.1-.69,1.65-.39,1-.83,1.84-1.9,2.37-.66.32-1.11,1.25-1.51,1.99-3.34,6.26-6.65,12.53-9.96,18.8-.25.46-.52.91-.79,1.39-3.74.44-7.44.88-11.14,1.32-.19.02-.4-.02-.58.04-3.8,1.23-7.5.07-11.22-.5-2.8-.43-5.57-1-8.35-1.53-2-.38-3.8-1.24-5.39-2.55-2.42-2-4.87-3.95-7.2-6.07-1.7-1.55-3.57-2.59-5.79-2.96-.44-.07-.87-.19-1.38-.3-.64-1.15-1.2-2.36-1.93-3.44-1.33-1.96-2.73-3.88-4.17-5.75-.75-.97-1.8-1.35-3.03-1.54-5.78-.89-11.55-1.91-17.32-2.86-2.35-.39-4.7-.73-7.05-1.1-.88-.14-1.75-.29-2.8-.47.34-.99.68-1.77.89-2.6.26-1.02.58-2.07.61-3.12.06-1.97-.93-3-2.82-2.98-2.7.02-5.4.17-8.1.25-1.02.03-2.04,0-3.28,0,.57-1.69,1.09-3.23,1.59-4.71,2.2-.72,4.47-.34,6.48-1.26-.15-1.14-.8-1.05-1.47-.95-1.32.19-2.65.36-4.26.57.92-2.94,1.83-5.6,3.2-8.29,1.58-.38,3.24-.77,5-1.19-.05-.41-.09-.71-.15-1.15-1.01.07-1.94.14-3.07.22.44-1.5.84-2.84,1.22-4.12-.97-.65-1.25-.07-1.47.5-.46,1.24-.88,2.51-1.35,3.87h-4.08c.28-1.91.53-3.79.82-5.67.14-.92.36-1.83.52-2.75.09-.54.16-1.09-.59-1.38-.73.29-.77,1.03-.88,1.74-.39,2.51-.79,5.02-1.2,7.52-.03.19-.14.36-.24.61h-2.78c.2-1.46.39-2.76.55-4.06.07-.53.19-1.08.12-1.59-.04-.27-.43-.5-.86-.94-.91,2.24-.52,4.48-1.24,6.43-1.14.69-2.53-.97-3.61.52,1.03,1.28,2.57.7,3.85,1.22-.05,1.09-.89,1.63-1.33,2.39-.43.74-.96,1.41-1.55,2.25-1.53-.39-3.06-.78-4.54-1.16-.58.69-.38,1.13.2,1.35,1.07.42,2.17.76,3.53,1.23-.75,1.04-1.39,1.92-2.1,2.89-1.06-.33-2.09-.66-3.12-.97-.96-.28-1.88-.86-3.27-.51.31.47.45.94.73,1.06.82.37,1.7.59,2.55.89.72.25,1.44.52,2.35.86-.64,1-1.2,1.87-1.76,2.74-.57.89-1.15,1.78-1.86,2.88-1.82.21-3.78.46-5.75.68-1.47.17-2.95.29-4.41.47-1.11.14-2.11.57-2.92,1.41-.41.42-.9.78-1.25,1.25-1.52,2.1-3.59,2.71-6.03,2.86-4.81.3-9.62.78-14.41,1.3-2.75.3-5.47.82-8.2,1.26-2.58.41-4.45,2.1-6.08,4-1.08,1.26-2.33,1.75-3.85,1.95-1.27.17-2.52.51-3.78.78-1.89.42-3.45,1.43-4.74,2.91-.91,1.04-1.85,2.06-2.66,3.18-.68.93-1.52,1.39-2.59,1.54-.38.05-.76.17-1.14.21-3.16.35-5.61,1.8-7.03,4.88-.45.98-1.25,1.53-2.23,1.75-2.58.56-5.15,1.09-7.74,1.59-1.64.32-3.3.57-4.95.82-2.23.34-3.63,1.88-4.85,3.65-.54.79-.44,1.65-.15,2.5.8,2.33,1.64,4.64,2.41,6.98.36,1.11,1.1,1.6,2.15,1.7.77.07,1.54.11,2.69.18-.69.67-1.15,1.18-1.66,1.61-2.59,2.2-5.21,4.38-7.79,6.59-.73.63-1.5.93-2.46.96-1.54.05-3.08.24-4.62.35-3.08.21-3.61.49-5.56,3.07-12.4-.66-24.84-1.33-37.5-2-.93-2.04-1.8-4.19-2.86-6.24-1.62-3.13-2.05-6.42-1.55-9.89.14-.99.16-2,.13-3.01,0-.36-.32-.72-.49-1.07-1.01.4-.88,1.15-.91,1.79-.17,3.74-.31,7.49-.49,11.24-.11,2.33-.26,4.65-.4,7.14-.84.05-1.53.09-2.22.14-1.79.14-3.58.29-5.38.44-.19.02-.39.05-.57.1-2.62.79-4.12,2.36-1.43,5.11,3.07,3.15,6.21,6.23,9.27,9.39,8.65,8.9,17.25,17.86,25.33,27.33,7.22,8.47,14.25,17.11,20.17,26.64,2.23,3.58,4.11,7.41,6.04,11.18.6,1.18,1.22,1.9,2.59,1.93,5.72.13,11.44.48,17.16.5,17.12.08,34.24.02,51.36.06,12.68.03,25.36.18,38.04.21,29.48.08,58.96.25,88.43.16,22.4-.07,44.8-.45,67.19-.75,11.26-.15,22.53-.35,33.79-.55-68.57,3.78-226.32,11.33-389.29,11.14h-.04c-5.71,0-13.27,1.27-16.2,2.72-1.44.71-4.64,3.4-5.06,5.05-.61,2.4,1.27,4.66,3.23,5.98.44.3.9.58,1.36.86,1.46.89,2.84,1.73,3.65,3.07.99,1.63.81,3.87-.41,5.21-1.17,1.28-3.29,2.02-5.83,2.02H0v1h445.66c1.65,0,4.71-.3,6.57-2.34,1.51-1.66,1.74-4.41.53-6.41-.94-1.55-2.49-2.49-3.99-3.41-.45-.27-.89-.54-1.32-.83-1.68-1.13-3.3-3.01-2.82-4.9.31-1.22,3.14-3.71,4.54-4.41,2.5-1.24,9.58-2.62,15.75-2.62h.05c2.08,0,4.15,0,6.24,0,213.78,0,416.79-13.11,418.84-13.24l-.02-.28c.97-.21,1.93-.47,2.87-.75,1.86-.54,3.28-1.82,4.21-3.61.06-.12.11-.24.16-.36l1.27.04c3.37.11,7.34.24,11.44.24,7.56,0,15.58-.45,21.15-2.29,2.04-.67,4.15-2.75,4.07-5.27-.07-2.08-1.72-3.41-3.31-4.68-1.42-1.14-2.77-2.22-3-3.76-.19-1.22.47-2.64,1.68-3.61,1.13-.91,2.57-1.4,4.07-1.87,3.43-1.07,6.94-2,10.44-2.77,1.15-.25,2.26-.58,3.33-.91,1.65-.49,3.21-.96,4.93-1.17,7.2-.87,14.42-.86,21.42-.85h1025.24v-1H974.76ZM865.21,82.06c.39,1.51.76,2.9,1.2,4.61-11.44-1.9-22.51-3.74-33.63-5.58-.07-1.46-.13-2.69-.19-4.11,11.01,1.71,21.78,3.39,32.62,5.08ZM827.81,48.16c3.56-.27,5.64.18,7.26,1.57-.14.62-.29,1.3-.43,1.95-2.64-.4-5.09-.76-7.91-1.19.44-.96.79-1.7,1.08-2.33ZM826.02,52.23c3.35-.39,6.33.29,9.44,1.37.13,5.46.26,10.78.39,16.09-1.39.69-2.68.64-3.93.42-3.53-.62-7.06-1.32-10.58-2.01-.46-.09-.9-.34-1.45-.56,2.09-5.23,4.13-10.3,6.13-15.3ZM823.23,55.69c-1.43,3.58-2.84,7.16-4.27,10.74-.14.35-.39.66-.63,1.05-.34-.16-.61-.29-.96-.46,1.76-4.45,3.48-8.8,5.25-13.26,1.17.67.88,1.28.62,1.93ZM823.33,48.31c-.45,1.21-.79,2.1-1.16,3.11-.53-.2-.9-.33-1.39-.52.68-1.04.38-2.71,2.56-2.6ZM819.45,52.5c.77.06,1.38.11,2.2.17-1.89,4.81-3.69,9.41-5.55,14.14-1.02-.19-1.91-.35-3-.54,2.31-4.71,4.07-9.35,6.35-13.78ZM794.96,37.34c.2-.47.46-.92.65-1.31,2.62-.29,6.96.37,9.84,1.54-.21,1.05-.41,2.04-.62,3.08-1.92-.38-3.61-.75-5.3-1.04-1.66-.28-3.34-.48-5.1-.73.23-.68.35-1.12.53-1.54ZM793.47,40.51c4.63-.08,8.86.69,12.99,2.31.75,7.5,1.49,14.84,2.25,22.46-4.44-.93-8.55-1.98-12.71-2.6-4.15-.62-8.36-.81-12.66-1.19,3.36-6.95,6.72-13.91,10.14-20.98ZM790.45,43.89c-2.89,5.98-5.76,11.91-8.65,17.86-1.01.05-1.87.09-2.86.14.12-.47.14-.74.25-.96,2.77-5.7,5.55-11.41,8.34-17.1.24-.5.61-.93.93-1.41.73.54,1.29.95,1.99,1.48ZM788.46,36.44c.58.09.98.15,1.67.26-.6,1.27-1.11,2.35-1.64,3.46-.54-.08-.89-.14-1.63-.26.62-1.34,1.1-2.38,1.59-3.46ZM784.94,41.33h2.32c-3.47,7.11-6.81,13.94-10.16,20.81h-3.17c3.75-7.09,7.39-13.97,11.01-20.81ZM761.99,65.02c2.23-.27,4.45-.6,6.69-.81,3.9-.36,7.81-.65,11.72-.96,5.99-.47,11.94-.13,17.84,1.13,10.25,2.19,20.49,4.41,30.74,6.54,2.38.49,4.8,1,7.25.25.28-.09.63.03.95.09,4.37.77,8.74,1.53,13.1,2.33,1.68.31,3.35.72,5.1,1.11v4.53c-7.69-1.19-15.23-2.36-22.85-3.55-.02-1.64-1.01-2.01-2.26-2.25-6.56-1.26-13.12-2.54-19.66-3.92-4.8-1.01-9.59-1.81-14.52-1.54-3.85.21-7.71.16-11.57.26-1.73.05-3.46.21-5.19.29-.44.02-.89-.07-1.33-.14-3.42-.59-6.84-1.17-10.26-1.79-1.95-.35-3.88-.78-5.82-1.17.02-.13.05-.26.07-.39ZM831.26,75.11v5.69c-8.93-1.49-17.76-2.97-26.65-4.45v-6.66c8.95,1.88,17.8,3.41,26.65,5.42ZM790.03,70.46c-1.24-.29-2.49-.51-3.73-.76,0-.07.01-.15.02-.22h16.8v6.63c-3.78-.63-7.3-1.22-10.86-1.82-.03-.55-.04-.87-.06-1.2-.1-2.04-.19-2.17-2.17-2.63ZM791.04,74.09c-6.55-1.07-12.73-2.08-19.05-3.11.05-.82.08-1.45.13-2.29,6.31,1.13,12.42,2.22,18.62,3.32.09.64.17,1.13.3,2.08ZM755.52,65.75c5.18.94,10.1,1.82,15.09,2.72v2.27c-5.18-.88-10.2-1.73-15.31-2.6.08-.9.14-1.54.22-2.4ZM670.04,11.54c2.01-.22,3.96-.2,6.04-.05-1.87,5.13-3.64,9.99-5.39,14.79-2.94.55-9.44.91-10.63.55,3.31-5.07,6.59-10.09,9.98-15.29ZM648.53,29.76c2.68-.28,5.36-.66,8.05-.91,3.97-.36,7.95-.71,11.93-.94,4.82-.27,9.64-.44,14.46-.59,1.74-.05,2.42.75,2.06,2.49-.33,1.61-.92,3.16-1.38,4.66-6.86-.31-13.46-.74-20.07-.89-6.63-.15-13.27-.03-19.91-.03,1.4-1.74,2.59-3.55,4.87-3.79ZM615.13,38.05c3.61-.6,7.23-1.17,10.86-1.64,7.09-.93,14.21-1.4,21.35-1.54,10.94-.22,21.88-.12,32.79.87,4.6.42,9.19,1.1,13.76,1.81,5.97.92,11.92,2.01,17.88,2.99,1,.16,1.87.51,2.56,1.26,2.02,2.18,3.53,4.72,5.15,7.68-1.46-.21-2.57-.37-3.62-.53-.65-1.25-1.28-2.33-1.8-3.48-.73-1.62-1.94-2.28-3.6-2.55-5.84-.96-11.65-2.06-17.48-3.05-4.69-.8-9.4-1.48-14.09-2.29-1.37-.24-2.38.17-3.24,1.24-.66.82-1.32,1.63-2.06,2.54-21.13-1.96-42.29-2.13-63.72.36,1.57-1.92,3.12-3.3,5.26-3.65ZM714.27,48.45c-13.07-2.35-25.86-4.66-38.74-6.98.32-1.18,1.15-1.89,2.13-2.74,11.44,1.67,22.9,3.86,34.32,5.81.8,1.37,1.49,2.54,2.29,3.9ZM588.87,52.86c4.2-.61,8.37-1.37,12.57-2,7.33-1.11,14.72-1.55,22.11-1.86,13.77-.57,27.54-.08,41.29.82,1.8.12,3.6.23,5.38.49,5.53.82,11.06,1.68,16.58,2.58,10.47,1.71,20.94,3.46,31.4,5.18.8.13,1.65.44,2.37-.26.18-3.08-1.47-5.12-4.42-5.61-5.01-.84-10.02-1.7-15.02-2.59-8.92-1.6-17.85-3.2-26.76-4.88-1.69-.32-2.87.22-3.85,1.58-.57.8-1.16,1.57-1.76,2.38-12.3-.69-24.5-1.54-36.73-1.31-12.21.23-24.4.99-36.83,2.89,3.18-4.39,4.19-5.11,8.29-6.07.75-.18,1.51-.33,2.27-.46,9.36-1.49,18.78-2.25,28.24-2.44,10.17-.21,20.33-.03,30.48.67,6.68.46,13.31,1.23,19.9,2.45,5.19.96,10.38,1.89,15.56,2.87,7.27,1.37,14.53,2.78,21.8,4.14,2.34.44,4.35,1.48,6.14,3.12,2.08,1.9,4.27,3.66,6.42,5.47,1.77,1.5,3.74,2.62,6,3.05,2.21.43,4.44.73,6.65,1.12,2.33.41,4.64.87,6.93,1.3v2.27c-.54,0-.93.05-1.3,0-5.96-.97-11.92-1.96-17.89-2.92-7.11-1.15-14.22-2.28-21.33-3.42-7.17-1.15-14.35-2.31-21.52-3.46-6.16-.98-12.32-1.95-18.48-2.93-.44-.07-.95-.06-1.29-.29-2.94-1.99-6.46-1.57-9.63-2.56-.23-.07-.51,0-.77.02-3.14.29-6.27.65-9.42.86-6.1.39-12.2.83-18.3.99-9.84.27-19.69.25-29.53.5-5.72.15-11.41.86-17.06,1.84-.92.16-1.85.27-3.01.44,1.1-2.17,2.28-3.66,4.53-3.99ZM670.38,48.85c.82-1.06,1.5-1.92,2.22-2.85,1.04.12,2,.17,2.94.33,6.26,1.12,12.51,2.27,18.77,3.4,7.21,1.3,14.4,2.67,21.63,3.84,1.9.31,2.86,1.22,3.28,3.3-16.32-2.68-32.45-5.33-48.84-8.03ZM767.65,105.77c-4.16-.45-8.31-.91-12.47-1.36-4.22-.45-8.45-.88-12.67-1.34-4.54-.49-9.08-1.02-13.62-1.51-3.01-.32-6.02-.6-9.02-.92-4.48-.48-8.95-1-13.42-1.48-4.28-.46-8.57-.88-12.86-1.35-5.56-.6-11.12-1.24-16.68-1.86-3.26-.36-6.52-.7-9.78-1.05-4.29-.46-8.57-.91-12.86-1.38-2.16-.23-4.32-.5-6.75-.78.77-1.24,1.39-2.24,2.01-3.23.65-1.06,1.3-2.12,1.93-3.16,77.48,8.8,154.75,17.86,232.06,27.28.6,1.5,1.15,2.9,1.9,4.77-1,0-1.56.05-2.1,0-3.77-.41-7.54-.85-11.32-1.26-5.56-.62-11.12-1.23-16.69-1.84-6.59-.72-13.17-1.41-19.76-2.14-6.71-.74-13.42-1.53-20.13-2.27-5.43-.6-10.87-1.18-16.3-1.76-6.01-.64-12.03-1.27-18.04-1.91-4.48-.48-8.95-.95-13.43-1.43ZM769.33,107.47h-1.34v-.07h1.34s0,.05,0,.07ZM766.37,106.92c-.97.17-1.93.24-2.88.16-3.84-.33-7.68-.71-11.52-1.05-3.72-.34-7.43-.64-11.15-.98-5.12-.47-10.24-.97-15.37-1.44-5.06-.46-10.12-.88-15.19-1.34-6.53-.6-13.06-1.24-19.6-1.83-5.06-.46-10.13-.87-15.19-1.33-6.92-.63-13.83-1.29-20.75-1.95-3-.29-6-.61-9.2-.94.4-.75.73-1.38,1.12-2.12,40.06,4.29,79.89,8.56,119.72,12.83ZM652.28,84.96c1.48-2.43,2.85-4.68,4.38-7.2,74.75,9.57,149.38,19.56,224.13,29.55.63,1.53,1.25,3.02,1.95,4.73-76.94-9.04-153.6-18.05-230.46-27.08ZM877.56,105.47c-5.87-.75-11.73-1.52-17.6-2.29-5.42-.71-10.84-1.43-16.26-2.16-4.53-.61-9.05-1.23-13.57-1.83-5.48-.73-10.97-1.43-16.45-2.16-5.61-.75-11.21-1.53-16.82-2.28-4.46-.6-8.93-1.15-13.39-1.74-6.44-.86-12.87-1.77-19.31-2.61-7.71-1.01-15.44-1.96-23.15-2.97-8.67-1.13-17.34-2.32-26.01-3.46-9.69-1.27-19.39-2.5-29.08-3.75-8.23-1.06-16.45-2.11-24.67-3.25-1.14-.16-2.44.04-3.56-.87,1.18-1.84,2.31-3.6,3.48-5.42.79,0,1.49,0,2.19,0,3.15,0,6.27.17,9.4.68,6.09.98,12.22,1.73,18.33,2.6,7.13,1.02,14.25,2.07,21.38,3.09,5.28.76,10.57,1.49,15.85,2.24,4.9.7,9.8,1.45,14.7,2.14,8.02,1.13,16.05,2.22,24.07,3.36,6.87.99,13.74,2.06,20.61,3.05,8.91,1.28,17.83,2.51,26.74,3.77,8.4,1.19,16.8,2.39,25.2,3.6,10.18,1.46,20.36,2.93,30.54,4.42,1.84.27,3.68.63,5.48,1.11,2.31.63,3.47,2.43,4.18,4.9-.9-.07-1.6-.1-2.29-.19ZM666.09,69.42c-4.57-.04-9.14-.21-13.69,0-2.75.13-5.1-.82-7.55-2.01.81-.11,1.61-.25,2.42-.33,4.36-.39,8.73-.62,13.06-1.17,3.48-.44,6.76.39,10.11.99.14.02.25.22.37.34-1.88,2.07-2.25,2.21-4.72,2.19ZM664.22,64.24c.19-2.18.37-4.13.55-6.25,2.88.46,5.5.87,8.43,1.33-.62,2.26-1.16,4.2-1.72,6.26-2.53-.47-4.82-.89-7.26-1.34ZM674.12,61.05c.57,0,.95-.05,1.33,0,5.14.8,10.28,1.62,15.42,2.44,9.14,1.46,18.27,2.92,27.41,4.39.82.13,1.66.26,2.45.51,1.03.33,1.65,1.58,1.49,2.73-.17,1.19-.86,1.87-2.1,1.9-.77.02-1.54-.07-2.3-.16-1.47-.18-2.93-.41-4.39-.59-5.67-.72-11.35-1.43-17.02-2.15-6.06-.77-12.11-1.54-18.16-2.32-1.89-.24-3.77-.53-5.73-.81.57-2.1,1.08-3.95,1.62-5.94ZM568.94,61.44c.94-.2,1.91-.29,2.86-.46,2.97-.54,5.95-1.06,8.91-1.65,3.65-.73,7.27-1.76,10.95-2.26,8.11-1.11,16.27-1.46,24.45-1.67,9.91-.25,19.82.41,29.72-.43,4.36-.37,8.72-.73,13.08-1.1,1.28-.11,2.58-.42,3.82-.27,2.16.27,4.29.82,6.43,1.28,1.56.34,2.54,1.49,3.47,2.74-.58.08-1.08.01-1.58-.05-2.54-.35-5.08-.95-7.63-.99-3.01-.05-6.03.41-9.05.61-4.88.33-9.76.87-14.64.91-13.96.1-27.94-.18-41.85,1.32-4.54.49-9.06,1.14-13.56,1.88-3.1.5-6.16,1.34-9.25,1.9-1.9.34-3.83.42-5.75.64-1.33.15-2.66.33-4.45.55,1.23-1.81,2.51-2.6,4.07-2.94ZM564.59,65.94c.87-.17,1.55-.35,2.24-.42,5.31-.49,10.57-1.23,15.79-2.49,8.67-2.08,17.54-2.72,26.4-3.16,6.75-.33,13.51-.31,20.26-.45,6.24-.13,12.48-.17,18.71-.45,4.75-.21,9.49-.72,14.23-1.08.36-.03.72.03,1.21.06-.17,2.14-.33,4.12-.51,6.35-1.05.11-1.87.21-2.69.29-2.43.23-4.86.49-7.3.65-5.07.35-10.13.74-15.21.92-3.27.12-6.56-.24-9.84-.17-8.68.17-17.36.37-26.04.75-4.04.18-8.08.66-12.09,1.25-5.85.85-11.66,1.99-17.51,2.86-1.87.28-3.76.82-5.77.47-.63-1.79-1.23-3.53-1.89-5.39ZM567.35,73.04c1.46-.58,4.38-.91,6.83-.73-.84.88-1.46,1.5-2.43,1.59-1.82.18-3.43-.13-4.4-.86ZM567.13,80.01c.94-.91,1.95-1.46,3.22-1.62,3.25-.4,6.5-.93,9.76-1.25,9.29-.91,18.6-1.49,27.93-1.62,8.49-.11,16.99-.04,25.48-.06.58,0,1.17.05,1.73-.08.24-.06.41-.5.82-1.04-11.05-.74-21.77-.3-32.49-.08-10.73.22-21.42,1.18-32.14,2.33,1.85-1.91,3.9-3.48,6.04-4.94.25-.17.61-.19.92-.24,4.56-.78,9.1-1.76,13.69-2.29,5.75-.66,11.53-.98,17.3-1.38,9.45-.66,18.91-.35,28.36-.14,1.58.04,3.29.12,4.72.75,4.6,2.03,9.32,2.82,14.28,2.24.8-.09,1.62-.01,2.79-.01-5.34,8.73-10.47,17.11-15.65,25.56-12.53-1.16-24.94-2.3-37.38-3.45.53-1.72,3.85-7.47,5.36-9.26,4.32.09,8.76.19,13.19.29,1.16.03,2.31.11,3.47.13.53,0,1.06-.07,1.05-1.2-3.13-.37-6.31-.28-9.48-.35-3.15-.07-6.31-.11-9.46-.13-3.22-.02-6.43,0-9.65.03-3.15.03-6.31.05-9.46.13-3.21.09-6.43.22-9.64.37-3.15.14-6.3.27-9.44.51-3.13.24-6.26.49-9.83.75,1.76-1.52,3.19-2.66,4.5-3.93ZM552.58,86.26c3.4-.28,6.79-.58,10.19-.83,6.54-.5,13.08-1.15,19.63-1.42,8.48-.35,16.98-.38,25.47-.54.55-.01,1.1.06,1.96.11-1.77,3.09-3.4,5.93-4.99,8.71-2.42.15-53.17-4.22-54.44-4.69.42-1.02,1.26-1.27,2.18-1.34ZM506.09,78.98c.13-.03.26-.07.39-.1,1.07,2.21,2.09,4.45,3.14,7.03-1.38-.07-2.48-.13-3.53-.19v-6.74ZM895.11,162.28c-.73.8-1.71,1.45-2.69,1.86-1.18.48-2.47.8-3.74.89-4.81.35-9.63.71-14.45.82-14.03.32-28.06.55-42.09.77-17.12.27-34.24.54-51.36.74-15.06.18-30.12.32-45.18.37-14.55.04-29.09-.02-43.64-.1-16.99-.09-33.98-.28-50.98-.38-15.51-.09-31.03-.14-46.54-.18-10.3-.03-20.6.02-30.9-.03-2.1-.01-4.21-.32-6.23-.49-.42-.88-.72-1.54-1.05-2.19-1.13-2.25-2.16-4.57-3.41-6.74-5.15-8.92-11.39-17.02-17.87-24.93-10.45-12.75-21.81-24.62-33.33-36.31-.54-.55-1.06-1.12-1.79-1.88.96-.39,1.64-.79,2.37-.92,1.2-.22,2.43-.4,3.64-.36,8.23.25,16.47.47,24.7.87,7.97.39,15.93.95,23.89,1.49,5.45.38,10.91.84,16.35,1.31,5.45.47,10.89.98,16.34,1.5,4.35.42,8.71.85,13.06,1.33,5.5.6,10.99,1.24,16.49,1.87,3.9.45,7.8.89,11.69,1.37,4.79.59,9.57,1.21,14.36,1.82,5.36.69,10.71,1.41,16.07,2.1,1.96.25,3.46,1.21,4.65,2.88,1.22,1.72,2.59,3.33,3.95,4.94,2.25,2.68,5.17,4.15,8.46,4.84,1.38.29,2.8.42,4.21.53,4.49.34,8.99.62,13.48.95,6.55.48,13.09.98,19.63,1.46,4.49.33,8.99.61,13.48.93,7,.5,13.99,1,20.99,1.51,4.04.29,8.09.57,12.13.88,6.29.48,12.57,1.01,18.86,1.48,6.29.47,12.58.88,18.87,1.35,6.74.5,13.47,1.04,20.21,1.54,4.11.31,8.22.54,12.32.87,5.71.45,11.41.99,17.12,1.43,6.54.5,13.1.81,19.63,1.48,2.69.27,4.14-2.18,3.21-4.35-.52-1.22-.89-2.53-1.53-3.68-1.1-1.98-2.37-3.86-4.72-4.44-2.79-.69-5.48-.52-8,1.08-1.7,1.08-3.04.99-4.52-.37-1.13-1.04-2.4-1.8-3.87-2.16-3.23-.79-6.36-.78-9.31,1.1-1.57,1-2.96.97-4.01-.3-2.62-3.14-9.75-3.76-13.37-1.56-1.2.73-2.34,1.01-3.65.72-.11-.07-.24-.12-.32-.21-3.34-3.91-10.95-4.37-15.05-1.58-.54.37-1.31.45-1.99.47-.76.03-1.52-.16-2.26-.25-1.12-1.47-2.49-2.4-4.18-2.81-3.18-.77-6.26-.67-9.1,1.24-.8.54-1.59.79-2.54.54-.55-.15-1.14-.14-1.77-.2-1.4-1.76-3.19-2.78-5.38-3.22-3.12-.62-5.99-.14-8.71,1.54-1.6.99-3.46.71-4.97-.54-.79-.66-1.65-1.33-2.59-1.7-4.3-1.68-8.53-1.77-12.58.85-1.5.97-2.57.86-3.78-.45-1.06-1.15-2.32-1.93-3.75-2.35-4.12-1.21-8.15-1.02-11.94,1.23-1.07.64-2.1.94-2.77.71-1.49-1.18-2.45-2.26-3.64-2.81-4.18-1.95-8.49-2.15-12.69-.13-1.54.74-2.99,1.46-4.72,1.38-.11,0-.23.11-.51.26-1.28,2.45-.33,5.39-.97,8.13-.6,0-1.11.03-1.61,0-1.99-.13-3.98-.28-5.97-.43-5.07-.38-10.14-.73-15.2-1.18-4.29-.38-7.9-2.25-10.66-5.75-1.06-1.34-2.15-2.67-3.12-4.09-1.2-1.75-2.8-2.72-4.81-3-2.1-.29-4.21-.58-6.31-.85-5.49-.71-10.97-1.42-16.46-2.11-6-.76-11.99-1.55-18-2.25-6.58-.77-13.17-1.47-19.76-2.16-6.08-.64-12.16-1.28-18.24-1.86-5.19-.5-10.38-.94-15.57-1.36-6.73-.53-13.47-1.05-20.21-1.5-5.46-.36-10.92-.69-16.38-.91-7.91-.31-15.82-.5-23.73-.72-2.09-.06-4.1.29-5.93,1.62-1.54-1.43-3.07-2.8-4.19-4.62.86-.96,1.78-1.26,2.73-1.41,1.21-.19,2.43-.39,3.64-.37,6.95.13,13.9.3,20.84.5,2.64.08,5.27.25,7.91.41,7.71.48,15.41.97,23.12,1.48,4.04.27,8.09.59,12.13.91,5.96.48,11.92.99,17.89,1.49,3.78.32,7.57.62,11.35.96,5.12.46,10.25.97,15.37,1.44,3.65.33,7.31.6,10.96.93,5.32.48,10.63,1.01,15.95,1.51,3.39.32,6.79.62,10.19.94,5.06.47,10.12.96,15.18,1.43,4.93.45,9.87.89,14.8,1.34,5.44.5,10.89,1.01,16.33,1.51,4.93.45,9.87.88,14.8,1.32,5.51.5,11.02,1,16.53,1.51,3.65.33,7.3.67,10.95,1,5.25.48,10.51.95,15.76,1.42,4.87.44,9.74.86,14.61,1.3,5.25.48,10.5,1,15.75,1.49,3.59.33,7.18.64,10.76.98,4.93.46,9.86.97,14.79,1.42,5.06.46,10.13.86,15.19,1.32,5.06.46,10.12.99,15.18,1.45,6.66.61,13.34,1.09,19.99,1.78,7.74.79,15.47,1.74,23.2,2.62,1.21.14,2.42.34,3.64.41,1.64.09,2.52-1.07,2.14-2.71-.08-.32-.19-.64-.32-.94-1.91-4.38-3.84-8.76-5.75-13.14-.82-1.89-2.21-3.1-4.09-3.68-.98-.31-1.98-.59-2.99-.74-3.24-.5-6.49-.93-9.74-1.4-5.09-.74-10.18-1.49-15.28-2.22-5.92-.86-11.84-1.7-17.76-2.55-6.18-.89-12.35-1.77-18.53-2.66-6.05-.87-12.09-1.75-18.14-2.62-5.98-.87-11.97-1.75-17.95-2.6-4.14-.59-8.28-1.16-12.42-1.75-5.22-.75-10.44-1.52-15.66-2.27-5.09-.72-10.19-1.41-15.29-2.13-5.29-.75-10.57-1.53-15.85-2.28-5.16-.73-10.32-1.41-15.48-2.15-7.13-1.02-14.26-2.07-21.39-3.1-2.96-.43-5.93-.86-9.03-1.3.61-1.02,1.27-1.47,2.32-1.28.95.17,1.92.2,2.88.32,5.8.75,11.61,1.52,17.41,2.28,5.68.74,11.35,1.49,17.03,2.24,3.06.4,6.12.83,9.19,1.19,2.03.24,3.59-.85,3.91-2.72.46-2.65-1.05-4.59-2.95-4.81-2.17-.26-4.31-.71-6.47-1.06-11.24-1.78-22.49-3.56-33.73-5.34-1.82-.29-3.64-.63-5.26-.92-.4-1.14-.72-2.04-1.06-3,.44,0,.89-.06,1.33,0,6.92,1.11,13.84,2.23,20.76,3.36,5.27.86,10.53,1.75,15.8,2.59,6.48,1.04,12.96,2.04,19.44,3.07,4.44.71,8.89,1.46,13.33,2.19,6.09,1,12.19,1.97,18.28,2.98,6.79,1.13,13.57,2.32,20.36,3.44,6.09,1,12.2,1.91,18.29,2.92,8.31,1.39,16.61,2.86,24.92,4.25,7.74,1.3,15.49,2.53,23.23,3.79,8.82,1.44,17.65,2.88,26.47,4.33,2.16.35,4.31.76,6.46,1.15,1.03.19,1.82.63,1.77,1.88-.83.58-1.83.97-2.32,1.71-.57.87-.43,2.04.12,3.21,1.16.31,2.38.64,3.73,1,.06.73.1,1.35.15,1.92-.72.39-1.28.69-1.81.98-.42,2.53.8,3.84,3.13,4.47-.26,1.06-.48,1.93-.74,2.95.5,1.95,1.01,4.11,3.29,4.97-.04,2.8.39,5.17,3.57,5.79,0,.67,0,1.26,0,1.85.01,1.05.28,2.02,1.08,2.69,1.63,1.35,1.13,3.03.97,4.65-.95.24-1.68.42-2.4.61-.57,1.9-.64,3.65.07,5.5,1.06.37,2.14.74,3.29,1.13.41,2.2.29,4.33.15,6.46-.15,2.2-.29,4.42-.67,6.58-.37,2.07-1.04,4.08-1.54,6,2.59,2.22,2.82,4.85.67,7.21ZM702.26,119.49c.1-1.99.23-3.98.38-5.97.02-.22.25-.42.52-.86.44,1.15.3,6.29-.09,7.6-.61.14-.85-.22-.82-.76ZM721.61,114.7c-3.67,5-14.15,3.14-15.84-1.39,5.23.46,10.37.91,15.84,1.39ZM706.89,112.06c4.15-2.73,12.01-2.01,14.06,1.23-4.68-.41-9.25-.81-14.06-1.23ZM721.38,117.2v4.5c-5.76-.44-11.24-.86-16.74-1.28-.06-1.9-.17-3.53.14-5.35,5.22,4.49,10.65,5.51,16.6,2.14ZM722.9,114.89c0-.14.35-.28.57-.44.37,1.17.51,6.04.18,6.93-.07.18-.36.27-.78.55,0-2.57-.01-4.8.02-7.04ZM741.56,116.45c-2.73,4.56-13.23,3.25-15.5-1.63,5.29.46,10.37.81,15.5,1.63ZM727.55,113.54c3.1-2.59,10.42-1.97,13.6,1.41-4.77-.49-9.12-.94-13.6-1.41ZM741.17,119.1v4c-5.48-.4-10.76-.78-16.11-1.16-.17-1.91-.21-3.63.05-5.55,4.87,4.68,10.17,5.44,16.05,2.72ZM742.5,118.32c.08-.74.09-1.68.98-2.21v7.01c-.16.06-.33.12-.49.17-.19-.27-.53-.53-.54-.8-.04-1.39-.1-2.8.05-4.18ZM760.8,117.86c-3.99,4.44-12.19,3.5-14.91-1.51,4.96.5,9.75.99,14.91,1.51ZM747.27,114.75c3.85-2.23,10.09-1.53,12.81,1.58-4.16.02-11.42-.89-12.81-1.58ZM752.78,122.04c3.02.41,5.79-.4,8.54-2.33-.1,1.8-.18,3.23-.27,4.89-5.54-.55-10.89-.71-16.25-1.37v-5.61c2.37,2.68,4.97,4.01,7.99,4.43ZM762.24,123.83c.05-.99.11-1.99.14-2.98.04-1.17.06-2.35.09-3.46.98-.22,1.09.26,1.07.86-.07,1.92-.13,3.84-.22,5.76-.01.23-.16.46-.23.66-.7.06-.88-.29-.85-.84ZM778.99,119.53c-2.93,4.39-11.94,2.64-13.47-1.48,4.59.27,8.99.68,13.47,1.48ZM766.65,116.66c3.77-2.63,9.56-1.93,11.96,1.34-4.05-.45-7.86-.88-11.96-1.34ZM779.51,121.43c-.07,1.61-.13,2.98-.2,4.49-5-.38-9.78-.75-14.69-1.12v-4.96c4.66,4.11,9.49,5.1,14.89,1.58ZM780.66,119.82c-.01-.37.12-.77.25-1.13.04-.11.33-.12.81-.28,0,1.47.08,2.73-.02,3.97-.1,1.23.32,2.6-.89,4.08-.46-2.48-.08-4.57-.15-6.64ZM796.71,120.71c-2.4,4.33-11.52,2.87-12.84-1.16,4.28.02,8.43.63,12.84,1.16ZM784.88,118.06c3.99-2.57,9.32-1.96,11.51,1.28-3.85-.43-7.54-.84-11.51-1.28ZM797.04,122.78v4.5c-4.8-.54-9.45-.59-14-1.2v-4.73c4.44,3.77,8.99,4.78,14,1.43ZM798.57,120.1c.91-.06.9.5.87,1.05-.08,1.87-.17,3.74-.28,5.61-.01.2-.22.38-.4.66-.5-1.44-.57-4.54-.19-7.32ZM815.89,121.95c-2.53,2.9-5.5,2.93-8.44,2.41-2.27-.4-4.57-1.16-5.96-3.95,4.94.46,9.53.93,14.4,1.54ZM802.71,119.21c3.5-2.52,10.72-1.61,12.62,1.34-4.24-.45-8.29-.88-12.62-1.34ZM808.59,125.9c3.05.36,5.82-.47,8.33-2.84-.01,2.07.07,3.82-.15,5.69-5.58-.44-10.92-.86-16.3-1.28v-5.19c.11-.08.23-.16.34-.25,2.05,2.53,4.79,3.53,7.77,3.87ZM818.12,128.82v-7.28c.99,2.46.97,6.24,0,7.28ZM833.61,123.4c-2.84,4.11-11.58,3.22-13.63-1.38,4.59.47,9.04.92,13.63,1.38ZM821.65,120.24c2.72-1.35,5.54-1.29,8.37-.41,1.15.36,2.4.69,3.09,2.22-3.94-.46-7.68-.9-11.41-1.34-.02-.16-.04-.31-.05-.47ZM834.64,124.93c0,1.79.22,3.44-.31,5.17-4.76-.39-9.45-.77-14.25-1.16-.04-.7-.08-1.21-.09-1.73-.01-.72,0-1.43,0-2.23,6.82,3.27,9.47,3.28,14.65-.05ZM835.92,129.86v-6.6c.64,2.17.37,4.35,0,6.6ZM842.32,123.93c1.41.12,2.83.19,4.22.44,1.39.25,2.9-.21,4.26.65-3.39,3.6-10.65,2.95-13.16-1.45,1.76.13,3.23.23,4.68.35ZM838.87,122.34c3.52-2.37,8.99-1.81,11.53,1.09-3.87-.37-7.54-.72-11.53-1.09ZM852.02,126.03c-.11,1.94-.2,3.57-.3,5.36-4.79-.37-9.37-.72-14-1.08v-4.05c4.83,3.05,9.49,3.62,14.3-.23ZM853.4,124.38c.2.17.53.32.53.47,0,2.22.21,4.46-.32,6.67-.78-1.26-.81-5.56-.2-7.14ZM866.51,126.22c-1.25,2.14-3.06,2.62-4.91,2.53-2.4-.11-4.6-.9-6.27-3.62,3.92.38,7.44.72,11.18,1.09ZM856.65,123.63c3.63-2.03,7.55-1.57,9.56,1.23-3.25-.48-6.35-.48-9.56-1.23ZM867.66,127.23c.57,1.83,2.3,3.27.66,5.35-4.42-.13-8.8-.55-13.13-.97v-4.1c4.26,3.01,8.38,3.92,12.47-.28ZM531.61,167.61c0,.86,0,1.28,0,2.14.2.16.29.24.49.4.19-.03.28-.04.47-.07.1-.37.15-.55.25-.92-.07-.32-.11-.48-.18-.81,0-.29,0-.44,0-.73.04-.03.05-.04.09-.07-.04-.08-.05-.11-.09-.19.04-.24.05-.36.09-.6,0-.29,0-.44,0-.73.19.02.28.04.47.06.75-.04,1.39-.26,1.93-.66.03-.08.04-.12.07-.2.1-.02.15-.04.25-.06.53-.45.9-.96,1.11-1.54,0-.27,0-.41,0-.67-.19-.26-.28-.4-.47-.66-.42-.36-.93-.62-1.45-.68-.6-.07-1.17.1-1.61.41-.38-.16-.57-.25-.95-.41-.2.08-.3.12-.49.21.04.08.05.12.09.21,0,.48,0,.72,0,1.2.03.02.04.03.07.06,0,.69,0,1.04,0,1.73-.03.03-.04.04-.07.07.03.16.04.24.07.4,0,.27,0,.4,0,.67-.03.02-.04.04-.07.06,0,.43,0,.64,0,1.07-.06.05-.09.08-.16.13.03.08.04.12.07.21ZM534.43,162.4c.38.08.57.12.95.21.06.13.09.19.16.32-.03.19-.04.28-.07.47-.33.67-.9,1.23-1.69,1.67-.16.08-.24.12-.4.2-.09,0-.14,0-.23,0-.16-.19-.24-.28-.4-.47,0-.67,0-1,0-1.67.59-.14,1.15-.38,1.69-.73ZM527.52,161.27l-.27-.07c-.07-.24-.11-.36-.18-.6-.28-.14-.43-.22-.71-.36-.25.09-.37.13-.62.22.14.36.22.54.36.89.24.29.58.49.97.51.28.01.47-.12.53-.37-.04-.09-.05-.13-.09-.22ZM765.06,131.82c-1.4.31-1.87,1.29-1.89,2.62-.02,1.58.3,2.07,1.89,2.8,1.25-.3,1.75-1.2,1.74-2.47,0-1.35-.36-2.49-1.74-2.95ZM721.21,139.82c-.86-.01-1.61,1.01-1.59,2.15.02,1.13.85,2.05,1.76,1.98.81-.07,1.38-.98,1.32-2.13-.05-1.15-.68-1.99-1.5-2ZM715.26,130.32c-.35-.69-.89-1.14-1.68-1.12-.8.02-1.31.52-1.61,1.23-.18.42-.24.9-.3,1.15,0,1.81.98,3.04,2.19,2.94,1.14-.1,2.03-1.61,1.78-3.08-.07-.39-.2-.78-.38-1.13ZM713.3,139.42c-.9.04-1.52.97-1.47,2.19.05,1.2.79,2.04,1.73,1.95.81-.08,1.42-.98,1.4-2.08-.02-1.14-.79-2.1-1.66-2.06ZM728.63,140.18c-.86.08-1.41.92-1.38,2.09.03,1.16.64,1.93,1.54,1.94.85,0,1.51-.86,1.5-1.97,0-1.18-.79-2.14-1.67-2.05ZM728.95,130.08c-1.18.05-2.07,1.47-1.86,3.01.05.39.16.79.34,1.14.38.77.97,1.23,1.86,1.13.82-.09,1.23-.67,1.46-1.4.12-.37.12-.79.15-1.01,0-1.84-.78-2.91-1.95-2.86ZM705.56,128.82c-.8.04-1.42.53-1.56,1.28-.16.88-.19,1.86,0,2.72.21.91,1.18,1.4,1.95,1.3.78-.1,1.45-.79,1.65-1.74.06-.26.06-.53.1-1.03-.08-.3-.15-.83-.34-1.32-.32-.82-.94-1.26-1.81-1.21ZM721.41,129.67c-.81.03-1.3.53-1.59,1.23-.2.47-.23,1.01-.36,1.58.15.49.22,1.03.47,1.47.82,1.43,2.46,1.36,3.2-.1.51-1.02.44-2.05-.06-3.05-.34-.68-.83-1.16-1.65-1.13ZM680.11,137.87c-.9-.08-1.8.96-1.83,2.13-.04,1.16.6,2.06,1.53,2.15.94.1,1.79-.87,1.85-2.09.04-1.06-.7-2.12-1.55-2.2ZM670.74,137.45c-.9.07-1.72,1.22-1.67,2.34.05,1.08.83,1.96,1.77,1.99,1.03.03,1.7-.84,1.69-2.19-.01-1.27-.81-2.22-1.78-2.14ZM661.45,136.99c-.99,0-1.75.95-1.77,2.22-.02,1.28.69,2.14,1.77,2.16,1.03.02,1.77-.89,1.78-2.17,0-1.22-.79-2.21-1.78-2.2ZM736.37,140.44c-.85-.06-1.57.76-1.62,1.86-.05,1.04.75,2.17,1.57,2.21.82.04,1.44-.82,1.44-2,0-1.18-.55-2.01-1.39-2.07ZM697.06,138.66c-.89.1-1.54,1.06-1.51,2.23.03,1.18.74,2.04,1.68,2.04.95,0,1.58-.84,1.57-2.09-.01-1.31-.79-2.29-1.74-2.18ZM688.79,138.22c-.99-.07-1.77.89-1.75,2.17.02,1.18.71,2.09,1.62,2.13.91.04,1.61-.85,1.63-2.07.02-1.2-.62-2.16-1.5-2.22ZM697.37,128.35c-1.13.01-2.07,1.24-2.05,2.67.02,1.59.99,2.76,2.23,2.69,1.16-.06,2-1.24,1.94-2.73-.05-1.43-1.02-2.64-2.12-2.63ZM705.44,139.01c-.95-.05-1.71.96-1.67,2.22.03,1.11.81,2.07,1.67,2.07.82,0,1.46-.81,1.53-1.94,0-.07.01-.13.01-.2,0-1.2-.64-2.11-1.53-2.16ZM751.02,130.99c-1.76,1.05-2.32,2.56-1.6,4.15.34.76.88,1.35,1.75,1.31.78-.04,1.24-.64,1.52-1.34.66-1.63.05-3.18-1.67-4.12ZM736.55,130.41c-.97.06-1.45.75-1.75,1.59-.11.3-.11.65-.15.91.02.33.02.6.06.86.22,1.22,1.09,2.05,2.04,1.97.88-.07,1.63-.9,1.73-2.07.05-.58-.02-1.2-.18-1.75-.33-1.11-.91-1.57-1.75-1.52ZM791.15,142.72c-1.32.84-1.71,2.18-.95,3.25.61.86,1.52.8,1.99-.15.62-1.24.29-2.22-1.04-3.11ZM771.47,141.85c-1.25.89-1.69,2.12-1.08,3.2.22.39.77.8,1.17.79.38,0,.91-.44,1.12-.84.6-1.16.19-2.17-1.2-3.15ZM771.7,132.17c-1.74,1.04-2.26,2.56-1.49,4.16.34.71.85,1.17,1.64,1.13.72-.03,1.14-.51,1.43-1.15.71-1.59.15-3.14-1.57-4.15ZM784.89,132.93c-.97.06-1.62,1.07-1.64,2.55-.02,1.53.71,2.65,1.74,2.67,1.05.03,1.89-1.32,1.76-2.85-.12-1.4-.94-2.44-1.87-2.38ZM778.42,132.67c-.49,0-1.1.58-1.43,1.07-.3.45-.28,1.12-.39,1.65.13.52.18,1,.37,1.4.3.63.83,1.13,1.52.96.49-.13,1.03-.52,1.31-.96.6-.96.55-2.07,0-3.02-.29-.5-.91-1.1-1.38-1.1ZM783.82,143.04c-.27.42-.38.94-.57,1.42.2.51.3.97.54,1.34.4.62,1.17.71,1.67.28.77-.67.79-2.57.02-3.25-.51-.46-1.27-.4-1.66.21ZM777.14,145.3c.21.38.77.81,1.13.79.39-.03.88-.5,1.08-.91.45-.92.1-1.91-.95-3-1.5.72-1.97,1.86-1.26,3.13ZM745.57,132.37c-.38-1.08-.95-1.56-1.76-1.53-.87.03-1.5.68-1.74,1.82-.05.26-.06.53-.07.63,0,1.69.87,2.88,1.97,2.85,1.08-.03,1.95-1.34,1.83-2.81-.03-.32-.12-.65-.23-.96ZM750.76,140.98c-1.49.96-1.86,2.34-1,3.46.66.86,1.71.74,2.17-.25.53-1.14.14-2.27-1.16-3.22ZM743.63,140.85c-.42,0-1,.52-1.24.97-.6,1.17-.19,2.13,1.24,3.13,1.41-.95,1.84-1.94,1.23-3.11-.24-.45-.81-.98-1.24-.99ZM757.71,141.37c-.77.05-1.36.87-1.37,1.89-.01,1.06.67,2.04,1.45,2.07.8.03,1.46-.89,1.44-2.02-.02-1.19-.64-1.99-1.51-1.93ZM758.02,131.49c-1.01.03-1.77,1.19-1.76,2.7,0,1.57.9,2.79,1.97,2.7,1-.09,1.72-1.28,1.66-2.77-.05-1.48-.89-2.65-1.87-2.63ZM764.73,141.7c-.39-.02-.93.38-1.17.76-.71,1.12-.28,2.26,1.19,3.3,1.28-.94,1.7-2.08,1.11-3.2-.21-.4-.73-.84-1.13-.85ZM651.63,136.64c-1.01.06-1.92,1.28-1.83,2.42.09,1.09.92,1.92,1.87,1.9,1.06-.03,1.92-1.17,1.81-2.39-.1-1.08-.97-1.99-1.86-1.93ZM842.21,136.07c-.82.06-1.18.72-1.34,1.48-.08.39-.09.79-.12,1.03.06,1.62.67,2.49,1.62,2.43.81-.05,1.47-.98,1.5-2.24,0-.45-.12-.92-.24-1.36-.2-.75-.58-1.4-1.43-1.34ZM836.38,145.01c-.31,0-.71.31-.88.6-.55.91-.26,1.87.86,2.99,1.15-.87,1.52-2.1.93-3.05-.18-.28-.6-.56-.9-.55ZM831.08,135.35c-1.29.27-1.64,1.33-1.72,2.5-.08,1.22.34,2.22,1.63,2.73,2.08-1.44,2.09-3.74.09-5.22ZM835.55,136.43c-.98,1.45-.51,3.38,1.06,4.37,1.6-.94,2.09-2.83,1.13-4.33-.62-.96-1.55-.98-2.19-.03ZM841.12,148.01c.2.33.68.61,1.05.64.27.02.67-.35.84-.66.51-.93.21-1.94-.87-3-1.24.92-1.63,2-1.02,3.02ZM694.67,110.05c-7.43-.59-14.86-1.2-22.29-1.77-.61-.05-1.24.11-1.78.16-1.03,1.61-.79,3.24-.73,4.82.02.64.46,1.09,1.12,1.19.64.1,1.27.23,1.91.27,6.92.48,13.85.95,20.77,1.4.75.05,1.52,0,2.15,0,1.41-1.71.97-3.46.94-5.08-.55-.86-1.31-.95-2.09-1.01ZM676.29,113.46c-1.79-.12-3.41-.22-5.28-.34.09-1.28.16-2.34.25-3.59,1.82.18,3.39.32,5.03.48v3.44ZM682.84,114.01c-1.83-.16-3.45-.3-5.3-.47.07-1.2.14-2.27.21-3.49,1.92.18,3.6.34,5.53.53-.16,1.23-.29,2.28-.44,3.43ZM689.85,114.53c-2.02-.18-3.77-.34-5.76-.52.15-1.23.27-2.24.4-3.32,1.98.17,3.76-.04,5.64.54-.09,1.09-.18,2.05-.29,3.3ZM695.41,114.71c-1.58.16-2.96.33-4.4-.38.13-1.05.25-2.01.4-3.18,1.46.14,2.76.26,4.26.4-.1,1.2-.18,2.16-.26,3.16ZM825.23,135.04c-1.71,1.1-2.15,2.94-1.14,4.4.72,1.04,1.86.96,2.44-.17.82-1.59.36-3.17-1.31-4.23ZM829.63,146.55c.07.92.27,1.75,1.58,1.62,1.08-1.77,1.05-2.08-.19-3.5-1.3.43-1.48.66-1.39,1.88ZM858.3,149.34c1.52-1.07,1.58-2.1.2-3.5-1.65.88-1.72,2.2-.2,3.5ZM847.89,136.3c-1.56.9-2.15,2.62-1.29,4.09.25.44.84.85,1.31.9.35.04.89-.45,1.12-.84.88-1.51.38-3.21-1.14-4.15ZM853.04,145.57c-1.61,1.06-1.65,2.37-.01,3.69,1.46-1.34,1.43-2.48.01-3.69ZM871.51,90.33c-3.92-.7-7.86-1.35-11.8-1.97-6.41-1.02-12.83-2-19.25-3-2.86-.45-5.71-.92-8.57-1.34-1.87-.27-3.06.92-2.98,2.93.07,1.98.92,3.15,2.8,3.48,3.17.56,6.35,1.01,9.53,1.49,4.96.75,9.92,1.49,14.88,2.23,4.83.72,9.66,1.47,14.5,2.16,2.02.29,3.16-.54,3.39-2.31.23-1.8-.76-3.35-2.5-3.67ZM872.34,94.87c-.48.05-1.03.21-1.56.14-3.62-.53-7.23-1.14-10.85-1.69-5.78-.88-11.56-1.73-17.34-2.6-3.49-.53-6.99-1.03-10.47-1.62-1.92-.33-2.43-1.57-1.5-3.69.87.07,1.82.1,2.75.24,5.58.86,11.16,1.76,16.74,2.64,6.79,1.07,13.58,2.12,20.36,3.21,2.09.34,2.35.82,1.85,3.38ZM853.35,136.6c-1.22.21-1.6,1.12-1.66,2.27-.07,1.28.19,2.37,1.53,2.85,1.13-.33,1.48-1.21,1.51-2.27.04-1.17-.16-2.26-1.38-2.85ZM846.77,145.88c-.73,1.08-.43,2.18.83,3.07,1.05-.78,1.39-1.96.86-2.97-.39-.75-1.22-.8-1.69-.1ZM527.26,111.01c1.44.34,2.72.55,4.11.15.37-1.75.91-3.43.9-5.4h-3.98c-.65,1.68-.92,3.4-1.02,5.25ZM531.18,106.07c.22,1.41.05,3.02-.35,3.99-.08.19-.33.29-.75.63.12-1.68.02-3.08,1.1-4.62ZM528.1,110.68c.15-1.66.2-3,1.17-4.51.44,2.09.13,3.39-1.17,4.51ZM824.78,83.16c-2.4-.45-4.82-.83-7.23-1.23-7.87-1.3-15.73-2.61-23.6-3.9-8.63-1.41-17.26-2.79-25.89-4.22-7.68-1.27-15.35-2.58-23.02-3.86-.44-.07-.9-.12-1.34-.13-1.86-.04-2.85.98-2.88,2.92-.03,2.46,1.47,4.29,3.92,4.66,3.75.57,7.51,1.09,11.26,1.64,5.03.73,10.05,1.47,15.08,2.21,5.03.74,10.05,1.48,15.08,2.24,5.85.88,11.7,1.78,17.54,2.66,5.72.86,11.45,1.71,17.17,2.57,1.27.19,2.54.43,3.8.64,1.4.23,2.03-.19,2.36-1.63.11-.45.17-.92.19-1.39.05-1.99-.58-2.84-2.46-3.19ZM745.75,76.02c-2.31-.15-3.45-1.05-3.69-2.81-.18-1.32.43-2.09,1.69-2.01.68.04,1.34.25,2,.38v4.44ZM749.97,76.83c-1.26-.27-2.21-.47-3.17-.68.09-1.55.16-2.86.25-4.42,1.13.2,2.08.37,2.92.52v4.57ZM754.1,77.37c-1.02-.15-1.95-.29-2.94-.44v-4.43c1.2.19,2.22.36,3.31.54-.17,1.6.14,2.97-.37,4.33ZM758.33,78c-1.13-.23-1.97-.4-2.76-.56v-4.3c1.01.16,1.86.29,2.76.44v4.42ZM762.44,76.36c-.02.64-.07,1.28-.12,2.07-1.08-.1-1.94-.18-2.77-.26v-4.39c1.02.19,1.88.35,2.89.54,0,.85.02,1.45,0,2.04ZM766.25,79.19c-1.06-.21-1.91-.37-2.78-.54v-4.18c1.17.21,2.01.35,2.78.49v4.24ZM770.39,79.6c-1.02-.09-1.89-.16-2.82-.24v-4.26c1.06.17,1.96.32,2.82.46v4.05ZM774.37,80.39c-1.14-.22-2.04-.39-3.03-.58.09-1.45.16-2.67.25-4.12,1.1.21,1.94.37,2.78.52v4.17ZM778.2,80.77c-1.02-.12-1.87-.21-2.91-.33.13-1.46-.21-2.78.53-4.04.81.14,1.56.27,2.38.42v3.95ZM782.14,81.51c-1.05-.22-1.84-.39-2.67-.56v-3.96c1.08.21,1.91.38,2.84.57-.06,1.41-.11,2.62-.17,3.95ZM785.96,82.02c-.93-.13-1.67-.23-2.53-.35v-4.03c.95.17,1.75.32,2.53.47v3.91ZM789.37,82.73c-.83-.22-1.49-.4-2.03-.55v-4c.89.21,1.55.38,2.21.53.33,1.35.4,2.57-.18,4.01ZM792.23,82.5c0,.29-.41.59-.87,1.21-.55-2.96-.45-4.23.41-5.39.96,1.36.42,2.82.45,4.17ZM796,83.54c-.93-.11-1.72-.2-2.64-.31v-3.88c1.01.16,1.84.28,2.64.41v3.78ZM799.57,84.02c-.92-.09-1.64-.15-2.6-.24.07-1.32.14-2.47.22-3.94,1.03.25,1.75.42,2.61.63-.08,1.22-.15,2.31-.23,3.55ZM803.04,84.61c-.77-.15-1.49-.29-2.19-.42v-3.58c.88.12,1.61.22,2.53.35-.13,1.39.27,2.5-.35,3.66ZM806.86,85.16c-.86-.14-1.57-.25-2.31-.37v-3.69c.88.16,1.59.28,2.31.41v3.64ZM810.33,85.66c-.79-.1-1.51-.2-2.2-.29v-3.58c.83.08,1.5.14,2.19.21.51,1.26.48,2.38.01,3.67ZM814.03,86.36c-.93-.18-1.59-.31-2.33-.45v-3.69c.92.21,1.63.37,2.48.56-.05,1.22-.1,2.3-.16,3.58ZM817.4,86.76c-.72-.07-1.4-.15-2.38-.25.07-1.33.13-2.41.2-3.69.98.22,1.69.38,2.39.53.05,1.25.25,2.29-.21,3.4ZM820.95,87.22c-.82-.06-1.49-.12-2.2-.17-.28-1.25-.36-2.32.2-3.57.73.2,1.41.39,2,.55v3.19ZM824.22,87.84c-.8-.15-1.45-.27-2.13-.4v-3.2c.77.06,1.42.12,2.13.18v3.42ZM825.11,87.55c.12-.81.23-1.5.33-2.19q.37,1.51-.33,2.19ZM803.97,143.34c-.39-.02-.89.38-1.18.73-.21.26-.18.75-.27,1.23.12.36.14.92.42,1.19.32.3.93.57,1.3.46.91-.29.83-1.21.8-2-.02-.76-.2-1.55-1.07-1.61ZM607.73,110.84c-1.68-.4-3.42.99-3.46,2.77-.02,1.14.89,1.99,2.16,2.02,1.65.03,3.02-1.66,2.69-3.33-.16-.79-.63-1.27-1.39-1.46ZM594.62,109.63c-.76,1.75-1.28,3.41-1.43,5.29,1.21.52,2.36.71,3.74.26.43-1.71,1.19-3.21.99-5.2-1.08-.11-2.12-.23-3.29-.35ZM596.25,114.51c-.74-.03-1.35-.06-2.25-.11.37-1.42.66-2.55,1-3.84.76.08,1.4.15,2.18.24-.34,1.37-.62,2.49-.93,3.71ZM796.51,134.39c-1,1.54-.44,3.49,1.38,4.52,1.66-1.18,2.09-3.02,1.14-4.53-.67-1.07-1.82-1.06-2.51,0ZM617.35,111.43c-1.81,0-3.33,1.63-3.1,3.06.09.57.54,1.22,1.01,1.56.92.68,2.2.39,2.98-.47.75-.82,1.06-2.36.47-3.14-.4-.52-1.08-.81-1.36-1.01ZM566.86,112.75c1.49-.07,2.69-1.37,2.64-2.89-.04-1.23-.89-1.96-2.23-1.92-1.52.04-2.94,1.53-2.82,2.97.08,1.02,1.22,1.9,2.41,1.84ZM796.49,143.66c-.7,1.22-.31,2.37,1.07,3.22,1.28-.82,1.66-2.15.94-3.26-.56-.87-1.5-.85-2.01.03ZM791.3,133.26c-.91.09-1.63,1.26-1.61,2.61.03,1.41.9,2.64,1.87,2.63.95,0,1.75-1.32,1.67-2.74,0-.06-.02-.13-.02-.2-.16-1.47-.93-2.4-1.91-2.31ZM624.95,112.22c-.75,1.54-1,3.26-1.17,5.28,1.23.09,2.32.17,3.65.27.41-1.87.76-3.45,1.1-4.99q-1.5-.72-3.58-.55ZM624.75,116.58c.21-1.06.41-2.12.62-3.17.13.01.27.02.41.03-.01,1.12-.16,2.21-.62,3.23-.13-.03-.27-.06-.4-.09ZM627.08,113.03c.15.06.3.13.46.19-.22,1.09-.4,2.19-.69,3.26-.05.18-.54.23-1.19.48.72-1.51-.03-3.15,1.42-3.94ZM575.27,121.65c-3.27-.18-6.53-.34-9.8-.48-1.95-.08-2.31.15-3.07,2.02-.49,1.23-.92,2.49-1.28,3.76-.49,1.72.04,2.55,1.73,2.73,1.72.17,3.45.29,5.18.33,2.29.06,4.59.01,7.24.01.71-2.69,1.53-5.23,1.41-8.07-.57-.13-.99-.28-1.42-.31ZM574.35,128.88c-4.03-.22-7.92-.43-12.14-.65.48-2.29,1.09-4.07,2.09-5.78,3.8.2,7.49.4,11.32.61-.45,2.08-.85,3.88-1.27,5.83ZM825.13,144.33c-.8.11-1.2.62-1.27,1.44-.08.97.02,1.87,1.17,2.35,1.65-1.33,1.66-2.44.1-3.8ZM556.4,107.21c-1.55-.04-2.9,1.28-2.9,2.83,0,1.21.79,1.95,2.16,2.01,1.71.07,2.93-1.03,2.97-2.67.03-1.32-.8-2.13-2.23-2.17ZM578.17,108.58c-.38,1.56-.79,3.19-1.18,4.76,1.42.8,1.93.85,4.21.5.38-1.47.79-3.04,1.22-4.67-1.42-.85-1.78-.89-4.25-.59ZM578.1,113.08c.06-2.16.46-3.23,1.41-3.78.26,1.94-.26,3.34-1.41,3.78ZM579.97,113.61c-.12-1.81.22-3.05,1.11-4.18.21,1.39,0,2.7-1.11,4.18ZM803.99,133.78c-1.79,1.14-2.23,3.02-1.16,4.55.79,1.12,1.93,1.04,2.57-.19.84-1.6.31-3.33-1.42-4.36ZM641.48,136.2c-1.09,0-2.09,1.21-2.04,2.45.05,1.14.92,1.98,2,1.95,1.1-.03,1.96-1.05,1.93-2.28-.03-1.15-.9-2.13-1.89-2.12Z"/></svg>');
}



