@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn {
  position: relative;
  cursor: pointer;
  box-shadow: 0;
  width: 250px;
  height: 57px;
  padding: 0;
  border: 0;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: transparent;
  border-radius: 56px;
  box-shadow: 0 76px 21.6px 0 rgba(255, 0, 4, 0), 0 48.8px 19.2px 0 rgba(255, 0, 43, 0.01), 0 27.2px 16.8px 0 rgba(255, 0, 4, 0.05), 0 12px 12px 0 rgba(255, 0, 47, 0.09), 0 3.2px 6.4px 0 rgba(255, 0, 4, 0.1), 0 1.6px 3.2px 0 rgba(0, 0, 0, 0.15);
}
.btn:active {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
@media (hover: hover) {
  .btn:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }
}

.btn-login {
  width: 271px;
  height: 56px;
  background-image: url(../images/btn-login.png);
  box-shadow: 0 71.749px 20.392px 0 rgba(60, 89, 153, 0), 0 46.07px 18.126px 0 rgba(60, 89, 153, 0.01), 0 25.678px 15.86px 0 rgba(60, 89, 153, 0.05), 0 11.329px 11.329px 0 rgba(60, 89, 153, 0.09), 0 3.021px 6.042px 0 rgba(60, 89, 153, 0.1), 0 1.51px 3.021px 0 rgba(0, 0, 0, 0.15);
}

.btn-submit {
  width: 150px;
  height: 57px;
  background-image: url(../images/btn-submit.png);
}

.btn-next {
  width: 152px;
  height: 57px;
  background-image: url(../images/btn-next.png);
}

.btn-again {
  width: 193px;
  height: 57px;
  background-image: url(../images/btn-again.png);
}

.btn-share_facebook {
  width: 305px;
  height: 77px;
  background-image: url(../images/btn-share_facebook.png);
}

.btn-share {
  width: 170px;
  height: 57px;
  background-image: url(../images/btn-share.png);
  box-shadow: 0 71.749px 20.392px 0 rgba(60, 89, 153, 0), 0 46.07px 18.126px 0 rgba(60, 89, 153, 0.01), 0 25.678px 15.86px 0 rgba(60, 89, 153, 0.05), 0 11.329px 11.329px 0 rgba(60, 89, 153, 0.09), 0 3.021px 6.042px 0 rgba(60, 89, 153, 0.1), 0 1.51px 3.021px 0 rgba(0, 0, 0, 0.15);
}

.btn-go {
  width: 191px;
  height: 57px;
  background-image: url(../images/btn-go.png);
}

.btn-ok {
  width: 150px;
  height: 57px;
  background-image: url(../images/btn-ok.png);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.radio-item {
  position: relative;
}
.radio-item + .radio-item {
  margin-left: 24px;
}
.radio-item input[type="radio"] {
  display: none;
}
.radio-item label {
  padding: 0 0 0 39px;
  font-size: 14px;
  line-height: 33px;
  font-weight: 500;
  color: #000;
  display: block;
}
.radio-item label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  background-image: url(../images/checkbox.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.radio-item label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  background-image: url(../images/checkbox-check.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  display: none;
}
.radio-item input:checked + label:after {
  display: block;
}
.radio-item input + label {
  transition: .7s ease;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0 2em 0 1em;
  font-weight: 700;
  line-height: 45px;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  background: #fff url(../images/select-arrow.png) right 0.75rem center/13px 11px no-repeat;
  border: 2px solid #aed466;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 130px;
}

.form {
  color: #000;
}
.form .form-control {
  padding: 0 1em;
  line-height: 33px;
  height: 33px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #D5D5D5;
}
.form .form-control.error {
  border-color: #ff5c6c;
}
.form textarea.form-control {
  padding: 0 12px;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: 2px solid #aed466;
  border-radius: 10px;
}
.form .input-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .input-item + .input-item {
  margin-top: 20px;
}
.form .input-item__header {
  width: calc(100% - 307px);
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  padding-right: 20px;
}
.form .input-item__content {
  width: 307px;
}
.form .action {
  text-align: center;
  padding: 0;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.form .interested .input-item__header {
  width: calc(100% - 146px);
}
.form .interested .input-item__content {
  width: 146px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html {
  min-width: 100%;
}

body {
  font: 1em/1.6 "Inter", Arial, 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif, 'Microsoft YaHei';
  background-color: #B9232F;
  color: #000;
  -webkit-text-size-adjust: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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

a {
  outline: none;
  behavior: expression(this.onFocus=this.blur());
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

:focus {
  outline: none;
}

a:focus,
a:active,
a:hover {
  outline: 0;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
}

textarea,
select,
input[type="text"],
input[type='number'],
input[type="button"],
input[type="search"],
input[type="submit"],
button,
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type='number']:focus,
input[type="button"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
button:focus,
input[type="radio"]:focus {
  outline: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  margin: 0 auto;
  width: 1300px;
  padding: 0;
  position: relative;
}

iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
}

.sound {
  position: absolute;
  top: 30px;
  right: 90px;
  z-index: 2;
  width: 40px;
  height: 41px;
  border-radius: 50%;
  display: block;
  background-size: contain;
  background-image: url(../images/icon-sound.png);
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25) inset;
  filter: drop-shadow(0 1px 0 rgba(218, 61, 61, 0.5));
}
.sound:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../images/icon-sound_off.png);
  opacity: 0;
}
.sound.off {
  background-image: none;
}
.sound.off:before {
  opacity: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.is_loaded #jpreOverlay {
  display: none;
}

#body #jpreOverlay {
  display: none;
}

#jpreOverlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#jpreSlide {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: Georgia;
  width: 100%;
  margin: auto;
}

