@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
.bg-pink {
  background: #fee9f4;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: black;
  font-size: 12px; }
  .bg-pink:before {
    opacity: 0.7;
    content: "";
    background: #074bae;
    position: absolute;
    right: -10px;
    top: -20px;
    height: 190%;
    width: 80px;
    transform: rotate(20deg); }
  .bg-pink:after {
    opacity: 0.7;
    content: "";
    background: #915aba;
    position: absolute;
    right: -5px;
    top: -5%;
    height: 180%;
    width: 40px;
    transform: rotate(45deg); }

.bg-purple {
  background: #f3edf8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: black;
  font-size: 12px; }
  .bg-purple:before {
    opacity: 0.7;
    content: "";
    background: #f52193;
    position: absolute;
    right: -10px;
    top: -20px;
    height: 190%;
    width: 80px;
    transform: rotate(20deg); }
  .bg-purple:after {
    opacity: 0.7;
    content: "";
    background: #074bae;
    position: absolute;
    right: -5px;
    top: -5%;
    height: 180%;
    width: 80px;
    transform: rotate(45deg); }

.bg-blue {
  background: #aecefc;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: black;
  font-size: 12px; }
  .bg-blue:after {
    opacity: 0.7;
    content: "";
    background: #915aba;
    position: absolute;
    right: -25px;
    top: -5%;
    height: 180%;
    width: 60px;
    transform: rotate(45deg); }

