
.elementor-widget-wrap .elementor-invisible {
  visibility: visible;
}

.cq-calltoaction {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  /*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
}

.cq-calltoaction .cq-calltoaction-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.cq-calltoaction .cq-calltoaction-button:not(.footer) {
  padding-top: 1rem;
}

.cq-calltoaction-link {
  display: inline-block;
  background: #967ADC;
  color: #fff;
  /*border: 2px solid #fff;*/
  box-shadow: none;
  border-radius: 50px;
  padding: 0.8em 1rem;
  margin: 0 0 1em 0;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
  text-align: center;
}
.cq-calltoaction-shape-square .cq-calltoaction-link{
  border-radius: 0;
}
.cq-calltoaction-shape-rounded .cq-calltoaction-link{
  border-radius: 20px;
}
.cq-calltoaction-shape-round .cq-calltoaction-link{
  border-radius: 50px;
}
.cq-calltoaction-link:focus{
  outline: none;
}
.cq-calltoaction-icon.cq-icon-left{
  margin-left: 0;
  margin-right: 12px;
}
.cq-calltoaction-icon.cq-icon-right{
  margin-left: 12px;
  margin-right: 0;
}
.cq-calltoaction-title{
  line-height: 140%;
}
.cq-calltoaction-subtitle {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding: 0 0 3rem;
  font: 500 14px 'Rubik', sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.cq-calltoaction-container {
  display: inline-block;
  position: relative;
  /*width: 200px;*/
  width: 100%;
  /*height: 65px;*/
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cq-calltoaction-pulse .cq-calltoaction-link {
  background: #967ADC;
  /*width: 100%;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  z-index: 2;
}
.cq-calltoaction-pulse .cq-calltoaction-container{
  width: auto;
  height: 100%;
  min-width: 80px;
  min-height: 28px;
}
.cq-calltoaction-pulse .cq-calltoaction-container:hover .pulsing-before-border {
  animation: pluseBorder 0.8s linear infinite;
}
.cq-calltoaction-pulse .cq-calltoaction-container:hover .pulsing-after-border {
  animation: pulsing1 0.8s linear infinite;
}

.pulsing {
  background-color: #333;
  width: 99%;
  height: 99%;
  z-index: 1;
  position: relative;
}
.cq-calltoaction-shape-square .pulsing, .cq-calltoaction-shape-square .pulsing-before-border, .cq-calltoaction-shape-square .pulsing-after-border, .cq-calltoaction-shape-square .cq-circlebar .cq-calltoaction-title{
  border-radius: 0;
}
.cq-calltoaction-shape-rounded .pulsing, .cq-calltoaction-shape-rounded .pulsing-before-border, .cq-calltoaction-shape-rounded .pulsing-after-border, .cq-calltoaction-shape-rounded .cq-circlebar .cq-calltoaction-title{
  border-radius: 20px;
}
.cq-calltoaction-shape-round .pulsing, .cq-calltoaction-shape-round .pulsing-before-border, .cq-calltoaction-shape-round .pulsing-after-border,  .cq-calltoaction-shape-round .cq-circlebar .cq-calltoaction-title{
  border-radius: 50px;
}

.cq-calltoaction .pulsing-before-border, .cq-calltoaction .pulsing-after-border {
  position: absolute;
  width: 100%;
  height: 80%;
  border: 2px solid #FFF;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fff;
  animation: pluseBorder 2s linear infinite;
}
.cq-calltoaction .pulsing-after-border {
  animation: pulsing1 2s linear infinite;
}

@keyframes pluseBorder {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.8) scaleX(1.4);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.8) scaleX(1.4);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
.cq-calltoaction-typewriter .cq-calltoaction-link {
  min-width: 120px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: #333;
}
.cq-calltoaction-typewriter p {
  margin: 0;
  padding: 0;
  line-height: 120%;
  animation: typing 4s steps(12) infinite;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.cq-calltoaction-typewriter .cq-calltoaction-container{
  min-width: 240px;
  width: auto;
  margin: 0 auto;
}
.cq-calltoaction-typewriter .cq-calltoaction-container:hover p {
  animation: blink 0.3s infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  55%,
	65%,
	75% {
    opacity: 1;
  }
  60%,
	70% {
    opacity: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.cq-calltoaction-parrot .cq-parrot {
  font-size: .8em;
  position: absolute;
  width: 60px;
  text-align: center;
  animation: blink 0.8s infinite;
  /*color: transparent;*/
}

/*.cq-calltoaction-parrot .cq-parrot:before {
  content: "Click Me!";
}
*/
.cq-calltoaction-parrot .cq-parrot:nth-child(1) {
  top: -30px;
  left: -40px;
  /*font: 12px/1 "Margarine", sans-serif;*/
  transform: rotate(-20deg);
  animation-duration: 0.5s;
}
.cq-calltoaction-parrot .cq-parrot:nth-child(2) {
  /*font: 12px/1 "Margarine", sans-serif;*/
  right: -40px;
  top: -20px;
  transform: rotate(15deg);
  animation-duration: 0.3s;
}
.cq-calltoaction-parrot .cq-parrot:nth-child(3) {
  /*font: 16px/1 "Margarine", sans-serif;*/
  top: -60px;
  left: 15px;
  transform: rotate(10deg);
  animation-duration: 1s;
}
.cq-calltoaction-parrot .cq-parrot:nth-child(4) {
  /*font: 18px/1 "Margarine", sans-serif;*/
  top: -70px;
  left: 95px;
  transform: rotate(2deg);
  animation-duration: 0.7s;
}
.cq-calltoaction-parrot .cq-parrot:nth-child(5) {
  /*font: 14px/1 "Margarine", sans-serif;*/
  top: 20px;
  left: -75px;
  transform: rotate(-20deg);
  animation-duration: 0.8s;
}
.cq-calltoaction-parrot .cq-parrot:nth-child(6) {
  /*font: 12px/1 "Margarine", sans-serif;*/
  top: 40px;
  left: 80px;
  transform: rotate(10deg);
  animation-duration: 1.2s;
}
.cq-calltoaction-parrot .cq-calltoaction-link:hover .cq-parrot:before {
  /*content: "Do it!";*/
  width: 70px;
}

@keyframes blink {
  25%,
	75% {
    color: transparent;
  }
  40%,
	60% {
    color: #fff;
  }
}
/*.cq-calltoaction-hand button:before {*/
.cq-calltoaction-hand .hands-button-before {
  font-size: 20px;
  transform: scaleX(-1);
  position: absolute;
  right: 12px;
  top: -14px;
  animation: up-down 1s infinite;
}
.cq-calltoaction-hand .cq-calltoaction-link .hands-before, .cq-calltoaction-hand .cq-calltoaction-link .hands-after {
  position: absolute;
  z-index: 100;
  font-size: 20px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.cq-calltoaction-hand .cq-calltoaction-link .hands-before {
  transform: rotate(-60deg);
  left: -45px;
  top: -10px;
}
.cq-calltoaction-hand .cq-calltoaction-link .hands-after {
  transform: rotate(170deg);
  right: 30px;
  top: 50px;
}
.cq-calltoaction-hand .cq-calltoaction-link:hover .hands-before {
  opacity: 1;
  left: -35px;
}
.cq-calltoaction-hand .cq-calltoaction-link:hover .hands-after {
  opacity: 1;
  top: 40px;
}

@keyframes up-down {
  50% {
    margin-top: -20px;
  }
}
.cq-calltoaction-100 .emoji {
  position: absolute;
  top: -25px;
  left: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.cq-calltoaction-100 .emoji:before {
  content: "💯";
  display: inline-block;
  animation: give-score 2.5s infinite;
  position: relative;
  top: 0;
}
.cq-calltoaction-100 .emoji:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
}
.cq-calltoaction-100 .emoji:nth-child(2):before {
  animation: give-score 2.5s infinite 0.2s;
}
.cq-calltoaction-100 .emoji:nth-child(3) {
  left: auto;
  right: 0;
}
.cq-calltoaction-100 .emoji:nth-child(3):before {
  animation: give-score 2.5s infinite 0.4s;
}
.cq-calltoaction-100 .cq-calltoaction-link:hover .emoji:before {
  content: "👏";
  transition: 0.5s ease;
}

@keyframes give-score {
  30%,
	80% {
    top: 0;
  }
  40%,
	70% {
    top: 50px;
  }
}
.cq-calltoaction-pressure marquee {
  position: absolute;
  width: 90%;
  top: 125%;
  left: 5%;
  /*font: 18px/1 "Margarine", sans-serif;*/
}
.cq-calltoaction-pressure marquee span {
  display: inline-block;
  height: 20px;
}
/*.cq-calltoaction-pressure marquee span:not(:last-child) {
  margin-right: 130px;
}
*/
.cq-calltoaction-pressure marquee span:last-child {
  margin-right: 30px;
}

.cq-calltoaction-pressure .cq-button-extra {
  /*content: "OMG YAS";*/
  position: absolute;
  transition: 0.5s ease;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
  font-size: 12px;
  opacity: 0;
}
.cq-calltoaction-pressure .cq-calltoaction-link:hover .cq-button-extra {
  animation: omg-yes 1s;
}

.cq-calltoaction-rainbow .cq-calltoaction-link {
  animation: rainbow 3s infinite, heartbeat 1s infinite;
  background: #c0392b;
}
.cq-calltoaction-rainbow .cq-calltoaction-link .rainbow {
  width: 100%;
  height: auto;
  /*background-color: #333;*/
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin: auto;
  top: -6px;
  transition: 0.5s ease;
  opacity: 0;
  transform: rotate(0);
}
.cq-calltoaction-rainbow .cq-calltoaction-link .rainbow-before {
  position: absolute;
  top: -20px;
  left: 0;
}
.cq-calltoaction-rainbow .cq-calltoaction-link:hover .rainbow {
  opacity: 1;
  animation: rotate-nonstop 1s infinite;
}
.cq-calltoaction-rainbow .cq-calltoaction-link + .cq-calltoaction-subtitle {
  color: #444;
}

@keyframes rotate-nonstop {
  50% {
    transform: rotate(86deg);
  }
}
@keyframes omg-yes {
  50% {
    opacity: 1;
  }
  100% {
    top: -50px;
  }
}
@keyframes rainbow {
  0% {
    background: #1abc9c;
  }
  10% {
    background: #2ecc71;
  }
  20% {
    background: #3498db;
  }
  30% {
    background: #9b59b6;
  }
  40% {
    background: #e74c3c;
  }
  50% {
    background: #e67e22;
  }
  60% {
    background: #f1c40f;
  }
  70% {
    background: #2c3e50;
  }
  80% {
    background: #9b59b6;
  }
}
.cq-calltoaction-jittery .cq-calltoaction-link {
  animation: jittery 4s infinite;
}
.cq-calltoaction-jittery .cq-calltoaction-link:hover {
  background-color: #967ADC;
  animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
  5%,
	50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes rocketup {
  0% {
    transform: scale(.9) translateY(40px);
  }
  50% {
    transform: scale(1.1) translateY(-20px);
  }
  100% {
    transform: scale(.9) translateY(40px);
  }

}

@keyframes moveup {
  0% {
    opacity: 0;
    transform: scale(.9) translateY(40px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: scale(.9) translateY(-40px);
  }

}

@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}


.cq-calltoaction .cq-circlebar {
  /*margin-left: -100px;*/
  /*margin-top: -25px;*/
  /*position: relative;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 60%;*/
  height: 50px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.cq-circlebar .cq-calltoaction-title {
  position: relative;
  /*display: inline-block;*/
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  /*line-height: 50px;*/
  height: 100%;
  font-size: 16px;
  background-color: #656D78;
  color: #FFF;
  width: calc(100% - 80px);
  transform: translateX(8px);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
}
.cq-circlebar-left .cq-calltoaction-title {
  /*color: #b22222;*/
  padding-left: 30px;
  transform: translateX(-8px);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.cq-circlebar-avatar {
  /*position: absolute;*/
  width: 80px;
  height: 80px;
  z-index: 2;
  border-radius: 50%;
  background: #282537;
  display: flex;
  transform: translateX(-8px);
  /*animation: rocketup 1.6s infinite;*/
}
.cq-circlebar:hover .cq-calltoaction-icon{
  animation: moveup 1.6s infinite;
}
.cq-circlebar-left .cq-circlebar-avatar {
  right: 0;
  left: 0;
  transform: translateX(8px);
}

.cq-circlebar-avatar p {
  font-size: 20px;
  color: #ddd;
  /*font-style: italic;*/
  width: 100%;
  height: 100%;
  line-height: 100%;
  /*background: #333;*/
  text-align: center;
  margin-left: -6px;
}
.cq-circlebar-avatar .cq-calltoaction-icon{
  line-height: 75px;
}
.cq-circlebar:hover .cq-circlebar-avatar {
  text-decoration: none;
  background-color: #967ADC;
}

