* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;
  color: #383838;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1350px;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animate__animated {
  visibility: visible;
  pointer-events: initial;
}

.main-content {
  padding-bottom: 3rem;
}

.header-section {
  text-align: center;
  background: #ffffff;
  border-bottom: 3px solid #fecd28;
}
.header-section__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  width: 200px;
  height: 63px;
}

.section__title-img {
  margin: 0.5rem 0;
}

.slogan-kv {
  overflow: hidden;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20240601_cooperation_seller_rewards/img/kv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .slogan-kv {
    background: none;
  }
}
.slogan-kv__img {
  padding: 3rem 0;
  top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 480px) {
  .slogan-kv__img {
    padding: 0;
    top: 0;
    left: 0;
  }
}
.slogan-kv__img.kv {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation: boxBounce 2s ease-in-out;
          animation: boxBounce 2s ease-in-out;
}
.slogan-object__img {
  position: absolute;
  z-index: 1;
  width: 15%;
  -webkit-animation-duration: 1s, 2s;
          animation-duration: 1s, 2s;
  -webkit-animation-delay: 1s, 2s;
          animation-delay: 1s, 2s;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
}
.slogan-object__img img {
  max-width: 90%;
}
.slogan-object__img--object-1 {
  bottom: 6%;
  left: 2%;
  width: auto;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media all and (max-width: 1024px) {
  .slogan-object__img--object-1 {
    display: none;
  }
}
.slogan-object__img--object-2 {
  top: 11%;
  right: 8%;
  width: auto;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media all and (max-width: 1024px) {
  .slogan-object__img--object-2 {
    display: none;
  }
}
.slogan-object__img--object-3 {
  top: 39%;
  right: 8%;
  width: auto;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media all and (max-width: 480px) {
  .slogan-object__img--object-3 {
    display: none;
  }
}
.slogan-object__img--object-4 {
  bottom: 12%;
  left: 26%;
  width: auto;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media all and (max-width: 480px) {
  .slogan-object__img--object-4 {
    display: none;
  }
}
.slogan-content {
  z-index: 998;
}

.event-content {
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20240601_cooperation_seller_rewards/img/bg01.png");
  overflow: hidden;
  padding: 6rem 0 5rem;
}
@media all and (max-width: 480px) {
  .event-content {
    padding: 2rem 0;
  }
}
.event-content-object {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.event-content-notice {
  max-width: 1000px;
  width: 90%;
  margin: 1rem auto;
  color: #075199;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}
.event-content-notice .notice__link {
  padding: 0.1rem 0.55rem;
  display: inline-block;
  background: #075199;
  color: #ffffff;
  border-radius: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: initial;
}
.event-content-notice .notice__link:hover {
  opacity: 0.5;
}
.event-content-notice .notice__point {
  color: #075199;
  font-weight: bold;
}

.event-content-sec {
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20240601_cooperation_seller_rewards/img/bg02.png");
  overflow: hidden;
  padding: 6rem 0;
}
@media all and (max-width: 480px) {
  .event-content-sec {
    padding: 2rem 0;
  }
}
.event-content-sec-object {
  margin-bottom: 4rem;
}
@media all and (max-width: 480px) {
  .event-content-sec-object {
    margin-bottom: 2rem;
  }
}
.event-content-sec-object .object__button {
  position: absolute;
  top: 15.5rem;
  right: -3rem;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .event-content-sec-object .object__button {
    display: none;
  }
}
.event-content-sec-notice {
  max-width: 1000px;
  width: 90%;
  margin: 1rem auto;
  color: #075199;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
}
.event-content-sec-notice .notice__point {
  color: #075199;
  font-weight: bold;
}

.event-direction {
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20240601_cooperation_seller_rewards/img/bg03.png");
  min-height: 100px;
  padding: 8rem 0;
}
@media all and (max-width: 480px) {
  .event-direction {
    padding: 3rem 0;
  }
}
.event-direction-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media all and (max-width: 480px) {
  .event-direction-header {
    margin-bottom: 2rem;
  }
}
.event-direction-header .header__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #075199;
}
.event-direction-notice {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #ffffff;
}
.event-direction-notice ul {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
@media all and (max-width: 1024px) {
  .event-direction-notice ul {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
}
.event-direction-notice ul ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-bottom: 0.5rem;
}
.event-direction-notice ul ol > li {
  list-style-type: decimal;
}
.event-direction-notice ul li {
  list-style-type: cjk-ideographic;
}
.event-direction-notice .notice-list__link {
  padding: 0.1rem 0.55rem;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  border-radius: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: initial;
}
.event-direction-notice .notice-list__link:hover {
  opacity: 0.5;
}
.event-direction-notice .notice-list__point {
  color: #ffe000;
  text-decoration: underline;
}
.event-direction-notice .notice-list__ul {
  padding-left: 0;
}
.event-direction-notice .notice-list__ul li {
  list-style: none !important;
  padding-left: 2.5rem;
}
.event-direction-notice .notice-list__ul li:first-child {
  padding-left: 0;
}
.event-direction-notice .notice-list mark {
  background: 0 !important;
  padding: 0;
  color: #ffe000;
}

.cooperation-seller {
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20240601_cooperation_seller_rewards/img/bg04.png");
  padding: 5rem 0;
}
.cooperation-seller .seller-tab {
  color: white;
  background: #075199;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border: 5px solid #075199;
  overflow: hidden;
}
.cooperation-seller .seller-tab .tab-list {
  padding: 0.5rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab .tab-list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-bottom: 0;
  }
}
.cooperation-seller .seller-tab .tab-item {
  margin-right: 0.1rem;
}
.cooperation-seller .seller-tab .tab-item:last-child {
  margin-right: 0;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab .tab-item {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.cooperation-seller .seller-tab .tab__button {
  padding: 0.25rem 1rem;
  display: inline-block;
  color: white;
  border-radius: 1rem;
  border: 1px solid white;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cooperation-seller .seller-tab .tab__button:hover, .cooperation-seller .seller-tab .tab__button.isActive {
  color: #075199;
  background: white;
}
.cooperation-seller .seller-tab .tab__button.isActive {
  pointer-events: none;
}
.cooperation-seller .seller-tab-content {
  padding: 2rem 0;
  background: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 5px solid #075199;
  border-top: 0;
  overflow: hidden;
}
.cooperation-seller .seller-tab-content .tab-content {
  display: none;
}
.cooperation-seller .seller-tab-content .tab-content.isActive {
  display: block;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab-content {
    padding: 1rem 0;
  }
}
.cooperation-seller .seller-category {
  position: relative;
}
.cooperation-seller .seller-category-column {
  text-align: center;
  padding: 1rem 1rem 1.8rem;
}
.cooperation-seller .seller-category__title {
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 2;
  padding: 0.5rem;
  min-width: 165px;
  text-align: center;
  font-size: 1.225rem;
  color: white;
  background: #075199;
  font-weight: bold;
  border: 3px solid white;
  border-left: 0;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category__title {
    min-width: 100px;
    font-size: 1rem;
  }
}
.cooperation-seller .seller-category-item {
  text-align: center;
}
.cooperation-seller .seller-category-item:nth-child(5n) {
  margin-right: 0;
}
.cooperation-seller .seller-category-item:only-child {
  margin-right: 0;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category-item {
    margin-right: 20px;
  }
  .cooperation-seller .seller-category-item:nth-child(5n) {
    margin-right: initial;
  }
  .cooperation-seller .seller-category-item:nth-child(2n) {
    margin-right: 0;
  }
}
.cooperation-seller .seller-category-card {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 340px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category-card {
    width: auto;
    height: auto;
  }
}
.cooperation-seller .seller-category-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.5;
}
.cooperation-seller .seller-category-card__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation-seller .seller-category .swiper-container {
  overflow: visible;
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev,
.cooperation-seller .seller-category .swiper-container .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  border: 1px solid #343435;
  border-radius: 50%;
  background: white;
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev.swiper-button-disabled,
.cooperation-seller .seller-category .swiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-prev,
  .cooperation-seller .seller-category .swiper-container .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev {
  left: -10px;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-prev {
    left: -5px;
  }
}
.cooperation-seller .seller-category .swiper-container .swiper-button-next {
  right: -10px;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-next {
    right: -5px;
  }
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #075199;
  text-align: center;
}
@media all and (max-width: 480px) {
  .footer-section {
    height: 80px;
  }
}
.footer-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  height: 100%;
}
@media all and (max-width: 480px) {
  .footer-section .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.footer-section .list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 6rem;
}
@media all and (max-width: 1024px) {
  .footer-section .list a {
    margin-right: 2rem;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a {
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.footer-section .list a:last-child {
  margin-right: 0;
}
.footer-section .list a i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.footer-section .list a i.rotate {
  transform: rotate(-85deg);
  -webkit-transform: rotate(-85deg);
}
@media all and (max-width: 480px) {
  .footer-section .list a i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a span {
    display: block;
  }
}
.footer-section .list a:hover {
  color: #fae68c;
}

.page-sidebar {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 999;
  background: #fae68c;
  border-radius: 50%;
  border: 2px solid white;
}
@media all and (max-width: 1440px) {
  .page-sidebar {
    bottom: 4rem;
  }
}
.page-sidebar-action__button {
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: white;
}
.page-sidebar-action__button i {
  line-height: 50px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes swingLeft1 {
  0% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
  100% {
    top: 5%;
  }
}
@keyframes swingLeft1 {
  0% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
  100% {
    top: 5%;
  }
}
@-webkit-keyframes swingLeft2 {
  0% {
    bottom: -10%;
  }
  50% {
    bottom: -8%;
  }
  100% {
    bottom: -10%;
  }
}
@keyframes swingLeft2 {
  0% {
    bottom: -10%;
  }
  50% {
    bottom: -8%;
  }
  100% {
    bottom: -10%;
  }
}
@-webkit-keyframes swingRight3 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
@keyframes swingRight3 {
  0% {
    top: 1%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 1%;
  }
}
@-webkit-keyframes swingRight4 {
  0% {
    bottom: -30%;
  }
  50% {
    bottom: -28%;
  }
  100% {
    bottom: -30%;
  }
}
@keyframes swingRight4 {
  0% {
    bottom: -30%;
  }
  50% {
    bottom: -28%;
  }
  100% {
    bottom: -30%;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  88% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  91% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  94% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  97% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  88% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  91% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  94% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  97% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-webkit-keyframes bg_coin {
  0% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes bg_coin {
  0% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0%, 2%) scale(0.97);
            transform: translate(0%, 2%) scale(0.97);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes coin {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0%, -3%) scale(1.02);
            transform: translate(0%, -3%) scale(1.02);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes coin {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0%, -3%) scale(1.02);
            transform: translate(0%, -3%) scale(1.02);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
.dom-template {
  display: none !important;
}