@charset "UTF-8";

body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg {
	width: 728px;
	height: 90px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	display: block;
}
.svgImg {
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
	display: block;
}

#container {
	overflow: hidden;
	background-color: #474849;
	visibility: visible;
}

#greyFill,
#overlay {
	background-color: #474849;
}
#greyFill { visibility: visible; }

.st0 { fill: #fff; }

#mainLockup,
#pantone {
	visibility: visible;
}
#mainLockup .intro,
#pantone .intro {
	visibility: hidden;
}
#pantoneBlockBlue { visibility: visible; }
#divider {
	width: 2px;
	height: 65px;
	top: 13px;
	stroke: #fff;
	stroke-width: 2;
}
.bar {
	width: 56px;
	height: 100%;
}
#f1A,
#f1B,
#letterA {
	fill: #fe87a3;
}
#f1C,
#f1D,
#letterB {
	fill: #f4c3cb;
}
#f1E,
#f1F,
#letterC {
	fill: #ccbfd9;
}
#f1G,
#f1H,
#letterD {
	fill: #6e8db0;
}
#f1I,
#f1J,
#letterE {
	fill: #88c6bc;
}
#barA,
#barG,
#barM {
	fill: #f87c97;
}
#barB,
#barH {
	fill: #f9cccc;
}
#barC,
#barI {
	fill: #ccbfd9;
}
#barD,
#barJ {
	fill: #75a2bb;
}
#barE,
#barK {
	fill: #6988a7;
}
#barF,
#barL { 
	fill: #78c0b8;
}

.headline {
	clip: rect(0px,728px,0px,0px);
	visibility: visible;
}

.product {
	position: absolute;
	width: 728px;
	height: 90px;
	visibility: hidden;
}
#productA,
#productB {
	clip: rect(0px,728px,90px,728px);
	visibility: visible;
}

.productAlt {
	position: absolute;
	width: auto;
	height: 90px;
	left: 254px;
	visibility: hidden;
}

#ctaBlock {
    width: 95px;
	height: 30px;
	top: 30px;
	fill: white;
}
#ctaTxtInner { fill: #f27993; }

#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #63656a;
    stroke-width: 1px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
	visibility: visible;
	z-index: 199;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	visibility: visible;
	z-index: 200;
}