@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.plangames-7iri8u {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.plangames-rsrcbk {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.plangames-1tdh9j,
ul.plangames-1tdh9j {
  padding-left: 20px;
}

ul.plangames-1tdh9j {
  list-style: disc;
}

ol.plangames-1tdh9j {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.plangames-2xe00e > .plangames-ok6a3q,
.plangames-2xe00e > .plangames-p3szj3,
.plangames-2xe00e > blockquote,
.plangames-2xe00e > h1,
.plangames-2xe00e > h2,
.plangames-2xe00e > h3,
.plangames-2xe00e > h4,
.plangames-2xe00e > h5,
.plangames-2xe00e > h6,
.plangames-2xe00e > ol,
.plangames-2xe00e > p,
.plangames-2xe00e > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.plangames-2xe00e > ol,
.plangames-2xe00e > ul {
  padding-left: 50px;
}

.plangames-2xe00e blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.plangames-2xe00e:not(:last-child) {
  margin-bottom: 2rem;
}

.plangames-2xe00e > :not(:first-child) {
  margin-top: 2rem;
}

.plangames-2xe00e {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.plangames-2xe00e:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .plangames-2xe00e:first-child {
    margin-top: 20px;
  }
}

.plangames-2xe00e > p:last-of-type {
  margin-bottom: 32px;
}

.plangames-2xe00e > .plangames-bp26q6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.plangames-0z59ks > .plangames-bp26q6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.plangames-p3szj3 {
  overflow: auto;
}

.plangames-p3szj3::-webkit-scrollbar {
  height: 5px;
}

.plangames-p3szj3 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.plangames-p3szj3 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.plangames-p3szj3 table thead,
table thead {
  border-bottom: none;
}

.plangames-p3szj3 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.plangames-p3szj3 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.plangames-p3szj3 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.plangames-p3szj3 .plangames-2sup14 {
  table-layout: auto;
}

.plangames-p3szj3 .plangames-2sup14 th {
  word-break: normal;
}

.plangames-p3szj3 .plangames-2sup14 td {
  word-break: normal;
}

.plangames-7iri8u .plangames-7iri8u {
  padding-right: 0;
  padding-left: 0;
}

.plangames-wzb56l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.plangames-00rj41 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.plangames-06ifaw {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.plangames-ok6a3q {
  margin-top: 24px;
}

.plangames-ok6a3q.plangames-ihyyyz {
  text-align: left;
}

.plangames-ok6a3q.plangames-0bkh0d {
  text-align: right;
}

.plangames-ok6a3q.plangames-ofvcji {
  text-align: center;
}

.plangames-oss7ug {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.plangames-6e4133 ease-in-out;
  cursor: pointer;
}

.plangames-oss7ug:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.plangames-oss7ug {
  min-width: 328px;
}

@media (max-width: 768px) {
  .plangames-oss7ug {
    min-width: unset;
  }
}

.plangames-drbhrl {
  background-color: var(--fh-bg-color);
}

.plangames-2gmq2f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.plangames-9368od {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.plangames-9368od img {
  max-height: 44px;
  object-fit: contain;
}

.plangames-rsg9cq {
  flex: 1 1;
}

.plangames-6y0cvr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.plangames-jne4gf {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.plangames-jne4gf span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.plangames-jne4gf.plangames-1l2sgc span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.plangames-jne4gf.plangames-1l2sgc span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.plangames-jne4gf.plangames-1l2sgc span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.plangames-rsg9cq + .plangames-6y0cvr {
  margin-left: 20px;
}

.plangames-y4nxmb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.plangames-y4nxmb > svg {
  max-width: 24px;
  max-height: 24px;
}

.plangames-y4nxmb + .plangames-y4nxmb {
  margin-left: 5px;
}

.plangames-fqw5dm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.plangames-fqw5dm:hover {
  background-color: var(--button-bg-hover);
}

.plangames-v021gg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.plangames-6e4133 ease-in-out;
  border: 1px solid var(--border-color);
}

.plangames-v021gg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.plangames-11xxy9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .plangames-rsg9cq {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .plangames-11xxy9 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .plangames-rsg9cq {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .plangames-y4nxmb {
    min-width: unset;
    flex: 1 1;
  }
}

.plangames-wl9fni {
  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;
  height: 100%;
  cursor: pointer;
}

.plangames-wl9fni:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.plangames-wl9fni:hover .plangames-rvmfhu {
  opacity: 1;
  pointer-events: auto;
}

.plangames-z4jvmm {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.plangames-ptov0z ease-in-out;
  gap: 4px;
}

.plangames-z4jvmm > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.plangames-z4jvmm .plangames-wzb56l img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.plangames-3zzzdg,
.plangames-z4jvmm:hover {
  color: var(--button-bg-hover);
}

.plangames-wagf76 {
  position: relative;
}

.plangames-wagf76 .plangames-z4jvmm {
  margin-right: 0;
  padding-right: 4px;
}

.plangames-xnzra3 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.plangames-wagf76.plangames-1l2sgc .plangames-xnzra3 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.plangames-wagf76.plangames-1l2sgc .plangames-rvmfhu {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.plangames-wagf76.plangames-1l2sgc .plangames-rvmfhu::before {
  display: none;
}

.plangames-xnzra3 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.plangames-rvmfhu {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.plangames-uqqzut 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.plangames-rvmfhu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.plangames-rvmfhu:hover {
  color: var(--fh-bg-color);
}

.plangames-mamui3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.plangames-uqqzut 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.plangames-ptov0z ease-in-out;
  -o-transition: 0.plangames-ptov0z ease-in-out;
  transition: 0.plangames-ptov0z ease-in-out;
}

.plangames-mamui3 .plangames-wzb56l img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.plangames-10qwrm,
.plangames-mamui3:hover {
  color: var(--button-bg-hover);
}

.plangames-w1pyl7 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.plangames-w1pyl7.plangames-29pbyl {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.plangames-w1pyl7.plangames-29pbyl:after,
.plangames-w1pyl7.plangames-29pbyl:before {
  content: "";
  position: absolute;
  margin: auto;
}

.plangames-w1pyl7.plangames-29pbyl:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.plangames-w1pyl7.plangames-29pbyl:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.plangames-w1pyl7.plangames-29pbyl > * {
  z-index: 1;
}

.plangames-w1pyl7 b,
.plangames-w1pyl7 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.plangames-w1pyl7 .plangames-7n3l1d {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.plangames-w1pyl7 .plangames-xfdsi4 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.plangames-w1pyl7 .plangames-wzb56l {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.plangames-w1pyl7 .plangames-wuw65n {
  margin-top: 12px;
}

.plangames-wuw65n {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.plangames-2jnare {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.plangames-wuw65n .plangames-0u7n5s {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.plangames-6e4133 ease-in-out;
}

.plangames-wuw65n .plangames-0u7n5s:hover {
  background: rgba(255, 255, 255, 0.3);
}

.plangames-buz4fn {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.plangames-w1pyl7.plangames-44wfns {
  gap: 12px;
  padding: 16px;
}

.plangames-w1pyl7.plangames-44wfns .plangames-buz4fn {
  min-width: 240px;
}

.plangames-w1pyl7.plangames-44wfns .plangames-buz4fn.plangames-ftgils {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .plangames-w1pyl7 .plangames-7n3l1d {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .plangames-w1pyl7 .plangames-xfdsi4 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .plangames-w1pyl7 .plangames-wzb56l {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-wzb56l {
    max-width: 126px;
  }
  .plangames-w1pyl7 .plangames-wuw65n {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .plangames-w1pyl7 .plangames-2jnare {
    max-width: unset;
  }
  .plangames-buz4fn {
    min-width: unset;
    width: 100%;
  }
  .plangames-w1pyl7 .plangames-buz4fn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .plangames-w1pyl7.plangames-44wfns {
    grid-template-rows: auto 1fr auto;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-buz4fn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .plangames-w1pyl7 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .plangames-w1pyl7 .plangames-7n3l1d {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .plangames-w1pyl7 .plangames-wzb56l {
    max-width: 78px;
  }
  .plangames-w1pyl7 .plangames-wuw65n {
    margin-top: -12px;
  }
  .plangames-w1pyl7.plangames-44wfns {
    gap: 8px;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-7n3l1d {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-xfdsi4 {
    grid-column: 1/3;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-wzb56l {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .plangames-w1pyl7.plangames-44wfns .plangames-wzb56l img {
    max-width: 114px;
  }
}

.plangames-buz4fn.plangames-cgz04i,
.plangames-buz4fn.plangames-5z0t0p,
.plangames-buz4fn.plangames-gcivwg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.plangames-6e4133 ease-in-out;
}

.plangames-buz4fn.plangames-cgz04i,
.plangames-buz4fn.plangames-gcivwg {
  padding: 10px;
}

.plangames-buz4fn.plangames-cgz04i:hover,
.plangames-buz4fn.plangames-5z0t0p:hover,
.plangames-buz4fn.plangames-gcivwg:hover {
  background: var(--button-bg-hover);
}

.plangames-buz4fn.plangames-cgz04i:hover svg path,
.plangames-buz4fn.plangames-gcivwg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.plangames-buz4fn.plangames-ftgils {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.plangames-6e4133 ease-in-out;
  background: var(--button-bg-color);
}

.plangames-buz4fn.plangames-ftgils:hover {
  background-color: var(--button-bg-hover);
}

.plangames-buz4fn.plangames-5z0t0p:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.plangames-buz4fn.plangames-5z0t0p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.plangames-buz4fn.plangames-ftgils:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.plangames-k85eoo {
  max-width: 650px;
}

.plangames-k2xem6 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.plangames-62fdba {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.plangames-e3sesu {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.plangames-ptov0z ease-in-out;
  cursor: pointer;
}

.plangames-e3sesu:hover {
  opacity: 0.5;
}

.plangames-e3sesu:focus {
  outline: 0;
}

.plangames-e3sesu:focus .plangames-6dzp9f,
.plangames-e3sesu:hover .plangames-6dzp9f {
  fill: red;
  fill-opacity: 1;
}

.plangames-e3sesu:hover {
  cursor: pointer;
}

.plangames-jhp1n3 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.plangames-k85eoo.plangames-ofvcji {
  margin: 0 auto;
}

.plangames-k85eoo.plangames-0bkh0d {
  margin-left: auto;
}

.plangames-zhu2mu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.plangames-jbmhnf {
  padding-bottom: 50px;
}

.plangames-on24qs {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.plangames-z75su9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.plangames-2mlj77 {
  margin-top: 24px;
}

.plangames-8evnl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plangames-dlykff {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.plangames-nj48wa {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.plangames-ozksyi {
  width: 468px;
}

.plangames-nj48wa .plangames-rvmfhu {
  margin: 0.plangames-frkque 0;
}

.plangames-b2lvie {
  display: flex;
  min-width: 224px;
}

.plangames-dx1bvz {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.plangames-ptov0z ease-in-out;
}

.plangames-hhp4u8,
.plangames-dx1bvz:hover {
  color: var(--text-color);
}

.plangames-tiju32 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.plangames-qxocx1 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .plangames-zhu2mu {
    padding: 16px;
  }
  .plangames-tiju32 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .plangames-qxocx1 {
    align-items: center;
  }
  .plangames-ozksyi {
    width: unset;
  }
  .plangames-b2lvie {
    min-width: unset;
  }
  .plangames-nj48wa {
    max-height: unset;
  }
  .plangames-on24qs {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .plangames-zhu2mu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.plangames-l7w0r3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.plangames-l7w0r3:not(:last-child) {
  margin-bottom: 16px;
}

.plangames-kynhig {
  outline: 0;
}

.plangames-kynhig .plangames-c5c1go {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.plangames-8puttk {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .plangames-8puttk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.plangames-8puttk::-webkit-details-marker {
  display: none;
}

.plangames-8puttk:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.plangames-8puttk:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .plangames-8puttk:after {
  transform: unset;
}

.plangames-c5c1go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.plangames-c5c1go svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.plangames-ptov0z ease-in-out;
  -o-transition: 0.plangames-ptov0z ease-in-out;
  transition: 0.plangames-ptov0z ease-in-out;
}

.plangames-mnwx04 {
  padding: 16px 0 0 0;
}

.plangames-mnwx04 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .plangames-mnwx04 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .plangames-8puttk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .plangames-8puttk::after {
    margin-left: auto;
  }
  .plangames-c5c1go {
    order: 3;
    flex: 1 1 100%;
  }
  .plangames-8puttk {
    font-size: 14px;
    line-height: 130%;
  }
  .plangames-c5c1go svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.plangames-3hocx5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.plangames-yl3fwk {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.plangames-3hocx5.plangames-1l2sgc .plangames-yl3fwk {
  margin-bottom: 12px;
}

.plangames-yl3fwk::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.plangames-3hocx5.plangames-1l2sgc .plangames-yl3fwk::after {
  transform: unset;
}

.plangames-m2t2oj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.plangames-1ktd4j {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.plangames-ptov0z ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.plangames-1ktd4j:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.plangames-3hocx5.plangames-1l2sgc .plangames-m2t2oj {
  max-height: 100%;
}

.plangames-0fjc0z {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.plangames-nuc0kr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.plangames-zriq2j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.plangames-l053fb {
  margin-right: 4px;
}

.plangames-7nlxje {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.plangames-ptov0z ease-in-out;
}

.plangames-7nlxje svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.plangames-4cofdb,
.plangames-7nlxje:hover {
  color: var(--text-color);
}

.plangames-l4i3li {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.plangames-l4i3li img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.plangames-l4i3li .plangames-lxzayb {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.plangames-l4i3li .plangames-ig2g6z {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.plangames-qn5kjt {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.plangames-at5mbv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.plangames-ax4mzs .plangames-7iri8u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.plangames-ax4mzs {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.plangames-9c58bc {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.plangames-lqv16u {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.plangames-h1ffzr {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.plangames-b90oyv 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.plangames-h1ffzr:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.plangames-ugc9jj {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.plangames-qdp4vp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.plangames-ptov0z ease-in-out;
  transition: transform 0.plangames-ptov0z ease-in-out;
  -o-transition: transform 0.plangames-ptov0z ease-in-out;
  transition:
    transform 0.plangames-ptov0z ease-in-out,
    -webkit-transform 0.plangames-ptov0z ease-in-out;
  cursor: pointer;
}

.plangames-qdp4vp svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.plangames-qdp4vp:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.plangames-yl9fen {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .plangames-yl9fen {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.plangames-8gsv9a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.plangames-n4a6gg {
  position: relative;
  width: 100%;
}

.plangames-8gsv9a.plangames-1g6yt1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.plangames-8gsv9a.plangames-ofvcji {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plangames-8gsv9a.plangames-0bkh0d {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.plangames-titk97 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.plangames-iuq6dy {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.plangames-ptov0z ease-in-out;
  cursor: pointer;
}

.plangames-iuq6dy:hover {
  opacity: 0.5;
}

.plangames-8gsv9a.plangames-i778oz .plangames-iuq6dy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.plangames-8gsv9a.plangames-i778oz .plangames-titk97 {
  cursor: pointer;
}

.plangames-d3kgz4 {
  fill: #0009;
}

.plangames-zc2z2i {
  fill: #fff;
}

.plangames-iuq6dy:hover .plangames-d3kgz4 {
  fill: red;
}

.plangames-iuq6dy svg path {
  -webkit-transition: 0.plangames-ptov0z ease-in-out;
  -o-transition: 0.plangames-ptov0z ease-in-out;
  transition: 0.plangames-ptov0z ease-in-out;
}

.plangames-pj1xtm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.plangames-pj1xtm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.plangames-pj1xtm.plangames-trf3na > :not(.get-image) {
  grid-column: 1/3;
}

.plangames-179cyz:not(._h1-block) .plangames-pj1xtm > .plangames-bp26q6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.plangames-pj1xtm.plangames-trf3na .plangames-svbijc {
  grid-column: 2/3;
}

.plangames-pj1xtm.plangames-trf3na > .plangames-wzb56l {
  grid-column: 1/2;
}

.plangames-pj1xtm.plangames-trf3na > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.plangames-pj1xtm > p:first-of-type {
  margin-top: 0;
}

.plangames-pj1xtm .plangames-wzb56l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.plangames-179cyz:not(._h1-block) .plangames-bp26q6 ~ .plangames-wzb56l {
  grid-row: 2/10;
}

.plangames-179cyz.plangames-qd5cq6 .plangames-bp26q6 ~ .plangames-wzb56l {
  grid-row: 1/10;
}

.plangames-179cyz.plangames-qd5cq6 > .plangames-bp26q6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.plangames-179cyz.plangames-qd5cq6 .plangames-wzb56l {
  grid-row: 1/10;
}

.plangames-pj1xtm.plangames-bjrcr7 .plangames-wzb56l {
  align-items: flex-start;
}

.plangames-pj1xtm.plangames-ofvcji .plangames-svbijc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.plangames-pj1xtm.plangames-ofvcji .plangames-wzb56l {
  align-items: center;
}

.plangames-pj1xtm.plangames-4n6oc3 .plangames-wzb56l {
  align-items: flex-end;
}

.plangames-svbijc > :first-child {
  margin-top: 0;
}

.plangames-svbijc > :last-child {
  margin-bottom: 0;
}

* + .plangames-yh3wv9,
.plangames-179cyz + .plangames-179cyz {
  margin-top: 2rem;
}

.plangames-tfql1y td::before,
.plangames-tfql1y th::after {
  display: none !important;
}

.plangames-tfql1y #link-selector {
  color: #000;
}

.plangames-tfql1y .plangames-rtfves {
  color: #135e96;
}

.plangames-tfql1y .plangames-lc5jxo *,
.plangames-tfql1y .plangames-3l4lt4 p,
.plangames-tfql1y .plangames-rn0bho * {
  color: #000;
}

.plangames-tfql1y .plangames-u5a4e8 {
  background: 0 0 !important;
}

.plangames-tfql1y .plangames-l6edbn {
  color: #000;
}

.plangames-tfql1y .plangames-zqkh5v.plangames-o54brq {
  color: #fff;
}

.plangames-tfql1y .plangames-3dcn18 {
  color: #000;
}

.plangames-tfql1y
  .plangames-mh6g0z
  .plangames-ohswsb.plangames-o54brq.plangames-s80dbq {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.plangames-p4enrh,
body .plangames-xzf4m7 {
  color: #000;
  background: var(--color-body) !important;
}

.plangames-p4enrh .plangames-d42zoi .plangames-nvyjmq,
body .plangames-xzf4m7 .plangames-d42zoi .plangames-nvyjmq {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .plangames-1ktd4j:focus,
  .plangames-1ktd4j:hover {
    color: #f9cb16;
  }
  .plangames-7lev7g:focus,
  .plangames-7lev7g:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .plangames-ztchy9:focus img,
  .plangames-ztchy9:focus svg,
  .plangames-ztchy9:hover img,
  .plangames-ztchy9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .plangames-l4i3li {
    display: none;
  }
}

@media (min-width: 1024px) {
  .plangames-wagf76:hover .plangames-xnzra3 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .plangames-xnzra3 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .plangames-93de19 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .plangames-o4hdpa {
    grid-template-columns: repeat(4, 1fr);
  }
  .plangames-5hi0g8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .plangames-vz453s .plangames-7w8phc {
    grid-template-columns: 1fr;
  }
  .plangames-vz453s .plangames-1c0or6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .plangames-vz453s .plangames-bdsgvn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .plangames-vz453s .plangames-ng3c17 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .plangames-vz453s .plangames-0awsjf {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .plangames-vz453s .plangames-bdsgvn:not(:first-child) {
    border: none;
  }
  .plangames-vz453s .plangames-bdsgvn:first-child .plangames-ng3c17 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .plangames-vz453s .plangames-bdsgvn:last-child .plangames-ng3c17 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .plangames-2gmq2f {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .plangames-9368od {
    max-width: 100px;
  }
  .plangames-rsg9cq {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .plangames-6y0cvr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .plangames-6y0cvr svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .plangames-jne4gf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .plangames-rsg9cq + .plangames-6y0cvr {
    margin-left: auto;
  }
  .plangames-orpzuq {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .plangames-orpzuq.plangames-1l2sgc {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .plangames-11xxy9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .plangames-wl9fni {
    width: 100%;
  }
  .plangames-wl9fni:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .plangames-z4jvmm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .plangames-z4jvmm svg {
    margin-right: 4px;
  }
  .plangames-wagf76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .plangames-xnzra3 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .plangames-xnzra3 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .plangames-rvmfhu {
    display: none;
    width: 100%;
  }
  .plangames-wagf76.plangames-1l2sgc .plangames-rvmfhu {
    padding: 0 0 0 48px;
  }
  .plangames-mamui3 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .plangames-z75su9 .plangames-wzb56l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .plangames-kaig5o {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .plangames-kaig5o + .plangames-kaig5o {
    margin-right: 0;
  }
  .plangames-kaig5o + .plangames-wzb56l {
    margin: 0;
  }
  .plangames-93de19 {
    grid-template-columns: repeat(4, 1fr);
  }
  .plangames-o4hdpa {
    grid-template-columns: repeat(3, 1fr);
  }
  .plangames-llon7l,
  .plangames-dzts93 {
    grid-template-columns: repeat(2, 1fr);
  }
  .plangames-pj1xtm {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plangames-pj1xtm.plangames-trf3na .plangames-svbijc {
    grid-column: auto;
    grid-row: auto;
  }
  .plangames-pj1xtm > .plangames-bp26q6 {
    grid-column: 1/2;
  }
  .plangames-pj1xtm.plangames-trf3na > :not(.get-image) {
    grid-column: 1/2;
  }
  .plangames-pj1xtm .plangames-wzb56l,
  .plangames-pj1xtm.plangames-trf3na > .plangames-wzb56l {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .plangames-pj1xtm.plangames-trf3na > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .plangames-179cyz.plangames-qd5cq6 .plangames-pj1xtm > .plangames-wzb56l {
    grid-row: 1/2;
  }
  .plangames-pj1xtm .plangames-bp26q6 ~ .plangames-wzb56l,
  .plangames-pj1xtm.plangames-trf3na .plangames-bp26q6 ~ .plangames-wzb56l {
    grid-row: 2/3;
  }
  .plangames-179cyz.plangames-qd5cq6 .plangames-bp26q6 ~ .plangames-wzb56l {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .plangames-2xe00e:first-child .plangames-ewzafj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plangames-2xe00e:first-child .plangames-ewzafj h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .plangames-2xe00e {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .plangames-2xe00e {
    padding: 0;
  }
  .plangames-ok6a3q {
    margin-top: 1rem;
  }
  .plangames-kynhig {
    border-radius: 5px;
  }
  .plangames-ho70mu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plangames-yl3fwk::after {
    display: inline-block;
  }
  .plangames-yl3fwk {
    margin: 0;
    width: 100%;
  }
  .plangames-m2t2oj {
    width: 100%;
  }
  .plangames-m2t2oj.plangames-cg6u6z {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .plangames-m2t2oj.plangames-cg6u6z .plangames-8ig25s {
    width: 100%;
  }
  .plangames-m2t2oj.plangames-cg6u6z .plangames-8ig25s:not(:last-child) {
    margin-right: 0;
  }
  .plangames-1ktd4j {
    width: 100%;
    text-align: center;
  }
  .plangames-3hocx5.plangames-1l2sgc .plangames-m2t2oj {
    margin-top: 1rem;
  }
  .plangames-93de19 {
    grid-template-columns: repeat(3, 1fr);
  }
  .plangames-5hi0g8,
  .plangames-o4hdpa {
    grid-template-columns: repeat(2, 1fr);
  }
  .plangames-llon7l,
  .plangames-dzts93,
  .plangames-82ge8m {
    grid-template-columns: 1fr;
  }
  .plangames-d04u5l {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .plangames-rpixu5 {
    min-width: 300px;
    max-width: 325px;
  }
  .plangames-ng3c17 {
    cursor: auto;
  }
  .plangames-293k1v .plangames-ng3c17 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .plangames-yl9fen {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .plangames-rvmfhu {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .plangames-yl9fen {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.plangames-kaig5o p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .plangames-6y0cvr {
    margin: 0 -0.2rem;
  }
  .plangames-kaig5o {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .plangames-ofuie4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .plangames-5vr9g3 {
    max-width: 100%;
  }
  .plangames-93de19 {
    grid-template-columns: repeat(2, 1fr);
  }
  .plangames-5hi0g8,
  .plangames-o4hdpa {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .plangames-2gmq2f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plangames-6y0cvr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .plangames-drbhrl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plangames-y4nxmb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .plangames-grl8h2,
  .plangames-d2yq84 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .plangames-oss7ug {
    width: 100%;
  }
  .plangames-93de19 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .plangames-yl9fen {
    top: 127px !important;
  }
}

.plangames-oe0y6a {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .plangames-oe0y6a {
  }
}

@media (max-width: 767px) {
  .plangames-oe0y6a {
    margin-bottom: 12px;
  }
}

.plangames-oe0y6a img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.plangames-ll83w5 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.plangames-ll83w5 > .plangames-jp4iuu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .plangames-ll83w5 {
    flex-direction: column;
    gap: 12px;
  }
}

.plangames-31trss {
  display: flex;
}

.plangames-31trss .plangames-2vdym3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.plangames-31trss .plangames-aiq853 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.plangames-31trss .plangames-88myb8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.plangames-31trss .plangames-1zzzxy {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.plangames-31trss .plangames-1zzzxy:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.plangames-31trss .plangames-nvn1vt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.plangames-ig7vog {
  border: unset;
  background-color: unset;
}

.plangames-ig7vog tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.plangames-ig7vog .plangames-wci4i1,
.plangames-ig7vog .plangames-9lqde5 {
  flex: 0 1 330px;
}

.plangames-ig7vog .plangames-1uf1f6 {
  flex: 1 1;
}

.plangames-ig7vog tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.plangames-ig7vog tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.plangames-ig7vog tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.plangames-ig7vog tr td p {
  color: #fff;
  margin: 0;
}

.plangames-ig7vog tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.plangames-ig7vog tr.plangames-wci4i1 td p {
  padding: 16px 0;
}

.plangames-ig7vog tr.plangames-wci4i1 td p:not(:last-child),
.plangames-ig7vog tr.plangames-9lqde5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.plangames-ig7vog tr.plangames-wci4i1 td p:first-child,
.plangames-ig7vog tr.plangames-9lqde5 td p:first-child {
  padding-top: 0;
}

.plangames-ig7vog tr.plangames-9lqde5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.plangames-ig7vog tr.plangames-9lqde5 td p:last-child {
  padding-bottom: 0;
}

.plangames-ig7vog .plangames-9lqde5 img {
  max-width: 32px;
}

.plangames-ig7vog .plangames-1uf1f6 {
  min-width: 718px;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.plangames-ig7vog .plangames-1uf1f6 td {
  display: flex;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3,
.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-9kaumd,
.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-8yutf4 {
  flex: 1 1 50%;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-oor28a {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-3kap63,
.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-4xrk1r {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3,
.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-9kaumd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3 span,
.plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-9kaumd span {
  font-weight: 800;
}

.plangames-ig7vog .plangames-1uf1f6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .plangames-ig7vog tr.plangames-wci4i1 td p:last-child {
    padding-bottom: 0;
  }
  .plangames-ig7vog .plangames-9lqde5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .plangames-ig7vog .plangames-9lqde5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .plangames-ig7vog tr.plangames-wci4i1 td p:not(:last-child),
  .plangames-ig7vog tr.plangames-9lqde5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .plangames-ig7vog tr.plangames-9lqde5 td p:last-child {
    padding-bottom: 12px;
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3,
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-9kaumd,
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-8yutf4 {
    flex: 1 1 50%;
    padding: 0;
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3,
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-9kaumd {
    margin-top: 16px;
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-8yutf4 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-bdb8h3 {
    border-right: 1px solid var(--border-color);
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-8yutf4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .plangames-ig7vog .plangames-1uf1f6 td:last-child .plangames-8yutf4:last-child {
    padding-bottom: 0;
  }
}

.plangames-8yutf4 {
  display: flex;
  flex-direction: column;
}

.plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4:not(:first-child) {
    padding-left: 0;
  }
  .plangames-ig7vog .plangames-1uf1f6 td .plangames-8yutf4:not(:last-of-type) {
    border-right: unset;
  }
}

.plangames-ig7vog .plangames-w6ot9y {
  flex: 0 1 485px;
}

.plangames-ig7vog .plangames-4tlqv3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.plangames-ig7vog .plangames-4tlqv3 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.plangames-ig7vog .plangames-4tlqv3 li.plangames-yjra2q {
  padding: 6px 12px;
}

.plangames-ig7vog .plangames-4tlqv3 li a,
.plangames-ig7vog .plangames-4tlqv3 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.plangames-ig7vog .plangames-jjlnjo,
.plangames-ig7vog .plangames-2bi2wz {
  flex: 1 1;
}

.plangames-ig7vog .plangames-thi6kh,
.plangames-ig7vog .plangames-b9ch7x {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plangames-ig7vog .plangames-thi6kh li,
.plangames-ig7vog .plangames-b9ch7x li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.plangames-ig7vog .plangames-2bi2wz img {
  max-width: 32px;
}

.plangames-ig7vog .plangames-jjlnjo img {
  max-width: 32px;
}

.plangames-ig7vog .plangames-pugyti {
  min-width: 280px;
}

.plangames-ig7vog .plangames-pugyti img {
  max-width: 146px;
}

.plangames-ig7vog .plangames-pugyti td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .plangames-ig7vog .plangames-wci4i1,
  .plangames-ig7vog .plangames-9lqde5 {
    flex: 0 1 auto;
  }
  .plangames-ig7vog .plangames-1uf1f6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .plangames-ig7vog .plangames-wci4i1,
  .plangames-ig7vog .plangames-w6ot9y,
  .plangames-ig7vog .plangames-9lqde5,
  .plangames-ig7vog .plangames-1uf1f6 {
    flex: 1 1 calc(50% - 20px);
  }
  .plangames-ig7vog .plangames-jjlnjo,
  .plangames-ig7vog .plangames-pugyti,
  .plangames-ig7vog .plangames-2bi2wz {
    flex: 1 1 30%;
  }
  .plangames-ig7vog .plangames-pugyti {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .plangames-ig7vog .plangames-wci4i1,
  .plangames-ig7vog .plangames-w6ot9y,
  .plangames-ig7vog .plangames-jjlnjo,
  .plangames-ig7vog .plangames-9lqde5,
  .plangames-ig7vog .plangames-1uf1f6,
  .plangames-ig7vog .plangames-pugyti,
  .plangames-ig7vog .plangames-2bi2wz {
    flex: 1 1 100%;
  }
}

.plangames-mlq73u .plangames-qrmp6y {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plangames-mlq73u .plangames-2efq6a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.plangames-mlq73u .plangames-v1op8s {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.plangames-mlq73u .plangames-3lvz0z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.plangames-mlq73u .plangames-3lvz0z > :nth-child(3) {
  margin-top: 0;
}

.plangames-mlq73u .plangames-wzb56l {
  grid-column: 2/3;
  grid-row: 1/10;
}

.plangames-mlq73u .plangames-1um0bo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.plangames-mlq73u .plangames-ok6a3q {
  grid-column: 1/2;
}

.plangames-mlq73u > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.plangames-mlq73u .plangames-2efq6a:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.plangames-mlq73u .plangames-2efq6a:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.plangames-mlq73u .plangames-oss7ug {
  min-width: 240px;
}

@media (max-width: 768px) {
  .plangames-mlq73u .plangames-2efq6a:not(:last-child):before {
    bottom: 8px;
  }
  .plangames-mlq73u .plangames-2efq6a:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .plangames-mlq73u .plangames-3lvz0z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .plangames-mlq73u .plangames-wzb56l {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .plangames-mlq73u .plangames-wzb56l img {
    width: 100%;
    height: auto;
  }
  .plangames-mlq73u .plangames-oss7ug {
    width: 100%;
    min-width: unset;
  }
}

.plangames-t32bhs .plangames-789yub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.plangames-t32bhs .plangames-nqlbuk {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.plangames-t32bhs .plangames-wzb56l {
  height: 100%;
}

.plangames-t32bhs .plangames-wzb56l img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.plangames-t32bhs .plangames-ped7zr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.plangames-t32bhs .plangames-4ug8g5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.plangames-t32bhs .plangames-8nkhyp {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .plangames-t32bhs .plangames-nqlbuk {
    flex: 1 1 100%;
  }
  .plangames-t32bhs .plangames-buz4fn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .plangames-t32bhs .plangames-nqlbuk {
    flex-direction: column;
  }
  .plangames-t32bhs .plangames-wzb56l {
    width: 100%;
    height: auto;
  }
  .plangames-t32bhs .plangames-wzb56l img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .plangames-t32bhs .plangames-ped7zr {
    padding: 0 16px 16px 16px;
  }
  .plangames-t32bhs .plangames-buz4fn {
    min-width: unset;
    width: 100%;
  }
}

.plangames-ysulia .plangames-3pk6zq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.plangames-ysulia .plangames-6i8fqm {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.plangames-ysulia img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.plangames-ysulia .plangames-nvsi3s {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.plangames-ysulia .plangames-6i8fqm:hover .plangames-nvsi3s {
  display: flex;
}

.plangames-ysulia .plangames-6uteq0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.plangames-ysulia .plangames-8bz6m1 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.plangames-5esgyt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.plangames-5esgyt.plangames-02xjwq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.plangames-6e4133 ease-in-out;
}

.plangames-5esgyt.plangames-02xjwq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.plangames-ysulia .plangames-4dyrci {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.plangames-6e4133 ease-in-out;
}

.plangames-ysulia .plangames-4dyrci:hover {
  color: #196948;
  background-color: #f9cb16;
}

.plangames-ysulia .plangames-4dyrci:after,
.plangames-5esgyt.plangames-02xjwq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.plangames-5esgyt.plangames-02xjwq:after {
  background-image: url(../images/Cash.svg);
}

.plangames-ysulia .plangames-4dyrci:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .plangames-ysulia .plangames-3pk6zq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .plangames-ysulia .plangames-3pk6zq {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .plangames-ysulia .plangames-3pk6zq {
    grid-template-columns: 1fr;
  }
  .plangames-ysulia .plangames-6i8fqm {
    height: auto;
  }
  .plangames-ysulia .plangames-6i8fqm .plangames-nvsi3s {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .plangames-ysulia .plangames-6uteq0,
  .plangames-ysulia .plangames-8bz6m1 {
    text-align: left;
  }
  .plangames-ysulia .plangames-8bz6m1 {
    margin-bottom: 8px;
  }
  .plangames-ysulia img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.plangames-vvs04x {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.plangames-vvs04x.plangames-i778oz {
  display: block;
}

.plangames-vvs04x .plangames-6mlyci {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.plangames-vvs04x .plangames-5gmdla {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.plangames-vvs04x .plangames-dju562 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.plangames-vvs04x .plangames-ghwqko {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.plangames-vvs04x .plangames-5esgyt {
  min-width: 296px;
  margin-bottom: 0;
}

.plangames-vvs04x .plangames-rxrcpo {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.plangames-vvs04x .plangames-e7z1j7 {
  position: relative;
  flex: 1 1;
}

.plangames-vvs04x .plangames-e7z1j7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .plangames-vvs04x .plangames-5gmdla {
    flex-wrap: wrap;
    gap: 8px;
  }
  .plangames-vvs04x .plangames-dju562 {
    order: 1;
  }
  .plangames-vvs04x .plangames-ghwqko {
    order: 3;
    flex: 1 1 100%;
  }
  .plangames-vvs04x .plangames-5esgyt {
    width: 100%;
    min-width: unset;
  }
  .plangames-vvs04x .plangames-rxrcpo {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .plangames-pj1xtm > .plangames-bp26q6 {
    margin-bottom: 0;
  }
  .plangames-pj1xtm > .plangames-ok6a3q,
  .plangames-pj1xtm > p {
    margin-top: 0;
  }
}

.plangames-x7few5 img,
.plangames-kaig5o img {
  width: auto;
  object-fit: contain;
}

.plangames-x7few5 {
  align-items: center;
}

.plangames-x7few5 img {
  max-height: 76px;
}

.plangames-kaig5o img {
  max-height: 64px;
}

.plangames-6zbm2v {
  overflow: auto;
}

.plangames-rpffvt {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.plangames-nstcay:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.plangames-o02bs6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.plangames-bmx7m4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plangames-o02bs6 .plangames-wzb56l {
  margin-right: 20px;
  flex-shrink: 0;
}

.plangames-o02bs6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.plangames-dm7nh6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.plangames-dm7nh6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .plangames-o02bs6 {
    padding: 15px 10px;
  }
  .plangames-dm7nh6 {
    padding: 15px 10px;
  }
  .plangames-o02bs6 .plangames-wzb56l {
    margin-right: 10px;
  }
}

.plangames-5stso5 {
  overflow-x: auto;
}

.plangames-bqypog {
  border-collapse: collapse;
  width: 100%;
}

.plangames-5stso5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.plangames-5stso5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.plangames-5stso5 td.plangames-7nnhse {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.plangames-5stso5 td.plangames-e1yndu {
  border-right: none;
}

.plangames-5stso5 td.plangames-e1yndu .plangames-wzb56l {
  justify-content: flex-start;
}

.plangames-5stso5 td.plangames-e1yndu .plangames-wzb56l img {
  height: auto;
  width: 90px;
}

.plangames-5stso5 td.plangames-csbsop,
.plangames-5stso5 td.plangames-uf721z {
  font-weight: 600;
  text-align: right;
}

.plangames-5stso5 td.plangames-njdp2i,
.plangames-5stso5 td.plangames-csbsop {
  padding-bottom: 10px;
  border-bottom: none;
}

.plangames-5stso5 td.plangames-csbsop,
.plangames-5stso5 td.plangames-uf721z {
  border-left: none;
}

.plangames-5stso5 td.plangames-njdp2i,
.plangames-5stso5 td.plangames-ugy9z6 {
  border-right: none;
}

.plangames-5stso5 td.plangames-ugy9z6,
.plangames-5stso5 td.plangames-uf721z {
  border-top: none;
  padding-top: 10px;
}

.plangames-dclxqv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.plangames-dclxqv .plangames-buz4fn {
  min-width: unset;
  width: 100%;
}

.plangames-dclxqv .plangames-buz4fn.plangames-cgz04i {
  grid-column: 1/2;
  grid-row: 1/2;
}

.plangames-dclxqv .plangames-buz4fn.plangames-gcivwg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.plangames-dclxqv .plangames-o8j18d {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .plangames-dclxqv {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .plangames-dclxqv .plangames-buz4fn.plangames-cgz04i {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .plangames-dclxqv .plangames-buz4fn.plangames-gcivwg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .plangames-dclxqv .plangames-o8j18d {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.plangames-yj9nl0 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.plangames-5vu8xs {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.plangames-0z59ks p a img {
  margin: 0 auto;
  display: block;
}

.plangames-0z59ks table {
  margin-bottom: 17px;
}

/* contanct form */
.plangames-1w7m3e {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.plangames-1w7m3e label {
  font-size: 14px;
}

.plangames-1w7m3e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.plangames-1w7m3e input,
.plangames-1w7m3e textarea,
.plangames-1w7m3e button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.plangames-1w7m3e button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.plangames-6e4133 ease;
}
.plangames-1w7m3e button:hover {
  background-color: #691204;
}
.plangames-8o8nj3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.plangames-uqynwr ease-in;
}

.plangames-8o8nj3 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}