
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width:100%;
			margin:0;
			padding:0;
			margin-left: auto;
			margin-right: auto;
			display:block;
			clear: both;
			padding-bottom:2rem;
			background: var(--Palette1);
			position: relative;
			box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
			border-top: 0.2rem solid #fff;
		}
		#Footer:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url(/repository/files/202506091221336846B5AD624BC217953105.png);
			background-size: 14rem;
			background-repeat: repeat;
			background-position: center;
			z-index: 0;
			opacity: 0.1;
			pointer-events: none;
		}
		#Footer .Message {
			display: block;
			padding-top:2rem;
			border-top:1px solid #cccccc;
			padding-left: 4vw;
			padding-right: 4vw;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display: block;
			clear: both;
			padding-bottom: 3rem;
			border-top: 0.2rem solid #fff;
			margin-top: 0rem;
			position: relative;
			background: var(--Palette1);
			box-shadow: 0px -2px 30px rgba(0, 0, 0, 0.2);
		}
		#Footer:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url(/repository/files/202506091221336846B5AD624BC217953105.png);
			background-size: 14rem;
			background-repeat: repeat;
			background-position: center;
			z-index: 0;
			opacity: 0.1;
			pointer-events: none;
		}
		#Footer .Message {
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
			font-family: var(--Font_Normal);
			position: relative;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
		}
		.Message p img {
			width: 10rem;
			margin-top: 1.5rem;
		}

	}

