/* CSS Document */

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/* Google Fonts
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Montserrat', sans-serif;
*/

:root{
	--color: #262626;
	--color-rgb: 38, 38, 38;
	--color-theme: #df0024;
	--color-theme-rgb: 223, 0, 36;
	--color-theme-sub: #deb866;
	--font: 'Noto Sans JP', 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	--wrap-space: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	--wrap-fit: calc(min(100dvw, 100%) - 48px);
	--wrap-min: 375px;
	--wrap-max: 1400px;
	--wrap: calc(clamp(var(--wrap-min), 100%, var(--wrap-max)) - (var(--wrap-space) * 2));
	--dummy: #f2f2f2 url('/common/images/logoType.svg') no-repeat center / 75%;
}

html{
	min-width: var(--wrap-min);
	scroll-behavior: smooth;
	scroll-padding-top: 56px;
}

body{
	color: var(--color);
	font: 400 16px var(--font);
	line-height: 1.65;
	overflow-wrap: anywhere;
}
::selection{
	background: var(--color-theme);
	color: #fff;
}
::-moz-selection{
	background: var(--color-theme);
	color: #fff;
}

a{
	color: inherit;
	.done &{
		transition-property: color, text-decoration, background, background-color, background-size, border, border-color, box-shadow, filter, opacity;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
	}
	:focus-visible{
		outline: var(--color-theme) auto 2px;
		outline-offset: 2px;
	}
}

img{
	width: 100%;
	height: auto;
	&[src="[url]"]{
		display: block;
		background: #ccc;
	}
}

wbr{
	.translated-ltr &:not(:lang(ja)){
		display: none;
	}
}

main{
	& a{
		color: var(--color-theme);
		text-decoration: underline;
	}
}

#header{
	display: grid;
	grid-template-columns: min(100%, var(--wrap-max));
	justify-content: center;
	border-bottom: 1px solid currentColor;
	#siteName{
		grid-column: 1;
		grid-row: 1;
		z-index: 10;
		@media (min-width: 992px) {
			align-self: center;
		}
	}
	#hPhoto{
		grid-column: 1;
		grid-row: 1;
		margin: var(--wrap-space);
	}
	&:has(.slick-slider){
		grid-template-rows: calc(clamp(480px, calc(640 / 1200 * 100vw), 640px) + var(--wrap-space));
		#hPhoto{
			grid-row: 1 / 3;
		}
	}
}

#siteName{
	aspect-ratio: 1;
	width: clamp(160px, calc(260 / 1200 * 100vw), 260px);
	background: rgba(var(--color-theme-rgb), 0.8) var(--logo-white) no-repeat center / 80%;
	color: #fff;
	font-size: 0;
}

#hPhoto{
	position: relative;
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: clamp(480px, calc(640 / 1200 * 100vw), 640px);
		background: url("../images/campaignTitle.webp") no-repeat center / min(100%, 620px);
		pointer-events: none;
		z-index: 1;
	}
	& ul:has(img){
		display: grid;
		& li{
			grid-column: 1;
			grid-row: 1;
		}
	}
	& img{
		height: clamp(480px, calc(640 / 1200 * 100vw), 640px);
		object-fit: cover;
	}
	.slick-dots{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
}

#main{
	& h2{
		display: grid;
		justify-items: center;
		grid-gap: 16px 24px;
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		&:before{
			content: "";
			aspect-ratio: 96 / 80;
			width: 96px;
			background: var(--logo) no-repeat center / contain;
		}
		&:after{
			content: attr(data-caption);
			font-weight: 700;
			font-size: clamp(24px, calc(48 / 768 * 100vw), 48px);
			font-family: 'Montserrat', var(--font);
			line-height: 1;
		}
	}
	#newsLink,
	#pickupLink,
	#highlightLink,
	#searchSend{
		display: flex;
		justify-content: center;
		& button{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
		}
		& a{
			color: inherit;
			text-align: center;
		}
		& button,
		& a{
			display: grid;
			grid-template-columns: auto auto;
			justify-content: center;
			align-items: center;
			column-gap: 24px;
			min-width: min(100%, 400px);
			min-height: clamp(48px, calc(56 / 1200 * 100vw), 56px);
			padding: 8px 24px;
			background: #fff;
			border: 1px solid currentColor;
			border-radius: clamp(24px, calc(28 / 1200 * 100vw), 28px);
			text-decoration: none;
			filter: drop-shadow(4px 4px 0 currentColor);
			transition: all 0.2s ease-out;
			&: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" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 2px;"><polyline points="9 3 14 8 9 13"/><polyline points="2 8 14 8"/></svg>') no-repeat center / contain;
			}
			&:hover{
				background: var(--color-theme-sub);
				filter: drop-shadow(0 0 0 currentColor);
				transform: translate(4px, 4px);
			}
		}
	}
	@media (min-width: 992px) {
		#pickup,
		#highlight,
		#business{
			& h2{
				grid-template-columns: auto 1fr auto;
				justify-items: unset;
				align-items: center;
				text-align: unset;
				font-size: 32px;
			}
		}
	}
}

#about{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	border: 0 solid currentColor;
	border-width: 1px 0;
	overflow: hidden;
	& h2{
		margin-block: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	& h2+div{
		padding-bottom: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	& p{
		&:nth-child(1){
			font-size: clamp(16px, calc(32 / 768 * 100vw), 32px);
		}
		&:nth-child(2),
		&:nth-child(3){
			margin-top: 16px;
			font-family: 'Noto Serif JP', serif;
			letter-spacing: 0.2em;
		}
		&:nth-child(2){
			font-weight: 700;
		}
		&:nth-child(4){
			margin-top: 8px;
			font-size: 14px;
			font-family: 'Noto Serif JP', serif;
			letter-spacing: 0.2em;
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: calc(min(100%, var(--wrap-max)) - clamp(320px, calc(464 / 1200 * 100vw), 464px)) clamp(320px, calc(464 / 1200 * 100vw), 464px);
		& h2{
			order: 1;
			align-self: center;
		}
		& h2+div{
			padding: clamp(48px, calc(80 / 1200 * 100vw), 80px);
			border-right: 1px solid currentColor;
		}
	}
}

#news{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	padding-bottom: clamp(64px, calc(120 / 1200 * 100vw), 120px);
	border: 0 solid currentColor;
	border-width: 1px 0;
	overflow: hidden;
	& h2{
		margin-block: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	#newsLink{
		position: relative;
		padding-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 50%;
			width: max(100dvw, var(--wrap-min));
			border-top: 1px solid currentColor;
			transform: translateX(-50%);
			z-index: -1;
		}
	}
	@media (max-width: 991.98px) {
	}
	@media (min-width: 992px) {
		grid-template-columns: clamp(320px, calc(464 / 1200 * 100vw), 464px) calc(min(100%, var(--wrap-max)) - clamp(320px, calc(464 / 1200 * 100vw), 464px));
		& h2{
			align-self: center;
		}
		#newsList{
			border-left: 1px solid currentColor;
		}
		#newsLink{
			grid-column: 1 / 3;
		}
	}
}

#newsList{
	display: grid;
	align-content: center;
	& section{
		position: relative;
		align-items: center;
		grid-gap: 8px 16px;
		align-content: start;
		grid-row-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		&:before{
			position: absolute;
			top: 0;
			width: max(100dvw, var(--wrap-min));
			border-top: 1px solid currentColor;
			z-index: -1;
		}
	}
	& h3{
		order: 1;
		font-weight: 500;
	}
	& h3+div{
		display: contents;
	}
	& time{
		font-size: 14px;
	}
	& ul{
		grid-gap: 8px;
	}
	& li{
		display: grid;
		min-height: 24px;
		padding: 0 16px;
		border-radius: 12px;
		font-size: 14px;
		&.new{
			background: var(--color);
			border: 1px solid transparent;
			color: #fff;
		}
		&.pickup{
			border: 1px solid currentColor;
			color: #df0024;
		}
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
	@media (max-width: 991.98px) {
		& section{
			display: flex;
			flex-wrap: wrap;
			padding: clamp(24px, calc(40 / 1200 * 100vw), 40px) 0;
			&:before{
				content: "";
				left: 50%;
				transform: translateX(-50%);
			}
		}
		& ul{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
		& h3{
			width: 100%;
		}
	}
	@media (min-width: 992px) {
		display: grid;
		grid-template-columns: auto auto 1fr;
		& section{
			grid-column: span 3;
			display: grid;
			grid-template-columns: subgrid;
			grid-template-rows: 1fr;
			min-height: 96px;
			padding: 16px clamp(24px, calc(40 / 1200 * 100vw), 40px);
			&:nth-child(n+2):before{
				content: "";
				left: 0;
			}
		}
		& ul{
			display: grid;
		}
	}
}

#pickup{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	padding: clamp(24px, calc(40 / 1200 * 100vw), 40px) 0 clamp(64px, calc(120 / 1200 * 100vw), 120px) 0;
	border: 0 solid currentColor;
	border-width: 1px 0;
	overflow: hidden;
	#pickupList{
		margin-top: clamp(16px, calc(40 / 1200 * 100vw), 40px);
	}
	#pickupLink{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
}

#pickupList{
	& section{
		position: relative;
		display: grid;
		align-content: start;
		grid-row-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		padding: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
		}
		& img{
			aspect-ratio: 3 / 2;
		}
	}
	& h3{
		order: 1;
		font-weight: 500;
	}
	& h3+div{
		display: contents;
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
	& figure{
		& img{
			object-fit: cover;
		}
	}
	.slide{
		display: grid;
		&:not(.slick-initialized){
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
			grid-gap: 24px;
			& section{
				border: 1px solid currentColor;
			}
		}
	}
	.slick-list{
		overflow: visible;
	}
	.slick-track{
		display: flex;
		border: solid currentColor;
		border-width: 1px 0;
	}
	.slick-slide{
		display: grid;
		width: min(80dvw, 380px);
		height: auto;
		border-left: 1px solid currentColor;
		&:last-child{
			border-right: 1px solid currentColor;
		}
	}
	.slick-dots{
		margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
	}
}

#highlight{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	padding: clamp(24px, calc(40 / 1200 * 100vw), 40px) 0 clamp(64px, calc(120 / 1200 * 100vw), 120px) 0;
	border: 0 solid currentColor;
	border-width: 1px 0;
	#highlightList{
		margin-top: clamp(16px, calc(40 / 1200 * 100vw), 40px);
	}
	#highlightLink{
		margin-top: clamp(32px, calc(64 / 1200 * 100vw), 64px);
	}
}

#highlightList{
	display: grid;
	grid-row-gap: 40px;
	& section{
		counter-increment: count;
		display: grid;
		grid-row-gap: clamp(16px, calc(40 / 1200 * 100vw), 40px);
		border: 1px solid currentColor;
		border-radius: 16px;
		overflow: hidden;
	}
	& h3{
		display: grid;
		align-items: center;
		justify-items: center;
		grid-gap: 8px 16px;
		margin-inline: clamp(24px, calc(64 / 1200 * 100vw), 64px);
		font-size: clamp(20px, calc(32 / 768 * 100vw), 32px);
		text-align: center;
		&:before{
			content: '0'counter(count);
			display: grid;
			align-items: center;
			width: 120px;
			min-height: clamp(48px, calc(60 / 768 * 100vw), 60px);
			padding: 8px 24px;
			background: linear-gradient(90deg, var(--color-theme-sub) 8px, var(--color) 8px, var(--color) 9px, var(--color-theme-sub) 9px, var(--color-theme-sub) calc(100% - 9px), var(--color) calc(100% - 9px), var(--color) calc(100% - 8px), var(--color-theme-sub) calc(100% - 8px));
			border: 1px solid currentColor;
			font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
			font-family: 'Noto Serif JP', serif;
			text-align: center;
			z-index: 1;
		}
	}
	& div{
		margin-inline: clamp(24px, calc(64 / 1200 * 100vw), 64px);
		h3+div+&{
			display: flex;
			justify-content: center;
			margin-bottom: clamp(24px, calc(64 / 1200 * 100vw), 64px);
		}
		& a{
			display: grid;
			grid-template-columns: auto auto;
			justify-content: center;
			align-items: center;
			column-gap: 24px;
			min-width: min(80%, 280px);
			min-height: clamp(40px, calc(56 / 1200 * 100vw), 56px);
			padding: 4px 24px;
			background: #fff;
			border: 1px solid currentColor;
			border-radius: clamp(24px, calc(28 / 1200 * 100vw), 28px);
			color: inherit;
			text-align: center;
			text-decoration: none;
			filter: drop-shadow(4px 4px 0 currentColor);
			transition: all 0.2s ease-out;
			&: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" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 2px;"><polyline points="9 3 14 8 9 13"/><polyline points="2 8 14 8"/></svg>') no-repeat center / contain;
			}
			&:hover{
				background: var(--color-theme-sub);
				filter: drop-shadow(0 0 0 currentColor);
				transform: translate(4px, 4px);
			}
		}
	}
	& figure{
		position: relative;
		& img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	@media (max-width: 575.98px) {
		& section{
			& figure{
				order: -1;
				aspect-ratio: 2 / 1;
			}
		}
		& h3{
			grid-template-rows: 8px;
			&:before{
				transform: translateY(-50%);
			}
		}
	}
	@media (min-width: 576px) {
		& section{
			&:nth-child(odd){
				grid-template-columns: 1fr 1fr;
				& h3{
					grid-template-columns: 0 1fr;
					&:before{
						justify-self: end;
					}
				}
				& figure{
					grid-column: 1;
					border-right: 1px solid currentColor;
				}
			}
			&:nth-child(even){
				grid-template-columns: 1fr 1fr;
				& h3{
					grid-template-columns: 1fr 0;
					&:before{
						order: 1;
						justify-self: start;
					}
				}
				& figure{
					grid-column: 2;
					border-left: 1px solid currentColor;
				}
			}
			& figure{
				grid-row: 1 / 4;
			}
		}
		& h3{
			margin-top: clamp(24px, calc(48 / 1200 * 100vw), 48px);
			padding: 0 24px;
		}
	}
	@media (min-width: 992px) {
		& section{
			&:nth-child(odd){
				grid-template-columns: 1.5fr 1fr;
			}
			&:nth-child(even){
				grid-template-columns: 1fr 1.5fr;
			}
		}
	}
}

#search{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	border: 0 solid currentColor;
	border-width: 1px 0;
	overflow: hidden;
	& h2{
		margin-block: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	& h2+div{
		justify-self: center;
		margin: 24px 0;
		font-size: 11px;
	}
	#searchMenu{
		position: relative;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			width: max(100dvw, var(--wrap-min));
			height: 100%;
			background: #77d2e0;
			z-index: -1;
		}
	}
	@media (max-width: 991.98px) {
		& h2+div{
			order: 1;
		}
		#searchMenu{
			padding-bottom: clamp(64px, calc(120 / 1200 * 100vw), 120px);
			&:before{
				left: 50%;
				border-top: 1px solid currentColor;
				transform: translateX(-50%);
			}
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: clamp(320px, calc(464 / 1200 * 100vw), 464px) calc(min(100%, var(--wrap-max)) - clamp(320px, calc(464 / 1200 * 100vw), 464px));
		grid-template-rows: 1fr auto;
		& h2{
			align-self: center;
		}
		& h2+div{
			margin: 24px;
		}
		#searchMenu{
			grid-column: 2;
			grid-row: 1 / 3;
			padding: 0 clamp(24px, calc(40 / 1200 * 100vw), 40px) clamp(64px, calc(120 / 1200 * 100vw), 120px) clamp(24px, calc(40 / 1200 * 100vw), 40px);
			&:before{
				left: 0;
				border-left: 1px solid currentColor;
			}
		}
	}
}

#searchMenu{
	& section{
		display: grid;
	}
	& h3{
		justify-self: start;
		display: grid;
		align-items: center;
		column-gap: 16px;
		padding: 8px 24px;
		min-width: min(80%, 260px);
		min-height: clamp(48px, calc(60 / 768 * 100vw), 60px);
		background: linear-gradient(90deg, var(--color-theme-sub) 8px, var(--color) 8px, var(--color) 9px, var(--color-theme-sub) 9px, var(--color-theme-sub) calc(100% - 9px), var(--color) calc(100% - 9px), var(--color) calc(100% - 8px), var(--color-theme-sub) calc(100% - 8px));
		border: 1px solid currentColor;
		font-weight: 500;
		font-size: 20px;
		font-size: clamp(16px, calc(20 / 768 * 100vw), 20px);
		text-align: center;
	}
	#searchSend{
		margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	@media (max-width: 991.98px) {
		#searchArea{
			margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		}
	}
	@media (max-width: 575.98px) {
		#searchArea{
			margin-bottom: 16px;
		}
	}
	@media (min-width: 576px) {
		#searchArea{
			margin-bottom: calc(0px - clamp(16px, calc(48 / 1200 * 100vw), 48px));
		}
	}
	@media (min-width: 992px) {
		& h3{
			transform: translateX(calc(0px - clamp(64px, calc(72 / 1200 * 100vw), 72px)));
		}
	}
}

#searchArea{
	& h3+div{
		margin-top: 16px;
	}
	& a{
		cursor: pointer;
		color: inherit;
		& use{
			fill: #fff;
			stroke: currentColor;
			.select &{
				fill: var(--color-theme-sub);
			}
		}
	}
	& g{
		pointer-events: none;
	}
	& use{
		fill: currentColor;
	}
	@media (min-width: 992px) {
		& h3{
			grid-column: 1;
			grid-row: 1;
			align-self: start;
			margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		}
		& h3+div{
			grid-column: 1;
			grid-row: 1;
			margin-left: clamp(24px, calc(40 / 1200 * 100vw), 40px);
		}
	}
}
_::-webkit-full-page-media, _:future, :root #searchArea svg{
	letter-spacing: -0.5em;
}

#searchTheme{
	& h3+div{
		display: grid;
		justify-items: start;
		grid-row-gap: 16px;
		margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	& ul{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px;
		&:has([name="cat"]){
			& label{
				display: grid;
				align-items: center;
				min-height: 40px;
				padding: 8px 24px;
				background: #fff;
				border-radius: 20px;
				font-size: 14px;
				&:has(:checked){
					background: var(--color);
					color: #fff;
				}
			}
			& input{
				display: none;
			}
		}
		&:has([name="dc"]){
			column-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px);
			min-height: 56px;
			padding: 16px 24px;
			background: #fff;
			border-radius: 28px;
			& label{
				display: grid;
				grid-template-columns: auto 1fr;
				column-gap: 8px;
				min-width: 160px;
			}
			& input{
				aspect-ratio: 1;
				width: 1em;
				border: 1px solid #a2a2a2;
				border-radius: 100%;
				transform: translateY(calc(0.825em - 50%));
				&:checked{
					background: var(--color-theme-sub) 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: white; stroke-width: 6px;"><circle cx="8" cy="8" r="8"/></svg>') no-repeat center / contain;
				}
			}
		}
	}
	& li{
		display: contents;
	}
	& label{
		cursor: pointer;
	}
}

