 /* CSS Document */

#access{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	margin: clamp(24px, 4.8vw, 32px) 0 clamp(64px, 14.4vw, 96px) 0;
	}
	#access > *{
		grid-column: 2;
		}
	#access h2{
		justify-self: center;
		}
	#access h2+div{
		margin: clamp(24px, 4.8vw, 32px) 0;
		justify-self: center;
		color: #4d4d4d;
		text-align: center;
		text-wrap: balance;
		word-break: keep-all;
		}
	#access figure{
		display: grid;
		grid-gap: clamp(24px, 4.8vw, 32px) 40px;
		margin-top: clamp(32px, 7.2vw, 48px);
		}
		#access figure img{}
			#access figure img:only-child{
				width: 100%;
				height: auto;
				}
	@media (min-width: 576px) {
		#access figure{
			grid-template-columns: 1fr 1fr;
			}
			#access figure img{}
				#access figure img:only-child{
					grid-column: 1 / 3;
					}
		}

#tabMenu{
	grid-column: 1 / 4;
	}

#routeSearch{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	margin: clamp(64px, 14.4vw, 96px) 0;
	}
	#routeSearch:before{
		content: "";
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		border-bottom: 4px solid var(--color-border);
		}
	#routeSearch > *{
		grid-column: 2;
		}
	#routeSearch h2{
		grid-row: 1;
		justify-self: center;
		padding: 0 clamp(24px, 4.8vw, 32px) clamp(16px, 3.6vw, 24px) clamp(24px, 4.8vw, 32px);
		border-bottom: 4px solid currentColor;
		font-size: clamp(18px, 3.6vw, 24px);
		font-weight: 700;
		z-index: 1;
		}
	#routeSearch form{
		display: grid;
		grid-gap: clamp(32px, 7.2vw, 48px);
		margin-top: clamp(24px, 4.8vw, 32px)
		}
	#routeSearch :where(#routeStart, #routeGoal){}
		#routeSearch :where(#routeStart, #routeGoal):not(:has( dl)){
			display: none;
			}
	#routeSearch dl{
		display: grid;
		grid-gap: 16px;
		}
	#routeSearch dt{
		display: grid;
		grid-template-columns: 3px auto;
		grid-gap: 10px;
		font-size: clamp(20px, 3.6vw, 24px);
		font-weight: 700;
		line-height: 1.65;
		}
		#routeSearch dt:before{
			content: "";
			margin: 0.3em 0;
			background: var(--color-point);
			transform: translateY(0.1em);
			}
	#routeSearch input[type="radio"]:checked+label{
		background: var(--color-variable);
		}
	#routeSearch label{
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		min-height: 50px;
		padding: 4px 16px;
		background: #fff;
		border: 1px solid var(--color-border);
		color: var(--color);
		text-align: center;
		line-height: 1.65;
		text-decoration: none;
		}
		#routeSearch label:before{
			content: none;
			}
	@media (max-width: 575.98px) {
		#routeSearch dl{
			grid-template-columns: repeat(2, 1fr);
			}
		#routeSearch dt{
			grid-column: 1 / 3;
			}
		}
	@media (min-width: 576px) {
			#routeSearch dt{
				grid-template-columns: 4px auto;
			}
		}
	@media (min-width: 576px) and (max-width: 991.98px) {
		#routeSearch dl{
			grid-template-columns: repeat(3, 1fr);
			}
		#routeSearch dt{
			grid-column: 1 / 4;
			grid-template-columns: 4px auto;
			}
		}
	@media (min-width: 992px) {
		#routeSearch dl{
			grid-template-columns: repeat(4, 1fr);
			}
		#routeSearch dt{
			grid-column: 1 / 5;
			}
		}

#routeSubmit{
	display: flex;
	justify-content: center;
	}
	#routeSubmit button{
		display: grid;
		grid-template-columns: auto 18px;
		align-items: center;
		justify-content: initial;
		grid-gap: 16px;
		width: min(100%, 300px);
		min-height: 50px;
		padding: 4px 24px;
		background: var(--color-point);
		color: #fff;
		text-align: center;
		line-height: 1.65;
		text-decoration: none;
		}
		#routeSubmit button:after{
			content: "";
			aspect-ratio: 1;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="m17.71,16.29l-5.11-5.11c.88-1.17,1.4-2.61,1.4-4.18,0-3.86-3.14-7-7-7S0,3.14,0,7s3.14,7,7,7c1.57,0,3.02-.53,4.18-1.4l5.11,5.11c.19.2.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.02,0-1.41Zm-10.71-4.29c-2.76,0-5-2.24-5-5S4.24,2,7,2s5,2.24,5,5-2.24,5-5,5Z"/></svg>') center no-repeat;
			-webkit-mask-size: contain;
			background: currentColor;
			}

