
/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
@font-face {
  font-display: optional;
}
/*img {
  border: 0;
  top: -1px;
  left: -1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 160px;
  height: 600px;
}
*/
/* Container */
#click {
  height: 250px;
  width: 970px;

  background: #fff;
  position: absolute;
  overflow: hidden;
  border: 1px solid #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  font-family: 'akzidenz-grotesk_bqregular';
}

#click * {
  position: absolute;
  opacity: 1;
}

/* Force text render */
.text {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

/* Text positions */
.txt-format {
    font-size: 23px;
    line-height: 25px;
    text-align: left;
}

#txt1 { 
    width: 410px;
    height: auto;
    top: 52px;
    left: 51px;
    display: flex;
}

#txt2 { 
  font-family: 'akzidenz-grotesk_bqbold';
  text-align: left;
  font-size: 29px;
  line-height: 56px;
  width: 401px;
  height: auto;
  top: 65px;
  left: 28px;
  opacity: 1;
}
#txt2 span { 
  background: #ffc627;
  box-shadow: 10px 0 0 #ffc627, -10px 0 0 #ffc627;
  box-decoration-break: clone;
  padding: 8px 0;
  width: 100%;
  position: relative!important;
}
#txt3 {
  width: 310px;
  height: auto;
  top: 126px;
  left: 58px;
  display: flex;
}
/*/////*/
#txt1 span {
  align-self: flex-end;
}
#txt3 span {
  align-self: center;
}
/*///////*/
#txt4 { 
  width: 313px;
  height: auto;
  top: 87px;
  left: 58px;
}

/* Loose elements */
#logo {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0% 0 0;
  -moz-transform-origin: 0% 0 0;
  -ms-transform-origin: 0% 0 0;
  transform-origin: 0% 0 0;
}

#moving_part {
  top: 0px; left:0px;
  height: 280px;
  width: 1008px;
}

.purpleBlock {
  background: #8c1d40;
}
#purpleBlock1 {
  width: 88px;
  height: 180px;
  top: 21px;
  left: -54px;
}
#purpleBlock2 {
  width: 35px;
  height: 178px;
  top: 261px;
  left: -4px;
}
#purpleBlock3 {
  width: 39px;
  height: 178px;
  top: 585px;
  left: -8px;
  opacity: 0;
}

#illustration1 {
  top: 0px;
  left: 0px;
  width: 970px;
  height: 250px;
  background: url(illustration1.png);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}
#photoImage {
  top: 547px;
  left: 0px;
  width: 970px;
  height: 250px;
  background: url(illustration2.png);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}

.line1, .line2 { 
  fill:none; 
  stroke:#000; 
  stroke-miterlimit:10; 
  stroke-width: 1.5px;
  opacity: 1;
 } 

#line1 {
    top: 108px;
    left: -616px;
}

#line2 {
    top: 247px;
    left: 429px;
}

#cta_mask {
  top: 150px;
  left: 717px;
  width: 188px;
  height: 53px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fac43d;
  will-change: transform;
}

.ctaText {
font-family: 'akzidenz-grotesk_bqbold';
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center; 
line-height: 52px;
    font-size: 27px;
  will-change: transform;
}

#shine {
  top: -20px;
  left: -75px;
     width: 80px;
  height: auto;
}

#guide1 {
  top: 0px; left:0px;
}
#clickURL {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  /*z-index: 11;*/
  cursor: pointer;
}
#replay {
   -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  top:3px; right: 4px;
  opacity: 0;
}
#replay_btn {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  
  visibility: hidden;
  z-index: 12;
  cursor: pointer;
}