/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Burger Menu Mixin
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "National Condensed";
  src: local("national-2"), url("../../fonts/national-2-condensed-web-bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-extrabold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "National";
  src: local("national-2"), url("../../fonts/national-2-web-light.woff2") format("woff2");
  font-weight: 300;
}
/* ==========================================================================
   Typography
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
input,
select,
textarea {
  color: #11263D;
  font-size: 100%;
}

body {
  font-size: 16px;
  font-family: "National", sans-serif;
  line-height: 1.5;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "National", sans-serif;
  font-weight: 700;
  margin: 1em 0 0.5em 0;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0.25em;
}

h1 {
  color: #C4D28B;
  font-size: 4.5rem;
  font-family: "National", sans-serif;
  line-height: 1;
}
@media (width <= 90em) {
  h1 {
    font-size: 3.625rem;
  }
}
@media (width <= 48em) {
  h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 3.25rem;
  font-family: "National", sans-serif;
  line-height: 1;
}
@media (width <= 90em) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}
@media (width <= 48em) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-family: "National", sans-serif;
  font-size: 1.875rem;
  text-transform: none;
}
@media (width <= 46.25em) {
  h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h4,
.h4 {
  font-family: "National", sans-serif;
  font-size: 1.5rem;
  text-transform: none;
}
@media (width <= 46.25em) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  font-family: "National", sans-serif;
  font-size: 1.375rem;
  text-transform: none;
}
@media (width <= 46.25em) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-family: "National", sans-serif;
  font-size: 1.25rem;
  text-transform: none;
}
@media (width <= 46.25em) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p,
ul,
ol {
  font-size: 1rem;
  margin: 0 0 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-left: 20px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: #AFCA0B;
  text-decoration: underline;
  transition: color 0.1s linear;
  font-weight: 500;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
a:focus, a:hover {
  color: #859a08;
}
a:hover {
  outline-width: 0;
}
a:active {
  color: #5b6906;
  outline-width: 0;
}
a:focus:not(:focus-visible) {
  outline: none;
}
a img {
  border: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}
img.image-left,
picture.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
img.image-right,
picture.image-right {
  float: right;
  margin: 0 0 1em 1em;
}

blockquote {
  margin: 1em 0;
  padding: 0;
  font-style: italic;
  font-size: 2em;
  text-align: center;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.button:hover,
button:hover {
  outline-width: 0 !important;
}
.button:active,
button:active {
  outline-width: 0 !important;
}
.button:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
.button + .button,
button + .button {
  margin-left: 10px;
}
@media (width <= 46.25em) {
  .button + .button,
  button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  color: #ffffff;
  font-family: "National", sans-serif;
  font-size: min(1.625rem, 1.8cqw);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
  background: #00A7E5;
  border: 1px solid #00A7E5;
  -webkit-appearance: none;
  border-radius: 2em;
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (width <= 48em) {
  .button {
    font-size: 1.5rem;
  }
}
.button:hover, .button:focus {
  background-color: #006da4;
  border-color: #006da4;
  color: #ffffff;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(100%);
}
.button .icon {
  display: block;
  font-size: 0.75em;
  margin-right: -0.5em;
}
.button--medium {
  font-size: 2.5cqw;
}
@media (width <= 48em) {
  .button--medium {
    font-size: 1.5rem;
  }
}
.button--medium:hover, .button--medium:focus {
  color: #ffffff;
}
.button--large {
  font-size: 3.3cqw;
}
@media (width <= 48em) {
  .button--large {
    font-size: 1.5rem;
  }
}
.button--large:hover, .button--large:focus {
  color: #ffffff;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================================================
   Sections
   ========================================================================== */
* {
  box-sizing: border-box;
}