#links{
	display: grid;
	grid-gap: clamp(32px, 6vw, 40px);
	width: var(--wrap);
	margin: clamp(64px, 14.4vw, 96px) auto;
	}
	#links:before{
		content: "";
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		border-bottom: 4px solid var(--color-border);
		}
	#links h2{
		grid-column: 1;
		grid-row: 1;
		justify-self: center;
		padding: 0 clamp(24px, 4.8vw, 32px) clamp(16px, 3.6vw, 24px) clamp(24px, 4.8vw, 32px);
		border-bottom: 4px solid currentColor;
		font-size: clamp(18px, 3.6vw, 24px);
		font-weight: 700;
		z-index: 1;
		}
	#links section{
		display: grid;
		margin-top: clamp(32px, 7.2vw, 48px);
		padding: clamp(16px, 3.6vw, 24px);
		padding-top: 0;
		border: 4px solid var(--color-point);
		background: #fff;
		}
		#links section:before{
			content: "";
			justify-self: center;
			width: clamp(64px, 14.4vw, 96px);
			aspect-ratio: 1;
			background-color: var(--color-point);
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			border-radius: 100%;
			transform: translateY(-50%);
			}
		#links #walk:before{
			background-image: var(--icon-walk);
			}
		#links #car:before{
			background-image: var(--icon-car);
			}
		#links #train:before{
			background-image: var(--icon-train);
			}
		#links #bus:before{
			background-image: var(--icon-bus);
			}
		#links #bicycle:before{
			background-image: var(--icon-bicycle);
			}
		#links #ship:before{
			background-image: var(--icon-ship);
			}
		#links #air:before{
			background-image: var(--icon-air);
			}
	#links h3{
		font-size: clamp(18px, 3vw, 20px);
		font-weight: 700;
		line-height: 1.65;
		text-align: center;
		transform: translateY(-24px);
		}
	#links ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 8px 24px;
		}
	#links li{
		line-height: 1.65;
		}
		#links li a{
			display: inline-grid;
			grid-template-columns: 16px auto;
			grid-gap: 8px;
			}
		#links li a:before{
			content: "";
			width: 16px;
			height: 16px;
			-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="M10.7,5.3c-.42-.42-1.09-.42-1.51,0l-3.89,3.89c-.42,.42-.42,1.09,0,1.51s1.1,.42,1.51,0l3.89-3.89c.42-.42,.42-1.09,0-1.51Zm-2.68,5.84l-2.07,2.07c-.22,.22-.47,.38-.74,.49-.4,.16-.85,.2-1.27,.12-.21-.04-.42-.11-.61-.21-.19-.1-.38-.23-.54-.4-.22-.22-.38-.47-.49-.74-.16-.4-.2-.84-.12-1.27,.04-.21,.11-.42,.21-.61,.1-.19,.23-.38,.4-.54l2.07-2.07c.42-.42,.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0l-2.07,2.07c-.42,.42-.75,.92-.96,1.45C0,10.78-.08,11.64,.08,12.46c.08,.41,.22,.82,.42,1.2,.2,.38,.46,.74,.78,1.06,.42,.42,.92,.75,1.45,.96,.79,.32,1.65,.4,2.48,.24,.41-.08,.82-.22,1.2-.42,.38-.2,.74-.46,1.06-.78l2.07-2.07c.42-.42,.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0ZM15.92,3.54c-.08-.41-.22-.82-.42-1.2-.2-.38-.46-.74-.78-1.06-.42-.42-.92-.75-1.45-.96C12.48,0,11.62-.08,10.8,.08c-.41,.08-.82,.22-1.2,.42-.38,.2-.74,.46-1.06,.78l-2.07,2.07c-.42,.42-.42,1.1,0,1.51,.42,.42,1.09,.42,1.51,0l2.07-2.07c.22-.22,.47-.38,.74-.49,.4-.16,.84-.2,1.27-.12,.21,.04,.42,.11,.61,.21,.19,.1,.38,.23,.54,.4,.22,.22,.38,.47,.49,.74,.16,.4,.2,.85,.12,1.27-.04,.21-.11,.42-.21,.61-.1,.19-.23,.38-.4,.54l-2.07,2.07c-.42,.42-.42,1.1,0,1.51,.42,.42,1.09,.42,1.51,0l2.07-2.07c.42-.42,.75-.92,.96-1.45,.32-.79,.4-1.65,.24-2.48Z"/></svg>') center no-repeat;
			-webkit-mask-size: contain;
			background: currentColor;
			transform: translateY(0.35em);
			}
	@media (min-width: 768px) {
		#links{
			grid-template-columns: 1fr 1fr;
			}
			#links:before{
				grid-column: 1 / 3;
				}
		#links h2{
			grid-column: 1 / 3;
			}
		#links section{
			align-content: start;
			}
		}
	@media (min-width: 768px) and (max-width: 991.98px) {
		#links ul{
			grid-template-columns: 1fr;
			}
		}
	@media (min-width: 1200px) {
		#links{
			column-gap: 64px;
			}
		}

