.start {
  position: absolute;
  inset: 0;
}
.start__button {
  position: absolute;
  top: 430px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 528px;
  height: 139px;
  border: 8px solid #323335;
  border-radius: 70px;
  background: #ffffff;
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.start__button:hover {
  opacity: 0.85;
}
.start__img {
  position: absolute;
  top: 99px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 388px;
  height: auto;
}

.stage[data-current=start] .control,
.stage[data-current=start] .step-nav {
  display: none;
}

.card-in {
  position: absolute;
  inset: 0;
}
.card-in__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.card-in__card {
  position: absolute;
  bottom: 10px;
  right: 83px;
  width: 107px;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.card-in__card :hover {
  opacity: 1 !important;
}
.card-in__card > img {
  width: 100%;
  height: auto;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.card-in__slot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 318px;
  overflow: hidden;
}
.card-in .text-box::after {
  content: "";
  position: absolute;
  bottom: 185px;
  right: 121px;
  width: 32px;
  height: 39px;
  background: url("/-/media/aeoncard/service/cashing/oversea/demo/images/icon_card-in_arrow.svg") no-repeat center center;
  background-size: contain;
}
.card-in .text-box__inner {
  width: 466px;
}
.card-in .ripple__ring {
  top: auto;
  left: auto;
  bottom: 53px;
  right: 96px;
  z-index: 11;
}

.screen.is-animating .card-in__card {
  -webkit-animation: card-insert 1.6s ease-in-out forwards;
          animation: card-insert 1.6s ease-in-out forwards;
  pointer-events: none;
}

@-webkit-keyframes card-insert {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-318px);
            transform: translateY(-318px);
  }
}

@keyframes card-insert {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-318px);
            transform: translateY(-318px);
  }
}
.screen .card-in .card-in__slot .card-in__card:hover, .screen .card-in .card-in__slot .card-in__card:focus, .screen .card-in .card-in__slot .card-in__card:active {
  opacity: 1 !important;
}