#jpreLoader {
  width: 100%;
  height: 2px;
}

#jpreBar {
  background-size: 30px 30px;
  background-color: #c00017;
  opacity: .8;
}

#jprePercentage {
  color: black;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  color: #c00017;
  opacity: .8;
}

.loading-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -82px;
  width: 164px;
  height: 38px;
}

.text-block {
  display: inline-block;
}

.site-content {
  position: relative;
  width: 100%;
  z-index: 0;
}

.site-footer {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  background-color: #B9232F;
  padding: 10px 0;
  height: 40px;
}
.site-footer .container {
  padding: 0 20px;
}

.experience-text {
  position: absolute;
  top: 0;
  right: 56px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #e94100;
  z-index: 2;
  display: none;
  font-family: 'Noto Sans TC', Arial, 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif, 'Microsoft YaHei';
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0;
}
.site-header .container {
  max-width: initial !important;
  width: 1300px;
}
.site-header.sticky {
  background-color: rgba(0, 0, 0, 0.7);
  height: 160px;
}
.site-header .page-slogan {
  position: absolute;
  top: 16px;
  left: 300px;
  width: 305px;
  z-index: 2;
  pointer-events: none;
}

.logo {
  position: absolute;
  top: 28px;
  left: 90px;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo.png);
  width: 168px;
  height: 44px;
}

.site-menu {
  position: absolute;
  top: 32px;
  right: 166px;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
}
.main-menu li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-menu li + li {
  margin-left: 24px;
}
.main-menu a {
  position: relative;
  color: #fff;
  border: 1px solid #44B46B;
  background: linear-gradient(180deg, #399e5b 0%, #258c48 100%);
  box-shadow: 0 9.375px 18.75px 0 rgba(0, 0, 0, 0.14);
  border-radius: 35px;
  display: block;
}
.main-menu a span {
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  padding: 10px 20px;
  display: block;
  position: relative;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.main-menu a:active {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
@media (hover: hover) {
  .main-menu a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}

.kv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: 0;
  background-size: auto 760px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/kv-bg.jpg);
  min-height: 760px;
}
.kv .animated {
  opacity: 1;
}
.kv img {
  -moz-transition: ease 1s;
  -o-transition: ease 1s;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  display: block;
}
.kv-main {
  width: 1280px;
  height: 760px;
  margin: 0 auto;
  position: relative;
}
.kv-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.kv-layer img {
  width: 100%;
}
.kv-image {
  opacity: 0;
}
.kv-image.animated {
  opacity: 1;
}
.kv-slogan {
  opacity: 0;
  z-index: 2;
}
.kv-slogan img {
  animation: kvLight 2s infinite alternate;
  -webkit-animation: kvLight 2s infinite alternate;
  position: relative;
}
.kv-slogan.animated {
  opacity: 1;
}
.kv-bus {
  opacity: 0;
}
.kv-bus img {
  animation-name: floating;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.36, 0.45, 0.65, 0.55);
  position: relative;
  animation-delay: 2s;
}
.kv-bus.animated {
  opacity: 1;
}
.kv-btn {
  position: absolute;
  top: 632px;
  left: calc(50% - 220px / 2);
  display: block;
  opacity: 0;
  width: 220px;
  z-index: 3;
}
.kv-btn.animated {
  opacity: 1;
}
.kv-btn:active {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
@media (hover: hover) {
  .kv-btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}

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

.sprite {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
}

@keyframes sprite {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 100%;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.36, 0.45, 0.65, 0.55);
}

