/* CSS Document */
.sticker-wrapper {
  display: block;
  text-align: right;
  position: relative;
  max-width: 64.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.sticker-wrapper.position-right {
  text-align: right;
  width: auto;
  transform: none;
  height: auto;
}
.sticker-wrapper.position-left {
  text-align: left;
  width: auto;
  transform: none;
  height: auto;
}
.sticker-wrapper.position-center {
  text-align: center;
  width: auto;
  transform: none;
  height: auto;
}
.sticker-wrapper.margin-1 {
  height: auto;
  margin-top: -200px;
}
@media screen and (max-width: 992px) {
  .sticker-wrapper.margin-1 {
    margin-top: -160px;
  }
}
@media screen and (max-width: 600px) {
  .sticker-wrapper.margin-1 {
    margin-top: -120px;
  }
}
.sticker-wrapper.margin-1 .text-wrapper {
  z-index: 110;
}

.page-content .sticker-wrapper.margin-1 {
  height: auto;
}
@media screen and (max-width: 992px) {
  .page-content .sticker-wrapper.margin-1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-content .sticker-wrapper.margin-1 {
    margin-top: 0;
  }
}

.sticker-button .text-wrapper {
  border-radius: 100%;
  display: inline-block;
  max-height: 200px;
  max-width: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 110;
  background: #ffed00;
  text-align: center;
  padding: 1.6em 1.4em;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sticker-button .text-wrapper.animated {
  transition: transform 0.55s ease-in-out;
}
.sticker-button .text-wrapper.animated:hover, .sticker-button .text-wrapper.animated:focus {
  transform: scale(1.2) rotate(-15deg);
  transition: transform 1.35s;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}
@media screen and (max-width: 992px) {
  .sticker-button .text-wrapper {
    max-height: 160px;
    max-width: 160px;
    width: 160px;
    height: 160px;
    font-size: 80%;
  }
  .sticker-button .text-wrapper .small {
    font-size: 90%;
  }
}
@media screen and (max-width: 600px) {
  .sticker-button .text-wrapper {
    max-height: 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
    font-size: 58%;
  }
}
.sticker-button .text-wrapper p {
  margin-bottom: 0.5rem;
}
.sticker-button .text-wrapper a {
  font-size: 1.6em;
  text-decoration: underline;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.5rem;
}
/*# sourceMappingURL=stickerbutton.css.map */
