#explain .btn-play, #gift > *, .giftLink::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

html, body, #main {
  min-width: 360px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a66eb4), color-stop(30%, #b26a66), to(#450905));
  background: -webkit-linear-gradient(#a66eb4 0, #b26a66 30%, #450905 100%);
  background: -o-linear-gradient(#a66eb4 0, #b26a66 30%, #450905 100%);
  background: linear-gradient(#a66eb4 0, #b26a66 30%, #450905 100%);
  color: #461f1e;
}

#header {
  -webkit-transition: all 0.8s ease-out 0.3s !important;
  -o-transition: all 0.8s ease-out 0.3s !important;
  transition: all 0.8s ease-out 0.3s !important;
}

#header::after {
  background: #630897;
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
}

#header .social-links .line-link {
  background-image: url(../../../_img/icon_line.png);
  background-size: 100% 200%;
}

#footer::after {
  background: #b35331;
}

.bg-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-image: url(../_img/bg%EF%B9%96v1026.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  /* img{
        width: 100%;
        display: block;
        object-fit: cover;
        position: relative;
    } */
}

@media (max-width: 1000px) {
  .bg-area {
    width: 192vw;
  }
}

.no-listyStyle {
  margin: 0;
  padding: 0;
}

.no-listyStyle li {
  list-style: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.row.right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.section {
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  position: relative;
}

.w100 {
  width: 100%;
}

.fw-b {
  font-weight: bold !important;
}

.t-c {
  text-align: center !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-a {
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.btn {
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

select {
  /* Reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 9em;
  height: 2.1em;
  padding: 0 1.9em 0 0.4em;
  color: #461f1e;
  font-weight: bold;
  font-size: 0.55em;
  -webkit-box-shadow: inset -1px -2px 0 2px rgba(255, 154, 92, 0.3);
  box-shadow: inset -1px -2px 0 2px rgba(255, 154, 92, 0.3);
  cursor: pointer;
  border: 3px solid #461f1e;
  border-radius: 0.2em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7em;
  /* Remove focus outline */
  /* Remove IE arrow */
}

select option {
  color: inherit;
  font-weight: bold;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  select {
    width: 9.1em;
    border: 2px solid #461f1e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*==============*/
/* PAGE CONTENT */
#article {
  width: 100%;
  max-width: 865px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  #article {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#main-banner {
  width: 100%;
  position: relative;
  padding: 2.5em 15px 1em 15px;
}

#main-banner h1 {
  width: 100%;
  margin: auto;
}

.content-area {
  width: 100%;
  max-width: 865px;
  border: 5px solid #461f1e;
  border-radius: 0.7em;
  background-color: #e5a363;
  padding: 0.49em;
  margin-bottom: 0.5em;
  position: relative;
}

.content-area.has-border::after {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 5px solid #461f1e;
  border-radius: 0.5em;
  background-color: #fce3b3;
  padding: 0.2em;
}

@media (max-width: 768px) {
  .content-area {
    border: 3px solid #461f1e;
  }
}

section p, section ul {
  font-size: .5em;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 1em;
  margin-bottom: 0.5em;
  margin-top: 0;
}

@media (max-width: 768px) {
  section p, section ul {
    font-size: 0.55em;
  }
}

#explain > div {
  position: absolute;
}

#explain .explain-img {
  position: relative;
  z-index: 1;
}

#explain .dec {
  position: absolute;
  z-index: 2;
}

#explain .step-1 {
  width: 31.2%;
  top: -0.3em;
  left: 0.65em;
}

#explain .coffee {
  width: 23%;
  top: -1em;
  left: 50%;
}

#explain .cart {
  width: 44%;
  bottom: -0.2em;
  left: -0.2em;
}

#explain .btn-play {
  width: 52%;
  height: auto;
  padding-bottom: 16%;
  display: block;
  -webkit-animation: gifPlay 1.2s infinite step-end;
  animation: gifPlay 1.2s infinite step-end;
  right: 1em;
  top: 0.9em;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#explain .btn-play:hover {
  -webkit-animation: none;
  animation: none;
  background-image: url(../_img/btn-play_02.png);
  -webkit-filter: drop-shadow(0 0 0.2em #fff) brightness(1.1);
  filter: drop-shadow(0 0 0.2em #fff) brightness(1.1);
}

#main-content {
  margin-top: 1.3em;
}

