@font-face {
     font-family: 'PanDisplayBold';
     src: url('PanDisplay-Bold.woff') format('woff');
}
@font-face {
     font-family: 'PanTextBold';
     src: url('PanText-Bold.woff') format('woff');
}

@font-face {
     font-family: 'PanTextReg';
     src: url('PanText-Regular.woff') format('woff');
}



#background{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color: #FFFFFF;
}

.logo{
  position:
  absolute;
  left: 27px;
  top: 20px;
  width: 131px;
  height: 49px;
}

#frame1splitImage,#frame2splitImage,#frame3splitImage,#frame4splitImage,#frame5splitImage{
  position: absolute;
  left:0px;
  top:0px;
  width: 220px;
  height: 91px;
}

/*Image Container*/
.imageContainer{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
}


#frame1Image,#frame2Image,#frame3Image,#frame4Image,#frame5Image{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
}
/*HEADLINE CONTENT*/
#HeadlineContainer{
  position: absolute;
  left: 20px;
  top: 21px;
  width: 261px;
  height: 51px;
  font-size: 21px;
  line-height: 1.22em;
  text-align: left;
  font-family: "PanTextBold";
 color:#FFFFFF;
}

.text{
  position:absolute;
  width: 100%;
  height: -webkit-fill-available;
}

/*LEGAL*/
#legalContent{
 position: absolute;
 left: 3px;
 bottom: 1px;
 width: 287px;
 height: 9px;
 font-size: 7px;
 line-height: 1.3em;
 text-align:left;
 font-family: "PanTextReg";
 /* color:#FFFFFF; */
}

/*CTA CONTAINER*/
#ctaContainer {
  position:
  absolute;
  left: 576px;
  top: 26px;
  width: 127px;
  height: 38px;
  /*  margin: 0 auto;*/
  /*background-color: #000000;*/
  text-align: center;
  font-family: "PanDisplayBold";
  font-size: 12px;
  letter-spacing: 0.22em;
  /*color: #FFFFFF;*/
  border-radius:2px;
}

#ctatext{
  display: flex;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  left: 1px;
}

#border{
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
 }