@keyframes floating {
  from {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 3px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(10%, -50%, 0);
  }
  33% {
    transform: translate3d(0, -35%, 0);
  }
  66% {
    transform: translate3d(5%, -15%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes kvLight {
  from, to {
    opacity: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
  }
}
@-webkit-keyframes kvLight {
  from, to {
    opacity: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
  }
}
.game {
  position: relative;
  min-height: 760px;
  background-size: auto 760px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/game-bg.jpg);
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}
.game-main {
  position: relative;
  height: 367px;
  margin: 0 auto;
}
.game-main .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.game-main .layer.bus {
  transition: opacity 0.3s ease;
}
.game-main .layer.bus.drag-over {
  opacity: 0.8;
}
.game-panel {
  position: absolute;
  top: 100px;
  right: 90px;
  width: 172px;
  height: 80px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(3, 17, 27, 0.15);
  text-transform: capitalize;
}
.game-panel .block {
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/game-panel.png);
  padding-top: 16px;
}
.game-panel .top-text {
  font-size: 13px;
  line-height: 15px;
}
.game-panel .main-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}
.game-panel .point {
  position: absolute;
  top: calc(100% + 30px);
  left: calc(50% - 76px / 2);
  padding: 8px 24px;
  border-radius: 100px;
  border: 3px solid #FFF;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  width: 76px;
  height: 45px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.game-panel .point.animate {
  opacity: 1;
  transform: translateY(0);
}
.game-panel .point--add {
  background: rgba(234, 47, 50, 0.9);
}
.game-panel .point--lose {
  background: rgba(15, 66, 33, 0.9);
}
.game-bottom {
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/grid-bg.png);
  overflow: hidden;
  padding: 40px 0;
  border-radius: 40px 40px 0 0;
  min-height: 393px;
}
.game-bottom .container {
  max-width: 960px;
  padding: 0;
}
.game .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}
.game .list .item {
  width: 150px;
  margin: 6px;
  cursor: move;
  transition: opacity 0.3s ease, transform 0.2s ease;
  user-select: none;
}
.game .list .item.dragging {
  opacity: 0.5;
  transform: scale(0.95);
}
.game .list .item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.contact {
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: 0;
  background-size: auto 760px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/kv-bg.jpg);
  min-height: 760px;
}
.contact .container {
  padding-top: 126px;
}
.contact .top-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 32px;
}
.contact .form {
  max-width: 644px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  padding: 48px 56px;
}
.contact .inner {
  margin: 0 auto;
}

.leaderboard {
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: 0;
  background-size: auto 760px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/kv-bg.jpg);
  min-height: 760px;
}
.leaderboard .container {
  padding-top: 95px;
}
.leaderboard .title {
  margin-bottom: 12px;
}
.leaderboard .title img {
  height: 48px;
  display: block;
  margin: 0 auto;
}
.leaderboard .box {
  max-width: 644px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  padding: 32px 56px;
}
.leaderboard .inner {
  margin: 0 auto;
}
.leaderboard .action {
  text-align: center;
  padding: 0;
  padding-top: 24px;
}
.leaderboard .action .btn {
  margin: 0 auto;
}
.leaderboard .rank-table {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #4F080D;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.leaderboard .rank-table .hd {
  background-color: #B9232F;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 8px;
}
.leaderboard .rank-table .hd:first-child {
  border-radius: 16px 0 0 0;
}
.leaderboard .rank-table .hd:last-child {
  border-radius: 0 16px 0 0;
}
.leaderboard .rank-table .hd + .hd {
  border-left: 1px solid #fff;
}
.leaderboard .rank-table tr:nth-child(2) td, .leaderboard .rank-table tr:nth-child(3) td, .leaderboard .rank-table tr:nth-child(4) td {
  background-color: #EFAFB4;
}
.leaderboard .rank-table tr:last-child td {
  border-bottom: 0;
}
.leaderboard .rank-table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.leaderboard .rank-table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.leaderboard .rank-table td {
  padding: 8px;
  background-color: #FFF6F7;
  border: 1px solid #FFCDCD;
}
.leaderboard .rank-table td:first-child {
  border-left: 0;
}
.leaderboard .rank-table td:last-child {
  border-right: 0;
}