.list-winners {
  background-repeat: repeat;
  border: 5px solid #461f1e;
  border-radius: 0.45em;
  padding: 1em 0.2em 0.2em 0.2em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}

.list-winners h2 {
  width: 120%;
  left: -10%;
  top: -1.9em;
  position: absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .list-winners {
    border: 3px solid #461f1e;
  }
  .list-winners h2 {
    width: 100%;
    left: 0;
  }
}

.list-name {
  margin-top: 0.3em;
  position: relative;
  z-index: 1;
}

.list-name .box {
  width: 100%;
  padding: 0.3em 0 0.5em 0.3em;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.list-name ul {
  width: 100% !important;
  position: relative;
  z-index: 2;
}

.list-name ul li {
  width: 48.5%;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  border: 3px solid #461f1e;
  border-radius: 99em;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .list-name ul li {
    border: 2px solid #461f1e;
  }
}

.mobile .list-name ul {
  max-height: 350px;
  overflow: scroll;
}

.list-name .scroll-wrapper {
  width: 100% !important;
  max-width: none !important;
  max-height: 450px;
  height: auto;
}

@media (max-width: 600px) {
  .list-name .scroll-wrapper {
    max-height: 350px;
  }
}

.list-name .scroll-wrapper ul {
  width: 100% !important;
}

.list-name .scrollbar-inner {
  padding-right: 1.1em;
}

.list-name .scrollbar-inner .scroll-element {
  width: 0.3em;
  right: 0;
  height: calc(100% - 6px);
}

.list-name .scrollbar-inner .scroll-element:hover .scroll-bar {
  background-color: #f37d0a;
}

.list-name .scrollbar-inner .scroll-element_outer {
  border-radius: 0;
}

.list-name .scrollbar-inner .scroll-element_track {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
  opacity: 1;
}

.list-name .scrollbar-inner .scroll-bar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff8a18;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}

#list-money {
  background-image: url(../_img/bg01.jpg);
  border-color: #ffc770;
}

