@charset "utf-8";

/*	version: "v8.2"	*/
/* CSS Document */

:root {
	--full-width: 728px;
	--full-height: 90px;
}

body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.panel {
	overflow: hidden;
}


img, svg {
	width: 100%;
	height: 100%;
	position: absolute;
}

.full-col { width: var(--full-width); height: var(--full-height); }

.full-exp {}

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.no-point {
	pointer-events: none !important;
}

#headlines {
	z-index: 3;
	left: 133px;
	top: 32px;
}

.ag {
	font-family: adobe-garamond-pro, serif; 
	font-style: italic;
	font-size: 29px;
	line-height: 31px;
	color: #fff;
}

.mu {
	font-family: museo-sans-condensed, serif;
	font-weight: 700;
	color: #f5b511;
	font-size: 40px;
	line-height: 42px;
}

.headline {
	
}

#h2 {
	top: -19px;
}

#h3, #h5 {
	top: -9px;
}

#h3 {
	left: 0px;
	top: 5px;
}

#h4 {
	height: 42px;
	top: -2px;
}

.line {
	opacity: 0;
	overflow: hidden;
	width: 0;
}

.hinner {
	width: var(--full-width);
}

#h1b {
	top: 36px;
}

#overlay {
	background: #013a81;
	opacity: 0;
	z-index: 3;
}

#end1, #end2 {
	opacity: 0;
	z-index: 4;
	color: #fff;
}

#end1 {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	width: var(--full-width);
	height: 0px;
	top: 295px;
	overflow: hidden;
}

#end2 {
	text-align: center;
	font-size: 21px;
	line-height: 23px;
	width: 230px;
	top: 0px;
	left: 320px;
	overflow: hidden;
	height: 60px;
	transform: translateX(-500px);
}

span.mu {
	font-style: normal;
	font-size: 25px;
	line-height: 28px;
}

#belong {
	width: 242px;
	height: 14px;
	left: 46px;
	top: 18px;
	opacity: 0;
	z-index: 3;
	overflow: hidden;
	transform: translateX(-500px)
}

#belong_svg,
#belong2_svg {
	width: 548px;
	height: 30px;
}

#logo {
	width: 0px;
	height: 40px;
	left: 315px;
	top: 27px;
	z-index: 5;
	opacity: 0;
	overflow: hidden;
}

#logo-inner {
	width: 277px;
	height: 40px;
	background: url("../images/logo.png") top left no-repeat;
	background-size: contain;
}

#logo-overlay {
	width: 52px;
	height: 65px;
	left: 58px;
	top: 15px;
	z-index: 3;
	opacity: 1;
	background: url(../images/shield.png) top left no-repeat;
	background-size: contain;
}

#logo svg {
	width: 257px;
	height: 131px;
}

#cta {
	width: 128px;
	height: 40px;
	left: 578px;
	top: 25px;
	z-index: 4;
	transform: translateX(-500px);
	opacity: 0;
}

#bg {
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	/*background: #013a81;*/
	background: url("../images/blue_bg.png") top left no-repeat;
	z-index: 2;
}

#ls {
	width: 365px;
	height: 243px;
	background: url("../images/ls.jpg") top left no-repeat;
	right: -63px;
	top: -121px;
	transform-origin: 50% 50%;
	transform: scale(0.75);
	
}

#stripes {
	transform: scale(0.65);
	z-index: 6;
	top: -357px;
	left: 676px;
	opacity: 1;
}

#sep {
	width: 2px;
	height: 50px;
	background: #f5b511;
	z-index: 5;
	transform: scaleY(0);
	transform-origin: center center;
	top: 22px;
	left: 316px;
}

#stripes2 {
	transform: scale(0.65) rotate(180deg);
	z-index: 6;
	top: 396px;
	left: 85px;
	opacity: 0;
}

.stripe {
	width: 800px;
	height: 847px;
}

.green {
	background: url("../images/green.png") top left no-repeat;
	transform: translate(28px, -31px);
}
.yellow {
	background: url("../images/yellow.png") top left no-repeat;
	transform: translate(69px, -63px);
}
.blue {
	background: url("../images/blue.png") top left no-repeat;
	transform: translate(28px, -31px);
}

#endcover {
	background: #013a81;
	z-index: 5;
	width: 313px;
	height: 90px;
	opacity: 0;
}