.bg-white {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: black;
  font-size: 16px; }
  @media only screen and (min-width: 1024px) {
    .bg-white {
      background: linear-gradient(45deg, white 70vw, #f5219394 70vw); } }
  .bg-white:before {
    opacity: 0.7;
    content: "";
    background: #915aba;
    position: absolute;
    right: -10px;
    top: -20px;
    height: 190%;
    width: 80px;
    transform: rotate(20deg); }
  .bg-white:after {
    opacity: 0.7;
    content: "";
    background: #074bae;
    position: absolute;
    right: -5px;
    top: -5%;
    height: 210%;
    width: 80px;
    transform: rotate(55deg); }

.text-pink-main {
  color: #f52193; }

.text-purple-main {
  color: #915aba; }

.text-blue-main {
  color: #074bae; }

.bg-colorful {
  background: linear-gradient(#f52193 33%, #915aba 66%, #074bae 100%); }

.button-bg-gradient1 {
  background: #6383ef;
  background: -webkit-linear-gradient(to right, #c187c3, #6383ef);
  background: linear-gradient(to right, #c187c3, #6383ef); }

.button-bg-gradient2 {
  background: #d4d04f;
  background: -webkit-linear-gradient(to right, #84bfab, #d4d04f);
  background: linear-gradient(to right, #84bfab, #d4d04f); }

.button-bg-gradient3 {
  background: #8584bf;
  background: -webkit-linear-gradient(to right, #ea61c0, #6f67de);
  background: linear-gradient(to right, #ea61c0, #6f67de); }

.bg-colorful-full {
  background: linear-gradient(#f3e3ffb0 0%, #dfb8fcb8 30%, #fab6dbb8 60%, #b5cff5ab 100%); }

.bg-light-purple {
  background: linear-gradient(45deg, #dfb8fca1, #fab6dba1); }
  .bg-light-purple--full {
    background: linear-gradient(45deg, #dfb8fc, #fab6db); }

.bg-light-pink {
  background: linear-gradient(45deg, #fab6dba1, #b5cff5a1); }
  .bg-light-pink--full {
    background: linear-gradient(45deg, #fab6db, #b5cff5); }

.bg-light-blue {
  background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1); }
  .bg-light-blue--full {
    background: linear-gradient(45deg, #b5cff5, #dfb8fc); }

.bg-cutout-bottom {
  z-index: -3; }
  .bg-cutout-bottom:after {
    content: "";
    background: white;
    position: absolute;
    height: 110%;
    width: 110%;
    transform: rotate(-2deg);
    bottom: -90%;
    left: -5%;
    z-index: 1;
    opacity: 1; }
  .bg-cutout-bottom:before {
    content: "";
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: blur(3px); }

.bg-cutout-top {
  z-index: -3; }
  .bg-cutout-top:after {
    content: "";
    background: white;
    position: absolute;
    height: 110%;
    width: 110%;
    transform: rotate(-2deg);
    top: -90%;
    left: -5%;
    z-index: 1;
    opacity: 1; }
  .bg-cutout-top:before {
    content: "";
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: blur(3px); }

.column-x {
  flex: 1; }
  @media only screen and (min-width: 1024px) {
    .column-x {
      flex: 1;
      max-width: 33%; } }
  .column-x .column-x-img-wrap {
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .column-x .column-x-img-wrap img {
      transition: all ease .3s; }
    .column-x .column-x-img-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all ease .3s; }
    .column-x .column-x-img-wrap:nth-child(1n):after, .column-x .column-x-img-wrap.apply1:after {
      background: linear-gradient(45deg, #dfb8fca1, #fab6dba1); }
    .column-x .column-x-img-wrap:nth-child(2n):after, .column-x .column-x-img-wrap.apply2:after {
      background: linear-gradient(45deg, #fab6dba1, #b5cff5a1); }
    .column-x .column-x-img-wrap:nth-child(3n):after, .column-x .column-x-img-wrap.apply3:after {
      background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1); }
    .column-x .column-x-img-wrap:hover:after {
      opacity: .5; }
    .column-x .column-x-img-wrap:hover:nth-child(1n) img {
      transform: scale(1.1) rotate(1deg); }
    .column-x .column-x-img-wrap:hover:nth-child(2n) img {
      transform: scale(1.1) rotate(-1deg); }
    .column-x .column-x-img-wrap:hover:nth-child(3n) img {
      transform: scale(1.1) rotate(2deg); }
    .column-x .column-x-img-wrap:hover:nth-child(4n) img {
      transform: scale(1.1) rotate(-2deg); }

.header {
  left: calc(50% - 88px);
  position: relative;
  transition: all ease .5s; }
  @media only screen and (min-width: 640px) {
    .header.moveLeft {
      left: -4px; } }

.cell-bg {
  text-shadow: #5656567a 0 0 20px;
  color: #49414c; }
  .cell-bg:nth-child(1n) {
    background: linear-gradient(45deg, #d79deaa1, #e5cff54d); }
  .cell-bg:nth-child(2n) {
    background: linear-gradient(45deg, #fab6dba1, #b5cff5a1); }
  .cell-bg:nth-child(3n) {
    background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1); }

.game-bg--1 {
  background: linear-gradient(45deg, #d79deaa1, #e5cff54d); }

.game-bg--2 {
  background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1); }

.game-bg--3 {
  background: linear-gradient(45deg, #fab6dba1, #b5cff5a1); }

.colorful-nth-backgrounds:nth-child(1n), .colorful-nth-backgrounds.one {
  background: linear-gradient(45deg, #d79deaa1, #e5cff54d); }

.colorful-nth-backgrounds:nth-child(2n), .colorful-nth-backgrounds.two {
  background: linear-gradient(45deg, #fab6dba1, #b5cff5a1); }

.colorful-nth-backgrounds:nth-child(3n), .colorful-nth-backgrounds.three {
  background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1); }

.colorful-nth-backgrounds.one {
  background: linear-gradient(45deg, #d79deaa1, #e5cff54d) !important; }

.colorful-nth-backgrounds.two {
  background: linear-gradient(45deg, #fab6dba1, #b5cff5a1) !important; }

.colorful-nth-backgrounds.three {
  background: linear-gradient(45deg, #b5cff5a1, #dfb8fca1) !important; }

.colorful-nth-backgrounds-full:nth-child(1n), .colorful-nth-backgrounds-full.one {
  background: linear-gradient(45deg, #d79dea, #e5cff5); }

.colorful-nth-backgrounds-full:nth-child(2n), .colorful-nth-backgrounds-full.two {
  background: linear-gradient(45deg, #fab6db, #b5cff5); }

.colorful-nth-backgrounds-full:nth-child(3n), .colorful-nth-backgrounds-full.three {
  background: linear-gradient(45deg, #b5cff5, #dfb8fc); }

.colorful-nth-backgrounds-full.one {
  background: linear-gradient(45deg, #d79dea, #e5cff5) !important; }

.colorful-nth-backgrounds-full.two {
  background: linear-gradient(45deg, #fab6db, #b5cff5) !important; }

.colorful-nth-backgrounds-full.three {
  background: linear-gradient(45deg, #b5cff5, #dfb8fc) !important; }

.colorful-nth-backgrounds-full.postit {
  position: relative;
  overflow: hidden; }
  .colorful-nth-backgrounds-full.postit:after {
    content: "";
    position: absolute;
    bottom: -19px;
    right: -30px;
    z-index: 10;
    transform: rotate(0);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ffffff63;
    width: 0;
    height: 0;
    margin: 0 0 15px 0; }

.colorful-nth-backgrounds-full.tilt {
  transition: transform ease .3s; }
  .colorful-nth-backgrounds-full.tilt:nth-child(1n) {
    background: linear-gradient(45deg, #ffe0f4 -20%, #feffca 100%);
    transform: rotate(1deg); }
  .colorful-nth-backgrounds-full.tilt:nth-child(2n) {
    background: linear-gradient(45deg, #e6e0ff -20%, #feffca 100%);
    transform: rotate(-1.5deg); }
  .colorful-nth-backgrounds-full.tilt:nth-child(3n) {
    background: linear-gradient(45deg, #e0e8ff -20%, #feffca 100%);
    transform: rotate(2deg); }
  .colorful-nth-backgrounds-full.tilt:nth-child(4n) {
    background: linear-gradient(45deg, #e6e0ff -20%, #feffca 100%);
    transform: rotate(-1deg); }
  .colorful-nth-backgrounds-full.tilt:nth-child(5n) {
    background: linear-gradient(45deg, #e7c4fde8 -20%, #feffca 100%);
    transform: rotate(-2deg); }
  .colorful-nth-backgrounds-full.tilt:nth-child(6n) {
    transform: rotate(-1.5deg); }
  @media only screen and (min-width: 640px) {
    .colorful-nth-backgrounds-full.tilt:hover {
      transform: rotate(0) scale(1.15);
      z-index: 10; } }

.colorful-nth-backgrounds-full.tilt-default {
  transition: transform ease .3s; }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(1n) {
    transform: rotate(1deg); }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(2n) {
    transform: rotate(-1.5deg); }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(3n) {
    transform: rotate(2deg); }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(4n) {
    transform: rotate(-1deg); }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(5n) {
    transform: rotate(-2deg); }
  .colorful-nth-backgrounds-full.tilt-default:nth-child(6n) {
    transform: rotate(-1.5deg); }

.ellipsis-3-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.stella-text {
  background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone; }
  .stella-text.deg92 {
    background: -webkit-linear-gradient(92deg, #0b4bae, #f72a9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 1000px) {
    .stella-text:not(.force) {
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      background: unset;
      font-weight: bold; }
      .stella-text:not(.force):nth-of-type(1n) {
        color: #cc0b77; }
      .stella-text:not(.force):nth-of-type(2n) {
        color: #4657af; } }

.header-wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .header-wrap {
      padding-left: 6.5rem !important;
      padding-right: 6.5rem !important; } }
  @media only screen and (min-width: 1024px) {
    .header-wrap {
      padding-left: 8.5rem !important;
      padding-right: 8.5rem !important; } }

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1); }

.popup {
  width: 90%;
  height: 80%; }
  @media only screen and (min-width: 640px) {
    .popup {
      width: 60%;
      height: 40%; } }
  .popup.research {
    width: 90%;
    height: 80%;
    overflow-y: scroll; }
    @media only screen and (min-width: 640px) {
      .popup.research {
        width: 70%;
        height: 80%;
        overflow-y: scroll; } }
    .popup.research:after, .popup.research:before {
      content: unset; }

.pink-gradient-overlay {
  position: relative;
  overflow: hidden;
  transition: all ease .3s; }
  .pink-gradient-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease .3s; }

.-z-10 {
  z-index: -1; }

.research-paper {
  position: relative;
  background: linear-gradient(45deg, #dee8f9, #f3f3f3);
  transition: transform ease .3s; }
  .research-paper:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #d3e3ff, #e0e1e2);
    top: -2px;
    left: -4px;
    width: 100%;
    height: 99%;
    z-index: -1;
    transform: rotate(-1deg);
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.15));
    transition: all ease .3s; }
  .research-paper:after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #d3e4ff, #d2d2d2);
    top: 0;
    left: -2px;
    width: 97%;
    height: 97%;
    z-index: -2;
    transform: rotate(-3deg);
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.15));
    transition: all ease .3s; }
  .research-paper:hover {
    transform: scale(1.1); }
    .research-paper:hover:before, .research-paper:hover:after {
      opacity: 0;
      transform: rotate(0); }

.z-60 {
  z-index: 60; }

.hover\:z-60:hover {
  z-index: 60; }

.pink-img {
  position: relative; }
  .pink-img:after {
    background: linear-gradient(45deg, #dfb8fca1, #fab6dba1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease .3s; }

.hover\:z-50:hover {
  z-index: 50; }

.w140px {
  width: 100%; }
  @media only screen and (min-width: 1283px) {
    .w140px {
      width: 140px; } }

.myth-broken:hover {
  transform: scale(1.1) !important;
  z-index: 50 !important; }

.ten-tips-text-wrapper .ten-tips-text {
  transform: translateX(-20%) translateY(-55%) rotate(-5deg);
  font-size: 1.7rem;
  z-index: 50;
  background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
  opacity: .65;
  transition: all ease .4s; }

.ten-tips-text-wrapper:hover .ten-tips-text {
  opacity: .85;
  transform: scale(1.1) translateX(-30%) translateY(-53%) rotate(-6deg); }

.draw-border {
  box-shadow: inset 0 0 0 1px black;
  color: black;
  transition: color 0.25s 0.08333s;
  position: relative; }
  .draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0; }
  .draw-border::before {
    border-bottom-width: 1px;
    border-left-width: 1px; }
  .draw-border::after {
    border-top-width: 1px;
    border-right-width: 1px; }
  .draw-border .make-blue {
    transition: all ease .3s;
    opacity: .15; }
  .draw-border:hover {
    color: #074bae; }
    .draw-border:hover::before, .draw-border:hover::after {
      border-color: #074bae;
      transition: border-color 0s, width 0.25s, height 0.25s;
      width: 100%;
      height: 100%; }
    .draw-border:hover::before {
      transition-delay: 0s, 0s, 0.25s; }
    .draw-border:hover::after {
      transition-delay: 0s, 0.25s, 0s; }
    .draw-border:hover .make-blue {
      border-color: #074bae;
      opacity: .6; }

.header-bottom-hover {
  position: relative;
  transition: all ease .3s;
  background: -webkit-linear-gradient(70deg, black, black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .header-bottom-hover.stella-style {
    background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .header-bottom-hover:after {
    content: "";
    width: 0%;
    height: 1px;
    background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
    position: absolute;
    left: 0;
    border-radius: 10px;
    transition: width ease calc(.3s);
    bottom: -2px;
    z-index: -10; }
  .header-bottom-hover:hover, .header-bottom-hover.active {
    background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .header-bottom-hover:hover:after, .header-bottom-hover.active:after {
      width: 100%; }
  .header-bottom-hover.thick:after {
    height: 2px; }

.group:hover .group-hover\:translate-x-0 {
  transform: translateX(0) !important; }

.group .pravljica-cover {
  transition: all ease .3s; }

.group:hover .pravljica-cover {
  height: 85% !important; }

.imagemirror {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
  margin-top: -2rem; }

@page {
  margin: 0; }

body {
  margin: 0; }

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always; }

/** Paper sizes **/
body.A3 .sheet {
  width: 297mm;
  height: 419mm; }

body.A3.landscape .sheet {
  width: 420mm;
  height: 296mm; }

body.A4 .sheet {
  width: 210mm;
  height: 297mm; }

body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm; }

body.A5 .sheet {
  width: 148mm;
  height: 209mm; }

body.A5.landscape .sheet {
  width: 210mm;
  height: 147mm; }

/** Padding area **/
.sheet.padding-10mm {
  padding: 10mm; }

.sheet.padding-15mm {
  padding: 15mm; }

.sheet.padding-20mm {
  padding: 20mm; }

.sheet.padding-25mm {
  padding: 25mm; }

/** For screen preview **/
@media screen {
  .sheet {
    background: white;
    box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: 5mm; } }

/** Fix for Chrome issue #273306 **/
@media print {
  body.A3.landscape {
    width: 420mm; }
  body.A3, body.A4.landscape {
    width: 297mm; }
  body.A4, body.A5.landscape {
    width: 210mm; }
  body.A5 {
    width: 148mm; }
  .hidden-in-print {
    display: none !important; } }

@media print {
  @page {
    size: auto !important; } }

@-moz-document url-prefix() {
  /* only for Firefox, page margin - 5mm */
  @page {
    margin: 25mm; } }

@media print {
  header, footer {
    display: none; } }

.stella-line {
  background: linear-gradient(to left, #f52193 8%, #ff81c5 45%, #915aba 71%, #074bae 100%); }

@media (min-width: 1280px) {
  .rounded-xl-33 {
    border-radius: 32% !important; } }

.main-wrap {
  box-shadow: 0 0 5px #00000024;
  opacity: .4;
  outline: 2px solid #00000000; }
  .main-wrap:nth-child(1) {
    transition: transform ease calc(.8s * 1.1); }
  .main-wrap:nth-child(2) {
    transition: transform ease calc(1.2s * 1.1); }
  .main-wrap:nth-child(3) {
    transition: transform ease calc(.9s * 1.1); }
  .main-wrap:nth-child(4) {
    transition: transform ease calc(1s * 1.1); }
  .main-wrap:nth-child(5) {
    transition: transform ease calc(1.3s * 1.1); }
  .main-wrap--hide--left {
    transform: translateX(-60%); }
  .main-wrap--hide--right {
    transform: translateX(60%); }
  .main-wrap--hide--up {
    transform: translateY(-60%); }
  .main-wrap--hide--down {
    transform: translateY(60%); }
  .main-wrap--show {
    transform: translate(0);
    opacity: 1; }
  .main-wrap .main-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all ease calc(.5s * 1.1), filter ease 1s; }
    .main-wrap .main-banner-img:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100vh;
      transition: all ease calc(.3s * 1.1); }
    .main-wrap .main-banner-img.n2:before {
      background: linear-gradient(45deg, #cd8aff70, #fab6dbd9);
      opacity: .95; }
    .main-wrap .main-banner-img.n4:before {
      height: 100vw;
      background: linear-gradient(261deg, #b5c0f5c9, #ff89e6b8);
      opacity: .95; }
    .main-wrap .main-banner-img.n2:before, .main-wrap .main-banner-img.n5:before {
      background: linear-gradient(45deg, #ffa4d5de, #90bdffab);
      opacity: .95; }
    .main-wrap .main-banner-img.n3:before {
      background: linear-gradient(45deg, #b5c0f5c9, #e3abffba);
      opacity: .95; }
    .main-wrap .main-banner-img.n1:before {
      background: linear-gradient(92deg, #b5c0f5db, #e6abffa8);
      opacity: .95; }
    .main-wrap .main-banner-img ~ h1 {
      transform: scale(1);
      transition: transform ease calc(.5s * 1.1);
      position: relative;
      text-shadow: 0 0 5px #000000a8;
      pointer-events: none;
      line-height: initial !important; }
      .main-wrap .main-banner-img ~ h1:after {
        content: "";
        width: 0%;
        height: 3px;
        background: #ffffff;
        position: absolute;
        left: 0;
        box-shadow: 0 0 5px #000000a8;
        border-radius: 10px;
        transition: width ease calc(.2s * 1.1);
        bottom: 5px;
        z-index: -10; }
    .main-wrap .main-banner-img:hover {
      transform: scale(1.05); }
      .main-wrap .main-banner-img:hover ~ h1 {
        transform: scale(1.1); }
        .main-wrap .main-banner-img:hover ~ h1:after {
          width: 100%; }

.game-list-item {
  transition: transform ease .3s, width ease .3s, height ease .3s, padding ease .3s;
  z-index: 5; }
  @media only screen and (min-width: 1024px) {
    .game-list-item {
      transform: scale(1.1); } }
  .game-list-item.diff-1 {
    z-index: 4; }
    @media only screen and (min-width: 1024px) {
      .game-list-item.diff-1 {
        transform: scaleY(0.9); } }
  .game-list-item.diff-2 {
    z-index: 3; }
    @media only screen and (min-width: 1024px) {
      .game-list-item.diff-2 {
        transform: scale(0.8); } }
  .game-list-item.diff-3 {
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      .game-list-item.diff-3 {
        transform: scale(0.75); } }
  .game-list-item.diff-4 {
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      .game-list-item.diff-4 {
        transform: scale(0.7); } }

.card {
  perspective: 650px;
  width: 100%;
  padding-bottom: 56.25%;
  transition: transform ease .3s;
  user-select: none; }
  .card.guessed {
    animation-delay: .7s;
    animation: cardWin 1.2s ease 1;
    cursor: pointer; }
  .card:hover:not(.flipped) {
    cursor: pointer; }
    .card:hover:not(.flipped):nth-child(1) {
      transform: scale(1.05) rotate(2.5deg); }
    .card:hover:not(.flipped):nth-child(2) {
      transform: scale(1.05) rotate(1.5deg); }
    .card:hover:not(.flipped):nth-child(3) {
      transform: scale(1.05) rotate(2.5deg); }
    .card:hover:not(.flipped):nth-child(4) {
      transform: scale(1.05) rotate(0.5deg); }
    .card:hover:not(.flipped):nth-child(5) {
      transform: scale(1.05) rotate(-1.5deg); }
    .card:hover:not(.flipped):nth-child(6) {
      transform: scale(1.05) rotate(-0.5deg); }
    .card:hover:not(.flipped):nth-child(7) {
      transform: scale(1.05) rotate(-0.5deg); }
    .card:hover:not(.flipped):nth-child(8) {
      transform: scale(1.05) rotate(-0.5deg); }
    .card:hover:not(.flipped):nth-child(9) {
      transform: scale(1.05) rotate(1.5deg); }
    .card:hover:not(.flipped):nth-child(10) {
      transform: scale(1.05) rotate(0.5deg); }
    .card:hover:not(.flipped):nth-child(11) {
      transform: scale(1.05) rotate(0.5deg); }
    .card:hover:not(.flipped):nth-child(12) {
      transform: scale(1.05) rotate(2.5deg); }
    .card:hover:not(.flipped):nth-child(13) {
      transform: scale(1.05) rotate(0.5deg); }
    .card:hover:not(.flipped):nth-child(14) {
      transform: scale(1.05) rotate(0.5deg); }
    .card:hover:not(.flipped):nth-child(15) {
      transform: scale(1.05) rotate(2.5deg); }
  .card.flipped .content {
    transform: rotateY(180deg); }
  .card.flipped .memory-label-person-name {
    transition: all ease .3s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px; }
  .card.flipped:hover .memory-label-person-name {
    opacity: .8; }

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d; }

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  text-shadow: 0 0 10px black;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden; }

.front {
  background-color: #b28ccf;
  background: linear-gradient(45deg, #f97ec0, #b28ccf); }

.back {
  background: white;
  transform: rotateY(180deg); }

.zoom-in-out {
  animation: zoom-in-zoom-out .7s ease-out 1; }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2) rotate(3deg); }
  100% {
    transform: scale(1); } }

@keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg); }
  10% {
    opacity: 1; }
  35% {
    transform: translateY(-800%) rotate(270deg); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg); } }

@keyframes cardWin {
  0% {
    transform: scale(1) rotate(0);
    z-index: 50; }
  33% {
    transform: scale(1.2) rotate(2deg);
    z-index: 50; }
  66% {
    transform: scale(1.2) rotate(-3deg);
    z-index: 50; }
  100% {
    transform: scale(1) rotate(0);
    z-index: 50; } }

.you-win-text {
  z-index: 150;
  text-shadow: 0 0 5px black;
  color: white;
  opacity: 0;
  pointer-events: none; }
  .you-win-text.show {
    pointer-events: all;
    opacity: 1;
    animation: 1s youWin 1 ease, 2s zoom-in-zoom-out-no-rotate linear infinite 2s; }
  .you-win-text.show-no-animation {
    pointer-events: all;
    opacity: 1;
    animation: 1s youWin 1 ease; }

.you-win-bg {
  z-index: 140; }

@keyframes youWin {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-2deg);
    font-size: 3rem; }
  33% {
    opacity: 0.25;
    transform: scale(0.8) rotate(-5deg);
    font-size: 3.5rem; }
  66% {
    opacity: 0.5;
    transform: scale(1.1) rotate(1deg);
    font-size: 4rem; }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    font-size: 3rem; } }

@keyframes zoom-in-zoom-out-no-rotate {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.answer {
  transition: transform ease .3s;
  user-select: none; }
  .answer.guessed {
    animation-delay: .7s; }
    .answer.guessed.r-0 {
      animation: answerWin1 1.2s ease 1; }
    .answer.guessed.r-1 {
      animation: answerWin2 1.2s ease 1; }
    .answer.guessed.r-2 {
      animation: answerWin-1 1.2s ease 1; }
    .answer.guessed.r-3 {
      animation: answerWin-2 1.2s ease 1; }

@keyframes answerWin1 {
  0% {
    transform: scale(1.05) rotate(-1deg);
    z-index: 50; }
  50% {
    transform: scale(1.2) rotate(-1deg); }
  100% {
    transform: scale(1) rotate(0);
    z-index: 50; } }

@keyframes answerWin2 {
  0% {
    transform: scale(1.05) rotate(-1deg);
    z-index: 50; }
  50% {
    transform: scale(1.2) rotate(-1deg); }
  100% {
    transform: scale(1) rotate(0);
    z-index: 50; } }

@keyframes answerWin-1 {
  0% {
    transform: scale(1.05) rotate(1deg);
    z-index: 50; }
  50% {
    transform: scale(1.2) rotate(-1deg); }
  100% {
    transform: scale(1) rotate(0);
    z-index: 50; } }

@keyframes answerWin-2 {
  0% {
    transform: scale(1.05) rotate(1deg);
    z-index: 50; }
  50% {
    transform: scale(1.2) rotate(-1deg); }
  100% {
    transform: scale(1) rotate(0);
    z-index: 50; } }

.text-shadow {
  text-shadow: #000 0 0 10px; }

#dice {
  width: 90px;
  height: 90px;
  transform-style: preserve-3d;
  transition: transform 1.5s ease-out; }

.sides {
  transition: background-color ease .3s;
  background-color: #f5faff;
  border: 3px solid black;
  border-radius: 10px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25); }
  .sides.robot {
    background: #f3a7a7; }
  .sides.otherPlayer {
    background: #fff2c1; }

.dot {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
  transform: translate(-50%, -50%); }

.side-1 .dot-1 {
  top: 50%;
  left: 50%; }

.side-2 .dot-1 {
  top: 25%;
  left: 25%; }

.side-2 .dot-2 {
  top: 75%;
  left: 75%; }

.side-3 .dot-1 {
  top: 25%;
  left: 25%; }

.side-3 .dot-2 {
  top: 75%;
  left: 75%; }

.side-3 .dot-3 {
  top: 50%;
  left: 50%; }

.side-4 .dot-1 {
  top: 25%;
  left: 25%; }

.side-4 .dot-2 {
  top: 25%;
  left: 75%; }

.side-4 .dot-3 {
  top: 75%;
  left: 25%; }

.side-4 .dot-4 {
  top: 75%;
  left: 75%; }

.side-5 .dot-1 {
  top: 25%;
  left: 25%; }

.side-5 .dot-2 {
  top: 25%;
  left: 75%; }

.side-5 .dot-3 {
  top: 75%;
  left: 25%; }

.side-5 .dot-4 {
  top: 75%;
  left: 75%; }

.side-5 .dot-5 {
  top: 50%;
  left: 50%; }

.side-6 .dot-1 {
  top: 25%;
  left: 25%; }

.side-6 .dot-2 {
  top: 25%;
  left: 75%; }

.side-6 .dot-3 {
  top: 75%;
  left: 25%; }

.side-6 .dot-4 {
  top: 75%;
  left: 75%; }

.side-6 .dot-5 {
  top: 50%;
  left: 25%; }

.side-6 .dot-6 {
  top: 50%;
  left: 75%; }

#dice .side-1 {
  transform: translateZ(45px); }

#dice .side-2 {
  transform: rotateX(-180deg) translateZ(45px); }

#dice .side-3 {
  transform: rotateY(450deg) translateZ(45px); }

#dice .side-4 {
  transform: rotateY(-450deg) translateZ(45px); }

#dice .side-5 {
  transform: rotateX(810deg) translateZ(45px); }

#dice .side-6 {
  transform: rotateX(-810deg) translateZ(45px); }

#dice[data-side="1"] {
  transform: rotateX(360deg) rotateY(360deg) rotateZ(720deg); }

#dice[data-side="2"] {
  transform: rotateX(720deg) rotateY(540deg) rotateZ(720deg); }

#dice[data-side="3"] {
  transform: rotateX(1080deg) rotateY(630deg) rotateZ(720deg); }

#dice[data-side="4"] {
  transform: rotateX(1440deg) rotateY(450deg) rotateZ(720deg); }

#dice[data-side="5"] {
  transform: rotateX(630deg) rotateY(720deg) rotateZ(720deg); }

#dice[data-side="6"] {
  transform: rotateX(450deg) rotateY(1080deg) rotateZ(720deg); }

#dice[data-side="1"].reRoll {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }

#dice[data-side="2"].reRoll {
  transform: rotateX(360deg) rotateY(180deg) rotateZ(0deg); }

#dice[data-side="3"].reRoll {
  transform: rotateX(720deg) rotateY(270deg) rotateZ(0deg); }

#dice[data-side="4"].reRoll {
  transform: rotateX(1080deg) rotateY(90deg) rotateZ(0deg); }

#dice[data-side="5"].reRoll {
  transform: rotateX(270deg) rotateY(0deg) rotateZ(0deg); }

#dice[data-side="6"].reRoll {
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg); }

#diceResult {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EE4E34;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

#diceResult.hide {
  opacity: 0; }

#diceResult.reveal {
  animation: fadeUp 0.3s forwards; }

@keyframes fadeUp {
  0% {
    opacity: 0;
    bottom: 0; }
  100% {
    opacity: 1;
    bottom: 20px; } }

.snakes-and-ladders-board-width {
  padding: 4px;
  border-radius: 4px;
  background: #0708087d;
  overflow: hidden;
  width: 70vw;
  outline: 6px solid #0000009e; }
  .snakes-and-ladders-board-width .cell {
    height: 7vw;
    font-size: 2vw;
    border: 4px solid #0000002e; }
    .snakes-and-ladders-board-width .cell:nth-child(1n) {
      background: #e2e993;
      color: #bbc18c; }
    .snakes-and-ladders-board-width .cell:nth-child(2n) {
      background: #a1c1eb;
      color: #77a2bb; }
    .snakes-and-ladders-board-width .cell:nth-child(3n) {
      background: #b0efc1;
      color: #84b58c; }
  @media only screen and (min-width: 1024px) {
    .snakes-and-ladders-board-width {
      width: 900px; }
      .snakes-and-ladders-board-width .cell {
        height: 3.8rem;
        width: 100%;
        font-size: unset; } }

.player-icon {
  width: 42px;
  transition: width ease .3s; }
  .player-icon.same-pos {
    width: 34px; }

.pulse-zoom {
  animation: pulseZoom 3s .5s ease infinite; }

@keyframes pulseZoom {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.15); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

body .particle-text {
  position: relative; }
  body .particle-text.confetti > .particle {
    opacity: 0;
    position: absolute;
    animation: confetti .6s ease-in 1; }
    body .particle-text.confetti > .particle.c1:nth-child(1) {
      background-color: rgba(151, 158, 107, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(2) {
      background-color: rgba(61, 53, 118, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(3) {
      background-color: rgba(53, 103, 179, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(4) {
      background-color: rgba(79, 192, 155, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(5) {
      background-color: rgba(72, 64, 155, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(6) {
      background-color: rgba(198, 191, 190, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(7) {
      background-color: rgba(129, 178, 118, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(8) {
      background-color: rgba(149, 121, 185, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(9) {
      background-color: rgba(171, 168, 152, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(10) {
      background-color: rgba(121, 141, 177, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(11) {
      background-color: rgba(68, 196, 73, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(12) {
      background-color: rgba(194, 199, 183, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(13) {
      background-color: rgba(112, 66, 82, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(14) {
      background-color: rgba(98, 89, 93, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(15) {
      background-color: rgba(134, 198, 168, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(16) {
      background-color: rgba(113, 51, 139, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(17) {
      background-color: rgba(188, 156, 148, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(18) {
      background-color: rgba(132, 194, 71, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(19) {
      background-color: rgba(97, 177, 84, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(20) {
      background-color: rgba(53, 189, 93, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(21) {
      background-color: rgba(91, 134, 144, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(22) {
      background-color: rgba(129, 161, 109, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(23) {
      background-color: rgba(138, 64, 189, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(24) {
      background-color: rgba(192, 199, 111, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(25) {
      background-color: rgba(69, 177, 62, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(26) {
      background-color: rgba(188, 117, 100, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(27) {
      background-color: rgba(194, 176, 188, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(28) {
      background-color: rgba(139, 73, 101, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(29) {
      background-color: rgba(71, 111, 56, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(30) {
      background-color: rgba(74, 157, 69, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(31) {
      background-color: rgba(148, 122, 59, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(32) {
      background-color: rgba(161, 62, 129, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(33) {
      background-color: rgba(100, 127, 181, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(34) {
      background-color: rgba(195, 181, 173, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(35) {
      background-color: rgba(120, 95, 84, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(36) {
      background-color: rgba(122, 152, 183, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(37) {
      background-color: rgba(51, 53, 145, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(38) {
      background-color: rgba(83, 134, 143, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(39) {
      background-color: rgba(54, 148, 54, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(40) {
      background-color: rgba(98, 69, 184, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(41) {
      background-color: rgba(177, 168, 108, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(42) {
      background-color: rgba(172, 146, 123, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(43) {
      background-color: rgba(179, 104, 82, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(44) {
      background-color: rgba(110, 54, 179, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(45) {
      background-color: rgba(159, 56, 158, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(46) {
      background-color: rgba(131, 52, 102, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(47) {
      background-color: rgba(54, 116, 112, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(48) {
      background-color: rgba(150, 99, 117, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(49) {
      background-color: rgba(163, 53, 160, 0.7); }
    body .particle-text.confetti > .particle.c1:nth-child(50) {
      background-color: rgba(190, 60, 135, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(1) {
      background-color: rgba(146, 169, 70, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(2) {
      background-color: rgba(170, 64, 105, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(3) {
      background-color: rgba(173, 65, 51, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(4) {
      background-color: rgba(185, 129, 113, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(5) {
      background-color: rgba(194, 171, 96, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(6) {
      background-color: rgba(135, 120, 192, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(7) {
      background-color: rgba(98, 105, 85, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(8) {
      background-color: rgba(109, 107, 86, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(9) {
      background-color: rgba(200, 134, 116, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(10) {
      background-color: rgba(62, 167, 128, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(11) {
      background-color: rgba(55, 130, 79, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(12) {
      background-color: rgba(152, 155, 103, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(13) {
      background-color: rgba(167, 101, 71, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(14) {
      background-color: rgba(170, 146, 129, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(15) {
      background-color: rgba(90, 184, 122, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(16) {
      background-color: rgba(91, 180, 135, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(17) {
      background-color: rgba(72, 175, 174, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(18) {
      background-color: rgba(138, 59, 127, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(19) {
      background-color: rgba(132, 94, 67, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(20) {
      background-color: rgba(100, 76, 119, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(21) {
      background-color: rgba(142, 148, 180, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(22) {
      background-color: rgba(183, 54, 57, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(23) {
      background-color: rgba(80, 122, 93, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(24) {
      background-color: rgba(190, 116, 107, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(25) {
      background-color: rgba(67, 105, 171, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(26) {
      background-color: rgba(131, 130, 122, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(27) {
      background-color: rgba(138, 63, 114, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(28) {
      background-color: rgba(106, 92, 95, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(29) {
      background-color: rgba(66, 168, 127, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(30) {
      background-color: rgba(195, 122, 169, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(31) {
      background-color: rgba(197, 184, 108, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(32) {
      background-color: rgba(177, 114, 70, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(33) {
      background-color: rgba(84, 192, 90, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(34) {
      background-color: rgba(111, 66, 179, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(35) {
      background-color: rgba(70, 117, 175, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(36) {
      background-color: rgba(163, 194, 168, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(37) {
      background-color: rgba(87, 140, 114, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(38) {
      background-color: rgba(176, 95, 127, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(39) {
      background-color: rgba(63, 54, 107, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(40) {
      background-color: rgba(164, 161, 93, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(41) {
      background-color: rgba(92, 89, 194, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(42) {
      background-color: rgba(175, 115, 53, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(43) {
      background-color: rgba(149, 106, 192, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(44) {
      background-color: rgba(128, 73, 85, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(45) {
      background-color: rgba(83, 114, 127, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(46) {
      background-color: rgba(125, 119, 171, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(47) {
      background-color: rgba(105, 158, 111, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(48) {
      background-color: rgba(137, 187, 134, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(49) {
      background-color: rgba(176, 76, 85, 0.7); }
    body .particle-text.confetti > .particle.c2:nth-child(50) {
      background-color: rgba(67, 195, 167, 0.7); }

#flipbook {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 5px 0; }
  #flipbook .page {
    background: linear-gradient(45deg, #fbf6fd, #efeaf3); }
  #flipbook .hard {
    background: linear-gradient(90deg, #96abd4 1%, #9eb7e6 1%, #b5cff5 10%, #dfb8fc 100%) !important; }

.mozgancki {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  height: 50%;
  bottom: 11%; }

.gloss-text {
  background: -webkit-linear-gradient(70deg, #0b4bae, #f72a9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px; }

.paper {
  position: relative;
  width: 840px;
  min-width: 400px;
  height: 800px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 90%; }

.paper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  background: radial-gradient(#d4d4d482 4px, transparent 5px) repeat-y;
  background-size: 55px 60px;
  border-right: 2px solid #efcef4;
  box-sizing: border-box; }

.paper-content {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 60px;
  background: linear-gradient(transparent, transparent 29px, #d4d4d4 29px);
  background-size: 30px 30px;
  font-family: 'Handlee', cursive; }
  .paper-content textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 23px;
    box-sizing: border-box;
    font-weight: normal;
    z-index: 1; }
  .paper-content input {
    outline: none !important;
    border: none !important; }

body.A4 {
  background: #adadad; }

* {
  font-family: 'Oswald', sans-serif; }

::-moz-selection {
  /* Code for Firefox */
  color: inherit;
  background: #fab6dba1; }

::selection {
  color: inherit;
  background: #fab6dba1; }
