
@font-face {
    font-family: 'Palo Compressed Semibold';
    src: url('fonts/subset-Palo-CompressedSemibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'NeueHaasUnicaPro Medium';
    src: url('fonts/subset-NeueHaasUnicaPro-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 50%;
}
sub { 
  top: 0.4em; 
}

html, body {
  width:300px;
  height:100px;
  margin: 0;
}

#main,
#background {
  position:absolute;
  left:0px;
  top:0px;
  width:300px;
  height:100px;
  background-color: #007243;
}

#main {
  overflow:hidden;
}

#text-container-frame-1 {
  left:0;
  top:0px;
  width: 300px;
  height: 100px;
}

#text-container-frame-2 {
  left:0;
  top:0px;
  width: 300px;
  height: 100px;
}


.hidden {
  opacity: 0;
  visibility: hidden;
}

.absolute {
  position:absolute;
  top: 0px;
  left: 0px;
  height: auto;
}

.full-width {
  width: 300px;
  height: auto;
}

.copy {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  font-size: 18px;
  line-height: 16px;

  color: #ffffff;
}

.palo-compressed-semibold {
  font-family: 'Palo Compressed Semibold';
}

 .neue-haas-med {
  font-family: 'NeueHaasUnicaPro Medium';
}

.text-center {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.copy-legal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  top: 83px;
  left: 9px;
  font-size: 6px;
  text-align: left;
  line-height: 6px;
  color:#ffffff;
}


#frame-1,
#frame-2,
#frame-3,
#solid {
  top: 0;
  left: 0;

  width: 300px;
  height: 100px;

}


#frame-2-bg {
  background-color: #007243;
}

#pack-container {
  top:0px;
  left:0px;
  width:300px;
  height:300px;
}

#burst-orange-container {
  perspective: 1000px; /* Add perspective to parent */
  top:3px;
  left:-14px;
  width:300px;
  height:426px;
  clip-path: inset(0% 42% 0% -50%);
  -webkit-clip-path: inset(0% 42% 0% -50%);
}

#burst-blue-container {
  perspective: 1000px; /* Add perspective to parent */
  top:3px;
  left:-7px;
  width:300px;
  height:426px;
  clip-path: inset(0% -50% 0% 51%);
  -webkit-clip-path: inset(0% -50% 0% 51%);
}

#burst-blue, #burst-orange {
  left:0;
  top:0px;
  width:300px;
  height:426px;
}


#pack {
  top:0px;
  left:0px;
  width:300px;
  height:429px;
}

#blur {
  top:0px;
  left:0px;
  width:300px;
  height:429px;
}


#text-3 {
  top: 25px;
  left: 9px;
}


#tab-container {
  top:0px;
}



#cta {
	position: absolute;
	left: 9px;
	bottom: 20px;
	width: 65px;
	height: 18px;
	background:#F06432;
	color:white;
	font-family:'Palo Compressed Semibold';
	font-size:14px;
	line-height:16px;
	text-align: center;
	letter-spacing:0.2px;
  border-radius: 3px;
	background-position: "left top";
  }


#bgExit {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 85;
  background-color: rgba(255,255,255,0);
  border:1px solid #000000;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