#list-money select {
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -webkit-gradient(linear, right top, left top, color-stop(1.7em, #ffb137), color-stop(1.7em, #ffefd1));
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -webkit-linear-gradient(right, #ffb137 1.7em, #ffefd1 1.7em);
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -o-linear-gradient(right, #ffb137 1.7em, #ffefd1 1.7em);
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, linear-gradient(to left, #ffb137 1.7em, #ffefd1 1.7em);
}

#list-money select option {
  background-color: #ffefd1;
}

#list-money .list-name ul li {
  -webkit-box-shadow: inset 0 1px 0 2px #ffbb5c, inset 0 -2px 0 2px #ffbb5c, 0 2px 0 2px #f29641;
  box-shadow: inset 0 1px 0 2px #ffbb5c, inset 0 -2px 0 2px #ffbb5c, 0 2px 0 2px #f29641;
}

@media (max-width: 768px) {
  #list-money .list-name ul li {
    -webkit-box-shadow: inset 0 1px 0 1px #ffbb5c, inset 0 -1px 0 1px #ffbb5c, 0 1px 0 1px #f29641;
    box-shadow: inset 0 1px 0 1px #ffbb5c, inset 0 -1px 0 1px #ffbb5c, 0 1px 0 1px #f29641;
  }
}

.stroke {
  color: #fff;
  text-shadow: -3px -3px 0 #461f1e, -3px -2px 0 #461f1e, -3px -1px 0 #461f1e, -3px 0px 0 #461f1e, -3px 1px 0 #461f1e, -3px 2px 0 #461f1e, -3px 3px 0 #461f1e, -2px -3px 0 #461f1e, -2px -2px 0 #461f1e, -2px -1px 0 #461f1e, -2px 0px 0 #461f1e, -2px 1px 0 #461f1e, -2px 2px 0 #461f1e, -2px 3px 0 #461f1e, -1px -3px 0 #461f1e, -1px -2px 0 #461f1e, -1px -1px 0 #461f1e, -1px 0px 0 #461f1e, -1px 1px 0 #461f1e, -1px 2px 0 #461f1e, -1px 3px 0 #461f1e, 0px -3px 0 #461f1e, 0px -2px 0 #461f1e, 0px -1px 0 #461f1e, 0px 0px 0 #461f1e, 0px 1px 0 #461f1e, 0px 2px 0 #461f1e, 0px 3px 0 #461f1e, 1px -3px 0 #461f1e, 1px -2px 0 #461f1e, 1px -1px 0 #461f1e, 1px 0px 0 #461f1e, 1px 1px 0 #461f1e, 1px 2px 0 #461f1e, 1px 3px 0 #461f1e, 2px -3px 0 #461f1e, 2px -2px 0 #461f1e, 2px -1px 0 #461f1e, 2px 0px 0 #461f1e, 2px 1px 0 #461f1e, 2px 2px 0 #461f1e, 2px 3px 0 #461f1e, 3px -3px 0 #461f1e, 3px -2px 0 #461f1e, 3px -1px 0 #461f1e, 3px 0px 0 #461f1e, 3px 1px 0 #461f1e, 3px 2px 0 #461f1e, 3px 3px 0 #461f1e;
}

@media (max-width: 991px) {
  .stroke {
    text-shadow: -2px -2px 0 #461f1e, -2px -1px 0 #461f1e, -2px 0px 0 #461f1e, -2px 1px 0 #461f1e, -2px 2px 0 #461f1e, -1px -2px 0 #461f1e, -1px -1px 0 #461f1e, -1px 0px 0 #461f1e, -1px 1px 0 #461f1e, -1px 2px 0 #461f1e, 0px -2px 0 #461f1e, 0px -1px 0 #461f1e, 0px 0px 0 #461f1e, 0px 1px 0 #461f1e, 0px 2px 0 #461f1e, 1px -2px 0 #461f1e, 1px -1px 0 #461f1e, 1px 0px 0 #461f1e, 1px 1px 0 #461f1e, 1px 2px 0 #461f1e, 2px -2px 0 #461f1e, 2px -1px 0 #461f1e, 2px 0px 0 #461f1e, 2px 1px 0 #461f1e, 2px 2px 0 #461f1e;
  }
}

#list-phone {
  background-image: url(../_img/bg02.jpg);
  border-color: #ff9590;
  margin-top: 2em;
}

#list-phone select {
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -webkit-gradient(linear, right top, left top, color-stop(1.7em, #fb7380), color-stop(1.7em, #ffcece));
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -webkit-linear-gradient(right, #fb7380 1.7em, #ffcece 1.7em);
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, -o-linear-gradient(right, #fb7380 1.7em, #ffcece 1.7em);
  background: url(../_img/select-arrow.png) no-repeat right 0.4em center/1em, linear-gradient(to left, #fb7380 1.7em, #ffcece 1.7em);
}

#list-phone select option {
  background-color: #ffcece;
}

#list-phone .list-name ul li {
  width: 80%;
  -webkit-box-shadow: inset 0 1px 0 2px #ffcece, inset 0 -2px 0 2px #ffcece, 0 2px 0 2px #ff726d;
  box-shadow: inset 0 1px 0 2px #ffcece, inset 0 -2px 0 2px #ffcece, 0 2px 0 2px #ff726d;
}

@media (max-width: 768px) {
  #list-phone .list-name ul li {
    -webkit-box-shadow: inset 0 1px 0 1px #ffcece, inset 0 -1px 0 1px #ffcece, 0 1px 0 1px #ff726d;
    box-shadow: inset 0 1px 0 1px #ffcece, inset 0 -1px 0 1px #ffcece, 0 1px 0 1px #ff726d;
  }
}

#list-phone .list-name p {
  text-align: center;
  font-size: 0.5em;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #list-phone .list-name p {
    font-size: 0.6em;
  }
}

#gift {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}

#gift > * {
  position: relative;
}

