/*
-=-------------------------------=-
 *             C S S             *
 *  ~-~-~-~-~-~-~-~-~-~-~-~-~-~  *
 *          F O O T E R          *
 *  ~-~-~-~-~-~-~-~-~-~-~-~-~-~  *
 *     Design by Anna Greco      *
 *     www.houseofgreco.com      *
 *        Copyright 2026         *
-=-------------------------------=-
*/


/*	-=--------=-
	 * FOOTER *
	-=--------=-  */

	footer {
		background-attachment: scroll;
		background-color: #000201;
		background-image: url('../images/bones/backgrounds/forest-path-1300.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		box-shadow: inset 0px 3px 7px #233830;
		position: relative;
		margin: 0px 0px 0px 0px;
		height: 867px;
	}

	/*	-=-------------=-
		 * FOOTER NOTE *
		-=-------------=-  */

		.footer .note {
			color: #2F2E1F;
			display: block;
			font-size: 21px;
			font-weight: 900;
			letter-spacing: 0px;
			line-height: 1.65;
			margin: auto;
			padding: 0px 25px 30px 25px;
			text-align: center;
			max-width: 750px;
		}

	/*	-=------=-
		 * LOGO *
		-=------=-  */

		.footer-logo-wrap {
			background-image: url('../images/bones/logo/lion-head-emblem.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 200px;
			filter: hue-rotate(-20deg) drop-shadow(0px 7px 7px #1A120D) saturate(1);
			margin: auto;
			opacity: 0.65;
			position: relative;
				top: 125px;
							-moz-transition: 0.45s ease;
						-ms-transition: 0.45s ease;
					-o-transition: 0.45s ease;
				-webkit-transition: 0.45s ease;
			transition: 3s ease;
			width: 450px;
			height: 450px;
		}

		.footer-logo-wrap:hover {
			background-image: url('../images/bones/logo/lion-head-emblem.png');
			background-size: 450px;
			opacity: 1;
		}

		.footer-logo {
			background-image: linear-gradient(rgba(175, 230, 150, 0.85), rgba(20, 70, 35, 0.75));
		}

	/*	-=-------=-
		 * ABYSS *
		-=-------=-  */

		.abyss {
			background-image: linear-gradient(0deg, #140E0C, #140E0C, #241A18, transparent);
			padding: 0px 10px 25px 10px;
			position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
		}

		.abyss,
		.abyss a {
			color: #65732C;
			transition: 0.5s ease;
				-moz-transition: 0.5s ease;
					-ms-transition: 0.5s ease;
						-o-transition: 0.5s ease;
							-webkit-transition: 0.5s ease;
		}

		.abyss a:hover {
			color: #96AC3F;
			text-decoration: none;
		}

		/*	-=-----------=-
			 * COPYRIGHT *
			-=-----------=-  */

			.copyright {
				padding: 60px 0px 15px 0px;
			}

			.copyright,
			.copyright a,
			.copyright .numbers {
				font-family: 'Josefin Sans';
				font-size: 15px;
				font-weight: 700;
				letter-spacing: 1px;
				line-height: 1.6;
				text-decoration: none;
				text-align: center;
				text-shadow: 0px 0px 10px black;
				text-transform: uppercase;
				font-smoothing: antialiased;
					-moz-font-smoothing: antialiased;
						-ms-font-smoothing: antialiased;
							-o-font-smoothing: antialiased;
								-webkit-font-smoothing: antialiased;
			}

			.copyright .numbers {
				font-size: 17px;
			}

		/*	-=--------=-
			 * DESIGN *
			-=--------=-  */

			.design a {
				display: block;
				font-family: 'Josefin Sans';
				font-size: 12px;
				font-weight: 900;
				letter-spacing: 7px;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
			}

		/*	-=-------=-
			 * LINKS *
			-=-------=-  */

			#main-menu.olive {
				display: none;
			}


/*	-=-------------------------------=-
	 *  M E D I A  •  Q U E R I E S  *
	-=-------------------------------=-  */

	/*	-=----------=-
		 * 1200 MAX *
		-=----------=-  */

		@media screen and (max-width: 1200px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-1200.jpg');
			}

		}

	/*	-=----------=-
		 * 1100 MAX *
		-=----------=-  */

		@media screen and (max-width: 1100px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-1100.jpg');
			}

		}

	/*	-=----------=-
		 * 1000 MAX *
		-=----------=-  */

		@media screen and (max-width: 1000px) {

			.footer .note {
				max-width: 600px;
			}

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-1000.jpg');
			}

		}

	/*	-=---------=-
		 * 900 MAX *
		-=---------=-  */

		@media screen and (max-width: 900px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-900.jpg');
				height: ;
			}

		}

	/*	-=---------=-
		 * 850 MAX *
		-=---------=-  */

		@media screen and (max-width: 850px) {

		}

	/*	-=---------=-
		 * 800 MAX *
		-=---------=-  */

		@media screen and (max-width: 800px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-800.jpg');
			}

			.footer-logo-wrap:hover {
				background-size: 440px;
			}

		}

	/*	-=---------=-
		 * 750 MAX *
		-=---------=-  */

		@media screen and (max-width: 750px) {

			.footer-logo-wrap:hover {
				background-size: 400px;
			}

		}

	/*	-=---------=-
		 * 700 MAX *
		-=---------=-  */

		@media screen and (max-width: 700px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-700.jpg');
			}

			.footer-logo-wrap {
				background-size: 180px;
			}

			.footer-logo-wrap:hover {
				background-size: 360px;
			}

			.copyright {
				padding: 30px 15px 15px 15px;
			}

		}

	/*	-=---------=-
		 * 650 MAX *
		-=---------=-  */

		@media screen and (max-width: 650px) {

			.footer-logo-wrap {
				background-size: 160px;
			}

			.footer-logo-wrap:hover {
				background-size: 320px;
			}

			.note.parchment {
				padding: 25px 20px 25px 20px;
			}

			.celadon-table th,
			.celadon-table td {
				padding: 5px 9px 0px 9px;
			}

		}


	/*	-=---------=-
		 * 615 MAX *
		-=---------=-  */

		@media screen and (max-width: 615px) {

			footer {
				margin: 0px 0px 140px 0px;
			}

		}

	/*	-=---------=-
		 * 600 MAX *
		-=---------=-  */

		@media screen and (max-width: 600px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-600.jpg');
			}

			.footer-logo-wrap {
				background-size: 140px;
				width: 300px;
				height: 300px;
			}

			.footer-logo-wrap:hover {
				background-size: 280px;
			}

		}

	/*	-=---------=-
		 * 550 MAX *
		-=---------=-  */

		@media screen and (max-width: 550px) {

			.footer-logo-wrap {
				background-size: 120px;
			}

			.footer-logo-wrap:hover {
				background-size: 240px;
			}

			.design a {
				letter-spacing: 5px;
			}

		}

	/*	-=---------=-
		 * 500 MAX *
		-=---------=-  */

		@media screen and (max-width: 500px) {

			footer {
				background-image: url('../images/bones/backgrounds/forest-path-500.jpg');
			}

			.footer-logo-wrap {
				background-size: 100px;
			}

			.footer-logo-wrap:hover {
				background-size: 200px;
			}

			.design a {
				letter-spacing: 3px;
			}

		}

	/*	-=---------=-
		 * 450 MAX *
		-=---------=-  */

		@media screen and (max-width: 450px) {

			.footer-logo-wrap {
				background-size: 80px;
			}

			.footer-logo-wrap:hover {
				background-size: 160px;
			}

		}

	/*	-=---------=-
		 * 400 MAX *
		-=---------=-  */

		@media screen and (max-width: 400px) {

			.footer-logo-wrap {
				background-size: 60px;
			}

			.footer-logo-wrap:hover {
				background-size: 120px;
			}

			.design a {
				letter-spacing: 2px;
			}

		}