#business{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-block: 12px;
	padding: clamp(24px, calc(40 / 1200 * 100vw), 40px) 0;
	border: 0 solid currentColor;
	border-width: 1px 0;
	& h2+div{
		margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
	}
	& ul{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 16px), 208px), 1fr));
		grid-gap: 24px;
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-row-gap: 16px;
		width: min(100%, 12em);
		margin-inline: auto;
		color: inherit;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		word-break: keep-all;
		overflow-wrap: anywhere;
		&:before,
		&:after{
			content: "";
			grid-column: 1;
			grid-row: 1;
			justify-self: center;
			aspect-ratio: 1;
			width: 140px;
		}
		&:before{
			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"><path d=""/><rect width="100%" height="100%"/></svg>') no-repeat center / 64px;
		}
		&[href="https://yamaguchi-tourism.jp/business/feature/dc-information"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M41.25,14.22c0-.5-.93-.71-1.44-.71h-15.98c-.5,0-.4.21-.4.71v4.08h-6.16v2.96c0,.29.68.75.68,1.26v6.36c0,.52-.68.97-.68,1.26v20.35h30.14v-20.35c0-.29-.68-.75-.68-1.26v-6.36c0-.52.68-.97.68-1.26v-2.96h-6.16v-4.08ZM39.19,18.3h-13.7v-2.74h13.7v2.74ZM7,23.48v21.62c0,2.81,1.69,5.4,4.53,5.4h3.69v-20.35c0-.29-.68-.75-.68-1.26v-6.36c0-.52.68-.97.68-1.26v-2.96h-3.69c-2.84,0-4.53,2.37-4.53,5.17ZM51.33,18.3h-1.86v2.96c.68.29.68.75.68,1.26v6.36c0,.52,0,.97-.68,1.26v20.35h1.86c2.84,0,5.67-2.59,5.67-5.4v-21.62c0-2.81-2.84-5.17-5.67-5.17Z"/></svg>');
		}
		&[href="/feature/dc#1317"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M45.3,16.23c-.43,0-.99-.26-.99-.69v-7H12.99c-.43,0-.99.42-.99.85v45.38c0,.42.57.69.99.69h38.46c.43,0,.54-.26.54-.69V16.23h-6.7ZM15.08,13.15h25.38v1.54H15.08v-1.54ZM15.08,17h25.38v1.54H15.08v-1.54ZM48.92,37.77H15.08v-1.54h33.85v1.54ZM48.92,33.92H15.08v-1.54h33.85v1.54ZM48.92,30.08H15.08v-1.54h33.85v1.54ZM48.92,26.23H15.08v-1.54h33.85v1.54ZM48.92,22.38H15.08v-1.54h33.85v1.54ZM45.85,9v5.69h6.05l-6.05-5.69Z"/></svg>');
		}
		&[href="/photo/index.html"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M56.8,28.57c0-.3-.11-.64-.42-.92-.12-.01-.28-.05-.43-.05-4.77,0-9.55,0-14.32,0-.14,0-.27.07-.4.1.03.11.03.16.05.19.18.26.37.51.55.78,1.42,2.05,2.28,4.31,2.26,6.8-.04,3.74-1.51,6.87-4.41,9.28-4.82,3.99-12.73,3.54-17.03-1.47-2.77-3.24-3.69-6.97-2.54-11.14.4-1.43,1.12-2.71,2.03-3.89.13-.17.37-.34.16-.61-2.6-.14-14.18-.08-15.22.1-.02.3-.05.54-.05.77,0,6.72,0,13.44-.01,20.17,0,.88.29,1.56.99,2.05,2.05,1.42,4.21,2.36,6.81,1.78.96-.22,1.97-.3,2.96-.31,7.88-.02,15.75-.01,23.63-.01.48,0,.96.02,1.43.07,1.86.17,3.72.34,5.58.53,2.67.28,4.99-.72,7.21-2.02.14-.08.26-.19.37-.3.39-.37.84-.81.82-1.37,0-.28.2-.56.2-.84v-14.2c0-1.83-.2-3.66-.2-5.49ZM7.16,24.27c.48.01.91.03,1.34.03,4.81,0,9.62-.03,14.43.02,1.32.01,2.5-.26,3.64-.92.79-.46,1.61-.87,2.45-1.22,1.6-.68,3.24-.74,4.88-.13.56.21,1.11.44,1.65.69.58.27,1.15.55,1.71.85.97.52,1.99.73,3.09.72,3.42-.03,6.84-.01,10.26-.01,1.67,0,3.34,0,5.01,0,.3,0,.6-.07.96-.12,0-.83-.03-1.58.03-2.33.09-.99-.32-1.77-.92-2.5-.57-.69-1.28-1.19-2.09-1.54-.99-.43-2.03-.67-3.11-.78-1.7-.17-3.41-.22-5.12-.1-.23.02-.47,0-.8,0-.29-.5-.53-.91-.75-1.33-.22-.42-.4-.87-.64-1.28-.27-.48-.53-.99-.88-1.41-.93-1.11-2.07-1.76-3.6-1.75-4.18.04-8.35.03-12.53,0-.92,0-1.79.09-2.67.4-.95.34-1.69.86-2.16,1.75-.37.7-.69,1.43-1.04,2.14-.26.53-.46,1.09-.91,1.52-.46,0-.89,0-1.33,0-1.47.01-2.94,0-4.41.06-1.2.04-2.36.3-3.48.76-1.13.46-2.06,1.19-2.7,2.25-.31.52-.52,1.06-.48,1.69.04.59,0,1.19.02,1.79,0,.22.08.45.14.73ZM52.13,18.92c.84.01,1.53.7,1.53,1.52,0,.86-.78,1.6-1.64,1.55-.84-.05-1.47-.74-1.45-1.59.02-.84.7-1.48,1.55-1.47ZM28.65,12.82c2.38-.03,4.77.01,7.15-.02,1.21-.01,2.09.85,2.35,2.12.21.99-.44,2.26-1.38,2.67-.31.14-.69.17-1.04.17-1.15.02-2.3,0-3.46,0-1.19,0-2.38.01-3.58,0-1.35-.02-2.37-1.08-2.38-2.44-.01-1.35,1-2.49,2.33-2.51ZM30.46,27.27c-6.7,1.22-8.53,8.52-5,12.98,2,2.53,4.74,3.36,7.88,2.84,3.44-.57,6.71-3.66,6.59-9.09-.1-2.08-1.42-4.63-4.48-6.06-1.58-.74-3.25-.99-5-.67Z"/></svg>');
		}
		&[href="/movie/index.html"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M51.99,15.24c-.05-.72-.37-1.14-1.08-1.3-.59-.13-1.2-.18-1.85-.02-.02.28-.04.51-.05.74,0,.51,0,1.02-.02,1.53,0,.19-.07.38-.11.55-1.3.17-3.84.13-4.56-.08,0-.65,0-1.33,0-2.01,0-.23-.07-.45-.1-.69-.3-.02-.53-.04-.77-.04-.72,0-1.43-.02-2.15-.01-6.82.02-13.64.04-20.45.06-.3,0-.62-.09-.94.2-.08.41-.02.89-.05,1.35-.03.46.1.94-.11,1.37-1.47.16-3.8.13-4.51-.06-.19-.88.09-1.81-.16-2.7-.67-.28-1.31-.18-1.93.02-.61.19-.97.62-.96,1.29,0,.27,0,.55,0,.82-.05,10.57-.11,21.13-.16,31.7,0,.24-.01.48,0,.72.04.77.37,1.21,1.11,1.39.59.14,1.2.13,1.83.03.06-.48.11-.9.17-1.3,1.12-.16,3.79-.14,4.55.03.04.38.08.78.11,1.21.38.14.76.09,1.12.09,5.49-.01,10.98-.03,16.46-.05,1.94,0,3.89-.03,5.83-.06.3,0,.61.07.89-.15.04-.4.08-.79.12-1.17.86-.19,3.64-.22,4.57-.05.03.38.07.78.12,1.28.7.15,1.34.1,1.96-.08.61-.18.96-.62,1-1.27.01-.2,0-.41,0-.61.04-10.64.08-21.27.13-31.91,0-.27.01-.55,0-.82ZM19.63,43.99c-.83.26-3.28.3-4.42.07-.19-.65-.22-3.12-.06-4.33.92-.26,3.64-.25,4.52.02.14.93.11,3.48-.04,4.24ZM19.75,34.91c-.79.24-1.57.11-2.33.13-.74.02-1.48.05-2.2-.03-.18-.86-.17-3.55,0-4.38.74-.15,3.09-.18,4.39-.07.04.1.13.22.14.34.09,1.32.03,2.64,0,4.01ZM19.81,23.73c.02.71,0,1.42-.02,2.19-1.4.15-3.87.13-4.65-.05-.06-1.4-.03-2.82,0-4.21.73-.21,3.02-.26,4.57-.11.22.71.07,1.46.09,2.19ZM39.45,32.58c-.27.29-.6.57-.96.74-2.1,1.05-4.08,2.32-6.1,3.5-.7.41-1.38.88-2.08,1.29-.44.26-.89.5-1.37.67-.68.23-1.13,0-1.37-.67-.11-.31-.19-.66-.21-.99-.03-.75-.02-1.73-.02-2.47,0-.99,0-2.54,0-3.19h.03c0-1.96-.02-2.7,0-4.16,0-.5.05-.91.19-1.39.19-.67.67-.85,1.34-.67.36.1.72.26,1.04.44,2.87,1.63,5.73,3.28,8.59,4.92.32.18.62.43.88.69.38.38.4.9.03,1.29ZM48.81,43.96c-1.58.12-3.04.14-4.47.02-.21-.73-.23-3.38-.05-4.37.75-.2,3.31-.23,4.5-.05.2.71.07,1.45.08,2.19.01.71.04,1.42-.05,2.21ZM48.77,34.87c-1.13.12-3.65.11-4.42,0-.19-.74-.19-3.49,0-4.32.77-.18,3.52-.21,4.43-.05.17.74.17,3.42-.01,4.38ZM48.83,25.75c-.72.2-3.47.23-4.42.06-.18-.68-.2-3.28-.03-4.32.68-.17,3.43-.21,4.49-.05.12.89.09,3.53-.04,4.31Z"/></svg>');
		}
		&[href="/pamphlet/index.html"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M24.34,51.08h0s0,0,0-.01h0ZM39.67,51.02c-.1-.37-.88-1.02-1.47-1.61-1.09-1.07-1.13-3.48-1.13-3.48h-10.12s.15,2.43-.94,3.5c-.61.6-1.29,1.17-1.29,1.63h0c0,.09-.17.19-.08.25.2.17.52.31,1.43.31h12.05c.58,0,.96-.09,1.2-.2.3-.08.4-.22.36-.38,0-.02,0-.05,0-.07v.05ZM27.75,27.36c1.24,1.24,2.48,2.48,3.72,3.72.07.07.13.14.2.2.21.17.46.17.67,0,.05-.04.1-.09.15-.14,1.28-1.28,2.56-2.56,3.83-3.83.07-.07.14-.14.18-.22.15-.24.01-.55-.27-.6-.11-.02-.22-.02-.32-.02-.42,0-.84,0-1.26,0-.12,0-.24-.01-.42-.02,0-.19,0-.34,0-.49,0-2.26,0-4.51,0-6.77,0-.15,0-.3-.02-.45-.05-.39-.37-.69-.76-.74-.11-.01-.22,0-.33,0-.68,0-1.36,0-2.04,0-.15,0-.3,0-.45,0-.47.03-.81.37-.85.83,0,.12,0,.24,0,.37,0,2.26,0,4.51,0,6.77,0,.15.03.3-.04.47-.1,0-.2.03-.31.03-.43,0-.87,0-1.3,0-.11,0-.22,0-.33.01-.33.05-.47.37-.28.64.06.09.15.16.22.24ZM24.75,35.23c.08.04.33.05.41.05,4.68,0,8.91-.02,13.59-.02.09,0,.44.01.53-.04.4-.23.62-.57.62-1.03,0-1.01.01-2.01,0-3.02,0-.63-.48-1.12-1.1-1.15-.62-.03-1.15.42-1.21,1.03-.01.12-.02.24-.02.37,0,.43,0,.87,0,1.3,0,.09-.03.18-.04.26-.07.01-.11.03-.14.03-3.61,0-7.23,0-10.84,0-.01,0-.03,0-.04-.01-.01,0-.02-.02-.06-.05,0-.11-.02-.24-.02-.37,0-.46.01-.92,0-1.39-.03-.82-.77-1.35-1.53-1.1-.47.15-.79.58-.8,1.12-.01.99-.01,1.98,0,2.98,0,.47.23.83.66,1.05ZM55.15,12.38H8.63c-.82,0-1.63,1-1.63,1.79v30.05c0,.47.29.67.68.9.27.21.61.17.95.17h46.52c.34,0,.84.03,1.08-.18.35-.23.76-.43.76-.89V14.17c0-.79-1.03-1.79-1.85-1.79ZM55.1,38.96H9.53V14.28h45.57v24.68Z"/></svg>');
		}
		&:after{
			border: 1px solid currentColor;
			border-radius: 100%;
			transition: all 0.2s ease-out;
		}
		&:hover:after{
			background: var(--color-theme-sub);
		}
	}
}

#footer{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	padding-top: clamp(32px, calc(56 / 1200 * 100vw), 56px);
	background: var(--color);
	color: #fff;
}

