/*-------------------------------------
    Reset 
---------------------------------------*/

/******Basic settings**********/
*{
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

*, *:before, *:after {
  box-sizing: inherit;
}
img{
  border: 0px;
}
a{
  text-decoration: none;
}
body{
  font-family: 'Roboto', 'Arial', 'sans-serif';
  color: #444444;
  font-weight: 300;
  }
.font-preloader{
  font-family: 'Roboto', 'Arial', 'sans-serif';
  font-weight: 300;
  visibility:hidden;
  width:0;
  height:0;
}
#frame_one, #frame_two,#frame_three,#frame_four,#frame_five {
  width: 100%;
  height: 100%;
}

/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner {
  position: absolute;
  background: #eeeeee;
  display: block;
  width: 970px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden; 
  border: 1px solid #444;
  -webkit-box-sizing: border-box;  
          box-sizing: border-box;  
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/

.dell-logo {
  left: -1px;
  top: -1px;
  position: absolute;
}
.funding-logo {
  left: -1px;
  top: -1px;
  position: absolute;
}
.funding_text {
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  letter-spacing: 0.025em;
  left: 593px;
  bottom: 80px;
  position: absolute;
}
.funding_text sup{
  font-size: 6px;
  vertical-align:6px;
}

/*-------------------------------------
  Frame two  frame duration: 3s
---------------------------------------*/

.product {
  position: absolute;
  left: -13px;
  top: -1px;
}
.title2 {
  position: absolute;
  font-size: 22px;
  line-height:24px;
  font-weight:400;
  letter-spacing: 0.025em;
  text-align:center;
  top: 112px;
  left: 60px;
}

/*-------------------------------------
  Frame Three  frame duration: 3s
---------------------------------------*/

.title3 {
  position: absolute;
  font-size: 22px;
  line-height:24px;
  font-weight:400;
  letter-spacing: 0.025em;
  text-align:center;
  top: 112px;
  left: 60px;
}

/*-------------------------------------
 Frame Four  frame duration: 3s
---------------------------------------*/

.title4 {
  position: absolute;
  font-size: 22px;
  line-height:24px;
  font-weight:400;
  letter-spacing: 0.025em;
  text-align:center;
  top: 112px;
  left: 60px;
}
.title4 sup{
  font-size: 11px;
  vertical-align: 10px;
}

/*-------------------------------------
  Frame five  frame duration: 3s
---------------------------------------*/

.funding-logol, .dell-logo-last{
  left: -1px;
  top: -1px;
  position: absolute;
}
.funding_text_last { 
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  letter-spacing: 0.025em;
  bottom: 79px;
  right: 132px;
  position: absolute;
}
.funding_text_last sup{
  font-size: 6px;
  vertical-align:6px;
}
.title5 {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-align: center;
  color: #0076ce;
  top: 109px;
  left: 187px;
}
.title5 span{
  font-size: 14px;
  line-height:14px;
  font-weight:400;
  letter-spacing: 0.025em;
}
.cta{
  position: absolute;
  color: #444;
  text-align: center;
  top: 133px;
  font-size: 14px;
  font-weight: 700;
  left: 282px;
}
.cta span {
  font-size: 16px;
}