<style>


@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Light.woff'); /* IE9 Compat Modes */
    src: 
        local('Noa'),
        local('Noa'), /* Duplicated name with hyphen */
        url('../fonts/NoaLTStd-Light.woff') 
        format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Bold.woff'); 
    src: 
        local('Noa'),
        local('Noa'),
        url('../fonts/NoaLTStd-Bold.woff') 
        format('woff');
    font-weight: 900;
}


@font-face {
    font-family: 'Noa';
    src: url('../fonts/NoaLTStd-Light.woff'); /* IE9 Compat Modes */
    src: 
        local('Noa'),
        local('Noa'), /* Duplicated name with hyphen */
        url('../fonts/NoaLTStd-Light.woff') 
        format('woff');
    font-weight: 300;
}


body {
  background:#ccc;
  padding:0;
  margin:0;
}

.link{
  width:160px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}
#link-1, #link-2, #link-3, #link-4{
  display: none
}

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:1px solid #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}


  #banner{
    background-color: #eee
  }


  .screen{
    top:370px;
    left:9px;
    width:140px;
    height:220px;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    /*border:solid 1px red;*/
  }
  
  .blue{
    background-color: #0095DB;
    display:block;
    width:100%;
    height:220px;
    position: absolute;
    border-radius: 0px 0px 8px 0px;
    opacity:0;
    bottom:0;

  }
  .dark_blue{
    background-color: #003568;
    display:block;
    width:100%;
    height:40px;
    position: absolute;
    bottom:0;
    border-radius: 0px 0px 8px 0px;
    opacity:0;
  }

  #logo{
    position: absolute;
    left:64px;
    bottom:0px;
    opacity:0;

  }

.text-1{
 
    margin-top:8px;
  
  }

  #text-1{
    position: absolute;
    top:390px;
    left:20px;
    opacity:0;
    font-size: 24px;
    line-height: 28px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color:white;
    width:120px;
  }
  #text-2{
    position: absolute;
    top:365px;
    left:17px;
    opacity:0;
    width:130px;
    font-size: 15px;
    line-height: 16px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color:white;
    /*text-align: justify*/
  }

  #text-2 .row-2{
    
    font-size: 10px;
    line-height: 11px;
    padding-top:8px;
  }
  #text-3{
    position: absolute;
    top:134px;
    left:80px;
    opacity:0;
  }

   #text-RDA{
    position: absolute;
    top:556px;
    left:20px;
    opacity:0;


    font-size: 12px;
    line-height: 14px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    color:white;
    width:70px;

  }

  #text-name-1, #text-name-2, #text-name-3, #text-name-3{
    position: absolute;
    top:320px;
    left:17px;
    opacity:0;
    font-size: 26px;
    line-height: 24px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    color:white;

  }
  .name > small{
    font-size: 18px;
    line-height: 18px,
    font-weight: 300;
    clear: both;
    display: block;
  }

  #text-from{
    position: absolute;
    top:390px;
    left:17px;
    opacity:0;

    font-size: 14px;
    line-height: 14px;
    font-family:"Noa";
    font-weight: 300;
    color:white;
  }

  #text-price-1, #text-price-2, #text-price-3, #text-price-4{
    position: absolute;
    top:400px;
    left:17px;
    opacity:0;
    font-size: 28px;
    line-height:28px;
    font-family:"Noa";
    font-weight: 900;
    color:white;
  }

  .price > small{
    font-size: 18px;
    font-weight: 300;
  }
   

  #text-all-in{
    position: absolute;
    top:443px;
    left:17px;
    opacity:0;

    font-size: 14px;
    line-height: 14px;
    font-family:"Noa";
    font-weight: 300;
    color:white;
    width:128px;
  }

  #CTA{
    position: absolute;
    top:495px;
    left:17px;
    opacity:0;

    font-size: 14px;
    line-height: 30px;
    font-family:Noa, Helvetica, Arial, Sans-Serif;
    font-weight: 900;
    color:white;
    padding:0 13px;

    background-color: #FD9541;
    border-radius: 4px
  }

  #bg-1, #bg-2,#bg-3, #bg-4{
    opacity:0;
    position: absolute;
  }

  #btn{
    opacity:0;
  }

  #btn-link{
  position:absolute;
  top:6px;
  left:140px;
  display: block;
  width:15px;
  height:13px;
  z-index: 1000;
  display: none;
  
}

</style>