#gift .bowTie {
  width: 80%;
  padding-bottom: 17%;
  background-image: url(../_img/box-bowTie.png);
  bottom: -0.2em;
  z-index: 1;
}

#gift .giftCover {
  width: 100%;
  min-height: 1.1em;
  background-color: #ffcf67;
  border: 5px solid #461f1e;
  -webkit-box-shadow: inset 0 -4px 0px 1px #ffa10d;
  box-shadow: inset 0 -4px 0px 1px #ffa10d;
  border-radius: 10px;
  padding: 5px 5px 8px 5px;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gift .giftCover p {
  font-size: 0.45em;
  margin: 0;
}

@media (max-width: 768px) {
  #gift .giftCover {
    border: 3px solid #461f1e;
    border-radius: 5px;
  }
  #gift .giftCover p {
    font-size: 0.5em;
  }
}

@media (max-width: 420px) {
  #gift .giftCover {
    border-width: 2px;
  }
}

#gift .giftBox {
  width: 88%;
  background-image: url(../_img/box.png);
  padding-top: 12%;
  padding-bottom: 12%;
  top: -0.4em;
}

#gift .giftBox .imgBox {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.giftLink {
  display: inline-block;
  color: #FFEB3B;
  position: relative;
}

.giftLink::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../_img/dec-hand.png);
  width: 3em;
  height: 2.5em;
  bottom: -190%;
  right: -40%;
  z-index: 2;
  -webkit-animation: aniHand 1.2s infinite step-end;
  animation: aniHand 1.2s infinite step-end;
}

@-webkit-keyframes aniHand {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(-4px);
    transform: translateX(-5px) translateY(-4px);
  }
}

@keyframes aniHand {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(-4px);
    transform: translateX(-5px) translateY(-4px);
  }
}

#rules {
  position: relative;
  z-index: 3;
}

#rules h2 {
  width: 55%;
  margin: auto;
}

#rules ul, #rules ol {
  font-size: .45em;
  font-weight: normal;
  text-align: justify;
  padding-left: 2em;
  padding-right: 1em;
  margin: .55em auto;
  line-height: 1.4;
}

#rules ul li, #rules ol li {
  margin-bottom: 0.2em;
}

#rules ul li a, #rules ol li a {
  color: #4638f0;
}

@media (max-width: 1000px) {
  #rules ul, #rules ol {
    font-size: 0.6em;
  }
}

/* ==================== */
/* JS ANIMATION CLASSES */
.fade-scale {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.7s ease-out;
  transition: opacity 0.8s, -webkit-transform 0.7s ease-out;
  -o-transition: opacity 0.8s, transform 0.7s ease-out;
  transition: opacity 0.8s, transform 0.7s ease-out;
  transition: opacity 0.8s, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.fade-scale.faded {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.fade-down {
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.7s ease-out;
  transition: opacity 1s, -webkit-transform 0.7s ease-out;
  -o-transition: opacity 1s, transform 0.7s ease-out;
  transition: opacity 1s, transform 0.7s ease-out;
  transition: opacity 1s, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.fade-down.faded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.fade-up {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-up.faded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.6s;
  -o-transition: opacity 1.6s;
  transition: opacity 1.6s;
}

.fade-in.faded {
  opacity: 1;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateZ(0) translateX(-100px);
  transform: translateZ(0) translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-left.faded {
  opacity: 1;
  -webkit-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateZ(0) translateX(100px);
  transform: translateZ(0) translateX(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-right.faded {
  opacity: 1;
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
}

.d2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.d3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.d4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.d5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.d6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@-webkit-keyframes gifPlay {
  0% {
    background-image: url(../_img/btn-play_01.png);
  }
  50% {
    background-image: url(../_img/btn-play_02.png);
  }
  100% {
    background-image: url(../_img/btn-play_01.png);
  }
}
@keyframes gifPlay {
  0% {
    background-image: url(../_img/btn-play_01.png);
  }
  50% {
    background-image: url(../_img/btn-play_02.png);
  }
  100% {
    background-image: url(../_img/btn-play_01.png);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