.zw-game-container {
  container-type: inline-size;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-color: #C4D28B;
}
@media (width > 48em) {
  .zw-game-container {
    aspect-ratio: 1440/1024;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width <= 48em) {
  .zw-game-container {
    aspect-ratio: unset;
    min-height: 100lvh;
  }
}

.zw-game-intro,
.zw-game-outro {
  position: absolute;
  inset: 0;
  padding: 2.7cqw;
  height: 100%;
}
@media (width <= 48em) {
  .zw-game-intro,
  .zw-game-outro {
    padding: 20px;
  }
}
.zw-game-intro__background,
.zw-game-outro__background {
  position: absolute;
  inset: 0 0 auto 0;
  background-color: #1C473E;
  width: 100%;
  height: 80%;
  background-image: url(../../images/trees-group.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width <= 48em) {
  .zw-game-intro__background,
  .zw-game-outro__background {
    height: 80%;
  }
}
@media (width <= 30em) {
  .zw-game-intro__background,
  .zw-game-outro__background {
    background-image: url(../../images/trees-group-mobile.svg);
    height: 95%;
  }
}
.zw-game-intro__toitoi,
.zw-game-outro__toitoi {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../images/toitoi.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19cqw;
  aspect-ratio: 274/365;
  pointer-events: none;
}
@media (width <= 48em) {
  .zw-game-intro__toitoi,
  .zw-game-outro__toitoi {
    display: none;
  }
}
.zw-game-intro__flax,
.zw-game-outro__flax {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../images/flax.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.65cqw;
  aspect-ratio: 283/185;
}
@media (width <= 48em) {
  .zw-game-intro__flax,
  .zw-game-outro__flax {
    display: none;
  }
}
.zw-game-intro__logo,
.zw-game-outro__logo {
  position: relative;
  width: 12.5cqw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.7cqw;
}
@media (width <= 48em) {
  .zw-game-intro__logo,
  .zw-game-outro__logo {
    width: 100px;
    margin-bottom: 30px;
  }
}
.zw-game-intro__logo img,
.zw-game-outro__logo img {
  display: block;
}
.zw-game-intro__content,
.zw-game-outro__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 65cqw;
  text-wrap: balance;
  text-align: center;
}
@media (width <= 48em) {
  .zw-game-intro__content,
  .zw-game-outro__content {
    max-width: unset;
  }
}
.zw-game-intro__content h1,
.zw-game-outro__content h1 {
  font-size: 7.4cqw;
  margin-bottom: 0.25em;
}
@media (width <= 48em) {
  .zw-game-intro__content h1,
  .zw-game-outro__content h1 {
    font-size: 3.5rem;
  }
}
.zw-game-intro__content p,
.zw-game-outro__content p {
  font-size: 3cqw;
  font-weight: 500;
  line-height: 1.2;
}
@media (width <= 48em) {
  .zw-game-intro__content p,
  .zw-game-outro__content p {
    font-size: 1.625rem;
  }
}

.zw-game-gameplay {
  position: relative;
  padding: 2.7cqw;
  height: 100%;
}
@media (width <= 48em) {
  .zw-game-gameplay {
    padding: 20px;
    height: auto;
  }
}
.zw-game-gameplay__background {
  position: absolute;
  inset: 0 0 auto 0;
  background-color: #1C473E;
  width: 100%;
  height: 73%;
  background-image: url(../../images/trees-group.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width > 48em) {
  .zw-game-gameplay__background {
    border-bottom: 3.4cqw solid #575656;
  }
}
@media (width <= 48em) and (orientation: portrait) {
  .zw-game-gameplay__background {
    height: 50vh;
  }
}
@media (width <= 48em) and (orientation: landscape) {
  .zw-game-gameplay__background {
    height: 400px;
  }
}
@media (width <= 30em) {
  .zw-game-gameplay__background {
    background-image: url(../../images/trees-group-mobile.svg);
  }
}
.zw-game-gameplay__toitoi {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../images/toitoi.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19cqw;
  aspect-ratio: 274/365;
  pointer-events: none;
}
@media (width <= 48em) {
  .zw-game-gameplay__toitoi {
    display: none;
  }
}
.zw-game-gameplay__flax {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../images/flax.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.65cqw;
  aspect-ratio: 283/185;
}
@media (width <= 48em) {
  .zw-game-gameplay__flax {
    display: none;
  }
}
.zw-game-gameplay__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 48em) {
  .zw-game-gameplay__title {
    display: none;
  }
}
.zw-game-gameplay__title h1 {
  font-size: 6.5cqw;
  margin: 0;
}
.zw-game-gameplay__time, .zw-game-gameplay__score {
  text-align: center;
}
.zw-game-gameplay__time h2, .zw-game-gameplay__score h2 {
  color: #C4D28B;
  font-weight: 500;
  font-size: 2.6cqw;
  margin: 0 0 0.25em 0;
  line-height: 1;
}
@media (width <= 48em) {
  .zw-game-gameplay__time h2, .zw-game-gameplay__score h2 {
    font-size: 1.75rem;
  }
}
@media (width <= 30em) {
  .zw-game-gameplay__time h2, .zw-game-gameplay__score h2 {
    font-size: 1.375rem;
  }
}
.zw-game-gameplay__time p, .zw-game-gameplay__score p {
  color: #ffffff;
  font-size: 4cqw;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
@media (width <= 48em) {
  .zw-game-gameplay__time p, .zw-game-gameplay__score p {
    font-size: 1.75rem;
  }
}
@media (width <= 30em) {
  .zw-game-gameplay__time p, .zw-game-gameplay__score p {
    font-size: 1.375rem;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__hit-items {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2cqw;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__hit-items {
    max-width: 550px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
}
.zw-game-gameplay__hit-items img {
  position: relative;
  display: block;
  width: 100%;
}
.zw-game-gameplay__hit-items picture {
  position: relative;
  display: block;
}
.zw-game-gameplay__hit-items-item:hover .zw-game-gameplay__hit-items-open, .zw-game-gameplay__hit-items-item:focus .zw-game-gameplay__hit-items-open, .zw-game-gameplay__hit-items-item.is-touching .zw-game-gameplay__hit-items-open {
  visibility: visible;
}
@media (width <= 48em) {
  .zw-game-gameplay__hit-items-item:hover .zw-game-gameplay__hit-items-image:before, .zw-game-gameplay__hit-items-item:focus .zw-game-gameplay__hit-items-image:before, .zw-game-gameplay__hit-items-item.is-touching .zw-game-gameplay__hit-items-image:before {
    background-color: #8E9BA4;
  }
}
.zw-game-gameplay__hit-items-image {
  position: relative;
}
@media (width <= 48em) {
  .zw-game-gameplay__hit-items-image:before {
    content: "";
    display: block;
    background-color: #E7E6E4;
    box-shadow: 5px 5px 0 0 #A9B47A;
    border-radius: 10px;
    aspect-ratio: 1/1;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.zw-game-gameplay__hit-items-label {
  display: none;
}
@media (width <= 48em) {
  .zw-game-gameplay__hit-items-label {
    display: block;
    color: #11263D;
    text-align: center;
    margin-top: 10px;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: balance;
  }
}
.zw-game-gameplay__hit-items-tick {
  position: absolute;
  left: -1cqw;
  top: -1cqw;
  width: 4.6cqw;
}
@media (width <= 48em) {
  .zw-game-gameplay__hit-items-tick {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    aspect-ratio: 1/1;
    width: 100%;
  }
  .zw-game-gameplay__hit-items-tick img {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 28px;
  }
}
.zw-game-gameplay__hit-items-open {
  visibility: hidden;
  position: absolute;
  inset: auto 0 0 0;
}
.zw-game-gameplay__recycling-centre {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__recycling-centre {
    width: 33.33cqw;
    position: absolute;
    bottom: 27%;
    left: 0;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__recycling-centre {
    order: 6;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__recycling-centre .zw-game-gameplay__hit-items-tick {
    left: auto;
    right: 4cqw;
    top: 3cqw;
  }
}
.zw-game-gameplay__transfer-station {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__transfer-station {
    width: 34cqw;
    position: absolute;
    bottom: 27%;
    right: 0;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__transfer-station {
    order: 5;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__transfer-station .zw-game-gameplay__hit-items-tick {
    left: auto;
    left: -1cqw;
    top: 0cqw;
  }
}
.zw-game-gameplay__food-scraps-bin {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__food-scraps-bin {
    width: 7.7cqw;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__food-scraps-bin {
    order: 3;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__food-scraps-bin .zw-game-gameplay__hit-items-tick {
    top: 6cqw;
  }
}
.zw-game-gameplay__food-scraps-bin:hover .zw-game-gameplay__hit-items-image > picture {
  visibility: hidden;
}
.zw-game-gameplay__recycling-bin {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__recycling-bin {
    width: 13.6cqw;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__recycling-bin {
    order: 1;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__recycling-bin .zw-game-gameplay__hit-items-tick {
    top: 5cqw;
  }
}
.zw-game-gameplay__recycling-bin:hover .zw-game-gameplay__hit-items-image > picture {
  visibility: hidden;
}
.zw-game-gameplay__rubbish-bin {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__rubbish-bin {
    width: 12cqw;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__rubbish-bin {
    order: 2;
  }
}
@media (width > 48em) {
  .zw-game-gameplay__rubbish-bin .zw-game-gameplay__hit-items-tick {
    top: 4cqw;
  }
}
.zw-game-gameplay__rubbish-bin:hover .zw-game-gameplay__hit-items-image > picture {
  visibility: hidden;
}
.zw-game-gameplay__compost-bin {
  position: relative;
  pointer-events: all;
}
@media (width > 48em) {
  .zw-game-gameplay__compost-bin {
    width: 14.7cqw;
  }
}
@media (width <= 48em) {
  .zw-game-gameplay__compost-bin {
    order: 4;
  }
}
.zw-game-gameplay__drag-item {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (width <= 48em) {
  .zw-game-gameplay__drag-item {
    position: relative;
    top: auto;
    padding-top: 20px;
  }
}
@media (width <= 48em) and (orientation: portrait) {
  .zw-game-gameplay__drag-item {
    padding-top: 3vh;
    height: 40vh;
  }
}
@media (width <= 48em) and (orientation: landscape) {
  .zw-game-gameplay__drag-item {
    height: 300px;
  }
}
.zw-game-gameplay__drag-item p {
  font-size: 2.6cqw;
  font-weight: 500;
  margin: 0 0 0.25em 0;
  max-width: 30ch;
  text-wrap: balance;
  line-height: 1.3;
}
@media (width <= 48em) {
  .zw-game-gameplay__drag-item p {
    max-width: 100%;
    font-size: 1.75rem;
  }
}
.zw-game-gameplay__drag-item-wrapper {
  position: relative;
  cursor: pointer;
}
.zw-game-gameplay__drag-item-wrapper.is-dragging .zw-game-gameplay__drag-item-image {
  transform: scale(0.75);
}
@media (width <= 48em) {
  .zw-game-gameplay__drag-item-wrapper.is-dragging .zw-game-gameplay__drag-item-image {
    transform: scale(0.7);
  }
}
.zw-game-gameplay__drag-item-image {
  background: #ffffff;
  border-radius: 50%;
  width: 16cqw;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: transform 0.25s ease-in-out;
}
@media (width <= 48em) {
  .zw-game-gameplay__drag-item-image {
    width: 200px;
  }
}
@media (width <= 30em) {
  .zw-game-gameplay__drag-item-image {
    width: 35cqw;
  }
}
.zw-game-gameplay__drag-item-image:hover {
  outline: 5px solid #C4D28B;
}
.zw-game-gameplay__drag-item-image:active {
  outline: 10px solid #E1A7BF;
}
.zw-game-gameplay__drag-item-image img {
  display: block;
  object-fit: contain;
  width: 100%;
  border-radius: 50%;
}
.zw-game-gameplay__quit-button {
  position: absolute;
  right: 1cqw;
  bottom: 1cqw;
}
@media (width <= 48em) {
  .zw-game-gameplay__quit-button {
    display: none;
  }
}
.zw-game-gameplay__quit-button .button {
  font-size: 1.45cqw;
  background-color: #11263D;
  border-color: #11263D;
  gap: 0.5em;
}
.zw-game-gameplay__quit-button .button:hover, .zw-game-gameplay__quit-button .button:focus {
  background-color: #00A7E5;
  border-color: #00A7E5;
}
.zw-game-gameplay__quit-button .button .icon {
  font-size: 1.5em;
}

.zw-game-dialog {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  align-items: safe center;
  justify-content: safe center;
}
@media (width <= 48em) {
  .zw-game-dialog {
    position: fixed;
    overflow: auto;
    padding: 20px;
  }
}
.zw-game-dialog__background {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.zw-game-dialog__wrapper {
  position: relative;
  background-color: #1C473E;
  color: #ffffff;
  max-width: 57.5cqw;
  border-radius: 4cqw;
  padding: 2.7cqw;
  overflow: auto;
  max-height: 100%;
}
@media (width <= 48em) {
  .zw-game-dialog__wrapper {
    max-width: 344px;
    border-radius: 40px;
    padding: 30px;
    margin-top: 0;
  }
}
.zw-game-dialog__wrapper:has(.zw-game-dialog__image) {
  display: grid;
  grid-template-columns: 16.5cqw 1fr;
  gap: 2.5cqw;
}
@media (width <= 48em) {
  .zw-game-dialog__wrapper:has(.zw-game-dialog__image) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (width <= 48em) {
  .zw-game-dialog__image {
    max-width: 176px;
  }
}
.zw-game-dialog__content {
  display: flex;
  flex-direction: column;
}
.zw-game-dialog__content h3 {
  color: #E1A7BF;
  font-size: min(2.875rem, 3cqw);
  line-height: normal;
  margin: 0;
}
@media (width <= 48em) {
  .zw-game-dialog__content h3 {
    font-size: 2rem;
  }
}
.zw-game-dialog__content p {
  font-size: min(2.375rem, 2.6cqw);
  line-height: normal;
  margin-bottom: 0.75em;
}
@media (width <= 48em) {
  .zw-game-dialog__content p {
    font-size: 1.375rem;
  }
}
.zw-game-dialog__content p:last-child {
  margin-bottom: 0;
}
.zw-game-dialog__content p:has(.button) {
  text-align: right;
}
@media (width <= 48em) {
  .zw-game-dialog__content p:has(.button) {
    text-align: center;
  }
}
.zw-game-dialog__content > p {
  margin-top: auto;
}
.zw-game-dialog__content .button {
  margin-top: 1em;
}

.zw-game-social-share {
  position: absolute;
  right: 0;
  top: 35%;
  background-color: #11263D;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  z-index: 1001;
}
@media (width <= 48em) {
  .zw-game-social-share {
    display: none;
    position: absolute;
    border-radius: 0;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
}
.zw-game-social-share__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 24px;
}
@media (width <= 48em) {
  .zw-game-social-share__list {
    font-size: 20px;
    flex-direction: row;
    gap: 20px;
  }
}
.zw-game-social-share__header {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.5em 0 0 0;
}
@media (width <= 48em) {
  .zw-game-social-share__header {
    margin: 0;
    font-size: 14px;
  }
}
.zw-game-social-share__link {
  color: #ffffff;
}
.zw-game-social-share__link:hover .icon, .zw-game-social-share__link:focus .icon {
  opacity: 0.5;
}
.zw-game-social-share__link .icon {
  display: block;
  transition: opacity 0.25s ease-in-out;
}

.star-particle {
  --star-width: 1.3cqw;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: var(--star-width);
  height: var(--star-width);
  transform: rotate(-45deg);
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA1MCA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTMyLjAwNzkgMzEuMTQ1M0w0OS40NDY5IDI3Ljk0MUwzNC44NjYgMTcuNjQ3NUwzNy4wNDg4IDAuMDEwMDI2MkwyMi45MDU1IDEwLjYxOUw2Ljg0NTggMi45NzMwMUwxMi42MzYyIDE5Ljc5MUwwLjUwMzE4IDMyLjY1MDhMMTguMjc0MyAzMi40NjY0TDI2Ljg2MTcgNDguMTEyOUwzMi4wMDc5IDMxLjE0NTNaIiBmaWxsPSIjRkZFMTA0Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
}
@media (width <= 48em) {
  .star-particle {
    --star-width: 20px;
  }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.mobile-show {
  display: none !important;
}
@media (width <= 46.25em) {
  .mobile-show {
    display: block !important;
  }
}

@media (width <= 46.25em) {
  .mobile-hide {
    display: none !important;
  }
}

.tablet-show {
  display: none !important;
}
@media (width <= 64em) {
  .tablet-show {
    display: block !important;
  }
}

@media (width <= 64em) {
  .tablet-hide {
    display: none !important;
  }
}

iframe[src*="youtube.com"],
iframe[src*="vimeo.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.color-pink {
  color: #E1A7BF;
}

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

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