.language {
  position: absolute;
  inset: 0;
}
.language__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.language__btn {
  position: absolute;
  top: 289px;
  left: 73px;
  width: 38px;
  height: 37px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.language__btn :hover {
  opacity: 1 !important;
}

.pin-intro {
  position: absolute;
  inset: 0;
}
.pin-intro__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.pin-intro__btn {
  position: absolute;
  top: 670px;
  left: 270px;
  width: 240px;
  height: 120px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.pin-intro__btn :hover {
  opacity: 1 !important;
}
.pin-intro .ripple__ring {
  top: auto;
  bottom: 253px;
  left: 390px;
  z-index: 11;
}

.modal__display {
  position: absolute;
  inset: 0;
  background: #edf9dc;
  z-index: 10;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 570px;
  height: 88px;
  padding: 16px;
  border: 5px solid #303133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__display > span {
  display: block;
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #011b37;
  line-height: 1;
}
.modal__tenkey {
  position: absolute;
  z-index: 10;
  top: 330px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 645px;
  height: auto;
}

#btn_number > g, #btn_enter, #btn_clear, #btn_cancel {
  cursor: pointer;
}

.transaction {
  position: absolute;
  inset: 0;
}
.transaction__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.transaction__btn {
  position: absolute;
  top: 289px;
  left: 73px;
  width: 38px;
  height: 37px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.transaction__btn :hover {
  opacity: 1 !important;
}

.account {
  position: absolute;
  inset: 0;
}
.account__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.account__btn {
  position: absolute;
  top: 350px;
  right: 93px;
  width: 38px;
  height: 37px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.account__btn :hover {
  opacity: 1 !important;
}

.amount {
  position: absolute;
  inset: 0;
}
.amount__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.amount__btn {
  position: absolute;
  top: 289px;
  left: 73px;
  width: 38px;
  height: 37px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.amount__btn :hover {
  opacity: 1 !important;
}

.confirm {
  position: absolute;
  inset: 0;
}
.confirm__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.confirm__btn {
  position: absolute;
  top: 289px;
  right: 94px;
  width: 38px;
  height: 37px;
  border-radius: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.confirm__btn :hover {
  opacity: 1 !important;
}

@-webkit-keyframes cash-out-pan-down {
  from {
    -webkit-transform: translateY(20px) scale(1.1);
            transform: translateY(20px) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-260px) scale(1);
            transform: translateY(-260px) scale(1);
  }
}

@keyframes cash-out-pan-down {
  from {
    -webkit-transform: translateY(20px) scale(1.1);
            transform: translateY(20px) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-260px) scale(1);
            transform: translateY(-260px) scale(1);
  }
}
@-webkit-keyframes cash-out-bills {
  0% {
    -webkit-transform: translateX(-50%) translateY(500px);
            transform: translateX(-50%) translateY(500px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes cash-out-bills {
  0% {
    -webkit-transform: translateX(-50%) translateY(500px);
            transform: translateX(-50%) translateY(500px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes cash-out-bills-hover {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes cash-out-bills-hover {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.cash-out {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cash-out__frame {
  position: absolute;
  inset: 0;
  width: 92%;
  left: 4%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-animation: cash-out-pan-down 0.8s ease-out forwards;
          animation: cash-out-pan-down 0.8s ease-out forwards;
}
.cash-out__slot {
  position: absolute;
  bottom: 406px;
  left: 250px;
  width: 320px;
  height: 400px;
  overflow: hidden;
}
.cash-out__bills {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 252px;
  opacity: 0;
  -webkit-animation: cash-out-bills 1.2s ease-out 1.1s forwards;
          animation: cash-out-bills 1.2s ease-out 1.1s forwards;
}
.cash-out__bill {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 3;
}
.cash-out__bill:nth-child(2) {
  -webkit-transform: translateY(-40px) scale(0.9);
          transform: translateY(-40px) scale(0.9);
  z-index: 2;
}
.cash-out__bill:nth-child(3) {
  -webkit-transform: translateY(-80px) scale(0.8);
          transform: translateY(-80px) scale(0.8);
  z-index: 1;
}
.cash-out__click {
  position: absolute;
  top: 410px;
  left: 280px;
  width: 260px;
  height: 190px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cash-out__click:hover .cash-out__bills-hover {
  -webkit-animation: cash-out-bills-hover 0.6s ease-in-out infinite;
          animation: cash-out-bills-hover 0.6s ease-in-out infinite;
}
.cash-out .ripple {
  top: 400px;
  left: 270px;
  width: 280px;
  height: 200px;
}

.screen.is-entering .cash-out__click {
  pointer-events: none;
  cursor: default;
}
.screen.is-entering .ripple {
  display: none;
}
.screen.is-entering .is-emphasis {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes card-out-eject {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes card-out-eject {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes card-out-receipt-eject {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes card-out-receipt-eject {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes card-out-emphasis-in {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 200, 255, 0);
            box-shadow: 0 0 0 0 rgba(100, 200, 255, 0);
  }
  to {
    -webkit-box-shadow: 0 0 16px 4px rgba(100, 200, 255, 0.6);
            box-shadow: 0 0 16px 4px rgba(100, 200, 255, 0.6);
  }
}
@keyframes card-out-emphasis-in {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(100, 200, 255, 0);
            box-shadow: 0 0 0 0 rgba(100, 200, 255, 0);
  }
  to {
    -webkit-box-shadow: 0 0 16px 4px rgba(100, 200, 255, 0.6);
            box-shadow: 0 0 16px 4px rgba(100, 200, 255, 0.6);
  }
}
.card-out {
  position: absolute;
  inset: 0;
}
.card-out__frame {
  position: absolute;
  inset: 0;
  width: 92%;
  left: 4%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-transform: translateY(-260px);
          transform: translateY(-260px);
}
.card-out__card-slot {
  position: absolute;
  top: 319px;
  right: 119px;
  width: 84px;
  height: 124px;
  overflow: hidden;
}
.card-out__card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84px;
  -webkit-animation: card-out-eject 0.8s ease-out forwards;
          animation: card-out-eject 0.8s ease-out forwards;
}
.card-out__card-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.card-out__receipt-slot {
  position: absolute;
  top: 380px;
  left: 125px;
  width: 65px;
  height: 124px;
  overflow: hidden;
}
.card-out__receipt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation: card-out-receipt-eject 0.8s ease-out forwards;
          animation: card-out-receipt-eject 0.8s ease-out forwards;
}
.card-out__receipt-img {
  display: block;
  width: 65px;
  height: 124px;
  background: #ffffff;
}
.card-out__click {
  position: absolute;
  top: 319px;
  right: 119px;
  width: 84px;
  height: 124px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.card-out__click--receipt {
  right: auto;
  left: 125px;
  top: 380px;
  width: 65px;
}
.card-out__ripple-card.ripple {
  position: absolute;
  left: auto;
  top: 300px;
  right: 61px;
  width: 200px;
  height: 200px;
}
.card-out__ripple-receipt.ripple {
  position: absolute;
  top: 380px;
  left: 67px;
  width: 180px;
  height: 180px;
}

.screen.is-entering .card-out__click {
  pointer-events: none;
  cursor: default;
}
.screen.is-entering .card-out__ripple-card,
.screen.is-entering .card-out__ripple-receipt {
  display: none;
}
.screen.is-entering .is-emphasis {
  -webkit-animation: none;
          animation: none;
}

.complete {
  position: absolute;
  inset: 0;
}
.complete::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.complete__frame {
  position: absolute;
  inset: 0;
  width: 92%;
  left: 4%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-transform: translateY(-260px);
          transform: translateY(-260px);
}
.complete__button {
  position: absolute;
  top: 430px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 528px;
  height: 139px;
  border: 8px solid #323335;
  border-radius: 70px;
  background: #ffffff;
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.complete__button::before {
  content: "";
  width: 48px;
  height: 50px;
  background: url("/-/media/aeoncard/service/cashing/oversea/demo/images/icon_reset.svg") no-repeat center center/contain;
}
.complete__button:hover {
  opacity: 0.85;
}

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

html,
body {
  margin: 0;
  height: 100%;
  font-family: sans-serif;
  overflow: hidden;
}

p {
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
}

.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
}

.stage {
  position: relative;
  width: 800px;
  height: 1000px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #edf9dc;
  z-index: 1;
}

.screens {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.screen {
  position: absolute;
  inset: 0;
  opacity: 1;
}
.screen[hidden] {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.hdg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #011b37;
  color: #ffffff;
  padding: 10px 30px;
  z-index: 2;
}
.hdg > h1 {
  margin: 0;
  font-size: 16.5px;
  font-weight: bold;
}

.step-nav {
  position: absolute;
  width: 100%;
  height: 61px;
  background: #c2c2c2;
  top: 65px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px;
  gap: 50px;
  list-style: none;
  opacity: 1;
  z-index: 2;
}
.step-nav__label {
  font-size: 26px;
  font-weight: bold;
  color: #011b37;
}
.step-nav[hidden] {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.step-nav__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  position: relative;
}
.step-nav__track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.step-nav__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ececed;
  z-index: 1;
}
.step-nav__dot--active {
  background: #011b37;
  border: 2px solid #ffffff;
}

.control {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 100;
}
.control__back, .control__reset {
  height: 45px;
  cursor: pointer;
}
.control__back > img, .control__reset > img {
  width: auto;
  height: 100%;
}
.control__back:disabled, .control__reset:disabled {
  opacity: 0.4;
  cursor: default;
}

[data-typewriter] {
  visibility: hidden;
}

.js-ready [data-typewriter] {
  visibility: visible;
}

.text-box {
  position: absolute;
  width: 100%;
  height: 198px;
  bottom: 0;
  left: 0;
  padding: 18px;
  background-color: #464d56;
  z-index: 2;
}
.text-box__inner {
  width: 100%;
  height: 100%;
  padding: 18px 16px;
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #2c3035;
  border-radius: 25px;
}
.text-box__inner > p {
  font-size: 23px;
  font-weight: 700;
}
.text-box__inner .text--small {
  font-size: 17px;
  display: block;
}

.modal {
  display: none;
  position: absolute;
  inset: 0;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__content {
  position: relative;
}

.ripple {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ripple__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  border: 4px solid rgb(70, 151, 55);
  background: -webkit-radial-gradient(circle, rgba(70, 151, 55, 0.15) 0%, rgba(70, 151, 55, 0) 70%);
  background: radial-gradient(circle, rgba(70, 151, 55, 0.15) 0%, rgba(70, 151, 55, 0) 70%);
  -webkit-animation: ripple-expand 2.4s ease-out infinite;
          animation: ripple-expand 2.4s ease-out infinite;
  opacity: 0;
}
.ripple__ring:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ripple__ring:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes ripple-expand {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple-expand {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
.screen.is-animating .ripple {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.screen.has-modal .ripple {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.is-emphasis {
  -webkit-animation: shadow-fade 2.4s ease-in-out infinite;
          animation: shadow-fade 2.4s ease-in-out infinite;
}

@-webkit-keyframes shadow-fade {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 214, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 214, 41, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 30px 8px rgba(255, 214, 41, 0.6);
            box-shadow: 0 0 30px 8px rgba(255, 214, 41, 0.6);
  }
}

@keyframes shadow-fade {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 214, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 214, 41, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 30px 8px rgba(255, 214, 41, 0.6);
            box-shadow: 0 0 30px 8px rgba(255, 214, 41, 0.6);
  }
}
.screen.is-animating .is-emphasis {
  -webkit-animation: none;
          animation: none;
}

.a-mt10 {
  margin-top: 10px;
}

.a-fc-red {
  color: #b92224;
}