@charset "UTF-8";
html, body {
  overflow-x: hidden !important;
  width: 100vw !important;
}

*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  color: #aaa;
  background-color: #003D30;
  text-align: center;
  overflow-x: hidden;
  font-family: monospace;
}

#title {
  position: relative;
  margin: 70px auto 50px;
  font-size: 60px;
  font-family: "Press Start 2P", cursive;
}

.wrapper {
  position: relative;
  display: inline-block;
  margin: 35px auto;
}

.header-wrap {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 25px;
  font-family: "Press Start 2P", cursive;
  transform: perspective(200px) rotateX(10deg);
  letter-spacing: 0.1em;
  user-select: none;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #004d40, 0 2px 0 #00483B, 0 3px 0 #004639, 0 4px 0 #004336, 0 5px 0 #004134, 0 6px 0 #003F32, 0 7px 0 #003D30, 0 8px 0 #003A2D, 0 9px 0 #00382B, 0 10px 0 #003528, 0 11px 0 #003225, 0 12px 0 #002F22, 0 13px 0 #002B1E, 0 14px 0 #00281C, 0 15px 0 #001F13, 0 22px 30px rgba(0, 0, 0, 0.9), 0 22px 30px rgba(0, 0, 0, 0.9), 0 22px 15px rgba(0, 0, 0, 0.9), 0 11px 15px rgba(0, 0, 0, 0.9), 0 15px 20px rgba(0, 0, 0, 0.9), 0 15px 11px rgba(0, 0, 0, 0.9), 0 16px 11px rgba(0, 0, 0, 0.9);
  transition: text-shadow 0.3s ease 0.3s, transform 0.3s ease 0.3s, letter-spacing 0.3s ease 0.3s;
}
.header-wrap:hover {
  transition: text-shadow 0.33s ease, transform 0.3s ease, letter-spacing 0.3s ease;
  text-shadow: 0 0 0 #004134, 0 1px 0 #00483B, 0 2px 0 #003528, 0 3px 3px rgba(0, 0, 0, 0.9);
  transform: translate(0px, 15px) perspective(200px) rotateX(10deg);
  letter-spacing: 0.125em;
}

