footer {
	width: 100%;
	margin-top: 12em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer {
	width: calc(100% - 4em);
	max-width: 75em;
	margin: 0 auto;
	padding: 2.75em 0 2em 0;
	font-size: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top center;
	gap: 2em;

	&>div {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}

	p {
		color: rgba(255, 255, 255, 0.95);
		font-weight: 500;
		margin: 0;
		height: 2.25em;
	}
}

.footer-item {
	color: #dde4fd80;
	transition: 0.2s;

	&:hover {
		color: #fff;
	}
}

.footer-disabled {
	color: #dde4fd30;
}

.footer-copyright {
	img {
		width: 2.25em;
	}

	a {
		font-size: 1.25em;
		font-weight: 600;
	}

	p {
		font-size: 1em;
		font-weight: 400;
		color: #dde4fd4d;
		margin-top: -0.4em;
	}
}

/* Center and wrap footer elements on mobile */
@media (max-width: 48em) {
	.footer {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4em;
	}

	.footer-copyright {
		width: 100%;
	}

	.footer-column {
		flex: 1;
	}
}

/*
     FILE ARCHIVED ON 20:15:15 May 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:53:32 Apr 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.423
  load_resource: 1591.442 (2)
  PetaboxLoader3.resolve: 1282.698 (3)
  PetaboxLoader3.datanode: 363.448 (5)
  captures_list: 0.555
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.006
  esindex: 0.009
  cdx.remote: 7.311
  LoadShardBlock: 207.167 (3)
*/