@media screen and (max-width: 1300px) {footer {height: 867px;}}
@media screen and (max-width: 1299px) {footer {height: 866px;}}
@media screen and (max-width: 1298px) {footer {height: 865px;}}
@media screen and (max-width: 1297px) {footer {height: 864px;}}
@media screen and (max-width: 1296px) {footer {height: 863px;}}
@media screen and (max-width: 1295px) {footer {height: 862px;}}
@media screen and (max-width: 1294px) {footer {height: 861px;}}
@media screen and (max-width: 1293px) {footer {height: 860px;}}
@media screen and (max-width: 1292px) {footer {height: 859px;}}
@media screen and (max-width: 1291px) {footer {height: 858px;}}
@media screen and (max-width: 1290px) {footer {height: 857px;}}
@media screen and (max-width: 1289px) {footer {height: 856px;}}
@media screen and (max-width: 1288px) {footer {height: 855px;}}
@media screen and (max-width: 1287px) {footer {height: 854px;}}
@media screen and (max-width: 1286px) {footer {height: 853px;}}
@media screen and (max-width: 1285px) {footer {height: 852px;}}
@media screen and (max-width: 1284px) {footer {height: 851px;}}
@media screen and (max-width: 1283px) {footer {height: 850px;}}
@media screen and (max-width: 1282px) {footer {height: 849px;}}
@media screen and (max-width: 1281px) {footer {height: 848px;}}
@media screen and (max-width: 1280px) {footer {height: 847px;}}
@media screen and (max-width: 1279px) {footer {height: 846px;}}
@media screen and (max-width: 1278px) {footer {height: 845px;}}
@media screen and (max-width: 1277px) {footer {height: 844px;}}
@media screen and (max-width: 1276px) {footer {height: 843px;}}
@media screen and (max-width: 1275px) {footer {height: 842px;}}
@media screen and (max-width: 1274px) {footer {height: 841px;}}
@media screen and (max-width: 1273px) {footer {height: 840px;}}
@media screen and (max-width: 1272px) {footer {height: 839px;}}
@media screen and (max-width: 1271px) {footer {height: 838px;}}
@media screen and (max-width: 1270px) {footer {height: 837px;}}
@media screen and (max-width: 1269px) {footer {height: 836px;}}
@media screen and (max-width: 1268px) {footer {height: 835px;}}
@media screen and (max-width: 1267px) {footer {height: 834px;}}
@media screen and (max-width: 1266px) {footer {height: 833px;}}
@media screen and (max-width: 1265px) {footer {height: 832px;}}
@media screen and (max-width: 1264px) {footer {height: 831px;}}
@media screen and (max-width: 1263px) {footer {height: 830px;}}
@media screen and (max-width: 1262px) {footer {height: 829px;}}
@media screen and (max-width: 1261px) {footer {height: 828px;}}
@media screen and (max-width: 1260px) {footer {height: 827px;}}
@media screen and (max-width: 1259px) {footer {height: 826px;}}
@media screen and (max-width: 1258px) {footer {height: 825px;}}
@media screen and (max-width: 1257px) {footer {height: 824px;}}
@media screen and (max-width: 1256px) {footer {height: 823px;}}
@media screen and (max-width: 1255px) {footer {height: 822px;}}
@media screen and (max-width: 1254px) {footer {height: 821px;}}
@media screen and (max-width: 1253px) {footer {height: 820px;}}
@media screen and (max-width: 1252px) {footer {height: 819px;}}
@media screen and (max-width: 1251px) {footer {height: 818px;}}
@media screen and (max-width: 1250px) {footer {height: 817px;}}
@media screen and (max-width: 1249px) {footer {height: 816px;}}
@media screen and (max-width: 1248px) {footer {height: 815px;}}
@media screen and (max-width: 1247px) {footer {height: 814px;}}
@media screen and (max-width: 1246px) {footer {height: 813px;}}
@media screen and (max-width: 1245px) {footer {height: 812px;}}
@media screen and (max-width: 1244px) {footer {height: 811px;}}
@media screen and (max-width: 1243px) {footer {height: 810px;}}
@media screen and (max-width: 1242px) {footer {height: 809px;}}
@media screen and (max-width: 1241px) {footer {height: 808px;}}
@media screen and (max-width: 1240px) {footer {height: 807px;}}
@media screen and (max-width: 1239px) {footer {height: 806px;}}
@media screen and (max-width: 1238px) {footer {height: 805px;}}
@media screen and (max-width: 1237px) {footer {height: 804px;}}
@media screen and (max-width: 1236px) {footer {height: 803px;}}
@media screen and (max-width: 1235px) {footer {height: 802px;}}
@media screen and (max-width: 1234px) {footer {height: 801px;}}
@media screen and (max-width: 1233px) {footer {height: 800px;}}
@media screen and (max-width: 1232px) {footer {height: 799px;}}
@media screen and (max-width: 1231px) {footer {height: 798px;}}
@media screen and (max-width: 1230px) {footer {height: 797px;}}
@media screen and (max-width: 1229px) {footer {height: 796px;}}
@media screen and (max-width: 1228px) {footer {height: 795px;}}
@media screen and (max-width: 1227px) {footer {height: 794px;}}
@media screen and (max-width: 1226px) {footer {height: 793px;}}
@media screen and (max-width: 1225px) {footer {height: 792px;}}
@media screen and (max-width: 1224px) {footer {height: 791px;}}
@media screen and (max-width: 1223px) {footer {height: 790px;}}
@media screen and (max-width: 1222px) {footer {height: 789px;}}
@media screen and (max-width: 1221px) {footer {height: 788px;}}
@media screen and (max-width: 1220px) {footer {height: 787px;}}
@media screen and (max-width: 1219px) {footer {height: 786px;}}
@media screen and (max-width: 1218px) {footer {height: 785px;}}
@media screen and (max-width: 1217px) {footer {height: 784px;}}
@media screen and (max-width: 1216px) {footer {height: 783px;}}
@media screen and (max-width: 1215px) {footer {height: 782px;}}
@media screen and (max-width: 1214px) {footer {height: 781px;}}
@media screen and (max-width: 1213px) {footer {height: 780px;}}
@media screen and (max-width: 1212px) {footer {height: 779px;}}
@media screen and (max-width: 1211px) {footer {height: 778px;}}
@media screen and (max-width: 1210px) {footer {height: 777px;}}
@media screen and (max-width: 1209px) {footer {height: 776px;}}
@media screen and (max-width: 1208px) {footer {height: 775px;}}
@media screen and (max-width: 1207px) {footer {height: 774px;}}
@media screen and (max-width: 1206px) {footer {height: 773px;}}
@media screen and (max-width: 1205px) {footer {height: 772px;}}
@media screen and (max-width: 1204px) {footer {height: 771px;}}
@media screen and (max-width: 1203px) {footer {height: 770px;}}
@media screen and (max-width: 1202px) {footer {height: 769px;}}
@media screen and (max-width: 1201px) {footer {height: 768px;}}
@media screen and (max-width: 1200px) {footer {height: 800px;}}
@media screen and (max-width: 1199px) {footer {height: 799px;}}
@media screen and (max-width: 1198px) {footer {height: 798px;}}
@media screen and (max-width: 1197px) {footer {height: 797px;}}
@media screen and (max-width: 1196px) {footer {height: 796px;}}
@media screen and (max-width: 1195px) {footer {height: 795px;}}
@media screen and (max-width: 1194px) {footer {height: 794px;}}
@media screen and (max-width: 1193px) {footer {height: 793px;}}
@media screen and (max-width: 1192px) {footer {height: 792px;}}
@media screen and (max-width: 1191px) {footer {height: 791px;}}
@media screen and (max-width: 1190px) {footer {height: 790px;}}
@media screen and (max-width: 1189px) {footer {height: 789px;}}
@media screen and (max-width: 1188px) {footer {height: 788px;}}
@media screen and (max-width: 1187px) {footer {height: 787px;}}
@media screen and (max-width: 1186px) {footer {height: 786px;}}
@media screen and (max-width: 1185px) {footer {height: 785px;}}
@media screen and (max-width: 1184px) {footer {height: 784px;}}
@media screen and (max-width: 1183px) {footer {height: 783px;}}
@media screen and (max-width: 1182px) {footer {height: 782px;}}
@media screen and (max-width: 1181px) {footer {height: 781px;}}
@media screen and (max-width: 1180px) {footer {height: 780px;}}
@media screen and (max-width: 1179px) {footer {height: 779px;}}
@media screen and (max-width: 1178px) {footer {height: 778px;}}
@media screen and (max-width: 1177px) {footer {height: 777px;}}
@media screen and (max-width: 1176px) {footer {height: 776px;}}
@media screen and (max-width: 1175px) {footer {height: 775px;}}
@media screen and (max-width: 1174px) {footer {height: 774px;}}
@media screen and (max-width: 1173px) {footer {height: 773px;}}
@media screen and (max-width: 1172px) {footer {height: 772px;}}
@media screen and (max-width: 1171px) {footer {height: 771px;}}
@media screen and (max-width: 1170px) {footer {height: 770px;}}
@media screen and (max-width: 1169px) {footer {height: 769px;}}
@media screen and (max-width: 1168px) {footer {height: 768px;}}
@media screen and (max-width: 1167px) {footer {height: 767px;}}
@media screen and (max-width: 1166px) {footer {height: 766px;}}
@media screen and (max-width: 1165px) {footer {height: 765px;}}
@media screen and (max-width: 1164px) {footer {height: 764px;}}
@media screen and (max-width: 1163px) {footer {height: 763px;}}
@media screen and (max-width: 1162px) {footer {height: 762px;}}
@media screen and (max-width: 1161px) {footer {height: 761px;}}
@media screen and (max-width: 1160px) {footer {height: 760px;}}
@media screen and (max-width: 1159px) {footer {height: 759px;}}
@media screen and (max-width: 1158px) {footer {height: 758px;}}
@media screen and (max-width: 1157px) {footer {height: 757px;}}
@media screen and (max-width: 1156px) {footer {height: 756px;}}
@media screen and (max-width: 1155px) {footer {height: 755px;}}
@media screen and (max-width: 1154px) {footer {height: 754px;}}
@media screen and (max-width: 1153px) {footer {height: 753px;}}
@media screen and (max-width: 1152px) {footer {height: 752px;}}
@media screen and (max-width: 1151px) {footer {height: 751px;}}
@media screen and (max-width: 1150px) {footer {height: 750px;}}
@media screen and (max-width: 1149px) {footer {height: 749px;}}
@media screen and (max-width: 1148px) {footer {height: 748px;}}
@media screen and (max-width: 1147px) {footer {height: 747px;}}
@media screen and (max-width: 1146px) {footer {height: 746px;}}
@media screen and (max-width: 1145px) {footer {height: 745px;}}
@media screen and (max-width: 1144px) {footer {height: 744px;}}
@media screen and (max-width: 1143px) {footer {height: 743px;}}
@media screen and (max-width: 1142px) {footer {height: 742px;}}
@media screen and (max-width: 1141px) {footer {height: 741px;}}
@media screen and (max-width: 1140px) {footer {height: 740px;}}
@media screen and (max-width: 1139px) {footer {height: 739px;}}
@media screen and (max-width: 1138px) {footer {height: 738px;}}
@media screen and (max-width: 1137px) {footer {height: 737px;}}
@media screen and (max-width: 1136px) {footer {height: 736px;}}
@media screen and (max-width: 1135px) {footer {height: 735px;}}
@media screen and (max-width: 1134px) {footer {height: 734px;}}
@media screen and (max-width: 1133px) {footer {height: 733px;}}
@media screen and (max-width: 1132px) {footer {height: 732px;}}
@media screen and (max-width: 1131px) {footer {height: 731px;}}
@media screen and (max-width: 1130px) {footer {height: 730px;}}
@media screen and (max-width: 1129px) {footer {height: 729px;}}
@media screen and (max-width: 1128px) {footer {height: 728px;}}
@media screen and (max-width: 1127px) {footer {height: 727px;}}
@media screen and (max-width: 1126px) {footer {height: 726px;}}
@media screen and (max-width: 1125px) {footer {height: 725px;}}
@media screen and (max-width: 1124px) {footer {height: 724px;}}
@media screen and (max-width: 1123px) {footer {height: 723px;}}
@media screen and (max-width: 1122px) {footer {height: 722px;}}
@media screen and (max-width: 1121px) {footer {height: 721px;}}
@media screen and (max-width: 1120px) {footer {height: 720px;}}
@media screen and (max-width: 1119px) {footer {height: 719px;}}
@media screen and (max-width: 1118px) {footer {height: 718px;}}
@media screen and (max-width: 1117px) {footer {height: 717px;}}
@media screen and (max-width: 1116px) {footer {height: 716px;}}
@media screen and (max-width: 1115px) {footer {height: 715px;}}
@media screen and (max-width: 1114px) {footer {height: 714px;}}
@media screen and (max-width: 1113px) {footer {height: 713px;}}
@media screen and (max-width: 1112px) {footer {height: 712px;}}
@media screen and (max-width: 1111px) {footer {height: 711px;}}
@media screen and (max-width: 1110px) {footer {height: 710px;}}
@media screen and (max-width: 1109px) {footer {height: 709px;}}
@media screen and (max-width: 1108px) {footer {height: 708px;}}
@media screen and (max-width: 1107px) {footer {height: 707px;}}
@media screen and (max-width: 1106px) {footer {height: 706px;}}
@media screen and (max-width: 1105px) {footer {height: 705px;}}
@media screen and (max-width: 1104px) {footer {height: 704px;}}
@media screen and (max-width: 1103px) {footer {height: 703px;}}
@media screen and (max-width: 1102px) {footer {height: 702px;}}
@media screen and (max-width: 1101px) {footer {height: 701px;}}
@media screen and (max-width: 1100px) {footer {height: 734px;}}
@media screen and (max-width: 1099px) {footer {height: 733px;}}
@media screen and (max-width: 1098px) {footer {height: 732px;}}
@media screen and (max-width: 1097px) {footer {height: 731px;}}
@media screen and (max-width: 1096px) {footer {height: 730px;}}
@media screen and (max-width: 1095px) {footer {height: 729px;}}
@media screen and (max-width: 1094px) {footer {height: 728px;}}
@media screen and (max-width: 1093px) {footer {height: 727px;}}
@media screen and (max-width: 1092px) {footer {height: 726px;}}
@media screen and (max-width: 1091px) {footer {height: 725px;}}
@media screen and (max-width: 1090px) {footer {height: 724px;}}
@media screen and (max-width: 1089px) {footer {height: 723px;}}
@media screen and (max-width: 1088px) {footer {height: 722px;}}
@media screen and (max-width: 1087px) {footer {height: 721px;}}
@media screen and (max-width: 1086px) {footer {height: 720px;}}
@media screen and (max-width: 1085px) {footer {height: 719px;}}
@media screen and (max-width: 1084px) {footer {height: 718px;}}
@media screen and (max-width: 1083px) {footer {height: 717px;}}
@media screen and (max-width: 1082px) {footer {height: 716px;}}
@media screen and (max-width: 1081px) {footer {height: 715px;}}
@media screen and (max-width: 1080px) {footer {height: 714px;}}
@media screen and (max-width: 1079px) {footer {height: 713px;}}
@media screen and (max-width: 1078px) {footer {height: 712px;}}
@media screen and (max-width: 1077px) {footer {height: 711px;}}
@media screen and (max-width: 1076px) {footer {height: 710px;}}
@media screen and (max-width: 1075px) {footer {height: 709px;}}
@media screen and (max-width: 1074px) {footer {height: 708px;}}
@media screen and (max-width: 1073px) {footer {height: 707px;}}
@media screen and (max-width: 1072px) {footer {height: 706px;}}
@media screen and (max-width: 1071px) {footer {height: 705px;}}
@media screen and (max-width: 1070px) {footer {height: 704px;}}
@media screen and (max-width: 1069px) {footer {height: 703px;}}
@media screen and (max-width: 1068px) {footer {height: 702px;}}
@media screen and (max-width: 1067px) {footer {height: 701px;}}
@media screen and (max-width: 1066px) {footer {height: 700px;}}
@media screen and (max-width: 1065px) {footer {height: 699px;}}
@media screen and (max-width: 1064px) {footer {height: 698px;}}
@media screen and (max-width: 1063px) {footer {height: 697px;}}
@media screen and (max-width: 1062px) {footer {height: 696px;}}
@media screen and (max-width: 1061px) {footer {height: 695px;}}
@media screen and (max-width: 1060px) {footer {height: 694px;}}
@media screen and (max-width: 1059px) {footer {height: 693px;}}
@media screen and (max-width: 1058px) {footer {height: 692px;}}
@media screen and (max-width: 1057px) {footer {height: 691px;}}
@media screen and (max-width: 1056px) {footer {height: 690px;}}
@media screen and (max-width: 1055px) {footer {height: 689px;}}
@media screen and (max-width: 1054px) {footer {height: 688px;}}
@media screen and (max-width: 1053px) {footer {height: 687px;}}
@media screen and (max-width: 1052px) {footer {height: 686px;}}
@media screen and (max-width: 1051px) {footer {height: 685px;}}
@media screen and (max-width: 1050px) {footer {height: 684px;}}
@media screen and (max-width: 1049px) {footer {height: 683px;}}
@media screen and (max-width: 1048px) {footer {height: 682px;}}
@media screen and (max-width: 1047px) {footer {height: 681px;}}
@media screen and (max-width: 1046px) {footer {height: 680px;}}
@media screen and (max-width: 1045px) {footer {height: 679px;}}
@media screen and (max-width: 1044px) {footer {height: 678px;}}
@media screen and (max-width: 1043px) {footer {height: 677px;}}
@media screen and (max-width: 1042px) {footer {height: 676px;}}
@media screen and (max-width: 1041px) {footer {height: 675px;}}
@media screen and (max-width: 1040px) {footer {height: 674px;}}
@media screen and (max-width: 1039px) {footer {height: 673px;}}
@media screen and (max-width: 1038px) {footer {height: 672px;}}
@media screen and (max-width: 1037px) {footer {height: 671px;}}
@media screen and (max-width: 1036px) {footer {height: 670px;}}
@media screen and (max-width: 1035px) {footer {height: 669px;}}
@media screen and (max-width: 1034px) {footer {height: 668px;}}
@media screen and (max-width: 1033px) {footer {height: 667px;}}
@media screen and (max-width: 1032px) {footer {height: 666px;}}
@media screen and (max-width: 1031px) {footer {height: 665px;}}
@media screen and (max-width: 1030px) {footer {height: 664px;}}
@media screen and (max-width: 1029px) {footer {height: 663px;}}
@media screen and (max-width: 1028px) {footer {height: 662px;}}
@media screen and (max-width: 1027px) {footer {height: 661px;}}
@media screen and (max-width: 1026px) {footer {height: 660px;}}
@media screen and (max-width: 1025px) {footer {height: 659px;}}
@media screen and (max-width: 1024px) {footer {height: 658px;}}
@media screen and (max-width: 1023px) {footer {height: 657px;}}
@media screen and (max-width: 1022px) {footer {height: 656px;}}
@media screen and (max-width: 1021px) {footer {height: 655px;}}
@media screen and (max-width: 1020px) {footer {height: 654px;}}
@media screen and (max-width: 1019px) {footer {height: 653px;}}
@media screen and (max-width: 1018px) {footer {height: 652px;}}
@media screen and (max-width: 1017px) {footer {height: 651px;}}
@media screen and (max-width: 1016px) {footer {height: 650px;}}
@media screen and (max-width: 1015px) {footer {height: 649px;}}
@media screen and (max-width: 1014px) {footer {height: 648px;}}
@media screen and (max-width: 1013px) {footer {height: 647px;}}
@media screen and (max-width: 1012px) {footer {height: 646px;}}
@media screen and (max-width: 1011px) {footer {height: 645px;}}
@media screen and (max-width: 1010px) {footer {height: 644px;}}
@media screen and (max-width: 1009px) {footer {height: 643px;}}
@media screen and (max-width: 1008px) {footer {height: 642px;}}
@media screen and (max-width: 1007px) {footer {height: 641px;}}
@media screen and (max-width: 1006px) {footer {height: 640px;}}
@media screen and (max-width: 1005px) {footer {height: 639px;}}
@media screen and (max-width: 1004px) {footer {height: 638px;}}
@media screen and (max-width: 1003px) {footer {height: 637px;}}
@media screen and (max-width: 1002px) {footer {height: 636px;}}
@media screen and (max-width: 1001px) {footer {height: 635px;}}
@media screen and (max-width: 1000px) {footer {height: 667px;}}
@media screen and (max-width: 999px) {footer {height: 666px;}}
@media screen and (max-width: 998px) {footer {height: 665px;}}
@media screen and (max-width: 997px) {footer {height: 664px;}}
@media screen and (max-width: 996px) {footer {height: 663px;}}
@media screen and (max-width: 995px) {footer {height: 662px;}}
@media screen and (max-width: 994px) {footer {height: 661px;}}
@media screen and (max-width: 993px) {footer {height: 660px;}}
@media screen and (max-width: 992px) {footer {height: 659px;}}
@media screen and (max-width: 991px) {footer {height: 658px;}}
@media screen and (max-width: 990px) {footer {height: 657px;}}
@media screen and (max-width: 989px) {footer {height: 656px;}}
@media screen and (max-width: 988px) {footer {height: 655px;}}
@media screen and (max-width: 987px) {footer {height: 654px;}}
@media screen and (max-width: 986px) {footer {height: 653px;}}
@media screen and (max-width: 985px) {footer {height: 652px;}}
@media screen and (max-width: 984px) {footer {height: 651px;}}
@media screen and (max-width: 983px) {footer {height: 650px;}}
@media screen and (max-width: 982px) {footer {height: 649px;}}
@media screen and (max-width: 981px) {footer {height: 648px;}}
@media screen and (max-width: 980px) {footer {height: 647px;}}
@media screen and (max-width: 979px) {footer {height: 646px;}}
@media screen and (max-width: 978px) {footer {height: 645px;}}
@media screen and (max-width: 977px) {footer {height: 644px;}}
@media screen and (max-width: 976px) {footer {height: 643px;}}
@media screen and (max-width: 975px) {footer {height: 642px;}}
@media screen and (max-width: 974px) {footer {height: 641px;}}
@media screen and (max-width: 973px) {footer {height: 640px;}}
@media screen and (max-width: 972px) {footer {height: 639px;}}
@media screen and (max-width: 971px) {footer {height: 638px;}}
@media screen and (max-width: 970px) {footer {height: 637px;}}
@media screen and (max-width: 969px) {footer {height: 636px;}}
@media screen and (max-width: 968px) {footer {height: 635px;}}
@media screen and (max-width: 967px) {footer {height: 634px;}}
@media screen and (max-width: 966px) {footer {height: 633px;}}
@media screen and (max-width: 965px) {footer {height: 632px;}}
@media screen and (max-width: 964px) {footer {height: 631px;}}
@media screen and (max-width: 963px) {footer {height: 630px;}}
@media screen and (max-width: 962px) {footer {height: 629px;}}
@media screen and (max-width: 961px) {footer {height: 628px;}}
@media screen and (max-width: 960px) {footer {height: 627px;}}
@media screen and (max-width: 959px) {footer {height: 626px;}}
@media screen and (max-width: 958px) {footer {height: 625px;}}
@media screen and (max-width: 957px) {footer {height: 624px;}}
@media screen and (max-width: 956px) {footer {height: 623px;}}
@media screen and (max-width: 955px) {footer {height: 622px;}}
@media screen and (max-width: 954px) {footer {height: 621px;}}
@media screen and (max-width: 953px) {footer {height: 620px;}}
@media screen and (max-width: 952px) {footer {height: 619px;}}
@media screen and (max-width: 951px) {footer {height: 618px;}}
@media screen and (max-width: 950px) {footer {height: 617px;}}
@media screen and (max-width: 949px) {footer {height: 616px;}}
@media screen and (max-width: 948px) {footer {height: 615px;}}
@media screen and (max-width: 947px) {footer {height: 614px;}}
@media screen and (max-width: 946px) {footer {height: 613px;}}
@media screen and (max-width: 945px) {footer {height: 612px;}}
@media screen and (max-width: 944px) {footer {height: 611px;}}
@media screen and (max-width: 943px) {footer {height: 610px;}}
@media screen and (max-width: 942px) {footer {height: 609px;}}
@media screen and (max-width: 941px) {footer {height: 608px;}}
@media screen and (max-width: 940px) {footer {height: 607px;}}
@media screen and (max-width: 939px) {footer {height: 606px;}}
@media screen and (max-width: 938px) {footer {height: 605px;}}
@media screen and (max-width: 937px) {footer {height: 604px;}}
@media screen and (max-width: 936px) {footer {height: 603px;}}
@media screen and (max-width: 935px) {footer {height: 602px;}}
@media screen and (max-width: 934px) {footer {height: 601px;}}
@media screen and (max-width: 933px) {footer {height: 600px;}}
@media screen and (max-width: 932px) {footer {height: 599px;}}
@media screen and (max-width: 931px) {footer {height: 598px;}}
@media screen and (max-width: 930px) {footer {height: 597px;}}
@media screen and (max-width: 929px) {footer {height: 596px;}}
@media screen and (max-width: 928px) {footer {height: 595px;}}
@media screen and (max-width: 927px) {footer {height: 594px;}}
@media screen and (max-width: 926px) {footer {height: 593px;}}
@media screen and (max-width: 925px) {footer {height: 592px;}}
@media screen and (max-width: 924px) {footer {height: 591px;}}
@media screen and (max-width: 923px) {footer {height: 590px;}}
@media screen and (max-width: 922px) {footer {height: 589px;}}
@media screen and (max-width: 921px) {footer {height: 588px;}}
@media screen and (max-width: 920px) {footer {height: 587px;}}
@media screen and (max-width: 919px) {footer {height: 586px;}}
@media screen and (max-width: 918px) {footer {height: 585px;}}
@media screen and (max-width: 917px) {footer {height: 584px;}}
@media screen and (max-width: 916px) {footer {height: 583px;}}
@media screen and (max-width: 915px) {footer {height: 582px;}}
@media screen and (max-width: 914px) {footer {height: 581px;}}
@media screen and (max-width: 913px) {footer {height: 580px;}}
@media screen and (max-width: 912px) {footer {height: 579px;}}
@media screen and (max-width: 911px) {footer {height: 578px;}}
@media screen and (max-width: 910px) {footer {height: 577px;}}
@media screen and (max-width: 909px) {footer {height: 576px;}}
@media screen and (max-width: 908px) {footer {height: 575px;}}
@media screen and (max-width: 907px) {footer {height: 574px;}}
@media screen and (max-width: 906px) {footer {height: 573px;}}
@media screen and (max-width: 905px) {footer {height: 572px;}}
@media screen and (max-width: 904px) {footer {height: 571px;}}
@media screen and (max-width: 903px) {footer {height: 570px;}}
@media screen and (max-width: 902px) {footer {height: 569px;}}
@media screen and (max-width: 901px) {footer {height: 568px;}}
@media screen and (max-width: 900px) {footer {height: 600px;}}
@media screen and (max-width: 899px) {footer {height: 599px;}}
@media screen and (max-width: 898px) {footer {height: 598px;}}
@media screen and (max-width: 897px) {footer {height: 597px;}}
@media screen and (max-width: 896px) {footer {height: 596px;}}
@media screen and (max-width: 895px) {footer {height: 595px;}}
@media screen and (max-width: 894px) {footer {height: 594px;}}
@media screen and (max-width: 893px) {footer {height: 593px;}}
@media screen and (max-width: 892px) {footer {height: 592px;}}
@media screen and (max-width: 891px) {footer {height: 591px;}}
@media screen and (max-width: 890px) {footer {height: 590px;}}
@media screen and (max-width: 889px) {footer {height: 589px;}}
@media screen and (max-width: 888px) {footer {height: 588px;}}
@media screen and (max-width: 887px) {footer {height: 587px;}}
@media screen and (max-width: 886px) {footer {height: 586px;}}
@media screen and (max-width: 885px) {footer {height: 585px;}}
@media screen and (max-width: 884px) {footer {height: 584px;}}
@media screen and (max-width: 883px) {footer {height: 583px;}}
@media screen and (max-width: 882px) {footer {height: 582px;}}
@media screen and (max-width: 881px) {footer {height: 581px;}}
@media screen and (max-width: 880px) {footer {height: 580px;}}
@media screen and (max-width: 879px) {footer {height: 579px;}}
@media screen and (max-width: 878px) {footer {height: 578px;}}
@media screen and (max-width: 877px) {footer {height: 577px;}}
@media screen and (max-width: 876px) {footer {height: 576px;}}
@media screen and (max-width: 875px) {footer {height: 575px;}}
@media screen and (max-width: 874px) {footer {height: 574px;}}
@media screen and (max-width: 873px) {footer {height: 573px;}}
@media screen and (max-width: 872px) {footer {height: 572px;}}
@media screen and (max-width: 871px) {footer {height: 571px;}}
@media screen and (max-width: 870px) {footer {height: 570px;}}
@media screen and (max-width: 869px) {footer {height: 569px;}}
@media screen and (max-width: 868px) {footer {height: 568px;}}
@media screen and (max-width: 867px) {footer {height: 567px;}}
@media screen and (max-width: 866px) {footer {height: 566px;}}
@media screen and (max-width: 865px) {footer {height: 565px;}}
@media screen and (max-width: 864px) {footer {height: 564px;}}
@media screen and (max-width: 863px) {footer {height: 563px;}}
@media screen and (max-width: 862px) {footer {height: 562px;}}
@media screen and (max-width: 861px) {footer {height: 561px;}}
@media screen and (max-width: 860px) {footer {height: 560px;}}
@media screen and (max-width: 859px) {footer {height: 559px;}}
@media screen and (max-width: 858px) {footer {height: 558px;}}
@media screen and (max-width: 857px) {footer {height: 557px;}}
@media screen and (max-width: 856px) {footer {height: 556px;}}
@media screen and (max-width: 855px) {footer {height: 555px;}}
@media screen and (max-width: 854px) {footer {height: 554px;}}
@media screen and (max-width: 853px) {footer {height: 553px;}}
@media screen and (max-width: 852px) {footer {height: 552px;}}
@media screen and (max-width: 851px) {footer {height: 551px;}}
@media screen and (max-width: 850px) {footer {height: 550px;}}
@media screen and (max-width: 849px) {footer {height: 549px;}}
@media screen and (max-width: 848px) {footer {height: 548px;}}
@media screen and (max-width: 847px) {footer {height: 547px;}}
@media screen and (max-width: 846px) {footer {height: 546px;}}
@media screen and (max-width: 845px) {footer {height: 545px;}}
@media screen and (max-width: 844px) {footer {height: 544px;}}
@media screen and (max-width: 843px) {footer {height: 543px;}}
@media screen and (max-width: 842px) {footer {height: 542px;}}
@media screen and (max-width: 841px) {footer {height: 541px;}}
@media screen and (max-width: 840px) {footer {height: 540px;}}
@media screen and (max-width: 839px) {footer {height: 539px;}}
@media screen and (max-width: 838px) {footer {height: 538px;}}
@media screen and (max-width: 837px) {footer {height: 537px;}}
@media screen and (max-width: 836px) {footer {height: 536px;}}
@media screen and (max-width: 835px) {footer {height: 535px;}}
@media screen and (max-width: 834px) {footer {height: 534px;}}
@media screen and (max-width: 833px) {footer {height: 533px;}}
@media screen and (max-width: 832px) {footer {height: 532px;}}
@media screen and (max-width: 831px) {footer {height: 531px;}}
@media screen and (max-width: 830px) {footer {height: 530px;}}
@media screen and (max-width: 829px) {footer {height: 529px;}}
@media screen and (max-width: 828px) {footer {height: 528px;}}
@media screen and (max-width: 827px) {footer {height: 527px;}}
@media screen and (max-width: 826px) {footer {height: 526px;}}
@media screen and (max-width: 825px) {footer {height: 525px;}}
@media screen and (max-width: 824px) {footer {height: 524px;}}
@media screen and (max-width: 823px) {footer {height: 523px;}}
@media screen and (max-width: 822px) {footer {height: 522px;}}
@media screen and (max-width: 821px) {footer {height: 521px;}}
@media screen and (max-width: 820px) {footer {height: 520px;}}
@media screen and (max-width: 819px) {footer {height: 519px;}}
@media screen and (max-width: 818px) {footer {height: 518px;}}
@media screen and (max-width: 817px) {footer {height: 517px;}}
@media screen and (max-width: 816px) {footer {height: 516px;}}
@media screen and (max-width: 815px) {footer {height: 515px;}}
@media screen and (max-width: 814px) {footer {height: 514px;}}
@media screen and (max-width: 813px) {footer {height: 513px;}}
@media screen and (max-width: 812px) {footer {height: 512px;}}
@media screen and (max-width: 811px) {footer {height: 511px;}}
@media screen and (max-width: 810px) {footer {height: 510px;}}
@media screen and (max-width: 809px) {footer {height: 509px;}}
@media screen and (max-width: 808px) {footer {height: 508px;}}
@media screen and (max-width: 807px) {footer {height: 507px;}}
@media screen and (max-width: 806px) {footer {height: 506px;}}
@media screen and (max-width: 805px) {footer {height: 505px;}}
@media screen and (max-width: 804px) {footer {height: 504px;}}
@media screen and (max-width: 803px) {footer {height: 503px;}}
@media screen and (max-width: 802px) {footer {height: 502px;}}
@media screen and (max-width: 801px) {footer {height: 501px;}}
@media screen and (max-width: 800px) {footer {height: 534px;}}
@media screen and (max-width: 799px) {footer {height: 533px;}}
@media screen and (max-width: 798px) {footer {height: 532px;}}
@media screen and (max-width: 797px) {footer {height: 531px;}}
@media screen and (max-width: 796px) {footer {height: 530px;}}
@media screen and (max-width: 795px) {footer {height: 529px;}}
@media screen and (max-width: 794px) {footer {height: 528px;}}
@media screen and (max-width: 793px) {footer {height: 527px;}}
@media screen and (max-width: 792px) {footer {height: 526px;}}
@media screen and (max-width: 791px) {footer {height: 525px;}}
@media screen and (max-width: 790px) {footer {height: 524px;}}
@media screen and (max-width: 789px) {footer {height: 523px;}}
@media screen and (max-width: 788px) {footer {height: 522px;}}
@media screen and (max-width: 787px) {footer {height: 521px;}}
@media screen and (max-width: 786px) {footer {height: 520px;}}
@media screen and (max-width: 785px) {footer {height: 519px;}}
@media screen and (max-width: 784px) {footer {height: 518px;}}
@media screen and (max-width: 783px) {footer {height: 517px;}}
@media screen and (max-width: 782px) {footer {height: 516px;}}
@media screen and (max-width: 781px) {footer {height: 515px;}}
@media screen and (max-width: 780px) {footer {height: 514px;}}
@media screen and (max-width: 779px) {footer {height: 513px;}}
@media screen and (max-width: 778px) {footer {height: 512px;}}
@media screen and (max-width: 777px) {footer {height: 511px;}}
@media screen and (max-width: 776px) {footer {height: 510px;}}
@media screen and (max-width: 775px) {footer {height: 509px;}}
@media screen and (max-width: 774px) {footer {height: 508px;}}
@media screen and (max-width: 773px) {footer {height: 507px;}}
@media screen and (max-width: 772px) {footer {height: 506px;}}
@media screen and (max-width: 771px) {footer {height: 505px;}}
@media screen and (max-width: 770px) {footer {height: 504px;}}
@media screen and (max-width: 769px) {footer {height: 503px;}}
@media screen and (max-width: 768px) {footer {height: 502px;}}
@media screen and (max-width: 767px) {footer {height: 501px;}}
@media screen and (max-width: 766px) {footer {height: 500px;}}
@media screen and (max-width: 765px) {footer {height: 499px;}}
@media screen and (max-width: 764px) {footer {height: 498px;}}
@media screen and (max-width: 763px) {footer {height: 497px;}}
@media screen and (max-width: 762px) {footer {height: 496px;}}
@media screen and (max-width: 761px) {footer {height: 495px;}}
@media screen and (max-width: 760px) {footer {height: 494px;}}
@media screen and (max-width: 759px) {footer {height: 493px;}}
@media screen and (max-width: 758px) {footer {height: 492px;}}
@media screen and (max-width: 757px) {footer {height: 491px;}}
@media screen and (max-width: 756px) {footer {height: 490px;}}
@media screen and (max-width: 755px) {footer {height: 489px;}}
@media screen and (max-width: 754px) {footer {height: 488px;}}
@media screen and (max-width: 753px) {footer {height: 487px;}}
@media screen and (max-width: 752px) {footer {height: 486px;}}
@media screen and (max-width: 751px) {footer {height: 485px;}}
@media screen and (max-width: 750px) {footer {height: 484px;}}
@media screen and (max-width: 749px) {footer {height: 483px;}}
@media screen and (max-width: 748px) {footer {height: 482px;}}
@media screen and (max-width: 747px) {footer {height: 481px;}}
@media screen and (max-width: 746px) {footer {height: 480px;}}
@media screen and (max-width: 745px) {footer {height: 479px;}}
@media screen and (max-width: 744px) {footer {height: 478px;}}
@media screen and (max-width: 743px) {footer {height: 477px;}}
@media screen and (max-width: 742px) {footer {height: 476px;}}
@media screen and (max-width: 741px) {footer {height: 475px;}}
@media screen and (max-width: 740px) {footer {height: 474px;}}
@media screen and (max-width: 739px) {footer {height: 473px;}}
@media screen and (max-width: 738px) {footer {height: 472px;}}
@media screen and (max-width: 737px) {footer {height: 471px;}}
@media screen and (max-width: 736px) {footer {height: 470px;}}
@media screen and (max-width: 735px) {footer {height: 469px;}}
@media screen and (max-width: 734px) {footer {height: 468px;}}
@media screen and (max-width: 733px) {footer {height: 467px;}}
@media screen and (max-width: 732px) {footer {height: 466px;}}
@media screen and (max-width: 731px) {footer {height: 465px;}}
@media screen and (max-width: 730px) {footer {height: 464px;}}
@media screen and (max-width: 729px) {footer {height: 463px;}}
@media screen and (max-width: 728px) {footer {height: 462px;}}
@media screen and (max-width: 727px) {footer {height: 461px;}}
@media screen and (max-width: 726px) {footer {height: 460px;}}
@media screen and (max-width: 725px) {footer {height: 459px;}}
@media screen and (max-width: 724px) {footer {height: 458px;}}
@media screen and (max-width: 723px) {footer {height: 457px;}}
@media screen and (max-width: 722px) {footer {height: 456px;}}
@media screen and (max-width: 721px) {footer {height: 455px;}}
@media screen and (max-width: 720px) {footer {height: 454px;}}
@media screen and (max-width: 719px) {footer {height: 453px;}}
@media screen and (max-width: 718px) {footer {height: 452px;}}
@media screen and (max-width: 717px) {footer {height: 451px;}}
@media screen and (max-width: 716px) {footer {height: 450px;}}
@media screen and (max-width: 715px) {footer {height: 449px;}}
@media screen and (max-width: 714px) {footer {height: 448px;}}
@media screen and (max-width: 713px) {footer {height: 447px;}}
@media screen and (max-width: 712px) {footer {height: 446px;}}
@media screen and (max-width: 711px) {footer {height: 445px;}}
@media screen and (max-width: 710px) {footer {height: 444px;}}
@media screen and (max-width: 709px) {footer {height: 443px;}}
@media screen and (max-width: 708px) {footer {height: 442px;}}
@media screen and (max-width: 707px) {footer {height: 441px;}}
@media screen and (max-width: 706px) {footer {height: 440px;}}
@media screen and (max-width: 705px) {footer {height: 439px;}}
@media screen and (max-width: 704px) {footer {height: 438px;}}
@media screen and (max-width: 703px) {footer {height: 437px;}}
@media screen and (max-width: 702px) {footer {height: 436px;}}
@media screen and (max-width: 701px) {footer {height: 435px;}}
@media screen and (max-width: 700px) {footer {height: 467px;}}
@media screen and (max-width: 699px) {footer {height: 466px;}}
@media screen and (max-width: 698px) {footer {height: 465px;}}
@media screen and (max-width: 697px) {footer {height: 464px;}}
@media screen and (max-width: 696px) {footer {height: 463px;}}
@media screen and (max-width: 695px) {footer {height: 462px;}}
@media screen and (max-width: 694px) {footer {height: 461px;}}
@media screen and (max-width: 693px) {footer {height: 460px;}}
@media screen and (max-width: 692px) {footer {height: 459px;}}
@media screen and (max-width: 691px) {footer {height: 458px;}}
@media screen and (max-width: 690px) {footer {height: 457px;}}
@media screen and (max-width: 689px) {footer {height: 456px;}}
@media screen and (max-width: 688px) {footer {height: 455px;}}
@media screen and (max-width: 687px) {footer {height: 454px;}}
@media screen and (max-width: 686px) {footer {height: 453px;}}
@media screen and (max-width: 685px) {footer {height: 452px;}}
@media screen and (max-width: 684px) {footer {height: 451px;}}
@media screen and (max-width: 683px) {footer {height: 450px;}}
@media screen and (max-width: 682px) {footer {height: 449px;}}
@media screen and (max-width: 681px) {footer {height: 448px;}}
@media screen and (max-width: 680px) {footer {height: 447px;}}
@media screen and (max-width: 679px) {footer {height: 446px;}}
@media screen and (max-width: 678px) {footer {height: 445px;}}
@media screen and (max-width: 677px) {footer {height: 444px;}}
@media screen and (max-width: 676px) {footer {height: 443px;}}
@media screen and (max-width: 675px) {footer {height: 442px;}}
@media screen and (max-width: 674px) {footer {height: 441px;}}
@media screen and (max-width: 673px) {footer {height: 440px;}}
@media screen and (max-width: 672px) {footer {height: 439px;}}
@media screen and (max-width: 671px) {footer {height: 438px;}}
@media screen and (max-width: 670px) {footer {height: 437px;}}
@media screen and (max-width: 669px) {footer {height: 436px;}}
@media screen and (max-width: 668px) {footer {height: 435px;}}
@media screen and (max-width: 667px) {footer {height: 434px;}}
@media screen and (max-width: 666px) {footer {height: 433px;}}
@media screen and (max-width: 665px) {footer {height: 432px;}}
@media screen and (max-width: 664px) {footer {height: 431px;}}
@media screen and (max-width: 663px) {footer {height: 430px;}}
@media screen and (max-width: 662px) {footer {height: 429px;}}
@media screen and (max-width: 661px) {footer {height: 428px;}}
@media screen and (max-width: 660px) {footer {height: 427px;}}
@media screen and (max-width: 659px) {footer {height: 426px;}}
@media screen and (max-width: 658px) {footer {height: 425px;}}
@media screen and (max-width: 657px) {footer {height: 424px;}}
@media screen and (max-width: 656px) {footer {height: 423px;}}
@media screen and (max-width: 655px) {footer {height: 422px;}}
@media screen and (max-width: 654px) {footer {height: 421px;}}
@media screen and (max-width: 653px) {footer {height: 420px;}}
@media screen and (max-width: 652px) {footer {height: 419px;}}
@media screen and (max-width: 651px) {footer {height: 418px;}}
@media screen and (max-width: 650px) {footer {height: 417px;}}
@media screen and (max-width: 649px) {footer {height: 416px;}}
@media screen and (max-width: 648px) {footer {height: 415px;}}
@media screen and (max-width: 647px) {footer {height: 414px;}}
@media screen and (max-width: 646px) {footer {height: 413px;}}
@media screen and (max-width: 645px) {footer {height: 412px;}}
@media screen and (max-width: 644px) {footer {height: 411px;}}
@media screen and (max-width: 643px) {footer {height: 410px;}}
@media screen and (max-width: 642px) {footer {height: 409px;}}
@media screen and (max-width: 641px) {footer {height: 408px;}}
@media screen and (max-width: 640px) {footer {height: 407px;}}
@media screen and (max-width: 639px) {footer {height: 406px;}}
@media screen and (max-width: 638px) {footer {height: 405px;}}
@media screen and (max-width: 637px) {footer {height: 404px;}}
@media screen and (max-width: 636px) {footer {height: 403px;}}
@media screen and (max-width: 635px) {footer {height: 402px;}}
@media screen and (max-width: 634px) {footer {height: 401px;}}
@media screen and (max-width: 633px) {footer {height: 400px;}}
@media screen and (max-width: 632px) {footer {height: 399px;}}
@media screen and (max-width: 631px) {footer {height: 398px;}}
@media screen and (max-width: 630px) {footer {height: 397px;}}
@media screen and (max-width: 629px) {footer {height: 396px;}}
@media screen and (max-width: 628px) {footer {height: 395px;}}
@media screen and (max-width: 627px) {footer {height: 394px;}}
@media screen and (max-width: 626px) {footer {height: 393px;}}
@media screen and (max-width: 625px) {footer {height: 392px;}}
@media screen and (max-width: 624px) {footer {height: 391px;}}
@media screen and (max-width: 623px) {footer {height: 390px;}}
@media screen and (max-width: 622px) {footer {height: 389px;}}
@media screen and (max-width: 621px) {footer {height: 388px;}}
@media screen and (max-width: 620px) {footer {height: 387px;}}
@media screen and (max-width: 619px) {footer {height: 386px;}}
@media screen and (max-width: 618px) {footer {height: 385px;}}
@media screen and (max-width: 617px) {footer {height: 384px;}}
@media screen and (max-width: 616px) {footer {height: 383px;}}
@media screen and (max-width: 615px) {footer {height: 382px;}}
@media screen and (max-width: 614px) {footer {height: 381px;}}
@media screen and (max-width: 613px) {footer {height: 380px;}}
@media screen and (max-width: 612px) {footer {height: 379px;}}
@media screen and (max-width: 611px) {footer {height: 378px;}}
@media screen and (max-width: 610px) {footer {height: 377px;}}
@media screen and (max-width: 609px) {footer {height: 376px;}}
@media screen and (max-width: 608px) {footer {height: 375px;}}
@media screen and (max-width: 607px) {footer {height: 374px;}}
@media screen and (max-width: 606px) {footer {height: 373px;}}
@media screen and (max-width: 605px) {footer {height: 372px;}}
@media screen and (max-width: 604px) {footer {height: 371px;}}
@media screen and (max-width: 603px) {footer {height: 370px;}}
@media screen and (max-width: 602px) {footer {height: 369px;}}
@media screen and (max-width: 601px) {footer {height: 368px;}}
@media screen and (max-width: 600px) {footer {height: 400px;}}
@media screen and (max-width: 599px) {footer {height: 399px;}}
@media screen and (max-width: 598px) {footer {height: 398px;}}
@media screen and (max-width: 597px) {footer {height: 397px;}}
@media screen and (max-width: 596px) {footer {height: 396px;}}
@media screen and (max-width: 595px) {footer {height: 395px;}}
@media screen and (max-width: 594px) {footer {height: 394px;}}
@media screen and (max-width: 593px) {footer {height: 393px;}}
@media screen and (max-width: 592px) {footer {height: 392px;}}
@media screen and (max-width: 591px) {footer {height: 391px;}}
@media screen and (max-width: 590px) {footer {height: 390px;}}
@media screen and (max-width: 589px) {footer {height: 389px;}}
@media screen and (max-width: 588px) {footer {height: 388px;}}
@media screen and (max-width: 587px) {footer {height: 387px;}}
@media screen and (max-width: 586px) {footer {height: 386px;}}
@media screen and (max-width: 585px) {footer {height: 385px;}}
@media screen and (max-width: 584px) {footer {height: 384px;}}
@media screen and (max-width: 583px) {footer {height: 383px;}}
@media screen and (max-width: 582px) {footer {height: 382px;}}
@media screen and (max-width: 581px) {footer {height: 381px;}}
@media screen and (max-width: 580px) {footer {height: 380px;}}
@media screen and (max-width: 579px) {footer {height: 379px;}}
@media screen and (max-width: 578px) {footer {height: 378px;}}
@media screen and (max-width: 577px) {footer {height: 377px;}}
@media screen and (max-width: 576px) {footer {height: 376px;}}
@media screen and (max-width: 575px) {footer {height: 375px;}}
@media screen and (max-width: 574px) {footer {height: 374px;}}
@media screen and (max-width: 573px) {footer {height: 373px;}}
@media screen and (max-width: 572px) {footer {height: 372px;}}
@media screen and (max-width: 571px) {footer {height: 371px;}}
@media screen and (max-width: 570px) {footer {height: 370px;}}
@media screen and (max-width: 569px) {footer {height: 369px;}}
@media screen and (max-width: 568px) {footer {height: 368px;}}
@media screen and (max-width: 567px) {footer {height: 367px;}}
@media screen and (max-width: 566px) {footer {height: 366px;}}
@media screen and (max-width: 565px) {footer {height: 365px;}}
@media screen and (max-width: 564px) {footer {height: 364px;}}
@media screen and (max-width: 563px) {footer {height: 363px;}}
@media screen and (max-width: 562px) {footer {height: 362px;}}
@media screen and (max-width: 561px) {footer {height: 361px;}}
@media screen and (max-width: 560px) {footer {height: 360px;}}
@media screen and (max-width: 559px) {footer {height: 359px;}}
@media screen and (max-width: 558px) {footer {height: 358px;}}
@media screen and (max-width: 557px) {footer {height: 357px;}}
@media screen and (max-width: 556px) {footer {height: 356px;}}
@media screen and (max-width: 555px) {footer {height: 355px;}}
@media screen and (max-width: 554px) {footer {height: 354px;}}
@media screen and (max-width: 553px) {footer {height: 353px;}}
@media screen and (max-width: 552px) {footer {height: 352px;}}
@media screen and (max-width: 551px) {footer {height: 351px;}}
@media screen and (max-width: 550px) {footer {height: 350px;}}
@media screen and (max-width: 549px) {footer {height: 349px;}}
@media screen and (max-width: 548px) {footer {height: 348px;}}
@media screen and (max-width: 547px) {footer {height: 347px;}}
@media screen and (max-width: 546px) {footer {height: 346px;}}
@media screen and (max-width: 545px) {footer {height: 345px;}}
@media screen and (max-width: 544px) {footer {height: 344px;}}
@media screen and (max-width: 543px) {footer {height: 343px;}}
@media screen and (max-width: 542px) {footer {height: 342px;}}
@media screen and (max-width: 541px) {footer {height: 341px;}}
@media screen and (max-width: 540px) {footer {height: 340px;}}
@media screen and (max-width: 539px) {footer {height: 339px;}}
@media screen and (max-width: 538px) {footer {height: 338px;}}
@media screen and (max-width: 537px) {footer {height: 337px;}}
@media screen and (max-width: 536px) {footer {height: 336px;}}
@media screen and (max-width: 535px) {footer {height: 335px;}}
@media screen and (max-width: 534px) {footer {height: 334px;}}
@media screen and (max-width: 533px) {footer {height: 333px;}}
@media screen and (max-width: 532px) {footer {height: 332px;}}
@media screen and (max-width: 531px) {footer {height: 331px;}}
@media screen and (max-width: 530px) {footer {height: 330px;}}
@media screen and (max-width: 529px) {footer {height: 329px;}}
@media screen and (max-width: 528px) {footer {height: 328px;}}
@media screen and (max-width: 527px) {footer {height: 327px;}}
@media screen and (max-width: 526px) {footer {height: 326px;}}
@media screen and (max-width: 525px) {footer {height: 325px;}}
@media screen and (max-width: 524px) {footer {height: 324px;}}
@media screen and (max-width: 523px) {footer {height: 323px;}}
@media screen and (max-width: 522px) {footer {height: 322px;}}
@media screen and (max-width: 521px) {footer {height: 321px;}}
@media screen and (max-width: 520px) {footer {height: 320px;}}
@media screen and (max-width: 519px) {footer {height: 319px;}}
@media screen and (max-width: 518px) {footer {height: 318px;}}
@media screen and (max-width: 517px) {footer {height: 317px;}}
@media screen and (max-width: 516px) {footer {height: 316px;}}
@media screen and (max-width: 515px) {footer {height: 315px;}}
@media screen and (max-width: 514px) {footer {height: 314px;}}
@media screen and (max-width: 513px) {footer {height: 313px;}}
@media screen and (max-width: 512px) {footer {height: 312px;}}
@media screen and (max-width: 511px) {footer {height: 311px;}}
@media screen and (max-width: 510px) {footer {height: 310px;}}
@media screen and (max-width: 509px) {footer {height: 309px;}}
@media screen and (max-width: 508px) {footer {height: 308px;}}
@media screen and (max-width: 507px) {footer {height: 307px;}}
@media screen and (max-width: 506px) {footer {height: 306px;}}
@media screen and (max-width: 505px) {footer {height: 305px;}}
@media screen and (max-width: 504px) {footer {height: 304px;}}
@media screen and (max-width: 503px) {footer {height: 303px;}}
@media screen and (max-width: 502px) {footer {height: 302px;}}
@media screen and (max-width: 501px) {footer {height: 301px;}}
@media screen and (max-width: 500px) {footer {height: 333px;}}
@media screen and (max-width: 499px) {footer {height: 332px;}}
@media screen and (max-width: 498px) {footer {height: 331px;}}
@media screen and (max-width: 497px) {footer {height: 330px;}}
@media screen and (max-width: 496px) {footer {height: 329px;}}
@media screen and (max-width: 495px) {footer {height: 328px;}}
@media screen and (max-width: 494px) {footer {height: 327px;}}
@media screen and (max-width: 493px) {footer {height: 326px;}}
@media screen and (max-width: 492px) {footer {height: 325px;}}
@media screen and (max-width: 491px) {footer {height: 324px;}}
@media screen and (max-width: 490px) {footer {height: 323px;}}
@media screen and (max-width: 489px) {footer {height: 322px;}}
@media screen and (max-width: 488px) {footer {height: 321px;}}
@media screen and (max-width: 487px) {footer {height: 320px;}}
@media screen and (max-width: 486px) {footer {height: 319px;}}
@media screen and (max-width: 485px) {footer {height: 318px;}}
@media screen and (max-width: 484px) {footer {height: 317px;}}
@media screen and (max-width: 483px) {footer {height: 316px;}}
@media screen and (max-width: 482px) {footer {height: 315px;}}
@media screen and (max-width: 481px) {footer {height: 314px;}}
@media screen and (max-width: 480px) {footer {height: 313px;}}
@media screen and (max-width: 479px) {footer {height: 312px;}}
@media screen and (max-width: 478px) {footer {height: 311px;}}
@media screen and (max-width: 477px) {footer {height: 310px;}}
@media screen and (max-width: 476px) {footer {height: 309px;}}
@media screen and (max-width: 475px) {footer {height: 308px;}}
@media screen and (max-width: 474px) {footer {height: 307px;}}
@media screen and (max-width: 473px) {footer {height: 306px;}}
@media screen and (max-width: 472px) {footer {height: 305px;}}
@media screen and (max-width: 471px) {footer {height: 304px;}}
@media screen and (max-width: 470px) {footer {height: 303px;}}
@media screen and (max-width: 469px) {footer {height: 302px;}}
@media screen and (max-width: 468px) {footer {height: 301px;}}
@media screen and (max-width: 467px) {footer {height: 300px;}}
@media screen and (max-width: 466px) {footer {height: 299px;}}
@media screen and (max-width: 465px) {footer {height: 298px;}}
@media screen and (max-width: 464px) {footer {height: 297px;}}
@media screen and (max-width: 463px) {footer {height: 296px;}}
@media screen and (max-width: 462px) {footer {height: 295px;}}
@media screen and (max-width: 461px) {footer {height: 294px;}}
@media screen and (max-width: 460px) {footer {height: 293px;}}
@media screen and (max-width: 459px) {footer {height: 292px;}}
@media screen and (max-width: 458px) {footer {height: 291px;}}
@media screen and (max-width: 457px) {footer {height: 290px;}}
@media screen and (max-width: 456px) {footer {height: 289px;}}
@media screen and (max-width: 455px) {footer {height: 288px;}}
@media screen and (max-width: 454px) {footer {height: 287px;}}
@media screen and (max-width: 453px) {footer {height: 286px;}}
@media screen and (max-width: 452px) {footer {height: 285px;}}
@media screen and (max-width: 451px) {footer {height: 284px;}}
@media screen and (max-width: 450px) {footer {height: 283px;}}
@media screen and (max-width: 449px) {footer {height: 282px;}}
@media screen and (max-width: 448px) {footer {height: 281px;}}
@media screen and (max-width: 447px) {footer {height: 280px;}}
@media screen and (max-width: 446px) {footer {height: 279px;}}
@media screen and (max-width: 445px) {footer {height: 278px;}}
@media screen and (max-width: 444px) {footer {height: 277px;}}
@media screen and (max-width: 443px) {footer {height: 276px;}}
@media screen and (max-width: 442px) {footer {height: 275px;}}
@media screen and (max-width: 441px) {footer {height: 274px;}}
@media screen and (max-width: 440px) {footer {height: 273px;}}
@media screen and (max-width: 439px) {footer {height: 272px;}}
@media screen and (max-width: 438px) {footer {height: 271px;}}
@media screen and (max-width: 437px) {footer {height: 270px;}}
@media screen and (max-width: 436px) {footer {height: 269px;}}
@media screen and (max-width: 435px) {footer {height: 268px;}}
@media screen and (max-width: 434px) {footer {height: 267px;}}
@media screen and (max-width: 433px) {footer {height: 266px;}}
@media screen and (max-width: 432px) {footer {height: 265px;}}
@media screen and (max-width: 431px) {footer {height: 264px;}}
@media screen and (max-width: 430px) {footer {height: 263px;}}
@media screen and (max-width: 429px) {footer {height: 262px;}}
@media screen and (max-width: 428px) {footer {height: 261px;}}
@media screen and (max-width: 427px) {footer {height: 260px;}}
@media screen and (max-width: 426px) {footer {height: 259px;}}
@media screen and (max-width: 425px) {footer {height: 258px;}}
@media screen and (max-width: 424px) {footer {height: 257px;}}
@media screen and (max-width: 423px) {footer {height: 256px;}}
@media screen and (max-width: 422px) {footer {height: 255px;}}
@media screen and (max-width: 421px) {footer {height: 254px;}}
@media screen and (max-width: 420px) {footer {height: 253px;}}
@media screen and (max-width: 419px) {footer {height: 252px;}}
@media screen and (max-width: 418px) {footer {height: 251px;}}
@media screen and (max-width: 417px) {footer {height: 250px;}}
@media screen and (max-width: 416px) {footer {height: 249px;}}
@media screen and (max-width: 415px) {footer {height: 248px;}}
@media screen and (max-width: 414px) {footer {height: 247px;}}
@media screen and (max-width: 413px) {footer {height: 246px;}}
@media screen and (max-width: 412px) {footer {height: 245px;}}
@media screen and (max-width: 411px) {footer {height: 244px;}}
@media screen and (max-width: 410px) {footer {height: 243px;}}
@media screen and (max-width: 409px) {footer {height: 242px;}}
@media screen and (max-width: 408px) {footer {height: 241px;}}
@media screen and (max-width: 407px) {footer {height: 240px;}}
@media screen and (max-width: 406px) {footer {height: 239px;}}
@media screen and (max-width: 405px) {footer {height: 238px;}}
@media screen and (max-width: 404px) {footer {height: 237px;}}
@media screen and (max-width: 403px) {footer {height: 236px;}}
@media screen and (max-width: 402px) {footer {height: 235px;}}
@media screen and (max-width: 401px) {footer {height: 234px;}}
@media screen and (max-width: 400px) {footer {height: 267px;}}
@media screen and (max-width: 399px) {footer {height: 266px;}}
@media screen and (max-width: 398px) {footer {height: 265px;}}
@media screen and (max-width: 397px) {footer {height: 264px;}}
@media screen and (max-width: 396px) {footer {height: 263px;}}
@media screen and (max-width: 395px) {footer {height: 262px;}}
@media screen and (max-width: 394px) {footer {height: 261px;}}
@media screen and (max-width: 393px) {footer {height: 260px;}}
@media screen and (max-width: 392px) {footer {height: 259px;}}
@media screen and (max-width: 391px) {footer {height: 258px;}}
@media screen and (max-width: 390px) {footer {height: 257px;}}
@media screen and (max-width: 389px) {footer {height: 256px;}}
@media screen and (max-width: 388px) {footer {height: 255px;}}
@media screen and (max-width: 387px) {footer {height: 254px;}}
@media screen and (max-width: 386px) {footer {height: 253px;}}
@media screen and (max-width: 385px) {footer {height: 252px;}}
@media screen and (max-width: 384px) {footer {height: 251px;}}
@media screen and (max-width: 383px) {footer {height: 250px;}}
@media screen and (max-width: 382px) {footer {height: 249px;}}
@media screen and (max-width: 381px) {footer {height: 248px;}}
@media screen and (max-width: 380px) {footer {height: 247px;}}
@media screen and (max-width: 379px) {footer {height: 246px;}}
@media screen and (max-width: 378px) {footer {height: 245px;}}
@media screen and (max-width: 377px) {footer {height: 244px;}}
@media screen and (max-width: 376px) {footer {height: 243px;}}
@media screen and (max-width: 375px) {footer {height: 242px;}}

