
@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:600px;
  margin: 0;
}

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

#main {
  overflow:hidden;
}

#pack-container-mint, #pack-container-orange {
  position:absolute;
  left:0px;
  top:40px;
  width:300px;
  height:400px;
  overflow:hidden;
  /* background-color: #ff6100; */
}

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


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

#pack, #pack-orange {
  left:53px;
  top:92px;
  width:182px;
  height:227px;
}

#leaf-top {
  left:30px;
  top:54px;
  width:79px;
  height:91px;
}

#leaf-bot {
  left:200px;
  top:244px;
  width:72px;
  height:93px;
}

#left-loz {
  left:56px;
  top:251px;
  width:45px;
  height:33px;
}

#right-loz {
  left:214px;
  top:149px;
  width:41px;
  height:29px;
}

#orange-top {
  left:14px;
  top:53px;
  width:92px;
  height:107px;
}

#orange-bot {
  left:218px;
  top:240px;
  width:77px;
  height:63px;
}

#pineapple-bot {
  left:200px;
  top:273px;
  width:54px;
  height:63px;
}


#left-loz-orange {
  left:43px;
  top:224px;
  width:45px;
  height:37px;
}


#right-loz-orange {
  left:219px;
  top:149px;
  width:42px;
  height:31px;
}

#glares {
  left:0px;
  top:-20px; 
}

#glares-orange {
  left:-3px;
  top:-40px; 
}


.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: 38px;
  line-height: 28px;

  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: 580px;
  left: 10px;
  font-size: 7px;
  text-align: left;
  line-height: 7px;
  color:#ffffff;
}

.underlined {
  /* border-bottom: 1px solid #ffffff;
  padding: 0 0 0 0; */
    text-decoration: underline;
    text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

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

  width: 300px;
  height: 600px;

  transform-origin: 26% 78%;
}


#text-1, #text-4 {
  top: 149px;
  left: 17px;
}

#text-2 {
  top: 185px;
  left: 17px;
}

#text-3 {
  top: 222px;
  left: 17px;
}

#text-5 {
  top: 189px;
  left: 17px;
}

#tab-container {
  top:0px;
}


#cta {
	position: absolute;
	left: 80px;
	bottom: 14px;
	width: 140px;
	height: 38px;
	background:#F06432;
	color:white;
	font-family:'Palo Compressed Semibold';
	font-size:25px;
	line-height:36px;
	text-align: center;
	letter-spacing:0.2px;
  border-radius: 8px;
	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;
}