.retro-btn {
  text-transform: uppercase;
  background: 0 0;
}
.retro-btn.lg .btn {
  width: 294px;
  height: 54px;
  font-size: 17px;
  line-height: 50px;
}
.retro-btn.lg .btn .btn-inner .content-wrapper .btn-content .btn-content-inner:before {
  padding-top: 0;
  letter-spacing: 0.15em;
}
.retro-btn.sm .btn {
  width: 165px;
  height: 37px;
  font-size: 10.5px;
  line-height: 32.5px;
}
.retro-btn.sm .btn .btn-inner .content-wrapper .btn-content .btn-content-inner:before {
  padding-top: 0;
}
.retro-btn.primary .btn .btn-inner .content-wrapper:before {
  background-color: #051D41;
}
.retro-btn.primary .btn .btn-inner .content-wrapper .btn-content {
  background-color: #0d47a1;
}
.retro-btn.secondary .btn .btn-inner .content-wrapper:before {
  background-color: #263238;
}
.retro-btn.secondary .btn .btn-inner .content-wrapper .btn-content {
  background-color: #37474F;
}
.retro-btn.danger .btn .btn-inner .content-wrapper:before {
  background-color: #590000;
}
.retro-btn.danger .btn .btn-inner .content-wrapper .btn-content {
  background-color: #CC0000;
}
.retro-btn.warning .btn .btn-inner .content-wrapper:before {
  background-color: #6A3800;
}
.retro-btn.warning .btn .btn-inner .content-wrapper .btn-content {
  background-color: #FF8800;
}
.retro-btn.success .btn .btn-inner .content-wrapper:before {
  background-color: #00481F;
}
.retro-btn.success .btn .btn-inner .content-wrapper .btn-content {
  background-color: #009A3E;
}
.retro-btn.info .btn .btn-inner .content-wrapper:before {
  background-color: #164E62;
}
.retro-btn.info .btn .btn-inner .content-wrapper .btn-content {
  background-color: #33b5e5;
}
.retro-btn .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  text-rendering: auto;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  width: 240px;
  height: 46px;
  font-size: 12px;
  line-height: 24px;
  background-color: transparent;
  text-decoration-color: initial;
  border-color: initial;
  -webkit-tap-highlight-color: transparent;
}
.retro-btn .btn, .retro-btn .btn:focus {
  outline-color: 0;
  outline-style: none;
  outline-width: 0;
}
.retro-btn .btn:hover .btn-content-inner:before {
  background-color: rgba(13, 13, 13, 0.1);
}
.retro-btn .btn:before {
  content: " ";
  background-color: rgba(13, 13, 13, 0.3);
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  bottom: -1px;
  left: 1px;
  position: absolute;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: background 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: background 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out, background 0.12s ease-out;
  transition: transform 0.12s ease-out, background 0.12s ease-out, -webkit-transform 0.12s ease-out;
}
.retro-btn .btn.btn-left:before {
  -webkit-transform: skewY(1deg) translate3d(0, -0.5px, 0);
  transform: skewY(1deg) translate3d(0, -0.5px, 0);
}
.retro-btn .btn.btn-left .btn-content {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
}
.retro-btn .btn.btn-right:before {
  -webkit-transform: skewY(-1deg) translate3d(0, -0.5px, 0);
  transform: skewY(-1deg) translate3d(0, -0.5px, 0);
}
.retro-btn .btn.btn-right .btn-content {
  -webkit-transform: skewY(1deg);
  transform: skewY(1deg);
}
.retro-btn .btn.btn-center:before {
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}
.retro-btn .btn.btn-center .btn-content {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
.retro-btn .btn.btn-active .btn-inner .content-wrapper .btn-content {
  -webkit-transition: background 0.12s ease-out, color 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: background 0.12s ease-out, color 0.12s ease-out, -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out, background 0.12s ease-out, color 0.12s ease-out;
  transition: transform 0.12s ease-out, background 0.12s ease-out, color 0.12s ease-out, -webkit-transform 0.12s ease-out;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
.retro-btn .btn.btn-active .btn-inner .content-wrapper .btn-content .btn-content-inner {
  opacity: 0.1;
}
.retro-btn .btn.btn-active:before {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.retro-btn .btn .btn-inner {
  display: block;
  height: 100%;
}
.retro-btn .btn .btn-inner .content-wrapper {
  position: relative;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: calc(100% - 3px);
  margin-top: -3px;
}
.retro-btn .btn .btn-inner .content-wrapper:after, .retro-btn .btn .btn-inner .content-wrapper:before, .retro-btn .btn .btn-inner .content-wrapper .btn-content:after, .retro-btn .btn .btn-inner .content-wrapper .btn-content:before, .retro-btn .btn .btn-inner .content-wrapper .btn-content .btn-content-inner:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.retro-btn .btn .btn-inner .content-wrapper:before {
  background-image: initial;
  background-color: #004d40;
  content: " ";
  border-radius: 3px;
  top: auto;
  bottom: -3px;
  z-index: 1;
  -webkit-transition: background 0.185s ease-out, -webkit-transform 0.185s ease-out;
  transition: background 0.185s ease-out, -webkit-transform 0.185s ease-out;
  transition: transform 0.185s ease-out, background 0.185s ease-out;
  transition: transform 0.185s ease-out, background 0.185s ease-out, -webkit-transform 0.185s ease-out;
}
.retro-btn .btn .btn-inner .content-wrapper:after {
  background-color: rgba(13, 13, 13, 0.15);
  content: " ";
  border-radius: 3px;
  z-index: 3;
  width: 0;
  top: 2px;
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content {
  background-image: initial;
  background-color: #26a69a;
  color: #ebf1f8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  text-indent: 0;
  z-index: 3;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: border 0.185s ease-out, background 0.185s ease-out, color 0.185s ease-out, -webkit-transform 0.185s ease-out;
  transition: border 0.185s ease-out, background 0.185s ease-out, color 0.185s ease-out, -webkit-transform 0.185s ease-out;
  transition: border 0.185s ease-out, transform 0.185s ease-out, background 0.185s ease-out, color 0.185s ease-out;
  transition: border 0.185s ease-out, transform 0.185s ease-out, background 0.185s ease-out, color 0.185s ease-out, -webkit-transform 0.185s ease-out;
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content:before, .retro-btn .btn .btn-inner .content-wrapper .btn-content:after {
  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;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.1125s ease-out 0.05s, -webkit-transform 0.185s ease-out 0.05s;
  transition: opacity 0.1125s ease-out 0.05s, -webkit-transform 0.185s ease-out 0.05s;
  transition: transform 0.185s ease-out 0.05s, opacity 0.1125s ease-out 0.05s;
  transition: transform 0.185s ease-out 0.05s, opacity 0.1125s ease-out 0.05s, -webkit-transform 0.185s ease-out 0.05s;
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content:before {
  content: " ";
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content:after {
  content: " ";
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content .btn-content-inner {
  display: block;
  -webkit-transition: opacity 75ms ease-out 0.1125s;
  transition: opacity 75ms ease-out 0.1125s;
}
.retro-btn .btn .btn-inner .content-wrapper .btn-content .btn-content-inner:before {
  content: attr(label);
  padding-top: 9.5px;
  font-size: 0.8em;
  font-family: "Press Start 2P", cursive;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s ease-out, background-color 0.1125s ease-in;
  transition: opacity 0.3s ease-out, background-color 0.1125s ease-in;
  opacity: 1;
  z-index: -1;
}

.loader-button {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  outline: none;
  border: none;
  background: #1d9650;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  font-family: "Press Start 2P", cursive;
  transform: perspective(400px) rotateX(6deg);
  line-height: 4;
  padding: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  transition: color 0.1s ease-in 0.1s, transform 0.185s ease-in, box-shadow 0.15s ease-in;
}
.loader-button.btn-active {
  color: #148544;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.loader-button.btn-active .content {
  transform: translateY(-3px);
}
.loader-button.state-loading .content {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.loader-button[disabled], .loader-button[disabled].state-loading {
  cursor: default;
}
.loader-button.state-success .content:before, .loader-button.state-error .content:after {
  opacity: 1;
}
.loader-button .content {
  position: relative;
  display: block;
  z-index: 10;
  padding: 0 60px;
  background: #1d9650;
  transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  border-radius: 4px;
}
.loader-button .content:before, .loader-button .content:after {
  position: absolute;
  right: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.loader-button .content:before {
  content: "✔";
  font-size: 25.5px;
  top: -22.9px;
  right: 30px;
  transform: perspective(400px) rotateX(39deg);
}
.loader-button .content:after {
  content: "✖";
  font-size: 25.5px;
  top: -22.9px;
  right: 30px;
  transform: perspective(400px) rotateX(39deg);
}
.loader-button .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B562B;
  border-radius: 4px;
}
.loader-button .progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(0.25turn, #07351B, #062C16);
  border-radius: 4px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.emojis {
  width: 90%;
  position: relative;
  font-size: 25px;
  margin: 0px;
}

.emojisleg {
  width: 90%;
  position: relative;
  margin: 70px auto 45px;
  font-size: 25px;
  border: 1px;
  font-family: monospace;
}

.faq {
  width: 90%;
  position: relative;
  margin: 70px auto 20px;
  font-size: 20px;
  border: 1px;
  text-align: left;
}

a:link {
  color: green;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: red;
}

.frame {
  width: 95%;
  background-color: #ddc;
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  padding: 8vmin;
  position: relative;
  text-align: center;
}
.frame:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.frame:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}

.bgg {
  background-image: url("https://emojier.art/45-degree-fabric-dark.png");
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
}

.price-tag {
  position: relative;
  top: -30px;
  right: -55%;
  z-index: 100;
  display: inline-flex;
  transform: rotate(90deg);
  flex-direction: column;
  height: 35px;
  margin-left: 17.5px;
  padding: 0 5px 0 10px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-color: #ff6347;
  line-height: 1;
  justify-content: center;
}
.price-tag::before, .price-tag::after {
  position: absolute;
  content: "";
}
.price-tag::before {
  left: -12.5px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  border-radius: 0 0 0 4px;
  background-color: #ff6347;
}
.price-tag::after {
  z-index: 1;
  top: 50%;
  left: -17.5px;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) translateX(17.5px);
  border-radius: 3px;
  background-color: #fff;
}
.price-tag__main {
  font-size: 1.15em;
  font-weight: bold;
}
.price-tag__main ~ * {
  opacity: 0.85;
}
.price-tag span {
  position: relative;
  z-index: 1;
}
.price-tag--two-lines {
  margin-left: 35px;
  height: 70px;
}
.price-tag--two-lines::before {
  left: -25px;
  width: 50px;
  height: 50px;
}
.price-tag--two-lines::after {
  transform: translate(-50%, -50%) translateX(17.5px) scale(2);
}
.price-tag--one-line {
  flex-direction: row;
  align-items: center;
}
.price-tag--one-line span:not(:first-child)::before {
  content: ", ";
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.a1 {
  display: flex;
  text-align: center;
  justify-content: center;
}

.a2 {
  background-color: #808080;
  font-size: 10px;
  border-radius: 0px 6px 6px 0px;
  margin: 10.8px 0px 0px -1px;
  text-align: center;
  justify-content: center;
  color: white;
  letter-spacing: 1px;
  padding: 2px 2px 0px 2px;
  height: 20.5px;
  transform: skew(170deg);
}

i {
  font-size: 20px;
  color: #6495ED;
  text-align: center;
  justify-content: center;
  padding: 12px 0px 0px 0px;
}

.cent {
  margin: auto;
  width: fit-content;
  border: 10px white;
  padding: 10px;
  text-align: left;
}

.plaq {
  position: relative;
  bottom: -30px;
  z-index: 100;
  display: inline-flex;
}

#shuffle > div {
  float: left;
}