/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/glob-import-loader/index.js!./src/styles/theme.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.animate-sparkle::before, input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before,
.wp-element-button::before {
  transition: all 0.2s;
  content: "";
  font-size: 2em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
}
.animate-sparkle:hover::before, input[type=button]:hover::before,
input[type=reset]:hover::before,
input[type=submit]:hover::before,
.wp-element-button:hover::before {
  visibility: visible;
  animation: sparkle 2s linear infinite;
}
.animate-sparkle:active::before, input[type=button]:active::before,
input[type=reset]:active::before,
input[type=submit]:active::before,
.wp-element-button:active::before {
  transition: all 0.05s;
  animation: none;
}

@keyframes sparkle {
  0% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(0);
  }
  10% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(1);
  }
  15% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(0);
  }
  20% {
    content: "✦";
    transform: translate(-30%, 55%) scale(0);
  }
  30% {
    content: "✦";
    transform: translate(-30%, 55%) scale(1);
  }
  35% {
    content: "✦";
    transform: translate(-30%, 55%) scale(0);
  }
  40% {
    content: "✶";
    transform: translate(-52%, -60%) scale(0);
  }
  50% {
    content: "✶";
    transform: translate(-52%, -60%) scale(1);
  }
  55% {
    content: "✶";
    transform: translate(-52%, -60%) scale(0);
  }
  60% {
    content: "✦";
    transform: translate(20%, 60%) scale(0);
  }
  70% {
    content: "✦";
    transform: translate(20%, 60%) scale(1);
  }
  75% {
    content: "✦";
    transform: translate(20%, 60%) scale(0);
  }
  80% {
    content: "★";
    transform: translate(10%, -55%) scale(0);
  }
  90% {
    content: "★";
    transform: translate(10%, -55%) scale(1);
  }
  95% {
    content: "★";
    transform: translate(10%, -55%) scale(0);
  }
  100% {
    content: "";
    transform: translate(0, 0) scale(0);
  }
}
button {
  align-items: center;
  border-radius: var(--wp--custom--sizes--radius-small);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--default);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  gap: 0.25em;
  letter-spacing: 0.005em;
  opacity: 1;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  transition: all 0.2s;
}
button:hover, button:focus {
  text-decoration: none;
}
button:active {
  opacity: 0.8;
  text-decoration: none;
  transform: scale(0.95);
  transition: all 0.05s;
}
button:active svg {
  transition: all 0.05s;
}
button svg {
  fill: currentcolor;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.2s;
}
button {
  background-color: var(--background-color, var(--wp--preset--color--primary));
  border: 2px solid transparent;
  color: var(--text-color, var(--wp--preset--color--foreground));
}

input[type=button],
input[type=reset],
input[type=submit],
.wp-element-button {
  align-items: center;
  border-radius: var(--wp--custom--sizes--radius-small);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--default);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  gap: 0.25em;
  letter-spacing: 0.005em;
  opacity: 1;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  transition: all 0.2s;
}
input[type=button]:hover, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  text-decoration: none;
}
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.wp-element-button:active {
  opacity: 0.8;
  text-decoration: none;
  transform: scale(0.95);
  transition: all 0.05s;
}
input[type=button]:active svg,
input[type=reset]:active svg,
input[type=submit]:active svg,
.wp-element-button:active svg {
  transition: all 0.05s;
}
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg,
.wp-element-button svg {
  fill: currentcolor;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.2s;
}
input[type=button],
input[type=reset],
input[type=submit],
.wp-element-button {
  background-color: var(--background-color, var(--wp--preset--color--primary));
  border: 2px solid transparent;
  color: var(--text-color, var(--wp--preset--color--foreground));
}

input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  display: block;
  width: 100%;
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--foreground);
  border: none;
  border-radius: var(--wp--custom--sizes--radius-small);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--50);
}
input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--wp--preset--color--muted);
}
input::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--wp--preset--color--muted);
}

select {
  border: none;
}

textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0;
}

:root {
  --global--admin-bar--height: var(--wp-admin--admin-bar--height, 0);
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  --wp--preset--spacing--default: var(--wp--custom--sizes--gutter);
}

.has-global-padding.has-global-padding :where(.has-global-padding) {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  min-height: 100vh;
  width: 100%;
}
body.admin-bar .wp-site-blocks {
  min-height: calc(100vh - var(--global--admin-bar--height));
}
.wp-site-blocks > * {
  margin-top: 0;
  min-width: 0;
}
.wp-site-blocks > main {
  flex-grow: 1;
  position: relative;
}

.has-eyetracker {
  position: relative;
}
.has-eyetracker .eyeball {
  aspect-ratio: 1;
  position: absolute;
}
.has-eyetracker .pupil {
  aspect-ratio: 1;
  background: var(--wp--custom--colors--grey-4);
  left: 35%;
  position: absolute;
  top: 35%;
  transition: transform 0.2s;
  width: 30%;
}