:root{
	--icon-walk: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m23.25,13.57c1.64,0,2.97-1.33,2.97-2.97s-1.33-2.97-2.97-2.97-2.97,1.33-2.97,2.97,1.33,2.97,2.97,2.97Zm0-5.19c1.22,0,2.22,1,2.22,2.22s-1,2.22-2.22,2.22-2.22-1-2.22-2.22,1-2.22,2.22-2.22Zm7.23,12.24l-2.86-1.51-1.2-2.46c-.68-1.4-2-2.41-3.53-2.69l-1.29-.24c-.73-.13-1.47-.04-2.14.28l-3.76,1.77c-.5.24-.89.65-1.11,1.15l-1.67,3.9c-.14.34-.15.73,0,1.07.14.34.41.61.79.77.69.28,1.47-.03,1.78-.7l1.46-3.17,2.27-.73c.2-.06.31-.27.24-.47-.06-.2-.27-.31-.47-.24l-2.43.78c-.1.03-.18.1-.23.2l-1.53,3.32c-.14.31-.5.45-.85.3-.16-.06-.28-.19-.35-.35s-.06-.33,0-.49l1.67-3.9c.15-.34.41-.61.74-.77l3.76-1.77c.53-.25,1.11-.33,1.69-.22l1.29.24c1.3.24,2.42,1.09,2.99,2.28l1.25,2.58c.03.07.09.13.16.17l2.97,1.56c.28.15.39.47.26.79-.06.15-.18.27-.33.33-.15.06-.32.05-.47-.01l-3.32-1.5c-.17-.08-.33-.2-.45-.35l-1.26-1.6c-.09-.12-.24-.17-.38-.13-.14.03-.25.15-.28.29l-.98,5.08c-.02.1,0,.21.07.3l2.67,3.53c.41.52.73,1.11.95,1.74l1.64,4.75c.08.22.06.47-.05.68-.11.21-.31.36-.56.43-.4.1-.81-.09-.98-.46l-2.23-4.72s-.04-.06-.06-.09l-3.02-3.33c-.08-.09-.2-.13-.33-.12-.12.02-.23.09-.28.2l-1.64,3.26-2.78,4.79c-.19.33-.59.5-.97.39l-.1-.03c-.23-.06-.43-.23-.53-.44-.11-.22-.12-.47-.03-.69l2.36-5.9,1.94-8.61c.05-.2-.08-.4-.28-.45-.2-.04-.4.08-.45.28l-1.92,8.55-2.34,5.84c-.17.42-.15.9.05,1.3.2.41.57.71,1.01.83l.1.03c.7.2,1.45-.11,1.82-.74l2.79-4.81,1.41-2.79,2.61,2.88,2.21,4.67c.27.57.83.91,1.45.91.14,0,.28-.02.42-.05.43-.11.8-.4,1.01-.79.21-.39.25-.86.1-1.28l-1.64-4.75c-.24-.71-.6-1.37-1.07-1.95l-2.56-3.39.79-4.11.75.96c.19.25.44.44.73.57l3.32,1.5c.33.15.71.16,1.05.03.34-.13.61-.4.76-.76.27-.65,0-1.38-.62-1.71Z" style="fill:white;"/></svg>');
	--icon-car: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m36.38,18.7c0-1.45-.98-2.28-2.68-2.28-.86,0-1.5.28-1.88.5l-1.48-4.69c-.28-.88-1.22-1.57-2.14-1.57h-12.46c-.92,0-1.86.69-2.14,1.57l-1.47,4.66c-.39-.22-1-.47-1.82-.47-1.7,0-2.68.83-2.68,2.28,0,1.04.81,1.62,1.51,1.89-.56.75-.91,1.67-.91,2.68v3.95c0,1.12.77,2.06,1.81,2.34v3.39c0,.21.17.38.38.38h4.2c.21,0,.38-.17.38-.38v-3.3h3.39v1c0,.21.17.38.38.38h6.44c.21,0,.38-.17.38-.38v-1h3.39v3.3c0,.21.17.38.38.38h4.2c.21,0,.38-.17.38-.38v-3.39c1.04-.28,1.81-1.22,1.81-2.34v-3.95c0-1-.34-1.92-.9-2.66.72-.26,1.56-.84,1.56-1.9Zm-22.06-6.24c.18-.57.83-1.04,1.42-1.04h12.46c.59,0,1.25.48,1.42,1.04l2.01,6.36c-.14-.01-.27-.04-.4-.04H13.75l1.85-5.88s.12-.1.13-.11h12.43s.13.08.15.09l1.41,4.48c.06.2.27.31.47.24.2-.06.31-.27.24-.47l-1.41-4.48c-.1-.31-.51-.61-.83-.61h-12.46c-.32,0-.74.3-.83.61l-1.94,6.13h-.26c-.14,0-.27.03-.4.04l2.01-6.36Zm-5.94,6.24c0-1.01.65-1.53,1.93-1.53.78,0,1.33.28,1.59.45l-.43,1.35c-.67.19-1.28.53-1.78,1-.38-.09-1.32-.41-1.32-1.28Zm5.86,13.88h-3.45v-2.93h3.45v2.93Zm10.57-2.3h-5.69v-3.19h5.69v3.19Zm8.34,2.3h-3.45v-2.93h3.45v2.93Zm1.81-9.31v3.95c0,.93-.75,1.68-1.68,1.68h-7.72v-2.19c0-.21-.17-.38-.38-.38h-6.44c-.21,0-.38.17-.38.38v2.19h-7.72c-.93,0-1.68-.75-1.68-1.68v-3.95c0-2.06,1.67-3.73,3.73-3.73h18.52c2.06,0,3.73,1.67,3.73,3.73Zm-.7-3.28c-.51-.47-1.12-.81-1.8-1.01l-.42-1.32c.24-.17.81-.49,1.65-.49,1.28,0,1.93.51,1.93,1.53,0,.9-1.03,1.21-1.36,1.29Zm-3.62,1.03c-1.33,0-2.41,1.08-2.41,2.41s1.08,2.41,2.41,2.41,2.41-1.08,2.41-2.41-1.08-2.41-2.41-2.41Zm0,4.07c-.92,0-1.66-.75-1.66-1.66s.75-1.66,1.66-1.66,1.66.75,1.66,1.66-.75,1.66-1.66,1.66Zm-17.34-4.07c-1.33,0-2.41,1.08-2.41,2.41s1.08,2.41,2.41,2.41,2.41-1.08,2.41-2.41-1.08-2.41-2.41-2.41Zm0,4.07c-.92,0-1.66-.75-1.66-1.66s.75-1.66,1.66-1.66,1.66.75,1.66,1.66-.75,1.66-1.66,1.66Z" style="fill:white;"/></svg>');
	--icon-train: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m25.02,12.97c.21,0,.38-.17.38-.38v-1.1c0-.21-.17-.38-.38-.38h-6.04c-.21,0-.38.17-.38.38v1.1c0,.21.17.38.38.38h6.04Zm-5.67-1.1h5.29v.35h-5.29v-.35Zm13.17,23.93l-4.21-6.76c-.11-.18-.34-.23-.52-.12-.18.11-.23.34-.12.52l4.21,6.76c.07.11.19.18.32.18.07,0,.14-.02.2-.06.18-.11.23-.34.12-.52Zm-17.22-7.77h8.94c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-8.94c-.99,0-1.8-.81-1.8-1.8v-13.39c0-.99.81-1.8,1.8-1.8h13.39c.99,0,1.8.81,1.8,1.8v13.39c0,.99-.81,1.8-1.8,1.8h-2.03c-.21,0-.38.17-.38.38s.17.38.38.38h2.03c1.41,0,2.55-1.14,2.55-2.55v-13.39c0-1.41-1.14-2.55-2.55-2.55h-3v-1.17h4.04c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-15.46c-.21,0-.38.17-.38.38s.17.38.38.38h4.04v1.17h-3c-1.41,0-2.55,1.14-2.55,2.55v13.39c0,1.41,1.14,2.55,2.55,2.55Zm3.75-19.66h5.89v1.17h-5.89v-1.17Zm10.55,11.83v-5.87c0-.21-.17-.38-.38-.38h-14.45c-.21,0-.38.17-.38.38v5.87c0,.21.17.38.38.38h14.45c.21,0,.38-.17.38-.38Zm-.75-.38h-13.7v-5.12h13.7v5.12Zm-1.27,5.24c.94,0,1.71-.77,1.71-1.71s-.77-1.71-1.71-1.71-1.71.77-1.71,1.71.77,1.71,1.71,1.71Zm0-2.68c.53,0,.96.43.96.96s-.43.96-.96.96-.96-.43-.96-.96.43-.96.96-.96Zm1.34,11.01h-15.07l1.36-2.18h11.83c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-11.37l.65-1.04c.11-.18.06-.41-.12-.52-.18-.11-.41-.06-.52.12l-4.21,6.76c-.11.18-.06.41.12.52.06.04.13.06.2.06.12,0,.25-.06.32-.18l1.27-2.04h15.54c.21,0,.38-.17.38-.38s-.17-.38-.38-.38Zm-14.22-10.05c0,.94.77,1.71,1.71,1.71s1.71-.77,1.71-1.71-.77-1.71-1.71-1.71-1.71.77-1.71,1.71Zm2.68,0c0,.53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96Z" style="fill:white;"/></svg>');
	--icon-bus: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m11.96,29.7c0,.82.67,1.49,1.49,1.49s1.49-.67,1.49-1.49-.67-1.49-1.49-1.49-1.49.67-1.49,1.49Zm2.23,0c0,.41-.33.74-.74.74s-.74-.33-.74-.74.33-.74.74-.74.74.33.74.74Zm14.4-19.98h-13.3c-.21,0-.38.17-.38.38v2.21c0,.21.17.38.38.38h13.3c.21,0,.38-.17.38-.38v-2.21c0-.21-.17-.38-.38-.38Zm-.38,2.21h-12.55v-1.46h12.55v1.46Zm2.14,1.71H13.52c-.62,0-1.12.5-1.12,1.12v10.36c0,.6.47,1.13,1.06,1.21.04,0,4.39.54,8.46.54s8.42-.53,8.46-.54c.6-.07,1.06-.6,1.06-1.21v-10.36c0-.62-.5-1.12-1.12-1.12Zm.37,11.48c0,.22-.19.43-.41.46-.04,0-4.34.53-8.37.53s-8.33-.53-8.37-.53c-.22-.03-.41-.24-.41-.46v-10.36c0-.2.16-.37.37-.37h16.82c.2,0,.37.16.37.37v10.36Zm-5.31,5.15c0,.82.67,1.49,1.49,1.49s1.49-.67,1.49-1.49-.67-1.49-1.49-1.49-1.49.67-1.49,1.49Zm2.23,0c0,.41-.33.74-.74.74s-.74-.33-.74-.74.33-.74.74-.74.74.33.74.74Zm1.44-.56c0,.82.67,1.49,1.49,1.49s1.49-.67,1.49-1.49-.67-1.49-1.49-1.49-1.49.67-1.49,1.49Zm2.23,0c0,.41-.33.74-.74.74s-.74-.33-.74-.74.33-.74.74-.74.74.33.74.74Zm2.21-15.1v-3.03c0-2.17-1.77-3.94-3.94-3.94h-1.93c-.21,0-.38.17-.38.38s.17.38.38.38h1.93c1.76,0,3.19,1.43,3.19,3.19v20.97c0,.45-.36.81-.81.81h-7.26v-2.45c0-.21-.17-.38-.38-.38h-4.63c-.21,0-.38.17-.38.38v2.45h-7.26c-.45,0-.81-.36-.81-.81V11.56c0-1.76,1.43-3.19,3.19-3.19h10.16c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-10.16c-2.17,0-3.94,1.77-3.94,3.94v3.03c-1.15.1-2.85.67-2.85,2.37v3.5c0,.61.31,1.07.86,1.27.19.07.4.1.61.1.5,0,1.02-.19,1.29-.51.04-.05.06-.11.09-.16v11.37c0,.83.66,1.51,1.48,1.55v1.91c0,.21.17.38.38.38h2.49c.21,0,.38-.17.38-.38v-1.9h13.57v1.9c0,.21.17.38.38.38h2.49c.21,0,.38-.17.38-.38v-1.91c.82-.04,1.48-.72,1.48-1.55v-11.37c.03.05.05.11.09.16.27.32.78.51,1.28.51.21,0,.42-.03.61-.1.55-.2.86-.66.86-1.27v-3.5c0-1.69-1.69-2.27-2.84-2.37Zm-23.68,6.25c-.15.18-.66.33-1.06.18-.25-.09-.37-.27-.37-.57v-3.45c.41.09,1.65.49,1.65,1.88,0,.12,0,.26.01.41.02.54.05,1.22-.23,1.55Zm.66-3.18c-.45-.83-1.3-1.25-1.92-1.38.4-.68,1.38-.87,1.92-.93v2.31Zm3.97,17.96h-1.74v-1.53h1.74v1.53Zm9.47-2.28h-3.88v-2.08h3.88v2.08Zm7.34,2.28h-1.74v-1.53h1.74v1.53Zm2.23-17.97v-2.31c.54.06,1.51.25,1.92.93-.61.14-1.47.55-1.92,1.38Zm2.09,2.8c0,.29-.12.47-.37.57-.4.15-.92,0-1.06-.18-.27-.33-.25-1-.23-1.55,0-.14.01-.28.01-.41,0-1.39,1.24-1.79,1.65-1.88v3.45Zm-19.98,9.8c0,.82.67,1.49,1.49,1.49s1.49-.67,1.49-1.49-.67-1.49-1.49-1.49-1.49.67-1.49,1.49Zm2.23,0c0,.41-.33.74-.74.74s-.74-.33-.74-.74.33-.74.74-.74.74.33.74.74Z" style="fill:white;"/></svg>');
	--icon-bicycle: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m31.17,20.21c-1.39,0-2.67.55-3.62,1.48l-2.23-1.98.62-1.5h1.25c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-3.8c-.21,0-.38.17-.38.38s.17.38.38.38h1.73l-1.95,4.71h-.48c-.35,0-.68.09-.97.23l-5.51-4.91,1.7-4.11h3.01c.21,0,.38-.17.38-.38s-.17-.38-.38-.38h-3.26c-.15,0-.29.09-.35.23l-.5,1.2h-6.11c-.11,0-.22.05-.29.13-.07.08-.1.2-.08.31l.65,3.59c.03.18.19.31.37.31h3.66l-.56,1.35c-.52-.17-1.06-.29-1.63-.29-2.87,0-5.21,2.34-5.21,5.21s2.34,5.21,5.21,5.21,5.21-2.33,5.21-5.21c0-2.03-1.18-3.78-2.88-4.63l.75-1.82,5.19,4.62c-.39.4-.64.95-.64,1.56,0,1.23,1,2.24,2.24,2.24h3.67c.8,1.94,2.69,3.24,4.81,3.24,2.87,0,5.21-2.33,5.21-5.21s-2.34-5.21-5.21-5.21Zm-13.88,5.21c0,2.46-2,4.46-4.46,4.46s-4.46-2-4.46-4.46,2-4.46,4.46-4.46c.47,0,.92.09,1.34.23l-1.69,4.08c-.08.19.01.41.2.49.05.02.1.03.14.03.15,0,.29-.09.35-.23l1.69-4.08c1.43.74,2.42,2.22,2.42,3.94Zm-1.95-7.02h-3.66l-.51-2.84h5.35l-1.18,2.84Zm9.68,2.04l2.04,1.81c-.16.21-.3.43-.43.66h-2.63l1.02-2.47Zm-2.32,6.2c-.82,0-1.49-.67-1.49-1.49s.67-1.49,1.49-1.49h7.16c.82,0,1.49.67,1.49,1.49s-.67,1.49-1.49,1.49h-7.16Zm8.47,3.24c-1.71,0-3.25-.98-3.99-2.49h2.68c1.23,0,2.24-1,2.24-2.24s-1-2.24-2.24-2.24h-2.37c.82-1.22,2.19-1.95,3.69-1.95,2.46,0,4.46,2,4.46,4.46s-2,4.46-4.46,4.46Z" style="fill:white;"/></svg>');
	--icon-ship: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="m20.15,13.33c1.23-.03,2.48-.03,3.71,0h.01c.1,0,.19-.04.26-.11.07-.07.11-.17.11-.27v-3.61c0-.65-.29-1.73-2.24-1.73s-2.24,1.08-2.24,1.73v3.61c0,.1.04.2.11.27.07.07.16.1.27.11Zm.36-3.98c0-.27,0-.98,1.49-.98s1.49.71,1.49.98v3.22c-.49-.01-.99-.02-1.49-.02s-.99,0-1.49.02v-3.22Zm7.3,6.19c-.11-.01-.21.02-.29.1s-.12.17-.12.28v1.47c0,.21.17.38.38.38h2.44c.19,0,.35-.14.37-.32l.16-1.18c.03-.21-.11-.39-.32-.42-.87-.12-1.74-.22-2.62-.3Zm2.07,1.47h-1.73v-.69c.6.06,1.2.13,1.8.21l-.07.48Zm-16.71,2.29l.33,3.23c.01.13.1.25.22.3.12.05.26.04.37-.04,1.78-1.3,4.52-3.06,7.46-4.05.26-.09.55-.09.81,0,2.94.99,5.7,2.77,7.5,4.08.07.05.14.07.22.07.05,0,.1-.01.15-.03.12-.05.21-.17.22-.3l.34-3.24c.34-.04.63-.3.69-.65l.46-2.88c.03-.2-.11-.4-.31-.43-.2-.04-.4.11-.43.31l-.49,2.9-.19-.03c-.1-.01-.21.01-.29.07-.08.06-.13.16-.14.26l-.31,2.96c-1.83-1.29-4.42-2.87-7.17-3.81-.41-.14-.88-.14-1.3,0-2.75.93-5.32,2.5-7.14,3.78l-.3-2.94c-.01-.1-.1-.19-.19-.25-.08-.06-.23-.08-.33-.07h-.14s-.42-2.92-.42-2.92c.2-.02.4-.04.6-.06l.39-.04c.2-.02.35-.19.34-.39,0-.13-.02-.29-.07-.48,5.41-.59,10.45-.59,15.84-.03-.03.21-.04.34-.05.46l.37.07h.38c0-.12.02-.24.05-.42.03-.19-.02-.4-.15-.55-.12-.15-.29-.25-.5-.28-5.46-.6-10.55-.6-16.04,0-.21.03-.39.15-.5.32-.11.15-.15.33-.12.51,0,.03,0,.05.01.08h-.01c-.2.02-.41.04-.63.06-.22.03-.41.15-.54.32-.12.17-.17.37-.14.57l.46,2.88c.05.34.32.59.69.64Zm9.46-4.03c-.1-.02-.2.04-.27.11-.07.07-.11.17-.11.27v1.59c0,.21.17.37.37.38,1.34.01,2.67.07,3.84.16,0,0,.02,0,.03,0,.09,0,.19-.04.26-.1.08-.07.12-.17.12-.27v-1.58c0-.2-.15-.36-.35-.37-1.25-.09-2.55-.15-3.89-.16Zm3.48,1.72c-.97-.06-2.03-.11-3.11-.12v-.84c1.06.02,2.11.06,3.11.13v.83Zm-8.65-1.56c-.2.01-.35.18-.35.37v1.58c0,.1.04.2.12.27.07.07.16.1.26.1,0,0,.02,0,.03,0,1.17-.09,2.5-.14,3.84-.16.21,0,.37-.17.37-.38v-1.59c0-.1-.04-.2-.11-.27-.07-.07-.18-.12-.27-.11-1.33.01-2.64.07-3.89.16Zm3.51,1.43c-1.08.02-2.14.06-3.11.12v-.83c1.01-.07,2.05-.11,3.11-.13v.84Zm12.74,15.58c-1.06,0-1.59-.3-2.11-.58-.47-.26-.91-.5-1.8-.5s-1.33.24-1.8.5c-.52.29-1.05.58-2.11.58s-1.59-.3-2.11-.58c-.47-.26-.9-.5-1.8-.5s-1.31.23-1.8.5c-.52.29-1.05.58-2.11.58s-1.59-.3-2.11-.58c-.47-.26-.9-.5-1.8-.5s-1.33.24-1.8.5c-.45.25-.91.51-1.73.57v-.64c.65-.06,1.03-.27,1.43-.49.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.47.26.9.5,1.8.5s1.31-.23,1.8-.5c.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.47.26.9.5,1.8.5s1.34-.24,1.8-.5c.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.47.26.91.5,1.8.5.21,0,.38-.17.38-.38s-.17-.38-.38-.38c-.7,0-.99-.16-1.44-.41-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.74.41-1.44.41s-.99-.16-1.44-.41c-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.74.41-1.44.41s-.99-.16-1.44-.41c-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.73.41-1.43.41-.21,0-.38.17-.38.38v1.38c0,.21.17.38.38.38,1.25,0,1.93-.38,2.47-.68.44-.25.73-.41,1.43-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68s1.93-.38,2.47-.68c.44-.25.74-.41,1.44-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68s1.93-.38,2.47-.68c.44-.25.74-.41,1.44-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68.21,0,.38-.17.38-.38s-.17-.38-.38-.38Zm0,1.8c-.7,0-.99-.16-1.44-.41-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.74.41-1.44.41s-.99-.16-1.44-.41c-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.74.41-1.44.41s-.99-.16-1.44-.41c-.54-.3-1.22-.68-2.47-.68s-1.93.38-2.47.68c-.44.25-.73.41-1.43.41-.21,0-.38.17-.38.38s.17.38.38.38c.89,0,1.33-.24,1.8-.5.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.47.26.9.5,1.8.5s1.31-.23,1.8-.5c.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.47.26.9.5,1.8.5s1.34-.24,1.8-.5c.52-.29,1.05-.58,2.11-.58s1.59.3,2.11.58c.4.22.77.43,1.43.49v.64c-.82-.06-1.28-.32-1.73-.57-.47-.26-.91-.5-1.8-.5s-1.33.24-1.8.5c-.52.29-1.05.58-2.11.58s-1.59-.3-2.11-.58c-.47-.26-.9-.5-1.8-.5s-1.31.23-1.8.5c-.52.29-1.05.58-2.11.58s-1.59-.3-2.11-.58c-.47-.26-.9-.5-1.8-.5s-1.33.24-1.8.5c-.52.29-1.05.58-2.11.58-.21,0-.38.17-.38.38s.17.38.38.38c1.25,0,1.93-.38,2.47-.68.44-.25.73-.41,1.43-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68s1.93-.38,2.47-.68c.44-.25.74-.41,1.44-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68s1.93-.38,2.47-.68c.44-.25.74-.41,1.44-.41s.99.16,1.44.41c.54.3,1.22.68,2.47.68.21,0,.38-.17.38-.38v-1.38c0-.21-.17-.38-.38-.38Zm-4.67-5.6c-.55.09-.93.28-1.3.49-.18.1-.25.33-.15.51.1.18.33.25.51.15.37-.2.69-.36,1.2-.43.1-.01.2-.07.26-.16.55-.78,1.17-1.49,1.84-2.11.11-.1.17-.23.19-.41l.16-1.25c.03-.25-.06-.49-.25-.65-.46-.4-4.64-3.96-9.3-5.54-.15-.05-.32-.05-.47,0-4.58,1.55-8.8,5.1-9.26,5.5-.19.17-.28.42-.25.67l.21,1.44c.01.07.04.27.21.41.63.5,1.25,1.17,1.79,1.94.06.09.15.14.26.16.55.07.89.26,1.25.46.5.28,1.06.59,2.14.59s1.64-.31,2.14-.59c.48-.27.89-.5,1.77-.5s1.29.23,1.77.5c.5.28,1.06.59,2.14.59.21,0,.38-.17.38-.38s-.17-.38-.38-.38c-.88,0-1.29-.23-1.77-.5-.5-.28-1.06-.59-2.14-.59s-1.64.31-2.14.59c-.48.27-.89.5-1.77.5s-1.29-.23-1.77-.5c-.36-.2-.76-.42-1.35-.52-.54-.75-1.15-1.41-1.78-1.92l-.21-1.41c.45-.39,4.56-3.85,9.01-5.36,4.53,1.53,8.6,5,9.05,5.38l-.12,1.21c-.67.62-1.29,1.32-1.85,2.1Zm-15.49-12.8c-.21.03-.35.22-.32.42l.16,1.18c.03.19.18.32.37.32h2.44c.21,0,.38-.17.38-.38v-1.47c0-.11-.04-.21-.12-.28s-.18-.11-.29-.1c-.87.08-1.75.18-2.62.3Zm2.28,1.17h-1.73l-.07-.48c.6-.08,1.2-.15,1.8-.21v.69Z" style="fill:white;"/></svg>');
	--icon-air: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="m80.4,53.88c-.96-1.65-3.09-2.45-5.07-1.91-1.77.49-7.36,2.02-11.81,3.25l-6.88-7.22,15.59-15.59c1.9-1.9,2.42-4.32,1.31-6.17-1.02-1.69-3.05-2.36-5.18-1.71-2.78.85-19.38,5.42-26.94,7.5l-10.36-10.87c-1.32-1.32-3.07-2.05-4.94-2.05s-3.62.73-4.94,2.05c-2.72,2.72-2.72,7.16.02,9.89l10.85,10.35c-2.52,9.15-6.69,24.28-7.5,26.94-.65,2.13.02,4.17,1.71,5.18.65.39,1.36.58,2.1.58,1.37,0,2.83-.65,4.06-1.88l15.59-15.59,7.22,6.88c-1.23,4.45-2.77,10.04-3.25,11.81-.54,1.98.26,4.11,1.91,5.07.56.32,1.14.48,1.73.48,1,0,2-.45,2.88-1.33l21.06-21.06c1.4-1.4,1.71-3.12.85-4.61Zm-11.53-27.67c1.34-.41,2.58-.04,3.17.94.54.9.55,2.43-1.04,4.03l-15.56,15.56-12.65-13.26c9.21-2.53,23.46-6.47,26.08-7.27Zm-11.61,52.11c-.82.83-1.71,1.03-2.5.57-.82-.47-1.48-1.72-1.1-3.09.45-1.65,1.82-6.62,3-10.9l7.18,6.84-6.58,6.58Zm21.06-21.06l-13.24,13.24-16.47-15.7s0,0,0,0c0,0,0,0,0,0l-8.27-7.88c-.35-.33-.9-.32-1.24.03-.33.35-.32.9.03,1.24l7.6,7.25-15.56,15.56c-1.6,1.6-3.13,1.59-4.03,1.05-.98-.59-1.35-1.83-.94-3.17.83-2.73,5.15-18.4,7.65-27.49.01-.04,0-.08,0-.12,0-.06.02-.12.01-.18,0-.06-.02-.11-.04-.16-.01-.05-.03-.11-.05-.16-.03-.06-.07-.1-.11-.15-.02-.03-.04-.07-.07-.09l-11.21-10.7c-.99-.99-1.53-2.3-1.53-3.7s.54-2.71,1.53-3.7c.99-.99,2.3-1.53,3.7-1.53s2.71.54,3.69,1.52l25,26.22s0,0,0,0,0,0,0,0l12.77,13.39c.17.18.4.27.63.27.22,0,.43-.08.6-.24.35-.33.36-.89.03-1.24l-3.94-4.13c4.28-1.18,9.25-2.55,10.9-3,1.37-.38,2.62.29,3.09,1.1.46.79.25,1.67-.57,2.5Z" style="fill:white;"/></svg>');
	}