@media screen and (max-width: 1300px) {.footer-logo-wrap {top: 125px;}}
@media screen and (max-width: 1290px) {.footer-logo-wrap {top: 122px;}}
@media screen and (max-width: 1280px) {.footer-logo-wrap {top: 119px;}}
@media screen and (max-width: 1270px) {.footer-logo-wrap {top: 116px;}}
@media screen and (max-width: 1260px) {.footer-logo-wrap {top: 113px;}}
@media screen and (max-width: 1250px) {.footer-logo-wrap {top: 110px;}}
@media screen and (max-width: 1240px) {.footer-logo-wrap {top: 107px;}}
@media screen and (max-width: 1230px) {.footer-logo-wrap {top: 104px;}}
@media screen and (max-width: 1220px) {.footer-logo-wrap {top: 101px;}}
@media screen and (max-width: 1210px) {.footer-logo-wrap {top: 98px;}}
@media screen and (max-width: 1200px) {.footer-logo-wrap {top: 95px;}}
@media screen and (max-width: 1190px) {.footer-logo-wrap {top: 92px;}}
@media screen and (max-width: 1180px) {.footer-logo-wrap {top: 89px;}}
@media screen and (max-width: 1170px) {.footer-logo-wrap {top: 86px;}}
@media screen and (max-width: 1160px) {.footer-logo-wrap {top: 83px;}}
@media screen and (max-width: 1150px) {.footer-logo-wrap {top: 80px;}}
@media screen and (max-width: 1140px) {.footer-logo-wrap {top: 77px;}}
@media screen and (max-width: 1130px) {.footer-logo-wrap {top: 74px;}}
@media screen and (max-width: 1120px) {.footer-logo-wrap {top: 71px;}}
@media screen and (max-width: 1110px) {.footer-logo-wrap {top: 68px;}}
@media screen and (max-width: 1100px) {.footer-logo-wrap {top: 65px;}}
@media screen and (max-width: 1090px) {.footer-logo-wrap {top: 62px;}}
@media screen and (max-width: 1080px) {.footer-logo-wrap {top: 59px;}}
@media screen and (max-width: 1070px) {.footer-logo-wrap {top: 56px;}}
@media screen and (max-width: 1060px) {.footer-logo-wrap {top: 53px;}}
@media screen and (max-width: 1050px) {.footer-logo-wrap {top: 50px;}}
@media screen and (max-width: 1040px) {.footer-logo-wrap {top: 47px;}}
@media screen and (max-width: 1030px) {.footer-logo-wrap {top: 44px;}}
@media screen and (max-width: 1020px) {.footer-logo-wrap {top: 41px;}}
@media screen and (max-width: 1010px) {.footer-logo-wrap {top: 38px;}}
@media screen and (max-width: 1000px) {.footer-logo-wrap {top: 45px;}}
@media screen and (max-width: 990px) {.footer-logo-wrap {top: 42px;}}
@media screen and (max-width: 980px) {.footer-logo-wrap {top: 39px;}}
@media screen and (max-width: 970px) {.footer-logo-wrap {top: 36px;}}
@media screen and (max-width: 960px) {.footer-logo-wrap {top: 33px;}}
@media screen and (max-width: 950px) {.footer-logo-wrap {top: 30px;}}
@media screen and (max-width: 940px) {.footer-logo-wrap {top: 27px;}}
@media screen and (max-width: 930px) {.footer-logo-wrap {top: 24px;}}
@media screen and (max-width: 920px) {.footer-logo-wrap {top: 21px;}}
@media screen and (max-width: 910px) {.footer-logo-wrap {top: 18px;}}
@media screen and (max-width: 900px) {.footer-logo-wrap {top: 15px;}}
@media screen and (max-width: 890px) {.footer-logo-wrap {top: 25px;}}
@media screen and (max-width: 880px) {.footer-logo-wrap {top: 22px;}}
@media screen and (max-width: 870px) {.footer-logo-wrap {top: 19px;}}
@media screen and (max-width: 860px) {.footer-logo-wrap {top: 16px;}}
@media screen and (max-width: 850px) {.footer-logo-wrap {top: 13px;}}
@media screen and (max-width: 840px) {.footer-logo-wrap {top: 10px;}}
@media screen and (max-width: 830px) {.footer-logo-wrap {top: 7px;}}
@media screen and (max-width: 820px) {.footer-logo-wrap {top: 4px;}}
@media screen and (max-width: 810px) {.footer-logo-wrap {top: 1px;}}
@media screen and (max-width: 800px) {.footer-logo-wrap {top: 0px;}}
@media screen and (max-width: 790px) {.footer-logo-wrap {top: -2.5px;}}
@media screen and (max-width: 780px) {.footer-logo-wrap {top: -5px;}}
@media screen and (max-width: 770px) {.footer-logo-wrap {top: -7.5px;}}
@media screen and (max-width: 760px) {.footer-logo-wrap {top: -10px;}}
@media screen and (max-width: 750px) {.footer-logo-wrap {top: -12.5px;}}
@media screen and (max-width: 740px) {.footer-logo-wrap {top: -15px;}}
@media screen and (max-width: 730px) {.footer-logo-wrap {top: -17.5px;}}
@media screen and (max-width: 720px) {.footer-logo-wrap {top: -20px;}}
@media screen and (max-width: 710px) {.footer-logo-wrap {top: -22.5px;}}
@media screen and (max-width: 700px) {.footer-logo-wrap {top: -25px;}}
@media screen and (max-width: 690px) {.footer-logo-wrap {top: -27px;}}
@media screen and (max-width: 680px) {.footer-logo-wrap {top: -29px;}}
@media screen and (max-width: 670px) {.footer-logo-wrap {top: -31px;}}
@media screen and (max-width: 660px) {.footer-logo-wrap {top: -33px;}}
@media screen and (max-width: 650px) {.footer-logo-wrap {top: -35px;}}
@media screen and (max-width: 640px) {.footer-logo-wrap {top: -37px;}}
@media screen and (max-width: 630px) {.footer-logo-wrap {top: -39px;}}
@media screen and (max-width: 620px) {.footer-logo-wrap {top: -41px;}}
@media screen and (max-width: 610px) {.footer-logo-wrap {top: -43px;}}
@media screen and (max-width: 600px) {.footer-logo-wrap {top: 25px;}}
@media screen and (max-width: 590px) {.footer-logo-wrap {top: 23px;}}
@media screen and (max-width: 580px) {.footer-logo-wrap {top: 21px;}}
@media screen and (max-width: 570px) {.footer-logo-wrap {top: 19px;}}
@media screen and (max-width: 560px) {.footer-logo-wrap {top: 17px;}}
@media screen and (max-width: 550px) {.footer-logo-wrap {top: 15px;}}
@media screen and (max-width: 540px) {.footer-logo-wrap {top: 13px;}}
@media screen and (max-width: 530px) {.footer-logo-wrap {top: 11px;}}
@media screen and (max-width: 520px) {.footer-logo-wrap {top: 9px;}}
@media screen and (max-width: 510px) {.footer-logo-wrap {top: 7px;}}
@media screen and (max-width: 500px) {.footer-logo-wrap {top: -15px;}}
@media screen and (max-width: 490px) {.footer-logo-wrap {top: -17px;}}
@media screen and (max-width: 480px) {.footer-logo-wrap {top: -19px;}}
@media screen and (max-width: 470px) {.footer-logo-wrap {top: -21px;}}
@media screen and (max-width: 460px) {.footer-logo-wrap {top: -23px;}}
@media screen and (max-width: 450px) {.footer-logo-wrap {top: -25px;}}
@media screen and (max-width: 440px) {.footer-logo-wrap {top: -27px;}}
@media screen and (max-width: 430px) {.footer-logo-wrap {top: -29px;}}
@media screen and (max-width: 420px) {.footer-logo-wrap {top: -31px;}}
@media screen and (max-width: 410px) {.footer-logo-wrap {top: -33px;}}
@media screen and (max-width: 400px) {.footer-logo-wrap {top: -35px;}}
@media screen and (max-width: 390px) {.footer-logo-wrap {top: -37px;}}
@media screen and (max-width: 380px) {.footer-logo-wrap {top: -39px;}}
@media screen and (max-width: 370px) {.footer-logo-wrap {top: -41px;}}
@media screen and (max-width: 360px) {.footer-logo-wrap {top: -43px;}}
