.jltma-creative-button-wrapper {
  display: flex;
  width: 100%;
}

.jltma-creative-button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1;
  z-index: 0;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.jltma-creative-button:hover {
  text-decoration: none !important;
}
.jltma-creative-button::before, .jltma-creative-button::after {
  z-index: -1;
}

.jltma-creative-button--saqui:after {
  z-index: 1;
}

.jltma-creative-button--winona {
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--winona::after {
  content: attr(data-text);
  color: #3f51b5;
  transform: translate3d(0, 25%, 0);
}
.jltma-creative-button--winona > span {
  display: block;
}
.jltma-creative-button--winona::after,
.jltma-creative-button--winona > span {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--winona:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
.jltma-creative-button--winona:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--winona:hover > span {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}
.jltma-creative-button--winona.jltma-creative-button--inverted {
  color: #7986cb;
}
.jltma-creative-button--winona.jltma-creative-button--inverted:after {
  color: #fff;
}
.jltma-creative-button--winona.jltma-creative-button--inverted:hover {
  border-color: #21333c;
  background-color: #21333c;
}

.jltma-creative-button--winona:after,
.jltma-creative-button--ujarak:before,
.jltma-creative-button--wayra::before,
.jltma-creative-button--rayen::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jltma-creative-button--winona::after,
.jltma-creative-button--ujarak::before,
.jltma-creative-button--wayra::before,
.jltma-creative-button--rayen::before {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.jltma-creative-button--ujarak {
  transition: border-color 0.4s, color 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--ujarak::before {
  content: attr(data-text);
  background: #37474f;
  z-index: -1;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--ujarak:hover {
  color: #fff;
  border-color: #37474f;
}
.jltma-creative-button--ujarak:hover::before {
  opacity: 1;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--ujarak.jltma-creative-button--round-s::before {
  border-radius: 2px;
}
.jltma-creative-button--ujarak.jltma-creative-button--inverted::before {
  background: #7986cb;
}
.jltma-creative-button--ujarak.jltma-creative-button--inverted:hover {
  color: #37474f;
  border-color: #fff;
}

.jltma-creative-button--wayra {
  overflow: hidden;
  width: 245px;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--wayra::before {
  content: attr(data-text);
  background: #37474f;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0 100%;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.jltma-creative-button--wayra:hover {
  color: #fff;
  border-color: #3f51b5;
}
.jltma-creative-button--wayra:hover::before {
  opacity: 1;
  z-index: 1;
  background-color: #3f51b5;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--wayra.jltma-creative-button--inverted:hover {
  color: #3f51b5;
  border-color: #fff;
}
.jltma-creative-button--wayra.jltma-creative-button--inverted:hover::before {
  background-color: #fff;
}

.jltma-creative-button--tamaya {
  overflow: hidden;
  color: #7986cb;
  min-width: 180px;
}
.jltma-creative-button--tamaya::before, .jltma-creative-button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #7986cb;
  color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--tamaya::before {
  top: 0;
  padding-top: 1em;
}
.jltma-creative-button--tamaya::after {
  bottom: 0;
  line-height: 0;
}
.jltma-creative-button--tamaya:hover::before {
  transform: translate3d(0, -100%, 0);
}
.jltma-creative-button--tamaya:hover::after {
  transform: translate3d(0, 100%, 0);
}
.jltma-creative-button--tamaya:hover > span {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.jltma-creative-button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--tamaya.jltma-creative-button--inverted {
  color: #37474f;
  border-color: #37474f;
}
.jltma-creative-button--tamaya.jltma-creative-button--inverted::before, .jltma-creative-button--tamaya.jltma-creative-button--inverted::after {
  background: #fff;
  color: #37474f;
}

.jltma-creative-button--rayen {
  overflow: hidden;
}
.jltma-creative-button--rayen::before {
  content: attr(data-text);
  background: #7986cb;
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.jltma-creative-button--rayen > span {
  display: block;
}
.jltma-creative-button--rayen::before,
.jltma-creative-button--rayen > span {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--rayen:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--rayen:hover > span {
  transform: translate3d(0, 150%, 0);
}
.jltma-creative-button--rayen:hover.jltma-creative-button--inverted {
  color: #fff;
}
.jltma-creative-button--rayen:hover.jltma-creative-button--inverted::before {
  background: #fff;
  color: #37474f;
}

.jltma-creative-button--elevation {
  background: #ff5722;
  border: none !important;
  border-radius: 2px;
  color: #ffffff !important;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  min-width: 150px;
  min-height: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.jltma-creative-button--elevation:after,
.jltma-creative-button--elevation:before {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  top: -19px;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.jltma-creative-button--elevation:before {
  background-color: rgba(0, 0, 0, 0.1);
  right: -10px;
  top: 64px;
  opacity: 0;
  transform: rotate(17deg);
}

.jltma-creative-button--elevation:after {
  background-color: rgba(0, 0, 0, 0.1);
  right: -10px;
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}

.jltma-creative-button--elevation:hover:before {
  top: 21px;
  opacity: 1;
}

.jltma-creative-button--elevation:hover:after {
  top: -110px !important;
  opacity: 0;
}

.jltma-creative-button--elevation:hover:before,
.jltma-creative-button--elevation:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Jltma Creative Buttons Pro */
.jltma-creative-button--pipaluk::before,
.jltma-creative-button--saqui::after,
.jltma-creative-button--nina::before,
.jltma-creative-button--pipaluk::after,
.jltma-creative-button--wapasha::before,
.jltma-creative-button--antiman::before,
.jltma-creative-button--antiman::after,
.jltma-creative-button--itzel::before,
.jltma-creative-button--sacnite::before,
.jltma-creative-button--naira:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jltma-creative-button--nina::before,
.jltma-creative-button--saqui::after,
.jltma-creative-button--itzel::before,
.jltma-creative-button--sacnite::before,
.jltma-creative-button--naira::before {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.jltma-creative-button--pipaluk {
  color: #fff;
}
.jltma-creative-button--pipaluk::before, .jltma-creative-button--pipaluk::after {
  content: "";
  border-radius: inherit;
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.jltma-creative-button--pipaluk::before {
  border: 2px solid #7986cb;
}
.jltma-creative-button--pipaluk::before, .jltma-creative-button--pipaluk:hover::after {
  transform: scale3d(0.7, 0.7, 1);
}
.jltma-creative-button--pipaluk:hover::before {
  transform: scale3d(1, 1, 1);
}
.jltma-creative-button--pipaluk:hover::after {
  background-color: #3f51b5;
}
.jltma-creative-button--pipaluk:hover::before, .jltma-creative-button--pipaluk:hover::after {
  opacity: 1;
}
.jltma-creative-button--pipaluk.jltma-creative-button--inverted {
  color: #7986cb;
}
.jltma-creative-button--pipaluk.jltma-creative-button--inverted::before {
  border-color: #fff;
}
.jltma-creative-button--pipaluk.jltma-creative-button--inverted::after {
  background: #fff;
}
.jltma-creative-button--pipaluk.jltma-creative-button--inverted:hover::after {
  background-color: #fff;
}

.jltma-creative-button--moema {
  border-radius: 50px;
  background: #7986cb;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.jltma-creative-button--moema::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  opacity: 0.4;
  transform: scale3d(0.8, 0.5, 1);
}
.jltma-creative-button--moema:hover {
  background-color: #3f51b5;
  color: #eceff1;
  animation: anim-moema-1 0.3s forwards;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
}
.jltma-creative-button--moema:hover::before {
  animation: anim-moema-2 0.3s 0.3s forwards;
}
.jltma-creative-button--moema.jltma-creative-button--inverted {
  background: #eceff1;
  color: #37474f;
}
.jltma-creative-button--moema.jltma-creative-button--inverted:hover {
  color: #eceff1;
  background-color: #7986cb;
}

.jltma-creative-button--isi {
  color: #fff;
  background: #7986cb;
  overflow: hidden;
}
.jltma-creative-button--isi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 100%;
  height: 30px;
  border-radius: 50%;
  background: #3f51b5;
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.jltma-creative-button--isi .button__icon {
  vertical-align: middle;
}
.jltma-creative-button--isi > span {
  vertical-align: middle;
  padding-left: 0.75em;
}
.jltma-creative-button--isi:hover::before {
  opacity: 1;
  transform: scale3d(9, 9, 1);
}

.jltma-creative-button--aylen {
  background: #fff;
  color: #37474f;
  overflow: hidden;
  transition: color 0.3s;
}
.jltma-creative-button--aylen::before, .jltma-creative-button--aylen::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--aylen::before {
  background: #7986cb;
}
.jltma-creative-button--aylen::after {
  background: #3f51b5;
}
.jltma-creative-button--aylen:hover {
  color: #fff;
}
.jltma-creative-button--aylen:hover::before, .jltma-creative-button--aylen:hover::after {
  opacity: 1;
  transform: translate3d(0, 100%, 0);
}
.jltma-creative-button--aylen:hover ::after {
  transition-delay: 0.175s;
}
.jltma-creative-button--aylen.jltma-creative-button--inverted {
  background: none;
  color: #fff;
}

.jltma-creative-button--saqui {
  overflow: hidden;
  color: #fff;
  background: #37474f;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.jltma-creative-button--saqui::after {
  content: attr(data-text);
  background-color: #3f51b5;
  color: #37474f;
  z-index: 1;
  transform-origin: -40% 50%;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: transform 0.3s ease-in;
}
.jltma-creative-button--saqui:hover {
  background-color: #7986cb;
  color: #7986cb;
  transition-timing-function: ease-out;
}
.jltma-creative-button--saqui:hover::after {
  background-color: #3f51b5;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg);
}
.jltma-creative-button--saqui .jltma-creative-button--inverted {
  background: #fff;
  color: #37474f;
}
.jltma-creative-button--saqui .jltma-creative-button--inverted::after {
  color: #fff;
}
.jltma-creative-button--saqui .jltma-creative-button--inverted:hover {
  background-color: #3f51b5;
  color: #3f51b5;
}
.jltma-creative-button--saqui .jltma-creative-button--inverted:hover::after {
  background-color: #3f51b5;
  transform: rotate3d(0, 0, 1, 0deg);
}

.jltma-creative-button--wapasha {
  background: #37474f;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.jltma-creative-button--wapasha::before {
  content: "";
  border: 2px solid #3f51b5;
  border-radius: inherit;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--wapasha:hover {
  background-color: #fff;
  color: #3f51b5;
}
.jltma-creative-button--wapasha:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.jltma-creative-button--wapasha.jltma-creative-button--inverted {
  background: #fff;
  color: #37474f;
}
.jltma-creative-button--wapasha.jltma-creative-button--inverted::before {
  border-color: #7986cb;
}
.jltma-creative-button--wapasha.jltma-creative-button--inverted:hover {
  background-color: #37474f;
  color: #7986cb;
}

.jltma-creative-button--nina {
  background: #7986cb;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s;
}
.jltma-creative-button--nina::before {
  content: attr(data-text);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--nina:hover {
  background-color: #3f51b5;
}
.jltma-creative-button--nina:hover::before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.jltma-creative-button--nina:hover > span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--nina:hover > span:nth-child(1) {
  transition-delay: 0.045s;
}
.jltma-creative-button--nina:hover > span:nth-child(2) {
  transition-delay: 0.09s;
}
.jltma-creative-button--nina:hover > span:nth-child(3) {
  transition-delay: 0.135s;
}
.jltma-creative-button--nina:hover > span:nth-child(4) {
  transition-delay: 0.18s;
}
.jltma-creative-button--nina:hover > span:nth-child(5) {
  transition-delay: 0.225s;
}
.jltma-creative-button--nina:hover > span:nth-child(6) {
  transition-delay: 0.27s;
}
.jltma-creative-button--nina:hover > span:nth-child(7) {
  transition-delay: 0.315s;
}
.jltma-creative-button--nina:hover > span:nth-child(8) {
  transition-delay: 0.36s;
}
.jltma-creative-button--nina:hover > span:nth-child(9) {
  transition-delay: 0.405s;
}
.jltma-creative-button--nina:hover > span:nth-child(10) {
  transition-delay: 0.45s;
}
.jltma-creative-button--nina .button--inverted {
  background: #fff;
  color: #7986cb;
}

.jltma-creative-button--nanuk {
  overflow: hidden;
  background: #7986cb;
  transition: background-color 0.3s;
}
.jltma-creative-button--nanuk > span {
  display: inline-block;
}
.jltma-creative-button--nanuk:hover {
  background-color: #3f51b5;
}
.jltma-creative-button--nanuk:hover > span:nth-child(odd) {
  animation: anim-nanuk-1 0.5s forwards;
}
.jltma-creative-button--nanuk:hover > span:nth-child(even) {
  animation: anim-nanuk-2 0.5s forwards;
}
.jltma-creative-button--nanuk:hover > span:nth-child(odd), .jltma-creative-button--nanuk:hover > span:nth-child(even) {
  animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--nanuk:hover > span:nth-child(1) {
  animation-delay: 0;
}
.jltma-creative-button--nanuk:hover > span:nth-child(2) {
  animation-delay: 0.05s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(3) {
  animation-delay: 0.1s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(4) {
  animation-delay: 0.15s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(5) {
  animation-delay: 0.2s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(6) {
  animation-delay: 0.25s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(7) {
  animation-delay: 0.3s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(8) {
  animation-delay: 0.35s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(9) {
  animation-delay: 0.4s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(10) {
  animation-delay: 0.45s;
}
.jltma-creative-button--nanuk:hover > span:nth-child(11) {
  animation-delay: 0.5s;
}
.jltma-creative-button--nanuk.button--inverted {
  background: #fff;
  color: #7986cb;
}

@keyframes anim-nanuk-1 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-2 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.jltma-creative-button--nuka {
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--nuka::before, .jltma-creative-button--nuka::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.jltma-creative-button--nuka::before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.3s, opacity 0.3s;
}
.jltma-creative-button--nuka::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1.1, 1, 1);
  transition: transform 0.3s, background-color 0.3s;
}
.jltma-creative-button--nuka::before, .jltma-creative-button--nuka::after {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.jltma-creative-button--nuka:hover {
  color: #fff;
}
.jltma-creative-button--nuka:hover::before {
  opacity: 1;
}
.jltma-creative-button--nuka:hover::after {
  background-color: #37474f;
}
.jltma-creative-button--nuka:hover::before, .jltma-creative-button--nuka:hover::after {
  transform: scale3d(1, 1, 1);
}
.jltma-creative-button--nuka.jltma-creative-button--inverted {
  color: #37474f;
}
.jltma-creative-button--nuka.jltma-creative-button--inverted::before, .jltma-creative-button--nuka.jltma-creative-button--inverted::after {
  background: #fff;
}
.jltma-creative-button--nuka.jltma-creative-button--inverted:hover::after {
  background-color: #7986cb;
}

.jltma-creative-button--antiman {
  background: none;
  border: none;
}
.jltma-creative-button--antiman::before, .jltma-creative-button--antiman::after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  opacity: 1;
  backface-visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--antiman::before {
  border: 2px solid #37474f;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1);
}
.jltma-creative-button--antiman::after {
  background: #620acc;
}
.jltma-creative-button--antiman.jltma-creative-button--border-thin::before {
  border-width: 1px;
}
.jltma-creative-button--antiman.jltma-creative-button--border-medium::before {
  border-width: 2px;
}
.jltma-creative-button--antiman.jltma-creative-button--border-thick::before {
  border-width: 3px;
}
.jltma-creative-button--antiman > span {
  padding-left: 0.35em;
}
.jltma-creative-button--antiman:hover::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.jltma-creative-button--antiman:hover::after {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
}
.jltma-creative-button--antiman.jltma-creative-button--inverted, .jltma-creative-button--antiman.jltma-creative-button--inverted-alt {
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--antiman.jltma-creative-button--inverted::before {
  border-color: #7986cb;
}
.jltma-creative-button--antiman.jltma-creative-button--inverted::after {
  background: #7986cb;
}
.jltma-creative-button--antiman.jltma-creative-button--inverted-alt::before {
  border-color: #3f51b5;
}
.jltma-creative-button--antiman.jltma-creative-button--inverted-alt::after {
  background: #3f51b5;
}
.jltma-creative-button--antiman.jltma-creative-button--inverted:hover {
  color: #7986cb;
}
.jltma-creative-button--antiman.jltma-creative-button--inverted-alt:hover {
  color: #3f51b5;
}

.jltma-creative-button--itzel {
  border: none;
  padding: 0;
  overflow: hidden;
  width: 255px;
}
.jltma-creative-button--itzel::before {
  content: attr(data-text);
  border: 2px solid;
  border-radius: inherit;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url(../index.html#clipBox);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform-origin: 50% 100%;
}
.jltma-creative-button--itzel::before,
.jltma-creative-button--itzel .jltma-creative-button__icon {
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--itzel .jltma-creative-button__icon {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px;
  font-size: 20px;
  transform: translate3d(-50%, 0, 0);
}
.jltma-creative-button--itzel > span {
  display: block;
  padding: 20px;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
}
.jltma-creative-button--itzel:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--itzel:hover .jltma-creative-button__icon {
  transition-delay: 0.1s;
  transform: translate3d(-50%, -100%, 0);
}
.jltma-creative-button--itzel:hover > span {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
  transition-delay: 0;
}

@keyframes anim-moema-1 {
  60% {
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
.jltma-creative-button--naira {
  overflow: hidden;
  transition: background-color 0.3s;
}
.jltma-creative-button--naira::before {
  content: attr(data-text);
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #37474f;
  top: -50%;
  opacity: 1;
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.jltma-creative-button--naira > span,
.jltma-creative-button--naira .button__icon {
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--naira > span {
  display: block;
}
.jltma-creative-button--naira .button__icon {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  transform: translate3d(0, -100%, 0);
}
.jltma-creative-button--naira:hover {
  background-color: #37474f;
  transition: background-color 0 0.3s;
}
.jltma-creative-button--naira:hover::before {
  opacity: 1;
  animation: anim-naira-1 0.3s forwards ease-in;
}
.jltma-creative-button--naira:hover .button__icon {
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--naira:hover > span {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.jltma-creative-button--naira.button--inverted::before {
  background: #7986cb;
}
.jltma-creative-button--naira.button--inverted:hover {
  background-color: #7986cb;
}

.jltma-creative-button--naira-up::before {
  transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.jltma-creative-button--naira-up .button__icon {
  transform: translate3d(0, 100%, 0);
}
.jltma-creative-button--naira-up:hover::before {
  animation: anim-naira-2 0.3s forwards ease-in;
}
.jltma-creative-button--naira-up:hover > span {
  transform: translate3d(0, -100%, 0);
}

@keyframes anim-naira-1 {
  50% {
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-2 {
  50% {
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.jltma-creative-button--quidel {
  background: #7986cb;
  color: #7986cb;
  overflow: hidden;
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--quidel::before, .jltma-creative-button--quidel::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.jltma-creative-button--quidel::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.jltma-creative-button--quidel::before {
  background: #37474f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--quidel:hover {
  color: #37474f;
}
.jltma-creative-button--quidel:hover::before {
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--quidel > span {
  padding-left: 0.35em;
}
.jltma-creative-button--quidel.jltma-creative-button--inverted {
  background: #fff;
  color: #fff;
}
.jltma-creative-button--quidel.jltma-creative-button--inverted::after {
  background: #37474f;
}
.jltma-creative-button--quidel.jltma-creative-button--inverted::before {
  background: #7986cb;
}
.jltma-creative-button--quidel.jltma-creative-button--inverted:hover {
  color: #7986cb;
}

.jltma-creative-button--sacnite {
  color: #fff;
  transition: color 0.3s;
}
.jltma-creative-button--sacnite::before {
  content: attr(data-text);
  background-color: #4b00e7;
  border-radius: inherit;
  box-shadow: inset 0 0 0 35px #37474f;
  transform: scale3d(0.6, 0.6, 0.6);
  transition: all 0.3s ease;
}
.jltma-creative-button--sacnite .jltma-creative-button__icon {
  font-size: 22px;
  width: 22px;
}
.jltma-creative-button--sacnite:hover {
  color: #37474f;
}
.jltma-creative-button--sacnite:hover::before {
  opacity: 1;
  box-shadow: inset 0 0 0 2px #37474f;
  transform: scale3d(1, 1, 1);
  z-index: 1;
}
.jltma-creative-button--sacnite.jltma-creative-button--inverted {
  color: #37474f;
}
.jltma-creative-button--sacnite.jltma-creative-button--inverted::before {
  box-shadow: inset 0 0 0 35px #fff;
}
.jltma-creative-button--sacnite.jltma-creative-button--inverted:hover {
  color: #fff;
}
.jltma-creative-button--sacnite.jltma-creative-button--inverted:hover::before {
  box-shadow: inset 0 0 0 2px #fff;
}

.jltma-creative-button--shikoba {
  overflow: hidden;
  background: #fff;
  color: #37474f;
  border-color: #37474f;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.jltma-creative-button--shikoba > span {
  display: inline-block;
  transform: translate3d(-10px, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--shikoba .button__icon {
  position: absolute;
  left: 20px;
  font-size: 18px;
  transform: translate3d(-40px, 2.5em, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jltma-creative-button--shikoba:hover {
  background: #3f51b5;
  border-color: #3f51b5;
  color: #fff;
}
.jltma-creative-button--shikoba:hover .button__icon,
.jltma-creative-button--shikoba:hover > span {
  transform: translate3d(0, 0, 0);
}
.jltma-creative-button--shikoba.jltma-creative-button--inverted {
  color: #fff;
  background: #7986cb;
}

/* Jltma Creative Buttons Pro */