.game-card {
  height: 100%;
  background-color: var(--wp--preset--color--background);
  overflow: clip;
  border-top-left-radius: var(--wp--custom--sizes--radius-large);
  border-top-right-radius: var(--wp--custom--sizes--radius-large);
}
.game-card > :last-child {
  margin-top: auto;
}

.menu-toggle {
  font-size: 1rem;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background-color: transparent;
  transition: transform 0.2s;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle:focus {
  border-color: transparent;
  transform: scale(1.05);
}
.menu-toggle__icon {
  top: 50%;
  margin-top: -0.0625em;
}
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: var(--wp--preset--color--foreground);
  transition: 0.2s;
  transform: none;
}
.menu-toggle__icon::before, .menu-toggle__icon::after {
  content: "";
}
.menu-toggle__icon::before {
  top: -0.625em;
}
.menu-toggle__icon::after {
  top: 0.625em;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon {
  transform: rotate(-45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon::before {
  transform: translateY(0.625em) rotate(90deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon::after {
  transform: translateY(-0.625em) rotate(90deg);
}
.storefronts__title {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 var(--wp--preset--spacing--50);
  text-transform: uppercase;
}
.storefronts__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--50);
  list-style: none;
  margin: 0;
  padding: 0;
}
.storefronts__item {
  margin: 0;
}
.storefronts__link {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--sizes--radius-small);
  color: var(--wp--preset--color--foreground);
  display: flex;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.storefronts__link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 3rem;
  height: 3rem;
}
.storefronts__link span {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
.storefronts__section:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--50);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--wp--preset--color--background);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
@include layout.alignments;

// RECOMMENDED STYLE
.alignleft {
	float: left;
	margin-right: theme.get-var("sizes", "gutter");
	margin-bottom: theme.get-var("sizes", "gutter");
}

// RECOMMENDED STYLE
.alignright {
	float: right;
	margin-left: theme.get-var("sizes", "gutter");
	margin-bottom: theme.get-var("sizes", "gutter");
}

// RECOMMENDED STYLE
.aligncenter {
	clear: both;
	@include layout.center-block;
	margin-bottom: theme.get-var("sizes", "gutter");
}
*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery-caption {
  margin-bottom: 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.float-behind,
.float-above {
  position: relative;
  pointer-events: none;
}
.float-behind.is-position-sticky,
.float-above.is-position-sticky {
  position: sticky;
  top: 40vh;
}
.float-behind img,
.float-above img {
  height: auto !important;
}
.float-behind ~ *,
.float-above ~ * {
  clear: both;
}

.float-behind {
  z-index: 1 !important;
}
.float-behind ~ * {
  position: relative;
  z-index: 2;
}

.float-above {
  z-index: 2 !important;
}

.wp-smiley {
  float: none;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.has-display-font-family .word {
  white-space: nowrap;
}
.has-display-font-family .letter {
  display: inline-block;
  animation: bob 1s ease-in-out infinite alternate;
  animation-delay: calc(-0.4s * var(--i));
}
@media (prefers-reduced-motion: reduce) {
  .has-display-font-family .letter {
    animation: none;
  }
}

@keyframes bob {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.15em);
  }
}
.animate-floating, .animate-img-floating img {
  animation: floating 2s ease-in-out alternate infinite;
}

@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
.animate-jello, .animate-img-jello img {
  cursor: grabbing;
}
.animate-jello:hover, .animate-img-jello img:hover {
  animation: 0.5s ease-in-out 0s 1 alternate none running jello;
}

@keyframes jello {
  25% {
    transform: scale(0.95, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.animate-jog, .animate-img-jog img {
  transition: all 0.2s;
  transform-origin: center bottom;
}
.animate-jog:hover, .animate-img-jog img:hover {
  animation: jog 1s ease-in-out infinite;
}
.animate-jog:active, .animate-img-jog img:active {
  animation: none;
  transition: all 0.05s;
  transform: scale(1.1, 0.95);
}

@keyframes jog {
  0% {
    transform: rotate(0deg) scale(0.95, 1) translateX(0);
  }
  25% {
    transform: rotate(5deg) scale(1.1, 0.9) translateX(2%);
  }
  50% {
    transform: rotate(0deg) scale(0.95, 1) translateX(0);
  }
  75% {
    transform: rotate(-5deg) scale(1.1, 0.9) translateX(-2%);
  }
  100% {
    transform: rotate(0deg) scale(0.95, 1) translateX(0);
  }
}
.animate-slobber, .animate-img-slobber img {
  cursor: grab;
  transition: all 0.2s;
}
.animate-slobber:hover, .animate-img-slobber img:hover {
  transition: none;
  animation: 0.5s ease-in-out 0s infinite alternate none running slobber;
}
@media (prefers-reduced-motion: reduce) {
  .animate-slobber:hover, .animate-img-slobber img:hover {
    animation: none;
  }
}

@keyframes slobber {
  25% {
    transform: scale(0.95, 1.1) rotate(5deg);
  }
  50% {
    transform: scale(1.1, 0.9) rotate(0deg);
  }
  75% {
    transform: scale(0.95, 1.05) rotate(-5deg);
  }
}

/*# sourceMappingURL=theme.css.map*/