@charset "utf-8";

/*	version: "v4.3"	*/
/* CSS Document */

:root {
	--full-width: 300px;
	--full-height: 600px;
	--red: #ec0c21;
	--khaki: #f2ddbb;
	--white: #f7f0e4;
}

.copy-bold {
	font-weight: 600;
	font-size: 29px;
    line-height: 32px;
	color: #fff;
	
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
    letter-spacing: 0.5px;
}

.copy-reg {
	color: #fff;
	font-size: 23px;
	line-height: 24px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End Font Styles */


body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#main-panel {
	/*background: url("../../SF_DigitalDisplayTemplates_Red_300x600.png") top left no-repeat;*/
	background-color: var(--red);
}

.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;
}




#intro {
    z-index: 2;
    left: 21px;
    top: 90px;
}

.intro {
	left: 0;
	top: 0;
    width: 270px;
    transform-origin: 50% 50%;
	transform: translateX(-32px);
    opacity: 0;
}

.intro span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}
sup {
    position: absolute;
    font: normal 20px/32px 'Mecherle-Legal';
    top: -5px;
}
.intro sup {
    font-size: 0.55em;
    line-height: 1.2em;
    top: 0;
    right: -8px;
}

.intro .tm {
    right: -10px;
}

#portal {
    width: 508px;
	height: 300px;
	margin-left: 23px;
	margin-top: 240px;
	transform-origin: 0% 0%;
	transform: translateX(500px);
	display: inline-block;
	z-index: 2;
}

#orb {
    width: 447px;
	height: 280px;
	left: 24px;
	bottom: -7px;
}

#ls {
    width: 270px;
	height: 324px;
	background: url(../images/img.png) top left no-repeat;
	transform-origin: 0% 0%;
	transform: translateX(500px);
	z-index: 2;
	top: -17px;
	left: 23px;
}

#cta svg {
    overflow: visible;
}

#cta, #cta_red, #cta_white {
    width: 115px;
    height: 42px;
}

#cta {
    left: 20px;
    opacity: 0;
}

#cta_red {
	z-index: 2;
	opacity: 0;
}

p {
	margin: 0;
}

#legal, #legal2 {
	font: normal 8px/9px 'Mecherle-Legal';
	transform-origin: 100% 0%;
	bottom: 12px;
	left: 25px;
	width: 298px;
	opacity: 0;
	color: #fff;
	max-width: 250px;
}

#legal sup, #legal2 sup {
	position: absolute;
    font: normal 5px/15px 'Mecherle-Legal';
    top: -4px;
    left: -3px;
}

#logo {
    top: 28px;
    left: 19px;
    transform-origin: top left;
    transform: scale(0.22);
}

#logo-container,
#ellipses {
	left: 0px;
	top: 0px;
}

.logo-part {
    overflow: hidden;
}

.logo-part svg {
    position: absolute;
    width: 680px;
}

#logo-orbs,
#ellipses {
	width: 145px;
	height: 95px;
}

#logo-orbs {
    opacity: 0;
}

#orbs-reg {
	font-size: 16px;
    color: #fff;
    left: 146px;
    font-weight: 500;
    top: 75px;
	opacity: 0;
}

#logo-name {
	width: 535px;
	height: 95px;
	left: 145px;
    
    -moztransform: translate(-40px);
    -webkit-transform: translate(-40px);
    transform: translate(-40px);
    opacity: 0;
}

#logo-name svg {
	left: -145px;
}

.ellipse {
    width: 145px;
    height: 109px;
    
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
    -moztransform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}