@font-face {
	font-family: BGFlameWeb-Light;
	src: url('https://cdn.flashtalking.com/102686/assets/BGFlameWeb-Light.woff');
}

*{
	margin: 0;
	padding: 0;
	font-family: 'BGFlameWeb-Light';
}

.hidden {
	display: none;
	visibility: hidden;
}

.copy {
	color: #FFFFFF;
	width: 90%;
	margin: 5%;
	text-align: center;
	opacity:0;
}

.terms {
	color: #FFFFFF;
	font-size: 9px;
	position: absolute;
	bottom: 246px;
	opacity: 0;
	width: 118px;
	text-align: center;
	margin: 0px 20px;
}

.img {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}

.outer {
	position: absolute;
	top: 262px;
	left: 0;
	display: table;
    height: 256px;
    width: 126px;
	margin: 16px;
}

.end-outer {
	position: absolute;
	top: 130px;
	left: 0;
	display: table;
    height: 176px;
    width: 126px;
	margin: 16px;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#container {
	position: relative;
	width: 158px;
	height: 598px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

#frame {
	position: absolute;
	top: -88px;
	right: 0px;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

#cta {
	position: absolute;
    bottom: 90px;
	margin: 10px 20px;
	opacity: 0;
}
#cta_btn {
	display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 14px;
    color: #003c6f;
    background-color: #b4e100;
    border: none;
    width: 102px;
    cursor: pointer;
    outline: none;
    text-align: center;
}

#ribbon-container {
	display: none;
}

.ribbon {
	width: 130%;
	background-color: #ff7a00;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%) rotate(32deg);
	left: 300px;
    top: 200px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	font-weight: 500;

	-webkit-transition: all 300ms ease-out 1s;
	-moz-transition:    all 300ms ease-out 1s;
	transition:         all 300ms ease-out 1s;
}

#ribbon1 {
	font-size: 13px;
}

.ribbon-on {
	left: 104px;
	top: 36px;
}
