@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family:'SegoeUI-Bold';
    src: url('font/SegoeUI-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'SegoeUI-Semibold';
    src: url('font/SegoeUI-Semibold.woff2') format('woff2')
}

@font-face {
    font-family:'SegoeUI-Semilight';
    src: url('font/SegoeUI-Semilight.woff2') format('woff2')
}

body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

span {
    line-height: 100%;
}

sup {
    vertical-align: 16%;
    font-size: 70%;
}

@keyframes arrow-anim {
  0% {
    transform: translateX(-5px);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

/* Div layer for the entire banner. */
#container_dc {
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #000000;

   z-index: 0;
   pointer-events: none;
}

.F1_headline_txt, .F2_headline_txt, .F3_headline_txt, .F4_headline_txt, .F5_headline_txt, .F6_headline_txt, .F6_price_txt {
    position: absolute;
    line-height: 100%;
    font-family: 'SegoeUI-Semibold';
}

.F6_legal_txt{
    position: absolute;
    line-height: 100%;
    opacity: 0;
    font-family: 'SegoeUI-Semibold';
}

.cta_exit{
    position: absolute;
    line-height: 100%;
    cursor: pointer;
    opacity: 0;
    font-family: 'SegoeUI-Semibold';
}

.F6_cta_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 16px;
}

.cta_arrow_holder {
    position: absolute;
    right: 0;
    width: 20px;
    height: 31px;
    overflow: hidden;
}

.cta_arrow{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    transform: translateX(0px);
}

.cta_arrow2{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    transform: translateX(0px);
    opacity: 0;
}

.cta_arrow3{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    transform: translateX(0px);
    opacity: 0;
}

.hovered .cta_arrow{
    animation: arrow-anim 0.9s infinite;
    animation-fill-mode: forwards;
}

.cta_arrow2{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    transform: translateX(-10px);
    opacity: 0;
}

.hovered .cta_arrow2{
    animation: arrow-anim 0.9s infinite;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

.cta_arrow3{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    transform: translateX(-10px);
    opacity: 0;
}

.hovered .cta_arrow3{
    animation: arrow-anim 0.9s infinite;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}

/* Invisible button for background clickthrough. */
.bg_exit {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bg_holder{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 1px;
}

#bg_img{
    position: absolute;
    left: -380px;
    top: -120px;
    width: 828px;
    height: 240px;
}

#bg_shadow_img{
    mix-blend-mode: multiply;
}

.images {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copy{
    opacity: 0;
    color: #fff;
}

ft-dynamic img {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*ft-dynamic#product2_img img, ft-dynamic#product4_img img, ft-dynamic#product5_img img{
    left: -10px;
    width: 175px;
}*/

#F6_legal_txt {
    text-shadow: 0 0 5px #000;
}

#F6_cta_txt {
    pointer-events: none;
}