.click-me {
  position: absolute;
  opacity: 0;
  padding-left: 50px !important;
  padding-top: 25px !important;
  z-index: 50;
  width: 150px;
  font-size: 25px;
  font-weight: 100;
  color: #000;
  height: 30px;
}
.contact-button {
  width: 550px !important;
  padding-left: 70px;
  padding-top: 50px;
  z-index: 0 !important;
}
.contact-button:hover .click-me {
  transition-property: width, opacity;
  transition-timing-function: linear ease;
  transition-duration: 0.45s;
  width: 400px !important;
  opacity: 1;
  transition-delay: 0.3s;
}
.a-span {
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  user-select: none;
  color: #303c42;
  font-size: 0;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.a-span span {
  font-size: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
  padding: 0 0.1em;
}
.a-span span:nth-child(0n) {
  transition-delay: 0ms;
}
.a-span span:nth-child(0n):after {
  transition-delay: 0ms;
}
.a-span span:nth-child(1n) {
  transition-delay: 83.3333333333ms;
}
.a-span span:nth-child(1n):after {
  transition-delay: 83.3333333333ms;
}
.a-span span:nth-child(2n) {
  transition-delay: 166.6666666667ms;
}
.a-span span:nth-child(2n):after {
  transition-delay: 166.6666666667ms;
}
.a-span span:nth-child(3n) {
  transition-delay: 250ms;
}
.a-span span:nth-child(3n):after {
  transition-delay: 250ms;
}
.a-span span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1%;
  width: 102%;
  height: 2em;
  background: #ffcd00;
  transform-origin: top center;
  transform: scaley(0.1);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}
.a-span:hover span {
  transform: translateY(-1em);
}
.a-span:hover span:after {
  transform: scaleY(1);
}
.a-span:active span {
  transform: translateY(0);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 125ms;
  transition-delay: 0 !important;
}
.a-span:active span:after {
  transform: scaleY(0.5);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 125ms;
  transition-delay: 0 !important;
}
/*# sourceMappingURL=contact-button-press-kit-final.css.map */