@charset "utf-8";
@font-face {
	font-family: 'AdobeClean';
	src: url('fonts/adobeclean/adobeclean-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AdobeCleanBlack';
	src: url('fonts/adobeclean/AdobeClean-Black.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AdobeCleanBold';
	src: url('fonts/adobeclean/AdobeClean-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'AdobeCleanRegular';
	src: url('fonts/adobeclean/AdobeClean-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}
html {
	background: #ccc;
}
body {
	font-family: AdobeClean;
	font-size: 13px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 360px;
	width: 654px;
	display: inline;
}
.container {
	height: 360px;
	width: 654px;
	display: inline;
	position: fixed;
	top: 0px;
	left: 0px;
	/*border: blue solid 1px;*/
}
.image {
	height: 360px;
	width: 654px;
}
.slides-holder {
	position: relative;
	height: 360px;
	width: 654px;
	padding: 0px;
	/* comment out to hide placement image */
	/* background:url(../img/e2019_welcomescreens_upgrade-pse.png); */
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: background-color 2.5s ease;
	background-color: #31a8ff;
}
#preload {
	display: none;
}
.slides-holder h1 {
	font-size: 42px;
	line-height: 360px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
}

.fadeIn {
	-webkit-animation: fade 1s;
}

.slides-holder > .slides {
	position: absolute;
}
.slides {
	display: flex;
	display: -webkit-flex;
	flex: row nowrap;
	-webkit-flex: row nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
.divShape {
	/*border: red solid 1px;*/
	background: url('../img/white-shape-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 410px !important;
	width: 475px !important;
	overflow: hidden;
	margin-top: -30px; /* set top margin for shape box */
	margin-left: 310px; /* set left margin for shape box */
	-webkit-transform: rotate(0deg) translateZ(0); /* set rotation for shape box */
	opacity: 1;
}
.divShape img {
	width: 935px;
	height: 461px;
	margin-top: -69px; /*set top margin for shape box */
	margin-left: -310px; /*set left margin for shape box */
}
.divShapeTxt {
	/*border: green solid 1px;*/
	color: black;
	width: 300px;
	margin: -360px 10px 10px 25px;
	display: block;
	position: absolute;
	right: 35px;
	text-align: right;
}
#logo {
	position: absolute;
	left: 0;
	z-index: 1000;
	width: 205px;
	left: 30px;
	top: 30px;
}
.divShapeTxt > #logo {
	margin-top: 8px;
	margin-bottom: 0;
	width: 225px;
}
.divShapeTxt > #headline {
	font-size: 40px;
	line-height: 1.05em;
	margin-bottom: 9px;
	margin-top: 5px;
	font-family: 'AdobeCleanBlack';
	font-weight: 900;
	width: 100%;
}
.divShapeTxt > #bodyCopy {
	margin-top: 0;
	font-size: 15px;
	font-family: 'AdobeCleanBold';
	font-weight: 700;
}
.divShapeTxt > p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'AdobeClean';
	line-height: 1em;
}
#subheader {
	font-size: 19px;
	line-height: 20px;
	width: 100%;
	margin: 0px 0px;
	margin-bottom: 20px;
	font-family: 'AdobeClean';
}
#saveMoney {
	font-family: 'AdobeClean';
	font-size: 43px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	color: white;
}
#offerEnds {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#ctaHolder {
	padding: 0 0 15px 0;
	width: 100%;
	/*border: red solid 1px;*/
	margin-top: -1px;
}
#ctaHolder > div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
}
#ctaBttn {
	font-family: 'AdobeCleanBold';
	background: #0265dc;
	border: none;
	border-radius: 20px;
	padding: 8px 17px 9px 17px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