#fAddress{
	display: grid;
	justify-content: center;
	grid-gap: 16px clamp(24px, calc(72 / 1200 * 100vw), 72px);
	& h2{
		font-size: clamp(20px, calc(24 / 768 * 100vw), 24px);
	}
	& h2+div{
		margin-top: clamp(8px, calc(16 / 768 * 100vw), 16px);
	}
	& a{
		display: block;
		aspect-ratio: 300 / 55;
		width: clamp(264px, calc(352 / 768 * 100vw), 352px);
		background: #fff;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 550.04 100"><path d="M151.6,35.59c-1.56,0-3.98.24-9,2.11-.32.12-1.17.46-2.09.84-1.27.51-3.01,1.22-3.16,1.25-.21,0-.29-.22-.29-.76,0-.46,0-4.54.11-5.66.11-1.86.16-1.93.78-2.15l.18-.07c1.55-.64,5.19-2.15,5.19-3.93,0-.55-.25-1.04-.74-1.47-.82-.71-2.17-1.06-2.72-.97l-.05.02c-.09.04-.31.19-.31.37,0,.08.04.19.15.44.04.11.11.27.12.3,0,.6-1.35,1.13-1.66,1.13-.2,0-.24-.32-.24-.4,0-.7.27-2.09.42-2.84.05-.26.09-.46.1-.52.03-.12.19-.45.35-.81.43-.92.76-1.66.76-1.98,0-1.09-1.96-3.75-5.59-3.75-.46,0-1.34.16-1.34.76,0,.08,0,.18.79.97,1.43,1.48,1.68,2.5,1.68,4.08,0,.67-.27,5.25-.47,5.6-.31.27-4.7,1.52-6.54,1.52-.72,0-1.57-.13-2.42-.26-.06,0-.28-.06-.43-.1-.26-.07-.42-.11-.52-.11-.36,0-.6.22-.6.55,0,.46,2.08,4.18,3.96,4.18.77,0,1.06-.1,3.33-.85l.46-.15c.29-.1,1.75-.46,2.36-.46.42,0,.55.66.55.98.05.88.1,5.33.1,6.56,0,1.36-.22,1.47-2.89,2.78-3.1,1.52-4.02,1.77-5.38,1.77-.14,0-.63-.07-1.05-.13-.48-.07-.93-.13-1.1-.13-1.05,0-1.71,1.16-1.71,2.23,0,1.88,2.79,3.49,3.44,3.49.29,0,.88-.35,1.62-.8.2-.12.37-.22.43-.26l.15-.05c.31-.11.73-.26,1.11-.26.59,0,.83,0,2.46,3.16.41.81,1.02,2.04,2.58,2.04,2.08,0,2.86-3.72,2.86-6.07,0-.26-.04-.95-.08-1.67-.04-.74-.08-1.51-.08-1.8,0-.76.22-.89,3.05-2.41l.11-.06c6.44-3.41,9.52-3.92,10.79-3.92,2.34,0,4.86,2.14,4.86,5.6,0,2.55-2.45,6.33-7.7,6.33-1.21,0-3.23-.3-3.23-2.34,0-.73.28-1.11.44-1.32l.06-.09c.09-.12.18-.25.18-.43,0-.21-.19-.44-.45-.44-.54,0-2.81,1.73-2.81,4.33s2.25,4.44,5.59,4.44c4.11,0,11.79-3.01,11.79-10.27,0-5.01-4.29-8.12-8.27-8.12ZM134.66,45.75c0,2.63-.77,3.86-1.29,3.86-.64,0-2.02-1.56-2.02-2.29,0-.51,2.66-1.97,3.26-2.21.03.08.05.26.05.63Z"/><path d="M159.16,26.29c-3.56,0-5.86,3.04-5.86,3.49,0,.26.14.39.39.39.18,0,.35-.05.64-.19.72-.31,1.15-.49,1.93-.49,1.7,0,4.23.71,4.23,2.65,0,.3-.08.52-.16.78l-.04.13s-.03.06-.04.1c-.07.15-.12.26-.12.35,0,.31.23.45.45.45.15,0,.56-.1,1.12-.25.22-.06.41-.11.46-.12.12,0,.46.02.81.05.4.03.81.06.98.06,1.25,0,1.92-1.57,1.92-2.7,0-2.34-2.3-4.7-6.7-4.7Z"/><path d="M189.54,40.66c0-.3-.17-.6-.45-.6-.64,0-1.77,1.86-1.79,1.87-1.57,2.62-1.74,2.8-2.52,2.8-1.47,0-4.18-3.69-4.18-8.96,0-2.69.48-4.57,1.25-6.72.13-.37.23-.67.32-.9.26-.72.32-.91.32-1.26,0-1.54-2.47-5.8-4.96-5.8-.24,0-.5.14-.5.39,0,.32.05.48.34,1.54l.08.29c.15.55.36,1.96.36,3,0,.66-.18,2.6-.36,4.48-.19,1.99-.38,4.06-.38,4.81,0,10.18,6.71,15.73,10.16,15.73,1.05,0,2.18-.69,2.18-1.81,0-.23-.14-.75-.34-1.47l-.09-.32c-.13-.44-.31-1.13-.31-2.05,0-1.08.11-1.57.67-3.93.06-.18.17-.89.17-1.11Z"/><path d="M208.07,27.96c-2.32-1.89-5.44-2.04-5.47-2.04-.39,0-.66.18-.66.45s.47.7,1.81,1.83c.34.29.64.54.76.66,2.73,2.73,2.73,4.9,2.73,9.22,0,3.06,1.5,3.7,2.76,3.7s2.81-.63,2.81-3.65c0-3.92-1.82-7.82-4.74-10.18Z"/><path d="M258.13,28.03c-.14-.05-.84-.27-1.37-.27-.61,0-.92.17-.92.5s.26.6.54.82c1.43,1.16,2.96,3.02,3.41,4.13l.06.16c.53,1.28,1.14,2.74,2.47,2.74.85,0,1.71-.73,1.71-2.13,0-2.78-3.06-5.04-5.9-5.95Z"/><path d="M251.34,30.18c-.38-.08-.89-.09-1.13.1-.09.07-.14.17-.14.28,0,.26.35.77.56,1.06,1.68,2.15,2.03,2.6,2.6,4.05.85,2.08,1.35,3.16,2.43,3.16.93,0,2.02-1.02,2.02-2.34,0-1.91-1.96-5.14-6.34-6.32Z"/><path d="M249.41,50.4c-.21,0-1.03.06-1.98.13-1.21.09-2.57.19-3.01.19-2.48,0-6.23,0-6.23-9.22,0-13.41,7.23-19.52,13.95-19.52.26,0,1.12.14,1.95.27.95.15,1.94.31,2.31.31.94,0,2.34-.68,2.34-2.13,0-1.86-2.3-2.7-4.44-2.7-3.38,0-14.85,3.22-19.75,4.6l-.47.13c-7.24,2.06-7.97,2.25-10.14,2.25-.08,0-.32-.05-.55-.1-.86-.19-1.44-.29-1.63-.05-.22.24-.22.66.02,1.21.6,1.37,2.57,3.35,4.58,3.35.57,0,1.09-.28,1.69-.61l.18-.1c1.74-1,12.56-5.59,15.56-5.6-.25.22-.75.62-1.12.89-6.68,5.98-7.68,15.33-7.68,20.36,0,7.58,3.67,11.42,10.9,11.42.64,0,6.28-.08,6.28-2.97,0-1.35-1.01-2.13-2.76-2.13Z"/><path d="M299.48,29.49c-.11,0-.47-.07-.78-.13-.44-.08-.71-.13-.85-.13-.37,0-.45.18-.45.34,0,.1.04.26.11.52.04.15.1.37.1.43,0,1.52-3.66,2.55-4.18,2.55-.46,0-.5-.04-.5-1.34,0-2.16.21-4.85.25-5.04v-.05c.05-.68.1-.69.46-.78l.2-.06c1.61-.51,4.97-1.58,4.97-3.58,0-.87-.88-1.18-1.71-1.18-.67,0-1.38.24-1.85.4l-.1.03c-1.08.39-1.28.46-1.42.47-.02-.02-.02-.11-.02-.14,0-.72.42-2.53.77-3.34.04-.1.17-.33.32-.6.55-1,1.01-1.87,1.01-2.26,0-1.29-3.04-2.6-4.44-2.6-.45,0-1.5,0-1.5.55,0,.1.06.22.22.53.06.12.14.26.15.31v.02c.16.34.94,2.1.94,3.18s-.16,4.07-.31,4.59c-.06.27-.28.64-1.56.64-.75,0-2.73,0-4.99-1.39-.01,0-1.42-.87-1.57-.87-.29,0-.39.34-.39.55,0,2.1,3.33,4.9,7.21,5.17h.14c.38.03.74.05.79.13,0,.06-.41,6.75-.46,7.03-.22.58-1.89.88-4.98.88-2.32,0-4.44-.31-6.29-.93-.04-.02-.12-.05-.23-.09-.92-.39-1.59-.65-1.84-.65-.23,0-.34.13-.34.39,0,.52.87,1.84,1.58,2.55,2.31,2.15,5.77,2.2,7.19,2.2h.19c.34,0,1.26-.06,2.22-.13.97-.07,1.98-.13,2.35-.13.32,0,.34.08.34.61.05,1.38.11,4.88.11,5.98,0,1.76,0,1.76-.4,1.76-.17,0-.68-.03-1.23-.07-.64-.04-1.3-.09-1.55-.09-5.95,0-9.64,2.2-9.64,5.75,0,2.26,1.87,5.86,6.91,5.86,4.34,0,7.92-2.79,9.1-5.41l.03-.07c.25-.55.32-.66.48-.66.46,0,2.46,1.42,3.54,2.77l.07.09c1.85,2.21,2.09,2.5,2.9,2.5.95,0,1.97-.91,1.97-2.39,0-2.76-3.8-5.56-7.58-7.1-.97-.37-.99-.47-1.18-2.1v-.12c-.07-.61-.64-6.58-.64-7.55,0-.37,0-.39,1.66-.98,2.17-.71,8.37-3.19,8.37-5.22,0-1.33-1.47-1.44-3.7-1.6ZM288.8,51.76c-1.16,1.06-3.39,1.9-5.08,1.9-1.55,0-4.02-.66-4.02-2.44,0-2.78,5.22-2.81,5.44-2.81,1.58,0,4.55.33,4.82,1,.17.37-.26,1.56-1.16,2.36Z"/><path d="M355.56,25.98c-.65-.2-3.25-.95-3.84-.95-.52,0-.6.25-.6.39,0,.17.13.37.29.46.92.87.98.94.98,1.17,0,.38-.26.44-1.45.55-.26,0-.97.07-1.6.13-.39.04-.79.08-.86.08-.39,0-.4-.08-.4-.08,0-.22.03-.47.18-1.9l.24-2.28c.03-.28.34-1.37.55-2.09.22-.76.24-.86.24-.92,0-1.3-1.4-3.86-4.65-3.86-.65,0-1.34.2-1.34.76,0,.19.86,1.73,1.02,2.03h0c.43.81.61,1.87.61,3.54,0,.64-.1,3.17-.26,4.22-.18.93-.31.99-3.62,1.53h-.06c-.69.12-2.66.53-4.56.93-1.68.35-3.58.75-3.77.76-.47,0-.5-.17-.5-1.34,0-.96.04-2.41.25-3.93,0-.06.01-.1.01-.1h0c.16-.79.26-1.32.26-1.65,0-1.98-3.34-3.49-4.7-3.49-.69,0-1.71.29-1.71.92,0,.14.16.47.68,1.46.23.44.47.9.54,1.08.54,1.27.83,2.51.83,5.45,0,2.01-.09,2.29-.77,2.51-.83.29-3.27.72-6.61.72-.22,0-.88-.05-1.52-.1-.69-.05-1.41-.11-1.69-.11-.57,0-.86.14-.86.92,0,3.05,4.41,4.07,5.59,4.07.41,0,1.41-.36,2.57-.79,1.08-.39,2.31-.84,2.73-.84.74,0,.76.4.76,4.76,0,9.86,0,14.37,15.21,14.37,4.1,0,6.17-.89,6.17-2.65,0-1.26-1.47-2.44-3.02-2.44-.76,0-2.35.32-2.56.37-1.34.28-2.88.42-4.59.42-6.99,0-8.12-2.13-8.12-7.22,0-.14.1-4.9.16-6.66.05-1.02.11-1.49.45-2.07.6-1.02,9.97-3.17,11.14-3.17.61,0,.61.1.61.5,0,.47-.6,4-1.51,5.92-.38.87-.88,1.26-1.62,1.26-.2,0-.89-.23-1.5-.43-.81-.27-1.58-.52-1.91-.52-.11,0-.44,0-.44.29,0,.14.14.39.61,1.06.05.06.08.12.09.13.45.9.78,1.67.99,2.28.49,1.59.77,2.23,2.64,2.23,2.26,0,4.97-3.28,5.91-10.62q.31-2.67,3.23-2.67c.45,0,1.81.14,3.12.28,1.43.15,2.9.3,3.45.3,1.27,0,2.76-.5,2.76-1.92,0-1.3-1.19-2.14-4.23-3.01Z"/><path d="M545.32,43.3l-.08-.03c-3.1-1.4-8.3-3.73-14.58-10.02-3.79-3.79-5.46-4.31-6.7-4.31-1.81,0-2.84.32-7.36,3.93-2.27,1.8-6.05,3.8-8.47,4.01-.8.09-1.16.14-1.16.55,0,1.03,3.18,3.54,5.28,3.54.35,0,.7-.11.92-.28.17-.08,4.32-4.04,4.36-4.08l.09-.09c4.21-4.11,4.65-4.53,6.29-4.53.79,0,1.66.68,2.82,1.79.58.55,2.31,2.28,3.98,3.95,1.69,1.69,3.43,3.43,4.06,4.03,7.82,7.5,12.63,7.72,13.15,7.72,1.57,0,2.13-1.74,2.13-2.18,0-1.65-2.24-2.83-4.73-4Z"/><path d="M483.01,13.46c2.89,0,3.22,0,3.94-.79,1.51-1.84,1.64-2.04,2.5-2.04.66,0,5.19,2.89,5.19,3.94,0,.33-.72.85-1.51,1.44-.52.46-.66.85-.66,1.64,0,5.58.26,30.34.26,35.39,0,2.1,0,5.32-3.15,5.32-1.97,0-2.3-1.44-2.3-3.74s0-3.02-1.97-3.02h-32.7c-.66,0-1.9,0-1.9,1.84v2.43c0,1.44-.59,4.27-3.74,4.27-.99,0-2.04-.33-2.04-2.1,0-.85.39-4.33.46-5.06.2-3.55.33-16.22.33-20.88,0-3.09-.07-14.12-.33-16.75-.07-.66-.46-3.68-.46-4.27,0-.33.33-.33.46-.33.72,0,3.68,1.77,4.27,2.04.99.39,1.64.66,3.68.66h29.68ZM453.13,15.24c-1.44,0-2.5,0-2.56,1.64,0,.33.07,25.94.07,30.8,0,1.77.46,2.23,1.97,2.23h32.64c2.1,0,2.1-.72,2.1-2.82,0-4.27-.07-25.09-.07-29.81,0-1.31-.2-2.04-1.9-2.04h-32.24Z"/><path d="M384.08,51.88c-1.9,0-1.9,1.25-1.9,2.36,0,1.9,0,4.01-3.09,4.01-1.71,0-2.17-.72-2.17-2.63,0-4.73.33-25.74.33-30.07,0-3.74,0-4.27-.39-8.73-.07-.33-.2-1.77-.2-2.1,0-.46.07-.59.59-.59.2,0,6.7,1.25,6.7,2.63,0,.46-.2.66-1.18,1.71-.53.46-.53,3.74-.53,4.99,0,3.87-.07,20.95-.07,24.43,0,1.31.2,2.3,1.9,2.3h13.26c.52,0,1.64,0,1.84-1.31.07-.39.39-20.69.39-29.22,0-5.84-.13-13.26-.13-13.86,0-.52-.33-2.82-.33-3.28,0-.39.13-.53.59-.53s3.41.59,4.14.72c1.38.26,2.23.39,2.23,1.25,0,.39-1.25,1.9-1.38,2.23-.26.72-.33,1.38-.33,2.82-.2,12.15-.2,27.78-.2,38.88,0,1.71.53,2.3,1.97,2.3h13.4c1.84,0,1.97-1.05,1.97-2.63,0-2.56.13-14.05.13-16.35,0-5.65-.13-13.2-.2-13.99,0-.46-.26-2.76-.26-3.22,0-.39.13-.59.53-.59.33,0,6.37,1.38,6.37,2.82,0,.26-1.05,1.31-1.12,1.51-.39.92-.39,5.71-.39,7.22,0,2.95.13,16.09.13,18.78,0,1.58.07,8.6.07,9.98,0,2.1-1.18,3.68-3.35,3.68-1.9,0-1.97-1.45-1.97-3.48,0-1.05-.13-2.04-1.9-2.04h-35.46Z"/><path d="M195.72,88.6c.44,0,.62-.18.62-.62v-12.78c0-.55-.04-1.11-.09-1.62,0-.07-.02-.16-.02-.22,0-.24.18-.31.4-.31.24,0,.62.04.87.09.11,0,.24.02.36.02.53.04.91.07.91.33,0,.16-.11.2-.31.33-.24.18-.27.55-.27,1.33v12.83c0,.44.18.62.62.62h4.39c.42,0,.62-.18.62-.62v-8.46c0-.67.02-1.42-.09-1.95,0-.04-.02-.13-.02-.2,0-.27.16-.33.38-.33.31,0,1.04.11,1.4.13.24.02.71.02.71.31,0,.16-.13.22-.31.35-.24.18-.27.53-.27,1.31v8.97c0,1.02.07,2.02.07,3.04,0,.75-.18.84-.95.84-.64,0-.98-.04-.98-.75v-.42c0-.36-.16-.51-.51-.51h-11.96c-.35,0-.53.13-.53.49v.29c0,.73-.16.82-.95.82s-.98-.09-.98-.8c0-.98.04-1.95.04-2.93v-9.06c0-.55-.04-1.09-.09-1.58,0-.07-.02-.16-.02-.22,0-.27.18-.31.4-.31.29,0,1.04.09,1.4.13.29.02.71.02.71.29,0,.18-.11.22-.29.36-.24.18-.27.53-.27,1.29v8.9c0,.44.18.62.62.62h4.39Z"/><path d="M242.5,89.58h-10.65c-.36,0-.51.16-.51.51v.55c0,.53-.2.58-.95.58s-.95-.04-.95-.58c0-.8.04-1.6.04-2.4v-9.92c0-.64-.02-1.27-.02-1.89,0-.87.33-1.09,1.15-1.09.64,0,1.31.04,1.95.04h9.25c.64,0,1.29-.04,1.91-.04.82,0,1.2.18,1.2,1.09,0,.62-.02,1.24-.02,1.89v9.9c0,.8.04,1.58.04,2.37,0,.55-.2.6-.98.6s-.95-.07-.95-.6c0-.18,0-.35.02-.53-.02-.35-.18-.49-.53-.49ZM242.46,87.91c.38-.04.6-.24.6-.62v-9.63c0-.38-.22-.58-.6-.62h-10.54c-.4.04-.58.24-.62.62v9.63c.04.38.22.58.62.62h10.54Z"/><path d="M274.32,88.62c-.2,0-.27.02-.44.18-1.18,1.15-2.55,2.18-4.04,2.97-.18.09-.53.29-.75.29-.33,0-1.07-.75-1.07-1.09,0-.24.33-.36.6-.47,1.35-.6,3.2-1.93,4.17-3.02.09-.09.18-.22.31-.22.18,0,1.58.93,1.58,1.15,0,.18-.22.2-.36.2ZM278.12,89.27c0,.84.07,1.66.07,2.49,0,.69-.18.78-.95.78s-.93-.09-.93-.78c0-.82.04-1.64.04-2.49v-2.13c0-.42-.18-.6-.62-.6h-4.37c-.29,0-.4.18-.51.4-.16.31-.53.31-.87.31-.67,0-.95-.07-.95-.8s.07-1.53.07-2.31v-7.95c0-.55-.04-1.13-.09-1.69,0-.07-.02-.16-.02-.22,0-.24.2-.27.38-.27.22,0,1.29.07,1.55.09.18.02.49.02.49.27,0,.16-.11.2-.29.31-.24.16-.27.51-.27,1.2v8.48c.04.42.2.6.64.6h12.36c.89,0,1.75-.04,2.64-.04.47,0,.49.2.49.82s-.04.84-.47.84c-.89,0-1.78-.04-2.66-.04h-5.1c-.42,0-.62.18-.62.6v2.13ZM281.56,83.3h-5.9c-.13,0-.2.09-.31.2-.18.18-.44.18-.82.18-.64,0-.91-.04-.91-.55s.02-.98.02-1.46v-5.99c0-.42-.02-.87-.02-1.31,0-.73.38-.89,1.04-.89.47,0,.93.02,1.42.02h5.06c.47,0,.91-.02,1.35-.02.67,0,1.11.11,1.11.89,0,.42-.02.87-.02,1.31v5.99c0,.49.02.98.02,1.46s-.27.55-.91.55c-.38,0-.64,0-.84-.18-.09-.11-.16-.2-.29-.2ZM281.36,76.31c.27,0,.44-.2.44-.47v-.49c0-.27-.18-.44-.44-.44h-5.5c-.27,0-.44.18-.44.44v.49c0,.27.18.47.44.47h5.5ZM275.41,78.55c0,.31.22.53.53.53h5.33c.31,0,.53-.22.53-.53v-.35c0-.33-.22-.53-.53-.53h-5.33c-.31,0-.53.2-.53.53v.35ZM275.41,81.34c0,.33.22.55.53.55h5.33c.31,0,.53-.22.53-.55v-.38c0-.31-.22-.53-.53-.53h-5.33c-.31,0-.53.22-.53.53v.38ZM285.2,92.22c-.22,0-.4-.18-.55-.33-1.11-1-2.77-2.37-4.02-3.17-.16-.11-.42-.27-.42-.49s.6-.98,1.06-.98c.38,0,2.15,1.42,2.55,1.73.71.55,1.55,1.22,2.2,1.84.11.11.27.24.27.4,0,.33-.71,1-1.09,1Z"/><path d="M314,83.65c0,.36.16.51.51.53.4-.02.82-.04,1.22-.04s.42.18.42.69-.04.69-.42.69c-.42,0-.82-.07-1.24-.04-.35,0-.49.18-.49.53v.44c0,.38.16.49.53.51.36,0,.89-.02,1.22-.02.4,0,.42.16.42.69s-.04.67-.42.67c-.4,0-.78-.04-1.2-.02-.38,0-.55.13-.55.51v.53c0,.33.13.53.49.53.53.02,1.04-.04,1.58-.04.4,0,.42.2.42.8,0,.13.07.24.2.24.04,0,.09-.02.13-.04,1.75-1.22,2.2-2.6,2.4-4.64.02-.29.02-.47.22-.47.07,0,1.86.47,1.86.73,0,.18-.2.24-.33.29-.16.04-.22.11-.24.29-.38,2.06-.91,3.57-2.62,4.93-.29.22-.89.64-1.24.64s-1.07-.69-1.07-1.04c0-.04.02-.07.02-.11.02-.07.02-.13-.04-.16-.69-.02-1.38-.04-2.06-.04h-2.71c-.31,0-.44.13-.44.44,0,.73-.11.84-.87.84-.69,0-.87-.09-.87-.76,0-.8.04-1.6.04-2.42v-4.64c0-.09-.02-.18-.13-.18-.04,0-.09.02-.11.07-.16.22-.42.6-.67.6-.29,0-1.04-.67-1.04-.98,0-.13.11-.24.18-.33,1.15-1.42,1.82-2.46,2.66-4.08.02-.07.04-.13.04-.2,0-.24-.18-.33-.38-.33-.58,0-1.15.04-1.71.04-.47,0-.47-.29-.47-.78,0-.53,0-.78.49-.78.78,0,1.55.04,2.31.04h.07c.38,0,.53-.09.69-.47.09-.22.18-.44.24-.67.02-.04.02-.11.02-.16,0-.29-.22-.4-.47-.4h-.4c-.38,0-.58.07-.82.38-.42.55-.67.91-.91.91-.29,0-1.11-.47-1.11-.78,0-.09.07-.18.13-.24.78-.91,1.82-2.37,2.29-3.48.04-.13.09-.31.27-.31.16,0,.73.2.91.24.53.18.8.24.8.44,0,.18-.24.2-.38.22-.18.02-.24.2-.51.69-.02.07-.04.11-.04.18,0,.2.16.27.33.27h2.46c.8,0,1.6-.04,2.42-.04.44,0,.44.2.44.8s0,.78-.44.78c-.82,0-1.62-.04-2.42-.04h-.24c-.38,0-.53.11-.67.47-.07.22-.13.44-.2.64-.02.07-.02.13-.02.2,0,.29.2.36.44.38h1.55c.78,0,1.55-.04,2.33-.04.47,0,.47.27.47.78s0,.78-.47.78c-.8,0-1.58-.04-2.35-.04-.04,0-.09.02-.09.07s.02.07.04.07c.13.04.2.07.31.11.31.11.56.2.56.35,0,.18-.2.2-.31.24-.22.04-.24.07-.31.18-.11.24-.2.44-.29.67-.02.04-.04.09-.04.16,0,.2.16.29.33.29.62,0,1.33-.04,1.93-.04.4,0,.44.18.44.73s-.04.73-.42.73c-.71,0-1.4-.04-2.11-.04-.35,0-.51.18-.51.53v.35ZM311.05,82.76c-.33,0-.53.22-.53.53v.35c0,.31.2.53.53.53h.84c.31,0,.53-.22.53-.53v-.35c0-.31-.22-.53-.53-.53h-.84ZM311.05,85.45c-.33,0-.53.22-.53.55v.44c0,.31.2.53.53.53h.84c.31,0,.53-.22.53-.53v-.44c0-.33-.22-.55-.53-.55h-.84ZM311.05,88.25c-.38,0-.53.16-.53.53v.53c0,.38.13.53.53.53h.84c.38,0,.53-.16.53-.53v-.53c0-.38-.16-.53-.53-.53h-.84ZM311.98,81.39c.38,0,.58-.07.75-.42.2-.38.33-.78.51-1.18.02-.07.04-.11.04-.18,0-.36-.36-.36-.44-.36h-.55c-.4,0-.55.09-.73.44-.16.4-.35.78-.55,1.15-.02.09-.04.13-.04.22,0,.22.18.31.38.31h.64ZM320.13,85.29c-.38,0-.76.02-1.13.02-.71,0-.89-.31-.89-.98,0-.49.02-.98.02-1.44v-7.08c0-.47-.02-.93-.02-1.4,0-.71.16-1.04.91-1.04.38,0,.73.02,1.11.02h3.53c.35,0,.71-.02,1.07-.02.73,0,.93.27.93,1,0,.49-.02.95-.02,1.44v7.08c0,.47.02.93.02,1.4,0,.69-.13,1.02-.89,1.02h-.51c-.42,0-.58.18-.58.58v3.86c0,.62.18.67.67.67h.47c.42,0,.73.11.98-1.93.04-.38.07-.55.42-.55.38,0,1.09.11,1.09.6,0,.58-.4,2.09-.62,2.66-.33.82-1,.93-1.8.93h-1.04c-1.13,0-1.84-.27-1.84-1.55,0-.36.02-.73.02-1.11v-3.55c0-.44-.2-.62-.62-.62h-1.27ZM323.37,76.82c.33,0,.53-.2.53-.53v-.75c0-.33-.2-.53-.53-.53h-2.97c-.31,0-.53.2-.53.53v.75c0,.33.22.53.53.53h2.97ZM323.37,80.26c.33,0,.53-.2.53-.53v-.87c0-.31-.2-.53-.53-.53h-2.97c-.31,0-.53.22-.53.53v.87c0,.33.22.53.53.53h2.97ZM323.3,83.72c.38-.04.55-.22.6-.6v-.78c0-.38-.2-.55-.6-.62h-2.82c-.4.04-.58.22-.62.62v.75c.04.4.22.58.62.62h2.82Z"/><path d="M357.92,79.79c0,.42.18.58.6.62h5.26c.82,0,1.64-.07,2.46-.07.47,0,.47.24.47.91s0,.91-.47.91c-.82,0-1.64-.07-2.46-.07h-3.42c-.44.04-.62.18-.62.62v6.59c0,.84.2.98,1,.98h2.66c1.13,0,1.27-.53,1.49-2.09.09-.67.09-1.18.64-1.18.24,0,1.22.13,1.22.78,0,.8-.38,2.33-.75,3.04-.55,1.09-1.15,1.2-2.29,1.2h-3.57c-1.33,0-2.24-.24-2.24-1.8,0-.47.02-.93.02-1.4v-6.13c0-.44-.2-.58-.62-.62h-1.89s-.04.02-.04.04,0,.02.04.04c.18.04.51.11.51.35,0,.16-.24.27-.35.31-.13.07-.18.18-.2.33-.13,1.6-.4,2.97-1.13,4.42-.84,1.64-2.15,2.95-3.73,3.88-.42.24-1.71.95-2.17.95s-1.09-.87-1.09-1.31c0-.24.24-.31.55-.42,2.13-.75,3.84-2.02,4.88-4.06.53-1.07.84-2.77.87-3.97,0-.4-.18-.53-.55-.58h-2.93c-.82,0-1.64.07-2.46.07-.47,0-.47-.27-.47-.91s.02-.91.47-.91c.82,0,1.64.07,2.46.07h5.37c.44,0,.62-.2.62-.62v-4.86c0-.56,0-1.13-.09-1.69-.02-.09-.02-.16-.02-.22,0-.27.18-.31.4-.31.24,0,1.35.11,1.64.13.18.02.51.04.51.29,0,.18-.13.22-.31.36-.24.16-.27.49-.27,1.15v5.15ZM352.84,79.59c-.4,0-.44-.31-.93-1.38-.4-.89-1.02-1.86-1.55-2.69-.07-.11-.2-.29-.2-.42,0-.35.95-.8,1.22-.8.2,0,.36.16.49.31.22.31.95,1.6,1.18,2.02.22.4,1,1.8,1,2.17,0,.44-.93.78-1.2.78ZM364.42,74.77c0,.16-.2.22-.31.24-.38.09-.33.11-.93,1.33-.27.55-1.73,3.26-2.29,3.26-.29,0-1.26-.51-1.26-.87,0-.16.27-.49.35-.6.93-1.2,1.66-2.53,2.17-3.97.04-.13.09-.31.27-.31.04,0,2,.53,2,.91Z"/><path d="M391.47,79.17c.58,0,.73-.36.73-.58v-1.78c0-.73,0-1.18-.07-1.91-.02-.11-.02-.24-.02-.36,0-.16.09-.2.24-.2.38,0,1.33.11,1.75.18.11.02.4.07.4.24,0,.09-.07.16-.13.22-.29.33-.27.38-.27,1.8v1.78c0,.33.24.6.58.6h4.48c.31,0,.6-.22.6-.64v-.58c0-.75-.04-2.64-.11-3.31,0-.07-.02-.18-.02-.24,0-.18.13-.27.29-.27.31,0,1.24.11,1.6.16.29.04.49.07.49.27,0,.09-.04.13-.09.18-.11.09-.22.2-.24.71-.02.93-.02,1.86-.02,2.82v.16c0,.44.18.76.64.76h.75c.84,0,1.84-.04,2.64-.04.44,0,.53.22.53.91,0,.82-.09,1-.58,1-.87,0-1.73-.07-2.6-.07h-.75c-.49,0-.67.29-.67.76,0,.2,0,.38-.02.58-.04,1.4-.13,2.91-.51,4.28-.33,1.27-1.13,2.37-2.11,3.24-.8.69-2.82,1.98-3.31,1.98-.33,0-1.33-.95-1.33-1.24,0-.18.2-.27.33-.33,4.39-1.86,5.04-3.95,5.04-8.5,0-.38-.13-.76-.58-.76h-4.46c-.31,0-.58.27-.58.6v2.57c0,.53.04,1.09.04,1.64,0,.78-.2.78-1.04.78-.69,0-.95,0-.95-.58,0-.62.04-1.22.04-1.84v-2.55c0-.33-.29-.62-.62-.62h-.78c-.87,0-1.73.07-2.57.07-.53,0-.53-.42-.53-.89,0-.69,0-1.02.53-1.02.84,0,1.71.04,2.57.04h.67Z"/><path d="M438.47,88.58c0,.95.07,1.91.07,2.86,0,.55-.29.62-.95.62-.93,0-1.11-.09-1.11-.62,0-.93.04-1.89.04-2.82v-6.61c0-.13.07-.6-.31-.6-.2,0-.42.18-.58.29-1.51,1.15-3.15,2.15-4.82,3.06-.18.09-.47.27-.67.27-.33,0-1.31-1-1.31-1.35,0-.2.16-.29.31-.35,4.15-1.89,9.34-5.64,11.65-9.61.07-.11.18-.29.31-.29.22,0,.95.53,1.15.67.07.04.11.09.18.13.29.18.58.38.58.58,0,.18-.18.2-.38.27-.31.09-.38.18-.6.44-.98,1.24-2.04,2.4-3.17,3.48-.29.29-.4.4-.4.82v8.77Z"/><path d="M476.42,88.16c0,.98.04,1.95.04,2.93s-.09,1.06-1.11,1.06c-.71,0-1-.04-1-.82,0-1.04.04-2.11.04-3.15v-12.18c0-.62-.02-1.31-.07-1.8,0-.09-.04-.31-.04-.4,0-.2.07-.29.27-.29s1.42.2,1.66.24c.27.07.53.11.53.33,0,.11-.07.2-.13.29-.18.22-.18.38-.18.73-.02.6-.02,1.22-.02,1.82v11.23ZM480.68,82.01c.07.07.18.16.29.24.47.38,1.2,1,1.2,1.27,0,.38-.78,1.22-1.15,1.22-.2,0-.33-.13-.47-.27-1.15-1.04-2.26-1.98-3.55-2.84-.18-.11-.4-.24-.4-.47,0-.36.67-1.26,1.02-1.26.33,0,1.98,1.26,2.73,1.86.16.11.27.2.33.24Z"/><path d="M81.14,8.76c0,3.82-3.1,6.92-6.92,6.92s-6.92-3.1-6.92-6.92,3.1-6.92,6.92-6.92,6.92,3.1,6.92,6.92Z"/><path d="M93.7,57.62h-.01l-87.53-.79c-.38,0-.74-.21-.93-.54-.19-.33-.2-.74-.02-1.08L24.55,19.58c.19-.36.64-.57.98-.57.41,0,.78.24.96.6l6.2,12.19L46.28.66c.17-.39.55-.65.98-.66.43,0,.82.24,1.01.62l19.84,41.26,10.93-12.63c.24-.27.59-.42.95-.37.36.04.68.26.84.58l13.83,26.56c.18.34.16.75-.04,1.08-.2.32-.55.52-.93.52ZM8,54.66l83.89.76-12.25-23.51-10.97,12.67c-.24.28-.6.42-.97.37-.37-.05-.68-.28-.84-.61L47.33,3.72l-13.56,31.08c-.17.39-.55.64-.97.66-.45.03-.82-.22-1.01-.6l-6.31-12.4L8,54.66Z"/><path d="M79.93,57.33c-.6,0-1.09-.49-1.09-1.09v-24.26c0-.6.49-1.09,1.09-1.09s1.09.49,1.09,1.09v24.26c0,.6-.49,1.09-1.09,1.09Z"/><path d="M25.52,56.84c-.6,0-1.09-.49-1.09-1.09V20.1c0-.6.49-1.09,1.09-1.09s1.09.49,1.09,1.09v35.64c0,.6-.49,1.09-1.09,1.09Z"/><path d="M47.28,56.84c-.6,0-1.09-.49-1.09-1.09V1.09c0-.6.49-1.09,1.09-1.09s1.09.49,1.09,1.09v54.65c0,.6-.49,1.09-1.09,1.09Z"/><path d="M50.96,70.98c-1.83,0-2.81-1.04-3.52-1.81-.68-.73-1.07-1.11-1.92-1.11s-1.24.38-1.92,1.11c-.71.76-1.68,1.81-3.52,1.81s-2.81-1.04-3.52-1.81c-.68-.73-1.07-1.11-1.91-1.11s-1.23.38-1.91,1.11c-.71.76-1.68,1.81-3.51,1.81s-2.81-1.04-3.51-1.81c-.68-.73-1.07-1.11-1.91-1.11-.6,0-1.09-.49-1.09-1.09s.49-1.09,1.09-1.09c1.83,0,2.8,1.05,3.51,1.81.68.73,1.07,1.11,1.91,1.11s1.23-.38,1.91-1.11c.71-.76,1.68-1.81,3.51-1.81s2.81,1.05,3.51,1.81c.68.73,1.07,1.11,1.91,1.11s1.24-.38,1.92-1.11c.71-.76,1.68-1.81,3.52-1.81s2.81,1.04,3.52,1.81c.68.73,1.07,1.11,1.92,1.11.6,0,1.09.49,1.09,1.09s-.49,1.09-1.09,1.09Z"/><path d="M84.68,100c-1.83,0-2.81-1.04-3.52-1.81-.68-.73-1.07-1.11-1.92-1.11s-1.24.38-1.92,1.11c-.71.76-1.68,1.81-3.52,1.81s-2.81-1.05-3.52-1.81c-.68-.73-1.07-1.11-1.91-1.11s-1.23.38-1.91,1.11c-.71.76-1.68,1.81-3.51,1.81s-2.8-1.05-3.51-1.81c-.68-.73-1.07-1.11-1.91-1.11-.6,0-1.09-.49-1.09-1.09s.49-1.09,1.09-1.09c1.83,0,2.81,1.04,3.51,1.81.68.73,1.07,1.11,1.91,1.11s1.23-.38,1.91-1.11c.71-.76,1.68-1.81,3.51-1.81s2.81,1.04,3.52,1.81c.68.73,1.07,1.11,1.91,1.11s1.24-.38,1.92-1.11c.71-.76,1.68-1.81,3.52-1.81s2.81,1.04,3.52,1.81c.68.73,1.07,1.11,1.92,1.11.6,0,1.09.49,1.09,1.09s-.49,1.09-1.09,1.09Z"/><path d="M62.67,78.23c-1.86,0-2.82-1-3.58-1.8-.71-.74-1.12-1.12-2-1.12s-1.3.38-2.01,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.82-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.29.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.82-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.3.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.82-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.29.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.81-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12-.6,0-1.09-.49-1.09-1.09s.49-1.09,1.09-1.09c1.86,0,2.81,1,3.58,1.8.7.74,1.11,1.12,2,1.12s1.3-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.29-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.81,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.29-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.3-.38,2-1.12c.77-.8,1.72-1.8,3.59-1.8s2.82,1,3.58,1.8c.71.74,1.12,1.12,2,1.12.6,0,1.09.49,1.09,1.09s-.49,1.09-1.09,1.09Z"/><path d="M96.61,92.74c-1.86,0-2.82-1-3.58-1.8-.71-.74-1.12-1.12-2.01-1.12s-1.3.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.82-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.29.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.81-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.29.38-2,1.12c-.77.8-1.72,1.8-3.58,1.8s-2.82-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12s-1.3.38-2,1.12c-.76.8-1.72,1.8-3.58,1.8s-2.81-1-3.58-1.8c-.7-.74-1.11-1.12-2-1.12-.6,0-1.09-.49-1.09-1.09s.49-1.09,1.09-1.09c1.86,0,2.81,1,3.58,1.8.7.74,1.11,1.12,2,1.12s1.29-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.3-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.29-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.58,1.8c.7.74,1.11,1.12,2,1.12s1.3-.38,2-1.12c.77-.8,1.72-1.8,3.58-1.8s2.82,1,3.59,1.8c.71.74,1.12,1.12,2,1.12.6,0,1.09.49,1.09,1.09s-.49,1.09-1.09,1.09Z"/><path d="M74.41,85.49c-1.88,0-2.84-.99-3.61-1.79-.72-.74-1.13-1.13-2.04-1.13s-1.32.39-2.04,1.13c-.77.8-1.73,1.79-3.61,1.79s-2.83-.99-3.61-1.79c-.72-.74-1.13-1.12-2.03-1.12s-1.32.39-2.03,1.13c-.77.8-1.73,1.79-3.61,1.79s-2.83-.99-3.61-1.79c-.71-.74-1.13-1.12-2.03-1.12s-1.32.39-2.03,1.13c-.77.8-1.73,1.79-3.61,1.79s-2.83-.99-3.61-1.79c-.72-.74-1.13-1.12-2.03-1.12s-1.32.39-2.03,1.12c-.77.8-1.73,1.79-3.61,1.79s-2.83-.99-3.61-1.79c-.71-.74-1.13-1.12-2.03-1.12s-1.32.39-2.03,1.12c-.77.8-1.73,1.79-3.6,1.79s-2.83-.99-3.61-1.79c-.71-.74-1.13-1.12-2.03-1.12s-1.32.39-2.03,1.12c-.77.8-1.73,1.79-3.6,1.79s-2.83-.99-3.61-1.79c-.71-.74-1.13-1.12-2.03-1.12-.6,0-1.09-.49-1.09-1.09s.49-1.09,1.09-1.09c1.87,0,2.83.99,3.6,1.79.71.74,1.13,1.12,2.03,1.12s1.32-.39,2.03-1.12c.77-.8,1.73-1.79,3.6-1.79s2.83.99,3.61,1.79c.71.74,1.13,1.12,2.03,1.12s1.32-.39,2.03-1.12c.77-.8,1.73-1.79,3.6-1.79s2.83.99,3.61,1.79c.71.74,1.13,1.12,2.03,1.12s1.32-.39,2.03-1.13c.77-.8,1.73-1.79,3.61-1.79s2.84.99,3.61,1.79c.72.74,1.13,1.12,2.03,1.12s1.32-.39,2.03-1.12c.77-.8,1.73-1.79,3.61-1.79s2.83.99,3.61,1.79c.71.74,1.13,1.12,2.03,1.12s1.32-.39,2.03-1.12c.77-.8,1.73-1.79,3.61-1.79s2.84.99,3.61,1.79c.72.74,1.13,1.12,2.03,1.12s1.32-.39,2.04-1.13c.77-.8,1.74-1.79,3.61-1.79s2.84.99,3.61,1.79c.72.74,1.13,1.13,2.04,1.13.6,0,1.09.49,1.09,1.09s-.49,1.09-1.09,1.09Z"/></svg>') no-repeat center / contain;
	}
	@media (min-width: 992px) {
		grid-template-columns: auto auto;
		& h2+div+div{
			grid-column: 1;
			grid-row: 1 / 3;
			align-self: start;
		}
	}
}