.modal-open {
  overflow: hidden;
  height: 100vh !important;
  min-height: inherit !important;
}
.modal-open iframe {
  height: 100vh !important;
  min-height: inherit !important;
}
.modal-open #container {
  height: 100vh !important;
  min-height: inherit !important;
}
.modal-open .modal {
  height: 100vh;
}

.modal {
  overflow: auto;
  font-family: "Inter", Arial, 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif, 'Microsoft YaHei';
}
.modal-dialog {
  width: 600px;
  max-width: 100%;
}
.modal-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  background-image: url(../images/popup-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 24px;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #fff;
  padding: 60px 40px;
}
.modal-close {
  width: 48px;
  height: 48px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  background-size: contain;
  background-image: url(../images/modal-close.png);
  font-size: 0;
  z-index: 1;
}
.modal-close:active {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
@media (hover: hover) {
  .modal-close:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}
.modal-header {
  padding: 0;
}
.modal-body {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.modal p {
  margin-bottom: 0;
}
.modal .action {
  text-align: center;
  padding: 0;
  padding-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.modal .action .btn {
  margin: 0 auto;
}
.modal .title {
  color: #399E5B;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 48px */
  margin-bottom: 12px;
}
.modal .title img {
  height: 36px;
  display: block;
  margin: 0 auto;
}
.modal .highlight {
  color: #E44645;
}

.popup-login .modal-dialog {
  margin-top: 250px;
}
.popup-login .modal-content {
  min-height: 260px;
  background-image: url(../images/popup-md-bg.png);
  background-position: center center;
}

.popup-how .modal-dialog {
  margin-top: 110px;
}
.popup-how .modal-content {
  min-height: 580px;
}
.popup-how ol {
  list-style-type: upper-alpha;
  margin-left: 1.25em;
}
.popup-how ol li + li {
  margin-top: 8px;
}

.popup-terms .modal-dialog {
  margin-top: 110px;
}
.popup-terms p {
  margin: 0;
}
.popup-terms ol {
  list-style-type: upper-alpha;
  margin-left: 1.25em;
}
.popup-terms ol > li + li {
  margin-top: 1em;
}
.popup-terms .list {
  list-style-type: disc;
  padding-left: 15px;
}

.popup-start .modal-dialog {
  margin-top: 110px;
}
.popup-start .title {
  margin-bottom: 20px;
}
.popup-start p {
  margin: 0;
}
.popup-start p + ol {
  margin-top: 20px;
}
.popup-start ol {
  list-style-type: upper-alpha;
  margin-left: 1.25em;
}
.popup-start ol li + li {
  margin-top: 8px;
}
.popup-start .action {
  padding-top: 20px;
}

.popup-result .modal-dialog {
  width: 600px;
  margin-top: 173px;
}
.popup-result .modal-content {
  min-height: 453px;
  background-image: url(../images/popup-result-bg.png);
  color: #fff;
  text-align: center;
}
.popup-result .title {
  margin-bottom: 12px;
}
.popup-result .top-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #FF6666;
  margin-bottom: 16px;
}
.popup-result .point {
  font-size: 80px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 24px;
}
.popup-result .block {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 24px;
  font-size: 18px;
  line-height: 48px;
}
.popup-result .text-lg {
  font-size: 32px;
  color: #FF444A;
  font-weight: 700;
  padding: 0 8px;
}
.popup-result .action .btn {
  margin: 0 8px;
}

.popup-complete .modal-dialog {
  margin-top: 250px;
}
.popup-complete .modal-content {
  min-height: 260px;
  background-image: url(../images/popup-md-bg.png);
  background-position: center center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
