@charset "utf-8";

@import url("/index/css/style-s.css") only screen and (max-width: 736px);
@import url("/index/css/style.css") only screen and (min-width: 737px);


#wrapper{
	overflow: hidden;
	opacity: 0;
	transition: all 2.0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#wrapper.active{
	opacity: 1;
}
#wrapper.blur{
}
main{
	overflow: hidden;
}



/*	load-animation
================================================== */
.load-animation{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background: rgba(0,0,0,1.0);
}
.load-animation.active{
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.0);
}


/*
     FILE ARCHIVED ON 12:57:36 May 08, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:49:42 Jun 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):
  captures_list: 0.393
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 11.913
  LoadShardBlock: 173.58 (3)
  PetaboxLoader3.datanode: 113.357 (4)
  PetaboxLoader3.resolve: 77.538 (2)
  load_resource: 67.401
*/