#ctaBttn:hover {
	background: #0265dc;
	color: white;
}
#ctaPrice1Us {
	margin-right: 5px;
	padding-left: 0;
	font-size: 18px;
	vertical-align: super;
	text-decoration: line-through;
	font-family: 'AdobeCleanRegular';
	font-weight: 700;
	position: relative;
	top: -5px;
}
#ctaPrice1 {
	font-size: 26px;
	text-decoration: line-through;
	font-family: 'AdobeCleanRegular';
	font-weight: 700;
}
#ctaPrice2Us {
	margin-right: 5px;
	font-family: 'AdobeCleanBlack';
	padding-left: 0px;
	font-size: 24px;
	vertical-align: super;
	margin-left: 10px;
	position: relative;
	top: -5px;
}
#ctaPrice2 {
	font-family: 'AdobeCleanBlack';
	font-size: 36px;
}
#ctaPrice2Super {
	font-family: 'AdobeCleanBlack';
	vertical-align: super;
	font-size: 26px;
	margin-left: -2px;
	position: relative;
	top: -5px;
}
#ctaPrice1Super {
	font-family: 'AdobeCleanRegular';
	vertical-align: super;
	font-size: 20px;
	text-decoration: line-through;
	margin-left: -2px;
	font-weight: 700;
	position: relative;
	top: -5px;
}
#ctaTerms {
	font-family: 'AdobeClean';
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	color: black;
}
#ctaTerms:hover {
	text-decoration: underline;
}
#term {
	color: #808080;
	text-align: right;
	position: absolute;
	bottom: 42px;
	right: 121px;
	width: 100%;
	font-family: 'Adobe Clean';
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
#saveMore {
	font-family: 'AdobeClean';
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	line-height: 1.3em;
	color: black;
	text-decoration: none;
}
#saveMore:hover {
	text-decoration: underline;
}
.bttmBar {
	height: 35px;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	position: absolute;
	background-color: white;
	transition: background-color 2.5s ease;
}
.bttmBarCopyHolder {
	margin-top: 5px;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 16px;
}
#bttmBarCopy {
	font-size: 11px;
}
#bttmBarCTA,
#bttmBarCTA:hover {
	margin-left: 5px;
	font-family: 'AdobeCleanBold';
	text-decoration: underline;
	color: #f68121;
	font-size: 16px;
}
#bttmBarCTA:hover {
	color: #d65b1d;
}
#percent {
	font-size: 30px;
}
#whatsNew {
	font-family: 'AdobeCleanBold';
	font-size: 15px;
	color: black;
	text-decoration: none;
	margin-right: 14px;
}
#whatsNew:hover {
	color: #d65b1d;
}
#whats-new {
	margin-right: 14px;
}
#bttmBarTerms {
	margin-left: 5px;
	font-size: 11px;
	color: #b1b1b1;
}
.tag {
	font-family: 'AdobeClean';
	display: none;
	width: 160px;
	height: 95px;
	background: #15c3ff;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
	position: absolute;
	top: 225px;
	left: 460px;
	color: white;
	text-align: center;
}
.tag > p {
	padding: 0;
	margin: 0;
}
#tagCopy {
	font-family: 'AdobeCleanLight';
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: white;
	text-align: center;
}
#tagCTA {
	font-family: 'AdobeClean';
	margin-top: 0;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#tagCTA:hover {
	color: #00acd7;
}
.shapeTxtHolderSlide {
	-webkit-animation: leftShapeTxtSlide 1000ms ease-out forwards;
}
.bttmBarMovement {
	-webkit-animation: bttmBarMove 500ms linear forwards;
}
@-webkit-keyframes leftShapeTxtSlide {
	0% {
		margin-left: 420px;
	}
	100% {
		margin-left: 25px;
	}
}
@-webkit-keyframes divShapeTxtSlide {
	0% {
		right: -365px;
	}
	100% {
		right: 35px;
	}
}
@-webkit-keyframes bttmBarMove {
	0% {
		bottom: -50px;
	}
	100% {
		bottom: 0;
	}
}
@-webkit-keyframes slideImage {
	0% {
		left: 0;
	}
	100% {
		left: -165px;
	}
}
.hide {
	display: none;
}
.copy {
	font-family: 'AdobeClean';
	margin-top: 219px;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 1.3em;
}
@keyframes fade {
	from {
		opacity: 0.1;
	}
	to {
		opacity: 1;
	}
}

.backgroundColor {
	background-color: #e788ff;
}
.slideTextHolder1,
.slideTextHolder2 {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
}
#slideText1 {
	font-family: 'AdobeClean';
	font-size: 30px;
	color: #ffffff;
	text-shadow: 2px 2px #777;
	margin-top: 140px;
	padding: 15px;
	display: inline-block;
}

.showTag {
	-webkit-animation: slideTag 1500ms ease-in forwards;
}
.slideImg {
	-webkit-animation: slideImage 1000ms ease-out forwards;
}
.divShapeTxtSlider {
	-webkit-animation: divShapeTxtSlide 1000ms ease-out forwards;
}
@-webkit-keyframes slideTag {
	0% {
		left: 600px;
		opacity: 0.01;
	}
	80% {
		left: 500px;
		opacity: 0.9;
	}
	85% {
		left: 506px;
		opacity: 1;
	}
	90% {
		left: 500px;
		opacity: 1;
	}
	98% {
		left: 504px;
		opacity: 1;
	}
	100% {
		left: 500px;
		opacity: 1;
	}
}
.step0 {
	opacity: 1;
	position: absolute;
	width: 654px;
	display: block;
	height: 360px;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out;
	background-color: #0265dc;
	z-index: 1;
}
.step1,
.step3,
.step5,
.step6,
.step7,
.step8 {
	opacity: 1;
	position: absolute;
	width: 654px;
	display: block;
	height: auto;
	top: 0;
	left: 0;
	transition: all 3s ease-out;
	transform: scale(1.16);
}
.zoom-out {
	transform: scale(1);
}
#ellipse {
	position: absolute;
	left: 0;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
}
.shapeTxtHolder {
	position: relative;
	z-index: 2;
}
.step2 {
	opacity: 1;
	position: absolute;
	display: block;
	height: 42px;
	left: 100%;
	top: 100%;
	transition: all 1.75s;
	z-index: 10;
}
.slides {
	position: absolute;
	display: none;
	width: 654px;
	height: 360px;
	top: 0;
	left: 0;
}
.final {
	position: absolute;
	display: none;
	width: 654px;
	height: 360px;
	top: 0;
	left: 0;
}
.dashed1 {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	left: 0;
}
.dashed2 {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	left: 0;
}