#copyright{
	margin: clamp(16px, calc(24 / 1200 * 100vw), 24px) 0;
	font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
	text-align: center;
}

#pageTop{
	display: none;
}

.slick-dots{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: clamp(12px, calc(16 / 1200 * 100vw), 16px) clamp(16px, calc(24 / 1200 * 100vw), 24px);
	& li{
		display: contents;
	}
	& button{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		aspect-ratio: 1;
		width: clamp(12px, calc(16 / 1200 * 100vw), 16px);
		border: 1px solid currentColor;
		border-radius: 100%;
		font-size: 0;
		.slick-active &{
			background: currentColor;
		}
	}
}

:root{
	--logo: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94.56 80"><path d="M47.1,7.43c-22.12-.04-40.34,16.81-42.45,38.39-.25,2.52.92,4.97,2.95,6.47l35.78,26.52c2.14,1.59,5.06,1.59,7.21.01l35.86-26.41c2.04-1.5,3.21-3.94,2.97-6.46-2.04-21.58-20.2-38.49-42.32-38.52ZM4.77,31.44s-.02-.02-.03-.01l-4.3.62s-.03.01-.03.02L0,33.16s0,.03,0,.04l2.85,3.28s.02.01.03.01c0,0,0,0,0,0,.01,0,.02-.01.03-.02l.34-.91s0-.03,0-.04l-.55-.64.88-2.35.84-.12s.02-.01.03-.02l.34-.91s0-.03,0-.04ZM2.03,34.1l-1.04-1.2,1.58-.23-.53,1.43ZM5.58,27.33c.1.02.21.03.31.03.16,0,.32-.02.48-.06.26-.07.51-.19.74-.36.23-.17.44-.4.61-.69.17-.29.29-.58.33-.86.05-.29.04-.56-.03-.82-.06-.26-.17-.5-.33-.72-.16-.22-.36-.4-.6-.54l-1.63-.99s-.02,0-.03,0c0,0-.02,0-.02.02l-.47.78s0,.04.01.05l1.63.99c.13.08.25.18.35.3.1.12.17.24.21.38.04.14.05.29.03.45-.02.16-.09.33-.2.51-.11.18-.23.32-.36.41-.13.1-.27.16-.41.19-.14.03-.29.02-.44,0-.15-.03-.29-.09-.43-.17,0,0-.02,0-.03,0,0,0-.02,0-.02.02l-.47.78s0,.02,0,.03c0,0,0,.02.02.02.24.15.49.24.76.28ZM7.79,22.26c.22.17.47.29.73.36.15.04.31.06.46.06.12,0,.24-.01.36-.03.28-.05.56-.16.83-.33.27-.17.53-.41.77-.71.24-.3.41-.61.51-.91.1-.31.14-.6.13-.89-.02-.28-.09-.55-.21-.79-.13-.24-.3-.45-.52-.63-.22-.17-.47-.29-.73-.36-.26-.07-.54-.07-.82-.02-.28.05-.56.16-.83.33-.27.17-.53.41-.77.71-.24.3-.41.61-.51.91-.1.31-.14.6-.13.89.02.28.09.55.21.79.13.24.3.45.52.63ZM8.07,20.15c.06-.18.17-.37.32-.56.15-.19.3-.33.47-.44.16-.1.32-.17.48-.19.06,0,.12-.01.18-.01.1,0,.19.01.28.04.15.04.28.11.41.21.12.1.22.21.3.35.08.13.12.28.13.44.01.16-.01.33-.07.51-.06.18-.17.37-.32.56-.15.19-.31.34-.47.44-.16.1-.32.17-.48.19-.16.03-.31.02-.46-.02-.15-.04-.29-.11-.41-.21-.12-.1-.22-.21-.3-.35-.08-.13-.12-.28-.13-.44-.01-.16.01-.33.07-.51ZM12.36,17.92c.25.1.5.16.77.16h0c.27,0,.54-.06.81-.17.27-.11.53-.29.76-.52.24-.23.42-.49.53-.76.11-.27.17-.54.17-.81,0-.27-.05-.53-.15-.78-.1-.25-.25-.47-.45-.67l-1.34-1.35s-.02-.01-.03-.01h0s-.02,0-.03.01l-.65.64s-.01.04,0,.05l1.34,1.35c.11.11.2.24.27.37.07.13.1.28.11.42,0,.15-.02.3-.08.44-.06.15-.17.3-.32.45-.15.15-.3.25-.45.31-.15.06-.3.09-.45.08-.15,0-.29-.05-.42-.11-.13-.07-.26-.16-.37-.27l-1.34-1.35s-.02-.01-.03-.01h0s-.02,0-.03.01l-.65.64s-.02.04,0,.05l1.34,1.35c.2.2.42.35.67.46ZM17.3,14.73s.02.01.03.01c0,0,.02,0,.02,0l.72-.55s.01-.01.01-.02c0-.01,0-.02,0-.03l-.77-1,1.46-1.12,1.23.67s.03,0,.04,0l.77-.59s.02-.02.01-.03c0-.01,0-.02-.02-.03l-1.33-.72c.04-.08.07-.16.1-.25.03-.1.04-.22.04-.33,0-.12-.03-.24-.07-.37-.05-.13-.12-.26-.22-.4-.16-.21-.32-.35-.5-.43-.17-.08-.34-.12-.5-.11-.16,0-.31.03-.44.09-.13.05-.24.11-.32.17l-2.58,1.98s-.01.01-.01.02c0,.01,0,.02,0,.03l2.32,3.03ZM18.01,10.47s.05-.03.09-.05c.04-.02.08-.03.13-.03.04,0,.1,0,.15.03.05.02.11.07.16.14.05.06.08.12.08.18,0,.06,0,.11-.01.16-.02.05-.04.09-.06.13-.03.04-.05.06-.06.07l-1.72,1.32-.48-.63,1.72-1.32ZM22.14,11.15s.02.02.03.02c0,0,.01,0,.02,0l.79-.45s.02-.01.02-.02c0,0,0-.02,0-.03l-1.28-2.23,3.51.98s.02,0,.03,0l.79-.45s.02-.03.01-.05l-1.9-3.3s-.01-.01-.02-.02c0,0-.02,0-.03,0l-.79.45s-.02.03-.01.05l1.28,2.23-3.51-.98s-.02,0-.03,0l-.79.45s-.02.01-.02.02c0,0,0,.02,0,.03l1.9,3.3ZM27.53,8.21s0,0,.01,0,0,0,.01,0l4.16-1.71s.02-.01.02-.02c0,0,0-.02,0-.03l-.31-.76s-.03-.03-.05-.02l-3.28,1.35-.25-.62,2.78-1.14s.02-.01.02-.02c0,0,0-.02,0-.03l-.28-.69s-.03-.03-.05-.02l-2.78,1.14-.23-.57,3.16-1.3s.03-.03.02-.05l-.31-.76s-.01-.02-.02-.02c0,0-.02,0-.03,0l-4.04,1.66s-.03.03-.02.05l1.45,3.53s.01.02.02.02ZM34.07,4.48l.32,1.19s.02.03.04.03c0,0,0,0,0,0l.87-.24s.02,0,.02-.02c0,0,0-.02,0-.03l-.34-1.23,1.26-2.96s0-.03,0-.04c0-.01-.02-.01-.04-.01l-1.08.3s-.02.01-.02.02l-.82,1.97-1.73-1.27s-.02,0-.03,0l-1.05.29s-.02.02-.03.03c0,.01,0,.03.01.04l2.61,1.94ZM42.28,1.12s.02,0,.03,0l1.59-.09.16,2.95s0,.02.01.03c0,0,.02,0,.02,0h0l.9-.05s.04-.02.04-.04l-.16-2.95,1.59-.09s.02,0,.03-.01c0,0,.01-.02,0-.03l-.04-.82s-.02-.04-.04-.04h0l-4.16.23s-.04.02-.04.04l.04.82s0,.02.01.03ZM48.06,3.42c.2.2.45.37.75.49.3.13.64.2,1.02.23.07,0,.15,0,.22,0,.3,0,.57-.04.82-.11.31-.09.58-.23.8-.4.22-.18.4-.39.53-.63.13-.24.2-.51.22-.79.02-.28-.02-.55-.12-.81-.1-.25-.25-.49-.45-.69-.2-.2-.45-.37-.75-.49-.3-.13-.64-.2-1.02-.23-.38-.02-.73.01-1.04.11-.31.09-.58.23-.8.4-.22.17-.4.39-.53.63-.13.24-.2.51-.22.79-.02.28.02.55.12.81.1.26.25.49.45.69ZM48.64,1.54c.07-.14.16-.26.29-.36.12-.1.28-.18.46-.23.14-.04.31-.06.49-.06.05,0,.1,0,.15,0,.24.01.45.06.62.13.17.07.32.17.43.28.11.11.19.25.24.39.05.15.07.3.06.46,0,.16-.05.31-.11.45-.07.14-.16.26-.29.36-.12.1-.28.18-.46.23-.18.05-.4.07-.64.06-.24-.01-.45-.06-.62-.13-.18-.07-.32-.17-.43-.28-.11-.12-.19-.25-.24-.39-.05-.15-.07-.3-.06-.46,0-.16.05-.31.11-.45ZM58.19,5.26s.02,0,.03,0c0,0,.02-.01.02-.02l.41-1.48,2.45.68-.41,1.48s0,.04.03.05l.88.24s0,0,.01,0c0,0,.01,0,.02,0,0,0,.02-.01.02-.02l1.02-3.67s0-.04-.03-.05l-.88-.24s-.02,0-.03,0c0,0-.02.01-.02.02l-.37,1.33-2.45-.68.37-1.33s0-.02,0-.03c0,0-.01-.02-.02-.02l-.88-.24s-.02,0-.03,0c0,0-.02.01-.02.02l-1.02,3.67s0,.04.03.05l.88.24ZM63.57,6.93s.03,0,.04,0l.67-.52,2.31.98.09.84s.01.03.02.03l.89.38s0,0,.01,0c0,0,.02,0,.02,0,.01,0,.02-.02.02-.03l-.42-4.32s0-.03-.02-.03l-1.07-.46s-.03,0-.04,0l-3.41,2.7s-.02.02-.01.03c0,.01.01.02.02.03l.89.38ZM66.33,4.78l.16,1.59-1.41-.6,1.25-.99ZM69.37,9.63s.02,0,.03,0c0,0,.02,0,.02-.02l.64-1.09,1.99,1.17c.08.05.19.09.33.13.09.03.19.04.3.04.05,0,.1,0,.15,0,.16-.02.33-.08.49-.17.17-.1.31-.26.44-.48.13-.22.2-.43.21-.62,0-.19-.02-.36-.08-.5-.06-.15-.15-.27-.25-.38-.1-.1-.2-.18-.28-.23l-2.81-1.65s-.04,0-.05.01l-1.93,3.29s0,.04.01.05l.79.46ZM70.91,7.07l1.87,1.1s.05.03.08.07c.03.03.06.07.08.11.02.04.03.1.03.15,0,.06-.02.12-.07.2-.04.07-.09.12-.14.15-.05.03-.11.05-.16.05-.05,0-.1,0-.14,0-.05-.01-.08-.02-.08-.03l-1.87-1.1.4-.68ZM73.37,12.08l.72.55s.02,0,.03,0c0,0,.02,0,.02-.01l.77-1.01,1.83,1.4c.07.06.18.11.31.17.13.05.28.08.44.08h0c.16,0,.33-.04.5-.11.18-.08.34-.22.5-.42.16-.21.25-.4.28-.59.03-.19.02-.36-.02-.51-.04-.15-.11-.29-.2-.4-.09-.11-.17-.2-.25-.26l-2.59-1.97s-.02,0-.03,0c0,0-.02,0-.02.01l-2.31,3.03s0,.04,0,.05ZM75.94,10.28l1.73,1.32s.04.04.07.07c.03.03.05.07.06.12.02.05.02.1,0,.16,0,.06-.04.12-.09.19h0c-.05.06-.1.11-.15.13-.06.02-.11.03-.16.03-.05,0-.1-.01-.14-.03-.05-.02-.07-.03-.08-.04l-1.73-1.32.48-.63ZM77.91,15.72l.67.61s.02,0,.03,0h0s.02,0,.03-.01l2.57-2.81s.01-.04,0-.05l-.67-.62s-.02,0-.03,0c-.01,0-.02,0-.03.01l-2.57,2.81s-.01.04,0,.05ZM79.9,17.53s0,.02,0,.03l.61.68s.04.02.05,0l1.91-1.72-.22,3.64s0,.02,0,.03l.61.68s.02.01.03.01c0,0,.02,0,.03,0l2.83-2.55s.01-.02.01-.03c0,0,0-.02,0-.03l-.61-.68s-.02-.01-.03-.01c-.01,0-.02,0-.03,0l-1.91,1.72.22-3.64s0-.02,0-.03l-.61-.68s-.02-.01-.03-.01c0,0-.02,0-.03,0l-2.83,2.55s-.01.02-.01.03ZM83.92,22.18l2.55,3.71s.01.01.02.02c0,0,0,0,0,0,0,0,.01,0,.02,0l.68-.47s.02-.04,0-.05l-2.01-2.93.55-.38,1.7,2.47s.04.02.05,0l.61-.42s.02-.04,0-.05l-1.7-2.47.5-.35,1.93,2.81s.01.01.02.02c.01,0,.02,0,.03,0l.68-.47s.02-.04,0-.05l-2.47-3.6s-.03-.02-.05,0l-3.14,2.16s-.02.04,0,.05ZM90.36,30.53c.15-.08.27-.17.36-.29s.15-.25.17-.4c.03-.15.02-.31-.01-.48-.03-.17-.09-.35-.18-.54-.17-.37-.32-.7-.44-.97-.12-.27-.22-.49-.29-.64-.06-.13-.08-.24-.08-.32,0-.08.04-.13.12-.17.05-.03.12-.02.19.01.08.04.17.1.26.2.09.1.19.22.29.37.1.15.19.31.29.5.06.12.12.25.17.39.05.14.1.29.13.43.04.14.07.29.09.42.02.14.04.26.04.38,0,.01,0,.02.01.03,0,0,.02,0,.03,0l.79-.1s.03-.02.03-.04c0-.24-.04-.48-.09-.71-.06-.23-.11-.44-.17-.62-.07-.21-.15-.41-.25-.6-.16-.32-.34-.59-.53-.82-.19-.23-.39-.41-.58-.54-.2-.13-.39-.21-.59-.24-.2-.03-.37,0-.54.08-.16.08-.29.19-.37.31-.09.12-.14.27-.17.42-.02.15-.02.32.02.49.03.17.09.35.18.54.08.18.16.36.24.53.08.17.15.32.21.46l.16.35c.04.1.07.16.09.2.07.14.1.26.09.35,0,.08-.05.14-.12.18-.13.06-.29.01-.48-.16-.2-.18-.42-.5-.65-.95-.07-.15-.14-.31-.19-.49-.05-.15-.09-.32-.13-.51-.04-.19-.05-.4-.05-.61,0-.01,0-.02-.01-.03,0,0-.02-.01-.03,0l-.82.07s-.03.02-.03.04c0,.24.02.49.06.72.05.23.1.44.16.62.07.21.15.42.25.61.19.37.38.67.58.91.2.24.41.42.61.54.21.12.41.19.61.2.02,0,.04,0,.06,0,.18,0,.34-.04.5-.12h0ZM94.54,34.29c-.03-.23-.06-.44-.1-.63-.04-.22-.1-.43-.18-.63-.12-.33-.26-.63-.43-.88-.16-.25-.33-.45-.51-.61-.18-.15-.37-.26-.55-.31-.19-.05-.37-.05-.54.02-.17.06-.31.15-.41.26-.1.11-.17.25-.22.4-.04.15-.06.32-.04.49.01.18.05.36.11.56.06.19.12.38.17.55.06.18.11.34.15.48.05.15.08.27.11.37.03.1.05.17.06.21.05.15.06.27.05.35-.01.08-.06.13-.15.16-.13.05-.29-.02-.45-.21-.18-.2-.35-.54-.53-1.02-.05-.16-.1-.33-.13-.51-.03-.15-.05-.33-.06-.53-.01-.2,0-.4.03-.61,0-.01,0-.02,0-.03,0,0-.02-.01-.03-.01l-.82-.04h0s-.03.01-.04.03c-.04.24-.04.49-.02.72.02.23.05.45.09.64.04.22.1.43.17.63.14.39.3.71.47.97.17.26.35.47.54.61.19.15.39.24.58.28.07.01.13.02.2.02.13,0,.25-.02.37-.07.16-.06.29-.14.39-.25.1-.11.18-.23.22-.38.04-.14.06-.3.05-.48-.01-.17-.05-.36-.11-.56-.12-.39-.23-.73-.32-1.02-.09-.29-.16-.51-.21-.67-.04-.14-.05-.24-.04-.33.02-.07.06-.12.14-.15.06-.02.12,0,.19.03.08.05.15.12.23.23.08.11.16.24.24.4.08.16.15.34.22.53.05.13.09.27.12.41.03.14.06.29.08.44.02.15.03.29.04.43,0,.14,0,.27,0,.38,0,.01,0,.02.01.03,0,0,.02.01.03.01h.8s.04-.01.04-.03c.02-.24.02-.48,0-.72Z" style="fill: %23df0024;"/><path d="M66.77,34.15l-2.02-5.74c-1.33-3.76-5.03-5.99-8.8-5.3l-3.53.65c-3.52.65-7.12.65-10.65,0l-3.53-.65c-3.77-.69-7.47,1.54-8.8,5.3l-2.02,5.74c-2.04,5.79,2.45,11.8,8.31,11.11l4.91-.57c4.29-.5,8.61-.5,12.9,0l4.91.57c5.85.68,10.35-5.33,8.31-11.11ZM36.46,42.91c-1.18,0-2.14-.69-2.14-1.55s.96-1.55,2.14-1.55,2.14.69,2.14,1.55-.96,1.55-2.14,1.55ZM49.98,38.76c-.15,1.25-1.69,2.04-2.46,2.36-.27.11-.58.11-.84,0-.76-.32-2.31-1.1-2.46-2.36-.15-1.27.93-1.75,1.59-1.65.44.07.76.38.96.69.15.23.5.23.65,0,.21-.31.52-.62.96-.69.66-.11,1.74.37,1.59,1.65ZM57.74,42.91c-1.18,0-2.14-.69-2.14-1.55s.96-1.55,2.14-1.55,2.14.69,2.14,1.55-.96,1.55-2.14,1.55Z" style="fill: %23fff;"/><path d="M23.39,34.77l-2.2-6.52c-.12-.37-.43-.66-.81-.74-3.27-.71-6.61,1.16-7.66,4.42-1.04,3.25.58,6.72,3.65,8.05.36.15.77.1,1.09-.13l5.58-4.02c.33-.24.47-.67.34-1.06ZM14.9,32.43c.4-.03,1.11,0,2.2.35,1.09.35,1.69.74,1.99,1,.14.12.07.34-.11.35-.4.03-1.11,0-2.2-.35-1.09-.35-1.69-.74-1.99-1-.14-.12-.07-.34.11-.35ZM19.42,35.72c-.28.26-.81.65-1.79,1.02-.97.38-1.63.45-2.01.45-.18,0-.26-.22-.13-.34.28-.26.82-.65,1.79-1.02.97-.38,1.63-.45,2.01-.45.18,0,.26.22.13.34ZM20.07,32.94c-.31-.22-.8-.66-1.37-1.53-.57-.87-.78-1.5-.86-1.87-.04-.18.16-.3.31-.2.31.22.8.66,1.37,1.53.57.87.78,1.5.86,1.87.04.18-.16.3-.31.2ZM36.46,29.77c-2.43,0-4.41,1.98-4.41,4.41s1.98,4.41,4.41,4.41,4.41-1.98,4.41-4.41-1.98-4.41-4.41-4.41ZM47.1,17.2c-14.56,0-19.37,5.45-24.09,22.94-3.95,14.67,5.78,26.66,24.09,26.66s28.04-11.99,24.09-26.66c-4.71-17.49-9.53-22.94-24.09-22.94ZM27.48,52.73c0,.32-.39.43-.54.16-.3-.55-.6-1.45-.6-2.82s.31-2.27.6-2.82c.15-.27.54-.16.54.16v5.32ZM31.12,55.54c0,.3-.37.43-.53.17-.41-.65-.9-1.83-.9-3.77s.49-3.12.9-3.77c.16-.25.53-.13.53.17v7.2ZM35.23,58.37c0,.3-.35.42-.52.19-.53-.75-1.26-2.28-1.26-4.93s.74-4.18,1.26-4.93c.17-.24.52-.11.52.19v9.48ZM44.6,55.09c-.05-.02-.1-.05-.15-.07-.14-.08-.32.01-.32.18v1.69c0,2.75-1,4.22-1.78,4.22-.2,0-.37-.16-.37-.36v-3.14c0-.19-.23-.29-.37-.15-1.08,1.14-2.28,1.5-2.9,1.53-.2.01-.37-.11-.2-.33l3.25-4.35c.15-.2.22-.43.22-.68,0-.18-.14-.34-.32-.36-1.54-.2-2.37-.97-2.73-1.45-.12-.16-.05-.42.21-.42h6.4c.26,0,.32.19.21.34-.25.33-.72.83-1.49,1.18-.08.04-.14.12-.14.21s.06.18.14.21l2.22.93c.11.04.12.21.02.3-.34.32-1.08.87-1.92.51ZM41.25,48.2c-.03-.28.13-.46.34-.35l2.91,1.48c.21.11.16.35-.04.48-.45.27-1.21.56-2.07.14-.86-.43-1.08-1.22-1.14-1.74ZM55.01,56.85c-.25,2.15-1.37,4.46-4.57,4.46s-4.32-2.31-4.57-4.46c-.06-.48,0-.98.59-.98h7.91c.58,0,.68.5.63.98ZM50.44,51.39h2.86c.33,0,.4.3.36.58-.17,1.28-1.05,2.65-3.22,2.65s-3.05-1.37-3.22-2.65c-.04-.29.02-.58.36-.58h2.86ZM48.01,48.39h4.92c.25,0,.26.29.17.42-.33.45-1.08,1.13-2.66,1.13s-2.3-.69-2.62-1.14c-.11-.16-.01-.41.2-.41ZM59.49,58.56c-.17.24-.52.11-.52-.19v-9.48c0-.3.35-.42.52-.19.53.75,1.26,2.28,1.26,4.93s-.74,4.18-1.26,4.93ZM63.61,55.71c-.16.25-.53.13-.53-.17v-7.2c0-.3.37-.43.53-.17.41.65.9,1.83.9,3.77s-.49,3.12-.9,3.77ZM58.46,45.27l-4.91-.57c-4.29-.5-8.61-.5-12.9,0l-4.91.57c-5.85.68-10.35-5.33-8.31-11.11l2.02-5.74c1.33-3.76,5.03-5.99,8.8-5.3l3.53.65c3.52.65,7.12.65,10.65,0l3.53-.65c3.77-.69,7.47,1.54,8.8,5.3l2.02,5.74c2.04,5.79-2.45,11.8-8.31,11.11ZM67.26,52.89c-.15.27-.54.16-.54-.16v-5.32c0-.32.39-.43.54-.16.3.55.6,1.45.6,2.82s-.31,2.27-.6,2.82ZM81.48,31.93c-1.04-3.25-4.39-5.13-7.66-4.42-.38.08-.69.37-.81.74l-2.2,6.52c-.13.39,0,.82.34,1.06l5.58,4.02c.32.23.73.29,1.09.13,3.08-1.32,4.7-4.8,3.65-8.05ZM74.13,32.94c-.15.1-.34-.02-.31-.2.08-.37.29-1,.86-1.87.57-.87,1.06-1.32,1.37-1.53.15-.1.34.02.31.2-.08.37-.29,1-.86,1.87-.57.87-1.06,1.32-1.37,1.53ZM78.58,37.19c-.38,0-1.04-.07-2.01-.45-.97-.38-1.51-.76-1.79-1.02-.13-.12-.05-.34.13-.34.38,0,1.04.07,2.01.45.97.38,1.51.76,1.79,1.02.13.12.05.34-.13.34ZM79.42,32.78c-.3.26-.9.65-1.99,1-1.09.35-1.8.38-2.2.35-.18-.01-.25-.23-.11-.35.3-.26.9-.65,1.99-1s1.8-.38,2.2-.35c.18.01.25.23.11.35ZM47.1,33.91c-2.44,0-4.42,1.98-4.42,4.42s1.98,4.42,4.42,4.42,4.42-1.98,4.42-4.42-1.98-4.42-4.42-4.42ZM49.98,38.76c-.15,1.25-1.69,2.04-2.46,2.36-.27.11-.58.11-.84,0-.76-.32-2.31-1.1-2.46-2.36-.15-1.27.93-1.75,1.59-1.65.44.07.76.38.96.69.15.23.5.23.65,0,.21-.31.52-.62.96-.69.66-.11,1.74.37,1.59,1.65ZM57.74,29.77c-2.43,0-4.41,1.98-4.41,4.41s1.98,4.41,4.41,4.41,4.41-1.98,4.41-4.41-1.98-4.41-4.41-4.41ZM50.44,53.39c.83,0,1.17-.37,1.23-.72.01-.08-.02-.16-.11-.16h-2.25c-.09,0-.12.08-.11.16.07.35.4.72,1.23.72ZM52.74,57.12h-1.59c-.09,0-.11.08-.1.15.05.33.29.69.9.69s.85-.36.9-.69c.01-.07-.01-.15-.1-.15ZM49.81,58.94h-1.38c-.08,0-.1.07-.09.13.04.29.25.6.78.6s.74-.31.78-.6c0-.06-.01-.13-.09-.13ZM52.45,58.94h-1.38c-.08,0-.1.07-.09.13.04.29.25.6.78.6s.74-.31.78-.6c0-.06-.01-.13-.09-.13ZM49.84,57.27c.01-.07-.01-.15-.1-.15h-1.59c-.09,0-.11.08-.1.15.05.33.29.69.9.69s.85-.36.9-.69Z" style="fill: %23deb866;"/><path d="M36.46,31.41c-1.53,0-2.76,1.24-2.76,2.76s1.24,2.76,2.76,2.76,2.76-1.24,2.76-2.76-1.24-2.76-2.76-2.76ZM57.74,31.41c-1.53,0-2.76,1.24-2.76,2.76s1.24,2.76,2.76,2.76,2.76-1.24,2.76-2.76-1.24-2.76-2.76-2.76ZM36.46,28.52c1.18,0,2.14-.69,2.14-1.55s-.96-1.55-2.14-1.55-2.14.69-2.14,1.55.96,1.55,2.14,1.55ZM57.74,28.52c1.18,0,2.14-.69,2.14-1.55s-.96-1.55-2.14-1.55-2.14.69-2.14,1.55.96,1.55,2.14,1.55Z"/></svg>');
	--logo-white: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208 187.53'><path d='M169.69,44.93c-.14.16-.25.35-.31.57-.06.21-.08.45-.06.7s.07.52.15.79c.08.27.17.54.25.79s.15.48.22.69c.06.21.12.38.16.53.04.14.07.24.09.29.07.22.09.39.07.51-.02.11-.09.18-.21.23-.19.07-.41-.03-.64-.31-.25-.29-.5-.78-.75-1.46-.08-.23-.14-.47-.19-.72-.04-.22-.07-.47-.09-.75-.02-.28,0-.57.04-.87,0,0,0-.03,0-.04,0,0-.02-.02-.04-.02l-1.17-.05h0s-.05.02-.05.05c-.05.35-.06.69-.03,1.03.03.33.07.64.12.91.06.31.14.62.24.9.2.55.42,1.02.67,1.39.24.37.5.67.77.87.27.21.55.34.83.39.09.02.19.03.28.03.18,0,.36-.03.53-.09.22-.08.41-.2.56-.35.15-.15.25-.33.31-.54.06-.2.08-.43.07-.68-.02-.25-.07-.51-.16-.8-.18-.56-.33-1.04-.45-1.45-.13-.41-.23-.73-.3-.95-.06-.19-.08-.35-.05-.46.02-.11.09-.18.2-.22.08-.03.17,0,.27.05.11.07.22.18.33.33.12.15.23.35.34.57.11.23.22.48.32.75.07.18.12.38.17.59.05.2.09.42.11.63.03.21.04.42.05.62v.55s0,.03,0,.04c0,0,.02.02.04.02h1.14s.05-.02.05-.05c.03-.34.03-.69,0-1.03-.04-.33-.08-.63-.14-.9-.06-.31-.15-.61-.25-.89-.17-.48-.38-.9-.61-1.25-.23-.36-.47-.65-.73-.86-.26-.22-.52-.37-.79-.44-.27-.07-.53-.06-.77.02-.24.09-.44.21-.58.37v-.03ZM98.49,119.7h-20.78c-.09,0-.17.07-.19.16-.02.09.03.18.12.22.02,0,2.14.83,3.92,3.84.86,1.45,2.44,2.29,4.33,2.29h12.6c1.79,0,3.25-1.46,3.25-3.25s-1.46-3.25-3.25-3.25h0ZM175.87,134.98s.07.03.1.03c.05,0,.11-.02.14-.07.02-.02,1.65-1.81,5.33-2.43,1.59-.27,2.9-1.3,3.67-2.86.04-.07.13-.3.23-.53.17-.41.57-.67,1.01-.67h13.99c1.88,0,3.52-1.41,3.64-3.29.14-2.05-1.49-3.77-3.52-3.77h-10.48c-.69,0-1.18-.67-.98-1.33,0-.03.02-.06.02-.08.06-.27.08-.54.06-.82-.11-1.43-.98-2.56-2.22-3.04-.86-.33-1.8-.31-2.64.07-.84.37-1.49,1.05-1.82,1.91l-6.62,16.63c-.03.09,0,.19.08.24h0ZM165.97,37.33c-.12.18-.2.38-.24.6-.03.22-.03.46.02.7s.13.5.25.77c.12.26.23.51.34.75s.21.46.3.66l.22.5c.06.14.1.23.12.28.09.21.14.37.13.49,0,.11-.07.19-.18.25-.18.09-.41.02-.68-.22-.28-.25-.59-.71-.92-1.36-.1-.21-.2-.45-.28-.69-.07-.21-.13-.46-.18-.73-.05-.28-.08-.57-.07-.87,0-.02,0-.03-.02-.04,0,0-.02-.02-.04,0l-1.17.09s-.05.02-.05.05c0,.35.02.69.09,1.03.07.33.15.63.23.89.1.31.22.6.35.86.27.52.55.96.83,1.29.29.34.58.6.87.77.29.18.59.27.87.29h.09c.25,0,.49-.06.71-.17h0c.21-.11.38-.25.51-.42.13-.17.21-.36.25-.57s.03-.44-.02-.68-.13-.5-.25-.77c-.24-.53-.45-.99-.63-1.38-.18-.39-.31-.69-.41-.91-.08-.18-.12-.34-.11-.45s.06-.19.17-.24c.08-.04.17-.03.27.02.11.05.24.15.37.28.13.14.27.31.41.52s.28.45.41.71c.09.17.17.36.24.56s.14.41.19.61.1.41.13.6.05.38.06.54c0,0,0,.03.02.04,0,0,.03,0,.04,0l1.13-.14s.05-.03.05-.05c0-.35-.05-.69-.13-1.02s-.16-.62-.25-.88c-.1-.3-.22-.58-.36-.85-.23-.45-.48-.85-.76-1.17-.27-.33-.55-.58-.83-.77-.28-.18-.56-.3-.84-.34s-.53,0-.76.12-.41.27-.53.44h.04ZM172.68,122.69c-.49,0-.88-.39-.88-.88v-.37c0-2.08-1.57-3.91-3.64-4.04-2.26-.14-4.15,1.66-4.15,3.89v.52c0,.49-.4.88-.88.88h-10.88c-.09,0-.17.07-.19.16-.02.09.03.18.12.22.02,0,2.47.97,4.52,4.42.98,1.66,2.78,2.61,4.94,2.61h1.08c.51,0,.85.51.67.98l-10.86,27.63c-.03.09,0,.19.08.24.03.02.07.03.1.03.05,0,.1-.02.14-.06.02-.02,1.81-1.89,5.75-2.46,1.89-.27,3.44-1.56,4.25-3.54l4.45-11.47c.19-.48.65-.8,1.17-.8h.42c.58,0,1.06.47,1.06,1.06v8.26c0,.76-.62,1.38-1.38,1.38h-3.35c-.09,0-.17.07-.19.16s.03.18.12.22c0,0,1.27.5,2.32,2.28.53.9,1.51,1.41,2.67,1.41,4.28,0,7.76-3.48,7.76-7.76v-8.26c0-2.21-1.79-4-4-4h-3.13c-.54,0-.92-.54-.72-1.05l1.3-3.36c.21-.54.73-.89,1.3-.89h.55c1.98,0,3.72-1.49,3.84-3.47.13-2.15-1.58-3.94-3.7-3.94h-.67.01ZM45.48,65.29c-.35,3.58,1.32,7.07,4.21,9.22l50.97,37.79c3.05,2.26,7.21,2.27,10.27.02l51.09-37.62c2.9-2.14,4.58-5.62,4.24-9.21-2.91-30.75-28.78-54.83-60.3-54.88-31.52-.05-57.47,23.95-60.48,54.69h0ZM68.12,158.04c2.5.24,4.61-1.73,4.61-4.19v-10c0-.6.37-1.16.95-1.35.6-.19,1.15-.52,1.6-.98,2.08-2.12,4.01-2.39,4.03-2.39.09,0,.17-.09.17-.18s-.06-.18-.15-.2l-5.9-1.45c-.55-.13-.76-.8-.39-1.22l4.36-5.01h0c.24-.24.44-.53.56-.86.56-1.5.14-3.01-.95-3.94-.18-.16-.38-.29-.58-.4-.45-.26-.97-.41-1.52-.41h-2.05c-.55,0-1-.45-1-1v-2.08c0-2.18-1.61-4.08-3.78-4.28-2.49-.23-4.58,1.72-4.58,4.16v2.2c0,.55-.45,1-1,1h-6.64c-.09,0-.17.07-.19.16-.02.09.03.18.12.22.02,0,2.05.81,3.75,3.67.83,1.39,2.34,2.19,4.15,2.19h2.79c.54,0,.83.64.48,1.05l-14.61,16.91c-.06.07-.06.18,0,.25.04.05.09.07.15.07.03,0,.06,0,.09-.02.02,0,2.14-1.14,5.75-.52,1.74.3,3.48-.39,4.76-1.9l.02-.03c.42-.48,1.21-.19,1.21.45v5.75c0,2.19,1.62,4.1,3.8,4.31v.02ZM141.43,140.05h-3.4c-.09,0-.17.07-.19.16s.03.18.12.22c.02,0,2.2.86,4.04,3.96.82,1.38,2.49,2.51,4.46,2.35,1.97-.16,3.54-1.59,3.54-3.54,0-10.37-8.43-18.8-18.8-18.8-9.74,0-17.79,7.3-18.71,16.99-.12,1.22.42,2.43,1.4,3.17l15.14,11.33c.62.46,1.35.71,2.12.71.55,0,1.09-.13,1.58-.37,1.2-.6,1.95-1.82,1.95-3.16v-14.66c0-1.88-1.42-3.53-3.29-3.65-2.06-.14-3.78,1.5-3.78,3.53v6.18c0,.63-.72,1-1.23.62l-5.7-4.27c-.5-.37-.71-1.03-.5-1.62,1.65-4.59,6.03-7.71,11.03-7.71s9.27,3.14,10.96,7.56c.19.49-.19,1.02-.72,1.02l-.02-.02ZM149.85,22.42l.96.88s.02.01.04.01h0s.03,0,.04-.02l3.67-4.01s.02-.06,0-.08l-.96-.88s-.02-.01-.04-.01c0,0-.03,0-.04.02l-3.67,4.01s-.02.06,0,.08ZM143.38,17.23l1.03.79s.03.01.04.01.03,0,.04-.02l1.09-1.43,2.61,1.99c.11.08.25.16.44.24s.4.12.63.12h0c.23,0,.47-.06.71-.16.25-.11.49-.31.71-.6s.36-.58.4-.84.03-.51-.03-.73-.16-.41-.28-.57-.24-.29-.36-.37l-3.69-2.81s-.03-.01-.04-.01-.03,0-.04.02l-3.29,4.32s0,.06,0,.07v-.02ZM147.04,14.66l2.46,1.88s.06.06.1.11c.04.05.07.1.09.17.02.07.03.14,0,.22,0,.08-.06.17-.13.27h0c-.07.09-.14.15-.22.18s-.15.05-.23.04c-.07,0-.14-.02-.2-.04-.07-.03-.1-.05-.12-.06l-2.46-1.88.68-.9h.02ZM107.33,4.89c.28.28.64.52,1.06.7s.91.29,1.45.32h.31c.42,0,.82-.05,1.17-.16.44-.13.82-.32,1.14-.57s.57-.55.75-.9c.18-.34.28-.72.31-1.12.02-.4-.03-.78-.17-1.15-.14-.36-.35-.69-.64-.98-.28-.28-.64-.52-1.06-.7s-.91-.29-1.46-.32c-.54-.03-1.04.02-1.48.15-.44.13-.82.32-1.14.57-.32.25-.57.55-.75.9-.18.34-.28.72-.31,1.12-.02.4.03.78.17,1.15.14.36.35.69.64.98h.01ZM108.15,2.22c.09-.2.23-.37.41-.51s.4-.26.66-.33c.21-.06.44-.09.7-.09h.21c.34.02.64.08.89.19.25.1.46.24.62.41.16.16.27.35.35.56.07.21.1.43.09.65-.01.22-.07.44-.16.63-.09.2-.23.37-.41.51-.18.14-.4.26-.66.33-.26.08-.57.1-.91.08-.34-.02-.64-.08-.89-.19-.25-.1-.46-.24-.61-.41-.16-.16-.28-.35-.35-.56s-.1-.43-.09-.65.07-.44.16-.63h0ZM129.43,9.89h.05l.95-.75,3.29,1.4.12,1.2s0,.04.03.04l1.27.54h.02s.02,0,.03-.01c.02-.01.02-.03.02-.05l-.6-6.16s0-.04-.03-.04l-1.53-.65h-.05l-4.85,3.84s-.02.03-.02.05,0,.03.03.04l1.27.54h0ZM133.36,6.83l.22,2.26-2-.85s1.78-1.41,1.78-1.41ZM137.68,13.75h.04s.03-.01.03-.02l.91-1.55,2.83,1.66c.11.07.27.13.47.18.13.04.28.05.42.05.07,0,.14,0,.22-.01.23-.03.46-.11.7-.25.24-.14.45-.37.63-.69.19-.32.29-.62.3-.88,0-.27-.03-.51-.12-.72s-.21-.39-.35-.54-.28-.26-.4-.33l-4-2.35s-.06,0-.07.02l-2.75,4.69s0,.06.02.07l1.12.66h0ZM139.88,10.1l2.67,1.57s.07.05.12.09c.04.04.08.1.11.16.03.06.04.14.04.22s-.03.18-.09.28c-.06.1-.12.17-.2.21s-.15.06-.22.07c-.07,0-.14,0-.2-.01-.08-.02-.11-.03-.12-.04l-2.67-1.57.57-.97h-.01ZM121.76,7.51h.04s.02-.02.03-.03l.58-2.1,3.49.97-.58,2.1s0,.06.04.07l1.25.35h.05s.02-.02.03-.03l1.45-5.24s0-.06-.04-.07l-1.25-.35h-.04s-.02.02-.03.03l-.53,1.9-3.49-.97.53-1.9v-.04s-.02-.02-.03-.03l-1.25-.35h-.04s-.02.02-.03.03l-1.45,5.24s0,.06.04.07l1.25.35h-.02ZM152.69,25s0,.03,0,.04l.87.96s.05.02.08,0l2.72-2.45-.32,5.18s0,.03,0,.04l.87.96s.03.02.04.02.03,0,.04-.01l4.04-3.64s.02-.02.02-.04c0-.01,0-.03,0-.04l-.87-.96s-.02-.02-.04-.02-.03,0-.04.01l-2.72,2.45.32-5.18s0-.03,0-.04l-.87-.96s-.02-.02-.04-.02c0,0-.03,0-.04.01l-4.04,3.64s-.02.02-.02.04h0ZM158.42,31.62l3.63,5.28s.02.02.03.02h.04l.97-.66s.03-.05,0-.07l-2.86-4.17.78-.54,2.42,3.52s.05.03.07,0l.87-.6s.03-.05,0-.07l-2.42-3.52.72-.49,2.75,4.01s.02.02.03.02h.04l.97-.66s.03-.05,0-.07l-3.52-5.12s-.05-.03-.07-.01l-4.48,3.08s-.03.05,0,.07v-.03ZM104.62,179.3c-.49,0-.85-.07-1.47-.29-.04,0-.08,0-.11.03s-.03.08-.01.11c.17.33.29.71.34,1.11.01.16.04.33.22.38.21.09.75.12,1.14.12.7,0,1.22-.1,1.55-.29.51-.28.81-.81.81-1.42,0-.31-.07-.62-.18-.86-.21-.45-.4-.67-1.28-1.47-.44-.4-.61-.65-.61-.93,0-.21.1-.42.29-.61.1-.1.15-.16.15-.29s-.07-.21-.25-.33c-.26-.16-.64-.34-.8-.36-.16,0-.27.09-.45.29-.36.44-.52.83-.52,1.27,0,.77.32,1.31,1.3,2.24.49.45.65.66.65.9,0,.09,0,.38-.76.38v.02ZM125.46,179.81s-.07.04-.08.08c0,.04.01.08.04.1.32.2.54.41.74.7.15.21.24.31.44.31.23,0,.67-.16.91-.26,2.07-.84,3.11-2.31,3.11-4.37,0-2.33-1.94-4.08-4.51-4.08-1.17,0-2.05.19-2.88.61-1.68.84-2.68,2.45-2.68,4.3,0,1.68.95,2.91,2.25,2.91.86,0,1.7-.56,2.29-1.53.74-1.21,1.14-2.54,1.48-4.89.59.1.9.21,1.29.46.73.49,1.13,1.27,1.13,2.18,0,1.82-1.09,2.89-3.54,3.49h0ZM124.41,176.38c-.44,1.31-1.03,2.09-1.59,2.09-.44,0-.71-.49-.71-1.3,0-1.04.44-1.98,1.23-2.65.52-.43.92-.62,1.66-.78-.17,1.17-.31,1.81-.59,2.63h0ZM100.5,180.3c.43,0,.85-.17,1.25-.52.23-.18.49-.45.49-.65,0-.1-.04-.2-.12-.33-.15-.23-.25-.55-.3-.88,0-.04-.04-.07-.07-.08-.04,0-.08,0-.11.04-.41.55-.82.8-1.03.8-.15,0-.42-.24-.62-.69-.11-.26-.13-.31-.3-.31s-.58.29-.78.48c-.14.12-.23.23-.23.38s.15.47.29.71c.43.7.95,1.06,1.54,1.06h0ZM96.32,128.1h-11.46c-2.89,0-5.24,2.35-5.24,5.24v.98c0,2.89,2.35,5.24,5.24,5.24h11.46c2.89,0,5.24-2.35,5.24-5.24v-.98c0-2.89-2.35-5.24-5.24-5.24ZM95.68,134.11c0,.33-.27.59-.59.59h-9c-.33,0-.59-.27-.59-.59v-.57c0-.33.27-.59.59-.59h9c.33,0,.59.27.59.59v.57ZM109.15,179c.18.35.54.57.9.57.05,0,.11,0,.16,0,.37-.07.62-.38.67-.86.14-1.26-1.79-2.57-2.01-2.72-.04-.03-.09-.02-.12,0-.03.03-.04.08-.02.12,0,0,.32.57.37,1.18.02.2,0,.42-.03.63-.04.37-.09.74.09,1.08h-.01ZM102.93,171.19s-.08.05-.09.09c0,.05.03.09.07.1,0,0,.67.19,1.17.57.17.13.31.29.45.44.25.27.5.55.88.67.13.04.25.06.38.06.35,0,.67-.14.82-.39.18-.28.1-.63-.21-.96-.86-.93-3.22-.63-3.49-.59h.02ZM69.43,171.82c-.06,0-.11,0-.2.03-.4.08-1.25.22-2.41.37-.9.11-2.5.34-3.92.54l-.34.05c-1.34.19-1.61.23-2.39.26-.03,0-.06.02-.08.04-.02.02-.03.05-.02.08.23,1.05.49,1.54.82,1.54.09,0,.2-.03.35-.09.44-.15.54-.18.85-.25h0c.76-.18,2.13-.44,3.71-.7-.43.29-.67.51-.96.85-.65.78-.98,1.68-.98,2.66,0,1.82,1.11,3.09,3.21,3.67.38.11.75.18.92.18.2,0,.33-.08.41-.24.12-.28.24-.84.24-1.13,0-.26-.18-.3-.32-.31-1.85-.16-2.91-.99-2.91-2.29,0-1.74,1.61-3.41,3.59-3.72.26-.04.48-.06.7-.06.15,0,.32-.03.32-.28,0-.19-.08-.55-.18-.78-.11-.3-.2-.42-.42-.42h.01ZM68.11,174.78s-.09,0-.12.05c-.02.04-.01.09.02.12,0,0,.33.3.49.68.06.13.09.27.13.41.06.25.12.51.31.7.14.14.33.21.51.21.1,0,.2-.02.29-.07.11-.06.35-.26.23-.75-.22-.87-1.7-1.31-1.87-1.36h.01ZM83.22,174.95h-.11s-.06,0-.08.04c-.02.02-.03.05-.02.08.11.67.31,1.48.63,1.48.06,0,.15-.03.26-.08.35-.15.73-.24,1.57-.37h.06c0,2.06.01,2.32.07,2.67.23,1.38,1.17,1.91,3.37,1.91.83,0,2.49-.08,2.76-.14.24-.06.28-.2.28-.47,0-.31-.06-.79-.14-.96-.03-.12-.13-.19-.25-.19-.05,0-.07,0-.19.04-.56.14-1.84.25-2.87.25s-1.34-.18-1.46-.5c-.09-.23-.1-.63-.1-2.24v-.61c.88-.13,1.71-.22,2.67-.29-.06.89-.08,1.06-.18,1.19-.07.1-.15.14-.43.14-.33,0-.62-.05-1.05-.19-.04,0-.08,0-.11.03s-.03.07-.01.11c.14.28.17.38.24.76.07.38.09.47.24.56s.56.14.86.14c.97,0,1.44-.26,1.67-.92.13-.35.21-.92.26-1.91.48-.03.83-.04,1.28-.04.71,0,1.09-.01,1.13-.04.12-.07.12-.16.12-.32,0-.32-.03-.89-.08-1-.04-.07-.13-.1-.23-.1-.19,0-.44.02-1.83.12l-.35.02v-.07c.02-1.3.02-1.35.12-1.58.05-.14.07-.19.07-.29,0-.2-.13-.27-.27-.32-.33-.1-.85-.16-1.44-.19-.03,0-.06,0-.08.04-.02.03-.03.06-.02.09.09.34.13.84.13,1.85v.59c-1.1.09-1.26.11-2.53.26l-.18.02c.01-.82.06-1.28.15-1.48.06-.14.08-.2.08-.28,0-.23-.16-.3-.35-.36-.29-.08-.82-.14-1.44-.16-.03,0-.06,0-.08.04-.02.02-.03.06-.02.09.12.53.13.64.17,2.35l-.2.02c-1.67.2-1.85.22-2.09.22h0ZM73.68,178.37c-.35.31-.55.76-.55,1.23,0,1.06.96,1.72,2.51,1.72.88,0,1.6-.22,2.03-.61.31-.28.46-.58.53-1.07.72.35,1.17.66,1.86,1.28.05.05.11.07.18.07.13,0,.26-.13.57-.57.3-.44.36-.59.36-.68,0-.15-.08-.24-.17-.3-.54-.41-.86-.6-1.43-.87-.5-.25-.78-.36-1.43-.55l-.04-.53c-.03-.4-.05-.61-.07-.88.75-.09,1.89-.35,2.57-.58.16-.07.2-.16.2-.23,0-.15-.13-.5-.24-.76s-.16-.37-.31-.37c-.05,0-.09,0-.15.04-.92.32-1.38.44-2.13.53v-1.05c.73-.08,1.73-.25,2.13-.37.1-.03.23-.09.23-.26,0-.12-.11-.47-.18-.67l-.02-.05c-.12-.34-.14-.4-.29-.4-.02,0-.04,0-.09.02-.56.16-1.1.26-1.74.34.04-.68.06-.71.13-.88v-.03c.09-.17.11-.2.11-.28,0-.23-.2-.29-.39-.33-.3-.07-.73-.11-1.32-.14-.03,0-.06,0-.08.03-.02.02-.03.05-.03.08v.06c.02.36.04.55.04.93v.67h-.2c-.7,0-1.53-.08-2.22-.21-.06,0-.11.03-.12.08-.09.45-.12.77-.12,1.03,0,.18.07.23.22.27.42.1,1.44.19,2.28.19h.17c0,.57.01.63.03,1.07h-.25c-.88,0-1.82-.1-2.58-.27-.06,0-.11.02-.12.08-.13.55-.18.87-.18,1.03,0,.14.08.23.24.28.6.17,1.63.29,2.45.29h.49c0,.16.02.34.05.67l.03.37c-.26-.03-.49-.04-.74-.04-.92,0-1.67.23-2.16.66l-.06-.04ZM76.6,179.11v.12c0,.37-.12.74-1.05.74-.42,0-.93-.07-.93-.43,0-.44.69-.51,1.1-.51s.62.02.88.08h0ZM117.14,172.85c.1-.11.2-.2.28-.24.2-.11.31-.17.31-.34,0-.1,0-.37-1.52-1.17-.02,0-.06,0-.08,0-.03,0-.05.03-.06.06-.16.39-.31.66-.62,1.07-.5.69-1.25,1.55-1.91,2.2-.5.5-.8.82-.89.97-.15.24-.23.5-.23.76,0,.29.09.54.31.83.17.24.29.36.83.87.97.93,2.23,2.38,2.75,3.16.12.19.2.27.36.27.07,0,.19-.03.51-.27.56-.42.74-.6.74-.77,0-.15-.11-.32-.79-1.03-.82-.88-1.97-2.01-2.74-2.69-.2-.17-.29-.29-.29-.38,0-.11.08-.24.26-.41.9-.86,1.99-1.99,2.79-2.87v-.02ZM182.88,174.38c.05,0,.1,0,.15-.02.62-.19,1.64-.65,3-1.74,1.37-1.1,2.03-2,2.35-2.56.1-.18.08-.4-.04-.56-.13-.16-.34-.23-.54-.17-.62.19-1.64.65-3,1.74-1.37,1.1-2.03,2-2.35,2.56-.1.18-.08.4.04.56.1.12.24.19.39.19ZM186.01,180.01c-1.36-1.1-2.38-1.57-2.99-1.76-.2-.06-.41,0-.54.16-.13.16-.15.38-.05.56.32.56.98,1.47,2.33,2.57,1.36,1.11,2.38,1.57,2.99,1.76.05.02.1.02.15.02.15,0,.29-.07.39-.19.13-.16.15-.38.05-.56-.32-.56-.98-1.47-2.33-2.57h0ZM135.5,178.71h.02c.27-.04.48-.05.95-.05h3.75c.39,0,.67,0,.97.05.03,0,.06,0,.08-.02s.03-.05.03-.08v-1.01s0-.06-.03-.08-.05-.03-.08-.02c-.06,0-.18,0-.34.02,0-.1,0-.21-.03-.33-.1-.29-.37-.51-.67-.67.22,0,.39.02.6.05.03,0,.06,0,.08-.02s.03-.05.03-.08v-.98s0-.06-.04-.08c-.02-.02-.05-.03-.08-.02-.22.04-.42.05-.88.05h-.95v-.83h1.21c.47,0,.66,0,.94.05.03,0,.06,0,.08-.02s.03-.05.03-.08v-.99s0-.06-.03-.08-.05-.03-.08-.02c-.26.04-.47.05-.95.05h-3.51c-.46,0-.65,0-.92-.05-.03,0-.06,0-.08.02s-.04.05-.04.08v.99s0,.06.04.08c.02.02.05.03.08.02.27-.04.47-.05.92-.05h1.03v.83h-.79c-.45,0-.64,0-.87-.05-.03,0-.06,0-.08.02s-.04.05-.04.08v.98s0,.06.04.08c.02.02.05.03.08.02.25-.04.43-.05.87-.05h.79v1.04h-1.15c-.46,0-.68,0-.95-.05-.03,0-.06,0-.08.02s-.03.05-.03.08v1.01s0,.06.03.08.04.02.07.02h-.02ZM138.89,176.51h.35c.09.09.2.22.28.37.05.1.09.22.13.33.04.11.08.23.13.33h-.89v-1.03h0ZM180.82,165.08H30.85c-.61,0-1.1.49-1.1,1.1s.49,1.1,1.1,1.1h149.97c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1ZM191.44,175.86c-.64-.26-1.8-.58-3.7-.58h-.05c-1.87,0-3.02.31-3.66.57-.19.08-.32.26-.32.47s.12.39.31.47c.64.26,1.8.58,3.7.58h.05c1.87,0,3.02-.31,3.66-.57.2-.08.32-.26.32-.47s-.12-.39-.31-.47ZM207.94,154.48l-5.8-5.47c-.45-.43-.45-1.15,0-1.59l.92-.92c.58-.58,1.01-1.31,1.15-2.12.29-1.7-.53-3.34-2.13-4.16-.5-.26-1.07-.36-1.64-.36h-.02c-1.02,0-1.99.4-2.71,1.12l-1.26,1.26c-.35.35-.92.35-1.28,0l-.64-.62c-.37-.36-.37-.95,0-1.31l3.95-3.87h0c.41-.41.74-.9.93-1.44.56-1.64.13-3.3-1.01-4.42-.79-.77-1.84-1.19-2.95-1.17s-2.14.46-2.91,1.25l-14.04,14.13c-.07.07-.07.17-.02.25.04.05.1.08.16.08.03,0,.06,0,.08-.02.02,0,1.5-.68,4.04-.6.67.02,1.2.57,1.2,1.24v9.61c0,2.1,1.47,3.98,3.55,4.32,2.67.44,4.99-1.62,4.99-4.21v-4.42c0-.66.8-1,1.27-.54l3.11,2.86c1.1,1.06,2.42,1.63,3.75,1.63.42,0,.84-.06,1.26-.17,3.6-.98,5.85-.04,5.87-.03.09.04.19,0,.24-.07.05-.08.04-.18-.03-.25h-.02ZM146.23,180.3c.11.14.19.32.27.48.15.29.3.6.58.77.15.09.33.14.49.14.19,0,.38-.06.51-.19.12-.11.35-.41.07-.96-.51-1.01-2.47-1.14-2.69-1.15-.04,0-.09.03-.1.07,0,.04,0,.09.05.12,0,0,.49.28.82.72h0ZM143.46,171.46s0-.06-.03-.08c-.02-.02-.05-.03-.08-.03-.44.05-.83.06-1.36.06h-7.32c-.63,0-.97,0-1.36-.05-.03,0-.06,0-.08.03-.02.02-.03.05-.03.08.05.45.07.85.07,1.31v7.07c0,.68-.02,1.08-.07,1.42,0,.03,0,.06.02.08s.05.03.08.03h1.33c.06,0,.1-.05.1-.1v-.53h7.22v.53c0,.06.04.1.1.1h1.31s.06,0,.08-.03.03-.05.02-.08c-.05-.33-.06-.65-.06-1.41v-7.08c0-.52,0-.91.06-1.32h0ZM141.94,179.49h-7.21v-6.81h7.21v6.81ZM151.12,181.2s0,.06.02.08.05.03.08.03h1.39c.06,0,.1-.05.1-.1v-.69h6.6v.69c0,.06.04.1.1.1h1.4s.06,0,.08-.03.03-.05.02-.08c-.06-.47-.08-.86-.08-1.36v-5.58c0-.35.02-.66.07-1.06,0-.03,0-.06-.02-.08s-.05-.03-.08-.03h-1.45s-.06,0-.07.03c-.02.02-.03.05-.03.08.04.37.06.64.06,1.05v4.87h-2.62v-6.79c0-.43.02-.73.08-1.1,0-.03,0-.06-.02-.08s-.05-.04-.08-.04h-1.52s-.06,0-.08.04c-.02.02-.03.05-.02.08.06.33.08.67.08,1.1v6.79h-2.43v-4.84c0-.44,0-.76.06-1.06,0-.03,0-.06-.02-.08s-.05-.04-.08-.04h-1.45s-.06,0-.08.03-.03.05-.02.08c.05.32.07.7.07,1.08v5.59c0,.58-.03.92-.07,1.32h0ZM163.93,180.89s0,.06.02.08.05.03.08.03h1.45c.06,0,.1-.05.1-.1v-.69h6.09v.69c0,.06.04.1.1.1h1.45s.06,0,.08-.03.03-.05.02-.08c-.05-.38-.07-.83-.07-1.38v-6.34c0-.55.02-.84.06-1.21,0-.03,0-.06-.03-.08-.02-.02-.05-.03-.08-.03-.38.04-.7.06-1.28.06h-6.58c-.59,0-.9,0-1.28-.06-.03,0-.06,0-.08.03-.02.02-.03.05-.03.08.05.4.06.76.06,1.21v6.34c0,.57-.02.97-.07,1.38h0ZM165.58,173.37h6.09v5.39h-6.09v-5.39ZM70.67,175.79c.11.06.24.09.36.09.17,0,.34-.06.45-.18.09-.09.27-.35.01-.78-.46-.77-2-.77-2.18-.77-.05,0-.09.03-.1.08s.01.09.05.11c0,0,.4.2.67.52.09.11.16.23.24.36.13.22.26.46.5.58h0ZM49.95,31.74c.31.25.66.42,1.04.51.21.05.43.08.66.08.17,0,.34-.02.51-.05.4-.07.8-.23,1.19-.47s.76-.58,1.1-1.01.58-.87.72-1.3c.14-.44.21-.86.18-1.26-.02-.4-.13-.78-.31-1.13-.18-.35-.43-.65-.74-.89-.31-.25-.66-.42-1.04-.51s-.77-.11-1.17-.03c-.4.07-.8.23-1.19.47s-.76.58-1.1,1.01-.58.87-.72,1.3c-.14.44-.21.86-.18,1.26.02.4.13.78.31,1.13.18.34.43.65.74.89ZM50.36,28.73c.09-.26.24-.52.45-.79s.43-.48.66-.62c.23-.14.46-.24.68-.27.08-.01.17-.02.25-.02.14,0,.27.02.4.06.21.06.41.16.58.3.18.14.32.31.43.5s.17.4.19.63-.02.47-.11.73-.24.52-.45.79-.43.48-.66.62c-.23.14-.46.24-.69.27-.23.04-.45.02-.65-.03-.21-.06-.41-.16-.58-.3-.18-.14-.32-.31-.43-.5s-.17-.4-.19-.63.02-.47.11-.73h0ZM63.49,21.01s.03.02.04.02.02,0,.03-.01l1.03-.79s.02-.02.02-.04c0-.01,0-.03-.01-.04l-1.1-1.43,2.08-1.59,1.75.95h.06l1.1-.84s.02-.03.02-.05-.01-.03-.03-.04l-1.89-1.02c.06-.11.1-.23.14-.35.04-.15.06-.31.06-.48s-.04-.35-.1-.53c-.06-.18-.17-.37-.32-.57-.22-.29-.46-.5-.71-.61-.24-.11-.48-.16-.71-.16s-.44.04-.63.12c-.19.08-.34.16-.45.25l-3.68,2.82s-.02.02-.02.04c0,.01,0,.03,0,.04l3.3,4.31h.01ZM64.51,14.93s.07-.05.13-.07c.06-.03.12-.04.19-.04.06,0,.14.01.22.04s.15.1.22.19c.07.09.11.18.12.26,0,.09,0,.16-.02.23s-.05.13-.09.18c-.04.06-.07.09-.08.1l-2.46,1.88-.68-.89,2.46-1.88h-.01ZM46.8,38.95c.15.02.3.04.45.04.23,0,.46-.03.68-.08.37-.09.73-.26,1.06-.51s.63-.58.88-.98c.25-.41.41-.82.47-1.23.07-.41.05-.8-.04-1.17s-.25-.71-.48-1.02-.52-.57-.86-.78l-2.32-1.41s-.03-.01-.04,0c0,0-.03.01-.03.02l-.67,1.11s0,.06.02.07l2.32,1.41c.19.12.36.26.5.42s.24.35.29.55c.06.2.07.42.04.64-.03.23-.13.47-.28.73-.15.25-.33.45-.52.59s-.39.23-.59.27-.41.03-.62,0c-.21-.05-.41-.13-.61-.25,0,0-.03,0-.04,0,0,0-.03,0-.03.02l-.67,1.11s0,.03,0,.04c0,0,0,.03.02.03.34.21.7.34,1.08.4h-.01ZM56.47,25.55c.35.15.72.22,1.1.22h0c.38,0,.77-.08,1.15-.24s.75-.41,1.09-.74.59-.7.75-1.08.24-.77.25-1.15c0-.38-.07-.75-.22-1.11-.15-.35-.36-.68-.64-.96l-1.91-1.93s-.02-.02-.04-.02-.03,0-.04.02l-.92.91s-.02.05,0,.08l1.91,1.93c.16.16.29.34.38.53s.15.39.16.6c0,.21-.03.42-.12.63s-.24.43-.45.64-.43.36-.64.45c-.22.09-.43.13-.64.12-.21-.01-.41-.07-.6-.16-.19-.1-.37-.23-.53-.39l-1.91-1.93s-.02-.02-.04-.02-.03,0-.04.02l-.92.91s-.02.05,0,.08l1.91,1.93c.28.28.6.5.95.65h0ZM42.92,51.99s.03.02.04.02h0s.03-.02.04-.03l.48-1.29v-.05l-.79-.91,1.25-3.35,1.2-.18s.03-.02.04-.03l.48-1.29v-.05s-.03-.02-.05-.02l-6.13.88s-.03.02-.04.03l-.58,1.55v.05l4.06,4.67ZM42.5,46.57l-.76,2.04-1.49-1.72,2.25-.33h0ZM25.65,172.61c1.36,1.1,2.39,1.55,3,1.74.05.02.1.02.15.02.15,0,.29-.07.39-.19.13-.16.15-.38.05-.56-.32-.56-.98-1.46-2.35-2.56-1.36-1.1-2.39-1.55-3-1.74-.2-.06-.41,0-.54.17-.13.16-.15.38-.05.56.32.56.98,1.46,2.35,2.56ZM23.94,177.36c1.9,0,3.06-.32,3.7-.58.19-.08.31-.26.31-.47s-.12-.39-.32-.47c-.64-.26-1.79-.57-3.66-.57h-.05c-1.9,0-3.06.32-3.7.58-.19.08-.31.26-.31.47s.12.39.32.47c.64.26,1.78.57,3.66.57h.05ZM99.1,1.62s.02,0,.04,0l2.27-.12.23,4.2s0,.03.02.04c.01,0,.02.01.04.01h0l1.29-.07s.05-.03.05-.06l-.23-4.2,2.27-.12s.03,0,.04-.02c0,0,.01-.02.01-.04l-.06-1.17s-.03-.05-.05-.05h0l-5.93.32s-.05.03-.05.06l.06,1.17s0,.03.02.04h-.02ZM82.04,157.47h16.18c3.19,0,5.77-2.59,5.77-5.77v-4.48c0-1.35.4-2.66,1.15-3.78.62-.93,1.27-1.89,1.27-1.89.06-.06.07-.14.04-.21s-.1-.12-.18-.12h-24.24c-3.19,0-5.77,2.58-5.77,5.77v4.71c0,3.19,2.59,5.77,5.77,5.77h.01ZM93.76,146.89c0-.29.23-.52.52-.52h2.65c.29,0,.52.23.52.52v.47c0,.29-.23.52-.52.52h-2.65c-.29,0-.52-.23-.52-.52v-.47ZM93.76,151.32c0-.29.23-.52.52-.52h2.65c.29,0,.52.23.52.52v.47c0,.29-.23.52-.52.52h-2.65c-.29,0-.52-.23-.52-.52v-.47ZM82.81,146.89c0-.29.23-.52.52-.52h2.65c.29,0,.52.23.52.52v.47c0,.29-.23.52-.52.52h-2.65c-.29,0-.52-.23-.52-.52v-.47ZM82.81,151.32c0-.29.23-.52.52-.52h2.65c.29,0,.52.23.52.52v.47c0,.29-.23.52-.52.52h-2.65c-.29,0-.52-.23-.52-.52v-.47ZM87.4,6.4l.46,1.69s.03.04.05.04h.01l1.24-.34s.03-.01.03-.03v-.04l-.48-1.75,1.8-4.21v-.06s-.03-.02-.05-.02l-1.54.42s-.03.02-.04.03l-1.17,2.81-2.47-1.81s-.03,0-.05,0l-1.49.41s-.03.02-.04.04c0,.02,0,.04.02.05l3.71,2.77h.01ZM78.07,11.71h.04l5.93-2.43s.02-.02.03-.03v-.04l-.45-1.08s-.04-.04-.07-.03l-4.68,1.92-.36-.88,3.95-1.62s.02-.02.03-.03v-.04l-.4-.98s-.04-.04-.07-.03l-3.95,1.62-.33-.81,4.5-1.85s.04-.04.03-.07l-.45-1.08s-.02-.02-.03-.03h-.04l-5.75,2.36s-.04.04-.03.07l2.06,5.03s.02.02.03.03h.01ZM70.4,15.91s.03.03.05.03h.03l1.13-.65s.02-.02.02-.03v-.04l-1.83-3.18,5,1.39h.04l1.12-.65s.03-.05.02-.07l-2.71-4.71s-.02-.02-.03-.03h-.04l-1.12.65s-.03.05-.02.07l1.83,3.18-5-1.39h-.04l-1.12.65s-.02.02-.02.03v.04l2.71,4.71h-.02ZM37.86,173.85h-.47s-.06,0-.07.03c-.02.02-.03.05-.03.08.08.96.13,1.27.62,1.27s.76,0,1.64-.09v1.64c-1.54.76-2.23,1.45-2.23,2.24,0,.32.1.62.31.89.5.62,1.34,1.03,2.12,1.03.86,0,1.27-.48,1.27-1.48,0-.1,0-.31,0-.52,0-.11,0-.41,0-.92,0-.26,0-.37,0-.42,1.01-.41,1.93-.62,2.67-.62s1.22.45,1.22,1.18-.49,1.18-1.38,1.18c-.47,0-.87-.07-1.35-.24-.04,0-.08,0-.11.03s-.03.07-.02.11c.14.32.21.59.23.9.03.28.04.36.22.46.21.13.97.14,1.29.14.58,0,1.14-.13,1.54-.35.74-.42,1.16-1.22,1.16-2.19,0-1.52-1.04-2.5-2.65-2.5-.77,0-1.67.17-2.83.53v-1.26c.72-.12,1.58-.29,1.74-.35.14-.05.22-.17.22-.3,0-.19-.08-.66-.14-.89-.04-.13-.14-.2-.28-.2-.03,0-.06,0-.11.02-.43.12-1,.26-1.39.33.02-.65.07-1.05.17-1.25.07-.12.08-.19.08-.28,0-.16-.08-.26-.24-.3-.25-.07-.58-.12-1.56-.16-.03,0-.06,0-.08.03s-.03.06-.02.09c.12.6.17,1.18.17,1.94v.15c-.66.07-1.16.09-1.69.09v-.04ZM39.55,179.19c0,.27-.06.27-.13.27-.33,0-.66-.26-.66-.45,0-.18.25-.41.79-.73v.92h0ZM28.66,178.25c-.62.19-1.64.66-2.99,1.76-1.36,1.1-2.02,2.01-2.33,2.57-.1.18-.08.4.05.56.1.12.24.19.39.19.05,0,.1,0,.15-.02.62-.19,1.63-.66,2.99-1.76,1.36-1.1,2.02-2.01,2.33-2.57.1-.18.08-.4-.05-.56s-.34-.22-.54-.16h0ZM57.72,178.28c.03.17.08.35.29.35.17,0,.77-.2,1.04-.33.23-.11.37-.2.37-.39,0-.26-.26-1.09-.53-1.71-.41-.92-1.05-1.84-1.66-2.41-.11-.09-.19-.14-.29-.14-.26,0-.92.45-1.11.58-.02.02-.04.04-.04.07s0,.06.02.08c.82.96.84.99,1.17,1.65.38.76.59,1.39.74,2.25ZM180.82,185.35H30.85c-.61,0-1.1.49-1.1,1.1s.49,1.1,1.1,1.1h149.97c.61,0,1.1-.49,1.1-1.1s-.49-1.1-1.1-1.1ZM51.48,173.08c0-.21-.2-.3-.46-.39-.33-.12-.75-.2-1.32-.26-.03,0-.06,0-.08.03s-.03.05-.03.08c.03.26.04.71.04,1.03v1.21c0,1.6.13,2.78.42,3.72.45,1.46,1.18,2.2,2.17,2.2.67,0,1.31-.37,1.8-1.05.22-.3.44-.73.44-.97,0-.1-.04-.2-.12-.31-.33-.4-.41-.57-.64-1.15-.02-.04-.05-.07-.1-.06-.04,0-.08.03-.09.07-.43,1.22-.82,1.76-1.26,1.76-.28,0-.52-.28-.69-.78-.23-.68-.33-1.59-.33-3.06,0-1.03.05-1.46.2-1.84.05-.12.06-.13.06-.22h-.01ZM45.58,174.34c.21.27.42.54.74.66.11.04.22.06.34.06.27,0,.52-.11.66-.31.09-.13.27-.48-.12-.98-.72-.91-2.72-.64-2.94-.61-.05,0-.08.04-.08.09s.02.09.07.1c0,0,.56.19.97.56.14.12.26.28.37.43h-.01ZM32.88,154.32c.69,1.17,1.96,1.84,3.48,1.84,5.62,0,10.2-4.57,10.2-10.2v-6.16c0-2.87-2.33-5.2-5.2-5.2h-12.42c-.48,0-.82-.49-.64-.94l1.41-3.64c.19-.48.65-.8,1.17-.8h17.22c2.3,0,4.14-1.98,3.92-4.32-.19-2.04-1.99-3.56-4.03-3.56H.19c-.09,0-.17.07-.19.16-.02.09.03.18.12.22.03,0,2.64,1.03,4.82,4.72,1.05,1.76,2.96,2.78,5.26,2.78h8.09c.46,0,.78.46.61.89l-12.09,31.11c-.03.09,0,.19.08.24.03.02.07.03.1.03.05,0,.11-.02.14-.06.02-.03,2.48-2.7,7.96-3.61,2.59-.43,4.68-2.25,5.74-4.99l4.11-10.54c.2-.53.71-.87,1.27-.87h8.87c.59,0,1.07.48,1.07,1.07v7.35c0,.59-.48,1.07-1.07,1.07h-5.25c-.09,0-.17.07-.19.16s.03.18.12.22c.02,0,1.69.67,3.1,3.04h.02Z' fill='%23fff'/><path d='M140.79,57.68c-6.72-24.93-13.58-32.71-34.34-32.71s-27.62,7.77-34.34,32.71c-5.64,20.92,8.23,38.01,34.34,38.01s39.98-17.09,34.34-38.01ZM57.45,45.98c1.49-4.64,6.25-7.31,10.92-6.3.54.12.98.53,1.16,1.06l3.14,9.29c.19.56,0,1.17-.49,1.51l-7.96,5.73c-.45.33-1.04.41-1.56.19-4.38-1.89-6.7-6.84-5.21-11.47ZM150.25,57.45c-.51.22-1.1.14-1.56-.19l-7.96-5.73c-.48-.34-.67-.96-.49-1.51l3.14-9.29c.18-.53.61-.94,1.16-1.06,4.66-1.02,9.43,1.66,10.92,6.3s-.82,9.59-5.21,11.47Z' fill='%23ddb866'/><path d='M134.49,49.15l-2.88-8.18c-1.89-5.36-7.17-8.54-12.54-7.55l-5.03.92c-5.02.92-10.16.92-15.18,0l-5.03-.92c-5.37-.99-10.65,2.19-12.54,7.55l-2.88,8.18c-2.91,8.25,3.5,16.82,11.84,15.84l7-.82c6.11-.71,12.28-.71,18.39,0l7,.82c8.35.98,14.75-7.59,11.84-15.84ZM91.28,55.46c-3.46,0-6.28-2.82-6.28-6.28s2.82-6.28,6.28-6.28,6.28,2.82,6.28,6.28-2.82,6.28-6.28,6.28ZM106.45,61.4c-3.48,0-6.29-2.82-6.29-6.29s2.82-6.29,6.29-6.29,6.29,2.82,6.29,6.29-2.82,6.29-6.29,6.29ZM121.62,55.46c-3.46,0-6.28-2.82-6.28-6.28s2.82-6.28,6.28-6.28,6.28,2.82,6.28,6.28-2.82,6.28-6.28,6.28Z' fill='%23ffffff'/><path d='M95.22,49.18c0,2.18-1.76,3.94-3.94,3.94s-3.94-1.76-3.94-3.94,1.76-3.94,3.94-3.94,3.94,1.76,3.94,3.94ZM121.62,45.24c-2.18,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.94ZM91.28,36.71c-1.68,0-3.05.99-3.05,2.2s1.37,2.2,3.05,2.2,3.05-.99,3.05-2.2-1.37-2.2-3.05-2.2ZM121.62,36.71c-1.68,0-3.05.99-3.05,2.2s1.37,2.2,3.05,2.2,3.05-.99,3.05-2.2-1.37-2.2-3.05-2.2Z' fill='%23231815'/><path d='M60.39,47.2c-.2-.16-.09-.48.16-.5.57-.04,1.58,0,3.13.5,1.55.5,2.4,1.05,2.84,1.42.2.16.09.48-.16.5-.57.04-1.58,0-3.13-.5-1.55-.5-2.4-1.05-2.84-1.42ZM65.96,45.24c.82,1.24,1.52,1.88,1.96,2.19.21.15.49-.04.44-.29-.11-.53-.41-1.42-1.23-2.67-.82-1.24-1.52-1.88-1.96-2.19-.21-.15-.49.04-.44.29.11.53.41,1.42,1.23,2.67ZM61.39,52.99c-.19.17-.07.49.19.49.54,0,1.48-.1,2.87-.64,1.39-.54,2.15-1.09,2.55-1.46.19-.17.07-.49-.19-.49-.54,0-1.48.1-2.87.64-1.39.54-2.15,1.09-2.55,1.46ZM152.52,47.2c.2-.16.09-.48-.16-.5-.57-.04-1.58,0-3.13.5-1.55.5-2.4,1.05-2.84,1.42-.2.16-.09.48.16.5.57.04,1.58,0,3.13-.5,1.55-.5,2.4-1.05,2.84-1.42ZM148.17,42.56c.05-.25-.23-.43-.44-.29-.44.31-1.14.94-1.96,2.19-.82,1.25-1.12,2.14-1.23,2.67-.05.25.23.43.44.29.44-.31,1.14-.94,1.96-2.19.82-1.25,1.12-2.14,1.23-2.67ZM148.97,51.54c-1.39-.54-2.33-.64-2.87-.64-.26,0-.37.32-.19.49.4.37,1.16.92,2.55,1.46,1.39.54,2.33.64,2.87.64.26,0,.37-.32.19-.49-.4-.37-1.16-.92-2.55-1.46ZM89.54,70.16c0-.42-.5-.6-.74-.26-.75,1.07-1.8,3.25-1.8,7.02s1.05,5.95,1.8,7.02c.24.34.74.16.74-.26v-13.52ZM83.67,69.37c0-.43-.53-.61-.75-.25-.58.93-1.28,2.62-1.28,5.38s.7,4.45,1.28,5.38c.23.36.75.19.75-.25v-10.26ZM78.49,68.04c0-.45-.56-.61-.77-.22-.42.78-.86,2.07-.86,4.02s.44,3.23.86,4.02c.21.39.77.23.77-.22v-7.59ZM123.37,83.68c0,.42.5.6.74.26.75-1.07,1.8-3.25,1.8-7.02s-1.05-5.95-1.8-7.02c-.24-.34-.74-.16-.74.26v13.52ZM129.23,79.63c0,.43.53.61.75.25.58-.93,1.28-2.62,1.28-5.38s-.7-4.45-1.28-5.38c-.23-.36-.75-.19-.75.25v10.26ZM134.42,75.63c0,.45.56.61.77.22.42-.78.86-2.07.86-4.02s-.44-3.23-.86-4.02c-.21-.39-.77-.23-.77.22v7.59ZM111.21,71.65c2.26,0,3.32-.98,3.79-1.61.13-.18.12-.6-.24-.6h-7.01c-.3,0-.44.36-.28.58.45.65,1.48,1.63,3.74,1.63ZM105.58,77.83l-3.16-1.33c-.12-.05-.2-.17-.2-.3h0c0-.13.08-.25.2-.3,1.1-.49,1.77-1.21,2.12-1.68.17-.22.07-.49-.3-.49h-9.12c-.37,0-.47.37-.3.6.51.69,1.71,1.79,3.9,2.07.26.03.45.26.45.52h0c0,.35-.11.69-.32.96l-4.63,6.2c-.24.32,0,.49.29.48.89-.05,2.59-.55,4.14-2.18.19-.2.52-.06.52.21v4.47c0,.28.23.51.52.51h0c1.11,0,2.53-2.1,2.53-6.01v-2.41c0-.23.25-.37.45-.25.07.04.14.07.21.1,1.19.5,2.25-.28,2.73-.73.14-.13.12-.36-.03-.43ZM106.62,74.55c-.06-.41.03-.83.51-.83h8.17c.47,0,.57.42.51.83-.25,1.82-1.5,3.78-4.6,3.78s-4.35-1.96-4.6-3.78ZM109.45,75.54c.09.49.57,1.03,1.76,1.03s1.66-.53,1.76-1.03c.02-.11-.02-.23-.15-.23h-3.21c-.13,0-.17.11-.15.23ZM99.73,71.65c1.22.61,2.31.19,2.95-.19.29-.18.37-.53.06-.68l-4.15-2.11c-.3-.15-.52.1-.48.5.08.74.4,1.87,1.62,2.48ZM117.72,81.5c-.35,3.07-1.95,6.36-6.51,6.36s-6.16-3.29-6.51-6.36c-.08-.69,0-1.4.85-1.4h11.28c.83,0,.97.71.89,1.4ZM109.07,83.09c.86,0,1.21-.51,1.28-.98.02-.11-.02-.21-.15-.21h-2.27c-.13,0-.16.11-.15.21.07.47.42.98,1.28.98ZM110.32,84.48h-1.97c-.11,0-.14.09-.13.19.06.41.36.85,1.11.85s1.05-.44,1.11-.85c.01-.09-.02-.19-.13-.19ZM114.08,84.48h-1.97c-.11,0-.14.09-.13.19.06.41.36.85,1.11.85s1.05-.44,1.11-.85c.01-.09-.02-.19-.13-.19ZM114.49,81.89h-2.27c-.13,0-.16.11-.15.21.07.47.42.98,1.28.98s1.21-.51,1.28-.98c.02-.11-.02-.21-.15-.21ZM91.28,57.23c-1.68,0-3.05.99-3.05,2.2s1.37,2.2,3.05,2.2,3.05-.99,3.05-2.2-1.37-2.2-3.05-2.2ZM121.62,57.23c-1.68,0-3.05.99-3.05,2.2s1.37,2.2,3.05,2.2,3.05-.99,3.05-2.2-1.37-2.2-3.05-2.2ZM108.29,53.38c-.63.1-1.08.54-1.37.98-.22.32-.72.32-.93,0-.29-.44-.74-.88-1.37-.98-.94-.15-2.48.53-2.26,2.35.21,1.79,2.41,2.91,3.5,3.36.38.16.82.16,1.2,0,1.09-.45,3.29-1.57,3.5-3.36.22-1.81-1.32-2.5-2.26-2.35Z' fill='%23e50012'/></svg>");
}





