/*-------------------------------------
  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: 0;
}
a{
  text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif; color: #FFFFFF;
}
sup {
  vertical-align: .5em;
  line-height: 0;
}
.font-preloader{
  font-family:'Roboto';
  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;
  width: 100%;
  height: 100%;
  font-size: 1.67vh;
}

#banner {
  position: absolute;
  background: #eeeeee;
  display: block;
  width: 100%;
  height: 100%;
  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
---------------------------------------*/
.funding-copy1 {
    position: absolute;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    left: 7.33%;
    bottom: 3.66%;
    color: #ffffff;
}
.funding-copy1 sup {
  font-size: .7em;	
}
.f1-bg {
    position: absolute;
    top: 0;
    left: -60%;
    width: 72.6em;
    height: 100%;
    object-fit: cover;
}
.f2-bg, .f3-bg, .f4-bg, .f5-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dt-logo, .dt-logo-f5 {
position: absolute;
width: 6.2em;
height: auto;
top: 3.6%;
left: 7.3%;
}

.funding-logof1 {
  position: absolute;
    width: 6em;
    height: auto;
    bottom: 3.6%;
    right: 7.3%;
}
.title2-1_box, .title2-2_box, .title2-3_box,  .title2-4_box {
    top: 64%;
    left: 9.6%;
    height: 2.2em;
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-shadow: 0px 0px 7px #000;
}
.title2, .title3 {
    position: absolute;
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    top: 0;
    left: 0;
}
.title2-2_box {
  top: 68.3%;
}
.title2-3_box {
  top: 72.6%;
}
.title2-4_box {
  top: 76.6%;
}


/*-------------------------------------
  Frame two  frame duration: 3s
---------------------------------------*/
.title3-1_box, .title3-2_box, .title3-3_box,  .title3-4_box {
    top: 64%;
    left: 9.6%;
    height: 2.2em;
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.title3-2_box {
  top: 68.3%;
}
.title3-3_box {
  top: 72.6%;
}
.title3-4_box {
  top: 76.6%;
}



/*-------------------------------------
  Frame Four frame duration: 3s
---------------------------------------*/

.title4-1_box, .title4-2_box, .title4-3_box {
    top: 13.6%;
    left: 7.3%;
    height: 2em;
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.title4 {
    position: absolute;
    font-size: 1.7em;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: left;
    color: #ffffff;
    top: 0;
    left: 0;
}
.title4-2_box {
  top: 16.8%
}
.title4-3_box {
  top: 20%
}
/*-------------------------------------
  Frame Five  frame duration: 3s
---------------------------------------*/

.product5-1 {
    position: absolute;
    width: 18.9em;
    height: auto;
    top: 42%;
    right: 1%;
    transform: translateY(-50%);
    z-index: 1;
}

.funding-box {
  position: absolute;
  width: 47.7em;
  height: auto;
  bottom: 7.6%;
  left: 6.33%;
}
.funding-logo {
    position: absolute;
    width: 6em;
    height: auto;
    bottom: 3.6%;
    right: 7.3%;
}
.funding-copy{
    position: absolute;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    left: 7.33%;
    bottom: 3.66%;
    color: #ffffff;
}
.funding-copy sup {
  font-size: .68em;
}
.cta {
    position: absolute;
    color: #444;
    text-align: center;
    left: 7.3%;
    top: 25%;
    letter-spacing: 0.1em;
    z-index: 99;
    padding: 0.6em 1.5em 0.5em 1.5em;
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
}