@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);
}

.playmax-fsnp6p {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playmax-1masn6 {
  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.playmax-b8itxl,
ul.playmax-b8itxl {
  padding-left: 20px;
}

ul.playmax-b8itxl {
  list-style: disc;
}

ol.playmax-b8itxl {
  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;
  }
}

.playmax-c20yp9 > .playmax-cl7tpc,
.playmax-c20yp9 > .playmax-6eqtbz,
.playmax-c20yp9 > blockquote,
.playmax-c20yp9 > h1,
.playmax-c20yp9 > h2,
.playmax-c20yp9 > h3,
.playmax-c20yp9 > h4,
.playmax-c20yp9 > h5,
.playmax-c20yp9 > h6,
.playmax-c20yp9 > ol,
.playmax-c20yp9 > p,
.playmax-c20yp9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playmax-c20yp9 > ol,
.playmax-c20yp9 > ul {
  padding-left: 50px;
}

.playmax-c20yp9 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;
}

.playmax-c20yp9:not(:last-child) {
  margin-bottom: 2rem;
}

.playmax-c20yp9 > :not(:first-child) {
  margin-top: 2rem;
}

.playmax-c20yp9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playmax-c20yp9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playmax-c20yp9:first-child {
    margin-top: 20px;
  }
}

.playmax-c20yp9 > p:last-of-type {
  margin-bottom: 32px;
}

.playmax-c20yp9 > .playmax-m2hc0c:not(:first-child) {
  margin: 64px auto 16px auto;
}

.playmax-qt3lw4 > .playmax-m2hc0c {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playmax-6eqtbz {
  overflow: auto;
}

.playmax-6eqtbz::-webkit-scrollbar {
  height: 5px;
}

.playmax-6eqtbz table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.playmax-6eqtbz table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.playmax-6eqtbz table thead,
table thead {
  border-bottom: none;
}

.playmax-6eqtbz table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.playmax-6eqtbz table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.playmax-6eqtbz table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.playmax-6eqtbz .playmax-iyefh2 {
  table-layout: auto;
}

.playmax-6eqtbz .playmax-iyefh2 th {
  word-break: normal;
}

.playmax-6eqtbz .playmax-iyefh2 td {
  word-break: normal;
}

.playmax-fsnp6p .playmax-fsnp6p {
  padding-right: 0;
  padding-left: 0;
}

.playmax-cixrjd {
  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;
}

.playmax-s4y5oa {
  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;
}

.playmax-gvqxce {
  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;
}

.playmax-cl7tpc {
  margin-top: 24px;
}

.playmax-cl7tpc.playmax-p7gzoh {
  text-align: left;
}

.playmax-cl7tpc.playmax-sml9fz {
  text-align: right;
}

.playmax-cl7tpc.playmax-908ncu {
  text-align: center;
}

.playmax-xupibs {
  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.playmax-9cyqn9 ease-in-out;
  cursor: pointer;
}

.playmax-xupibs:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.playmax-xupibs {
  min-width: 328px;
}

@media (max-width: 768px) {
  .playmax-xupibs {
    min-width: unset;
  }
}

.playmax-cgytz8 {
  background-color: var(--fh-bg-color);
}

.playmax-ldkvyn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.playmax-mngov2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.playmax-mngov2 img {
  max-height: 44px;
  object-fit: contain;
}

.playmax-nxc8lt {
  flex: 1 1;
}

.playmax-nijgzx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.playmax-yv0mct {
  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;
}

.playmax-yv0mct 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;
}

.playmax-yv0mct.playmax-p90biz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.playmax-yv0mct.playmax-p90biz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.playmax-yv0mct.playmax-p90biz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.playmax-nxc8lt + .playmax-nijgzx {
  margin-left: 20px;
}

.playmax-3xipv8 {
  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;
}

.playmax-3xipv8 > svg {
  max-width: 24px;
  max-height: 24px;
}

.playmax-3xipv8 + .playmax-3xipv8 {
  margin-left: 5px;
}

.playmax-e0a7as {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.playmax-e0a7as:hover {
  background-color: var(--button-bg-hover);
}

.playmax-pv7r8d {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.playmax-9cyqn9 ease-in-out;
  border: 1px solid var(--border-color);
}

.playmax-pv7r8d:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.playmax-aq3u2x {
  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) {
  .playmax-nxc8lt {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .playmax-aq3u2x {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .playmax-nxc8lt {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .playmax-3xipv8 {
    min-width: unset;
    flex: 1 1;
  }
}

.playmax-k3f23z {
  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;
}

.playmax-k3f23z:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.playmax-k3f23z:hover .playmax-nusi53 {
  opacity: 1;
  pointer-events: auto;
}

.playmax-q4ihq9 {
  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.playmax-tye5ke ease-in-out;
  gap: 4px;
}

.playmax-q4ihq9 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playmax-q4ihq9 .playmax-cixrjd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playmax-fwgklb,
.playmax-q4ihq9:hover {
  color: var(--button-bg-hover);
}

.playmax-y3a5la {
  position: relative;
}

.playmax-y3a5la .playmax-q4ihq9 {
  margin-right: 0;
  padding-right: 4px;
}

.playmax-skq3x9 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playmax-y3a5la.playmax-p90biz .playmax-skq3x9 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.playmax-y3a5la.playmax-p90biz .playmax-nusi53 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.playmax-y3a5la.playmax-p90biz .playmax-nusi53::before {
  display: none;
}

.playmax-skq3x9 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.playmax-nusi53 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.playmax-k2avn5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.playmax-nusi53::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.playmax-nusi53:hover {
  color: var(--fh-bg-color);
}

.playmax-xh9kl2 {
  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.playmax-k2avn5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.playmax-tye5ke ease-in-out;
  -o-transition: 0.playmax-tye5ke ease-in-out;
  transition: 0.playmax-tye5ke ease-in-out;
}

.playmax-xh9kl2 .playmax-cixrjd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playmax-omf029,
.playmax-xh9kl2:hover {
  color: var(--button-bg-hover);
}

.playmax-fqt08y {
  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%;
}

.playmax-fqt08y.playmax-hfmao7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.playmax-fqt08y.playmax-hfmao7:after,
.playmax-fqt08y.playmax-hfmao7:before {
  content: "";
  position: absolute;
  margin: auto;
}

.playmax-fqt08y.playmax-hfmao7: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);
  }
}

.playmax-fqt08y.playmax-hfmao7:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.playmax-fqt08y.playmax-hfmao7 > * {
  z-index: 1;
}

.playmax-fqt08y b,
.playmax-fqt08y strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.playmax-fqt08y .playmax-74xp1t {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.playmax-fqt08y .playmax-ggglp8 {
  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;
}

.playmax-fqt08y .playmax-cixrjd {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.playmax-fqt08y .playmax-7wceq9 {
  margin-top: 12px;
}

.playmax-7wceq9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.playmax-zuyu4i {
  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;
}

.playmax-7wceq9 .playmax-icwmx4 {
  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.playmax-9cyqn9 ease-in-out;
}

.playmax-7wceq9 .playmax-icwmx4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.playmax-x03vmj {
  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;
}

.playmax-fqt08y.playmax-mfch3j {
  gap: 12px;
  padding: 16px;
}

.playmax-fqt08y.playmax-mfch3j .playmax-x03vmj {
  min-width: 240px;
}

.playmax-fqt08y.playmax-mfch3j .playmax-x03vmj.playmax-96is84 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .playmax-fqt08y .playmax-74xp1t {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .playmax-fqt08y .playmax-ggglp8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .playmax-fqt08y .playmax-cixrjd {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-cixrjd {
    max-width: 126px;
  }
  .playmax-fqt08y .playmax-7wceq9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .playmax-fqt08y .playmax-zuyu4i {
    max-width: unset;
  }
  .playmax-x03vmj {
    min-width: unset;
    width: 100%;
  }
  .playmax-fqt08y .playmax-x03vmj {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .playmax-fqt08y.playmax-mfch3j {
    grid-template-rows: auto 1fr auto;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-x03vmj {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .playmax-fqt08y {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .playmax-fqt08y .playmax-74xp1t {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .playmax-fqt08y .playmax-cixrjd {
    max-width: 78px;
  }
  .playmax-fqt08y .playmax-7wceq9 {
    margin-top: -12px;
  }
  .playmax-fqt08y.playmax-mfch3j {
    gap: 8px;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-74xp1t {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-ggglp8 {
    grid-column: 1/3;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-cixrjd {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .playmax-fqt08y.playmax-mfch3j .playmax-cixrjd img {
    max-width: 114px;
  }
}

.playmax-x03vmj.playmax-jxriae,
.playmax-x03vmj.playmax-54zfqr,
.playmax-x03vmj.playmax-7qdkqn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.playmax-9cyqn9 ease-in-out;
}

.playmax-x03vmj.playmax-jxriae,
.playmax-x03vmj.playmax-7qdkqn {
  padding: 10px;
}

.playmax-x03vmj.playmax-jxriae:hover,
.playmax-x03vmj.playmax-54zfqr:hover,
.playmax-x03vmj.playmax-7qdkqn:hover {
  background: var(--button-bg-hover);
}

.playmax-x03vmj.playmax-jxriae:hover svg path,
.playmax-x03vmj.playmax-7qdkqn:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.playmax-x03vmj.playmax-96is84 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.playmax-9cyqn9 ease-in-out;
  background: var(--button-bg-color);
}

.playmax-x03vmj.playmax-96is84:hover {
  background-color: var(--button-bg-hover);
}

.playmax-x03vmj.playmax-54zfqr: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);
  }
}

.playmax-x03vmj.playmax-54zfqr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playmax-x03vmj.playmax-96is84:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playmax-b1qwsg {
  max-width: 650px;
}

.playmax-2mf7wj {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.playmax-ymnged {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.playmax-qe2zfr {
  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.playmax-tye5ke ease-in-out;
  cursor: pointer;
}

.playmax-qe2zfr:hover {
  opacity: 0.5;
}

.playmax-qe2zfr:focus {
  outline: 0;
}

.playmax-qe2zfr:focus .playmax-dcn3s6,
.playmax-qe2zfr:hover .playmax-dcn3s6 {
  fill: red;
  fill-opacity: 1;
}

.playmax-qe2zfr:hover {
  cursor: pointer;
}

.playmax-amfpcr {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.playmax-b1qwsg.playmax-908ncu {
  margin: 0 auto;
}

.playmax-b1qwsg.playmax-sml9fz {
  margin-left: auto;
}

.playmax-3di6bz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.playmax-oqch6v {
  padding-bottom: 50px;
}

.playmax-41jvmd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.playmax-f9x4xw {
  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;
}

.playmax-3a05rz {
  margin-top: 24px;
}

.playmax-crtr17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playmax-7vop3v {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.playmax-z1rqpr {
  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;
}

.playmax-txot81 {
  width: 468px;
}

.playmax-z1rqpr .playmax-nusi53 {
  margin: 0.playmax-rihpmp 0;
}

.playmax-mmjuwn {
  display: flex;
  min-width: 224px;
}

.playmax-iqrgox {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.playmax-tye5ke ease-in-out;
}

.playmax-9ttnz7,
.playmax-iqrgox:hover {
  color: var(--text-color);
}

.playmax-1krrpf {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.playmax-c0ii2m {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .playmax-3di6bz {
    padding: 16px;
  }
  .playmax-1krrpf {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .playmax-c0ii2m {
    align-items: center;
  }
  .playmax-txot81 {
    width: unset;
  }
  .playmax-mmjuwn {
    min-width: unset;
  }
  .playmax-z1rqpr {
    max-height: unset;
  }
  .playmax-41jvmd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .playmax-3di6bz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.playmax-sodnur {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playmax-sodnur:not(:last-child) {
  margin-bottom: 16px;
}

.playmax-vjle9u {
  outline: 0;
}

.playmax-vjle9u .playmax-65fi1v {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.playmax-6b845b {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .playmax-6b845b {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.playmax-6b845b::-webkit-details-marker {
  display: none;
}

.playmax-6b845b: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;
}

.playmax-6b845b: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] .playmax-6b845b:after {
  transform: unset;
}

.playmax-65fi1v {
  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);
}

.playmax-65fi1v 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.playmax-tye5ke ease-in-out;
  -o-transition: 0.playmax-tye5ke ease-in-out;
  transition: 0.playmax-tye5ke ease-in-out;
}

.playmax-7nfrnj {
  padding: 16px 0 0 0;
}

.playmax-7nfrnj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .playmax-7nfrnj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playmax-6b845b {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playmax-6b845b::after {
    margin-left: auto;
  }
  .playmax-65fi1v {
    order: 3;
    flex: 1 1 100%;
  }
  .playmax-6b845b {
    font-size: 14px;
    line-height: 130%;
  }
  .playmax-65fi1v svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.playmax-0nf0j5 {
  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;
}

.playmax-52tq4c {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.playmax-0nf0j5.playmax-p90biz .playmax-52tq4c {
  margin-bottom: 12px;
}

.playmax-52tq4c::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;
}

.playmax-0nf0j5.playmax-p90biz .playmax-52tq4c::after {
  transform: unset;
}

.playmax-kd62fi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.playmax-w86jqg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.playmax-tye5ke ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.playmax-w86jqg: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;
}

.playmax-0nf0j5.playmax-p90biz .playmax-kd62fi {
  max-height: 100%;
}

.playmax-m9jxmy {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.playmax-fqgn8a {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.playmax-tizitm {
  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;
}

.playmax-jqtlgu {
  margin-right: 4px;
}

.playmax-f3zilq {
  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.playmax-tye5ke ease-in-out;
}

.playmax-f3zilq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.playmax-gkj7on,
.playmax-f3zilq:hover {
  color: var(--text-color);
}

.playmax-yh2aok {
  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;
}

.playmax-yh2aok img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.playmax-yh2aok .playmax-9u87qm {
  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;
}

.playmax-yh2aok .playmax-owbgrx {
  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;
}

.playmax-aje74b {
  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;
}

.playmax-xo10ux {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playmax-nayz5n .playmax-fsnp6p {
  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;
}

.playmax-nayz5n {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.playmax-31aru8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.playmax-se8e4e {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.playmax-ltkkjp {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.playmax-tq8pay 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;
}

.playmax-ltkkjp:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.playmax-m2x21g {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.playmax-h083gy {
  -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.playmax-tye5ke ease-in-out;
  transition: transform 0.playmax-tye5ke ease-in-out;
  -o-transition: transform 0.playmax-tye5ke ease-in-out;
  transition:
    transform 0.playmax-tye5ke ease-in-out,
    -webkit-transform 0.playmax-tye5ke ease-in-out;
  cursor: pointer;
}

.playmax-h083gy svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.playmax-h083gy: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;
}

.playmax-hg5s1h {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .playmax-hg5s1h {
    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);
}

.playmax-mmm85t {
  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;
}

.playmax-l0zx6k {
  position: relative;
  width: 100%;
}

.playmax-mmm85t.playmax-d5k1aj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.playmax-mmm85t.playmax-908ncu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playmax-mmm85t.playmax-sml9fz {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.playmax-op5o6r {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.playmax-6kalkj {
  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.playmax-tye5ke ease-in-out;
  cursor: pointer;
}

.playmax-6kalkj:hover {
  opacity: 0.5;
}

.playmax-mmm85t.playmax-qn37kp .playmax-6kalkj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.playmax-mmm85t.playmax-qn37kp .playmax-op5o6r {
  cursor: pointer;
}

.playmax-7ca71h {
  fill: #0009;
}

.playmax-wfh5tk {
  fill: #fff;
}

.playmax-6kalkj:hover .playmax-7ca71h {
  fill: red;
}

.playmax-6kalkj svg path {
  -webkit-transition: 0.playmax-tye5ke ease-in-out;
  -o-transition: 0.playmax-tye5ke ease-in-out;
  transition: 0.playmax-tye5ke ease-in-out;
}

.playmax-l2irt3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.playmax-l2irt3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.playmax-l2irt3.playmax-fcz9bv > :not(.get-image) {
  grid-column: 1/3;
}

.playmax-u4qeoh:not(._h1-block) .playmax-l2irt3 > .playmax-m2hc0c {
  grid-row: 1/2;
  grid-column: 1/3;
}

.playmax-l2irt3.playmax-fcz9bv .playmax-o2or4l {
  grid-column: 2/3;
}

.playmax-l2irt3.playmax-fcz9bv > .playmax-cixrjd {
  grid-column: 1/2;
}

.playmax-l2irt3.playmax-fcz9bv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.playmax-l2irt3 > p:first-of-type {
  margin-top: 0;
}

.playmax-l2irt3 .playmax-cixrjd {
  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;
}

.playmax-u4qeoh:not(._h1-block) .playmax-m2hc0c ~ .playmax-cixrjd {
  grid-row: 2/10;
}

.playmax-u4qeoh.playmax-bei3k7 .playmax-m2hc0c ~ .playmax-cixrjd {
  grid-row: 1/10;
}

.playmax-u4qeoh.playmax-bei3k7 > .playmax-m2hc0c {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.playmax-u4qeoh.playmax-bei3k7 .playmax-cixrjd {
  grid-row: 1/10;
}

.playmax-l2irt3.playmax-1t6ooc .playmax-cixrjd {
  align-items: flex-start;
}

.playmax-l2irt3.playmax-908ncu .playmax-o2or4l {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.playmax-l2irt3.playmax-908ncu .playmax-cixrjd {
  align-items: center;
}

.playmax-l2irt3.playmax-2gxg90 .playmax-cixrjd {
  align-items: flex-end;
}

.playmax-o2or4l > :first-child {
  margin-top: 0;
}

.playmax-o2or4l > :last-child {
  margin-bottom: 0;
}

* + .playmax-dggf71,
.playmax-u4qeoh + .playmax-u4qeoh {
  margin-top: 2rem;
}

.playmax-ltmexl td::before,
.playmax-ltmexl th::after {
  display: none !important;
}

.playmax-ltmexl #link-selector {
  color: #000;
}

.playmax-ltmexl .playmax-rsqzmi {
  color: #135e96;
}

.playmax-ltmexl .playmax-r9jqvq *,
.playmax-ltmexl .playmax-7w08sd p,
.playmax-ltmexl .playmax-rfqxgr * {
  color: #000;
}

.playmax-ltmexl .playmax-0yapbx {
  background: 0 0 !important;
}

.playmax-ltmexl .playmax-kc6xj7 {
  color: #000;
}

.playmax-ltmexl .playmax-n36jef.playmax-d2xqv5 {
  color: #fff;
}

.playmax-ltmexl .playmax-awl6sr {
  color: #000;
}

.playmax-ltmexl
  .playmax-vzuuah
  .playmax-3eqsre.playmax-d2xqv5.playmax-wdo4x0 {
  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;
}

.playmax-4hutys,
body .playmax-qj06m1 {
  color: #000;
  background: var(--color-body) !important;
}

.playmax-4hutys .playmax-goxkd7 .playmax-goz5t8,
body .playmax-qj06m1 .playmax-goxkd7 .playmax-goz5t8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playmax-w86jqg:focus,
  .playmax-w86jqg:hover {
    color: #f9cb16;
  }
  .playmax-v7k6ww:focus,
  .playmax-v7k6ww:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playmax-3xmzkp:focus img,
  .playmax-3xmzkp:focus svg,
  .playmax-3xmzkp:hover img,
  .playmax-3xmzkp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .playmax-yh2aok {
    display: none;
  }
}

@media (min-width: 1024px) {
  .playmax-y3a5la:hover .playmax-skq3x9 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .playmax-skq3x9 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .playmax-garvuh {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .playmax-dwxv8x {
    grid-template-columns: repeat(4, 1fr);
  }
  .playmax-aag3k8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .playmax-wx3q91 .playmax-gak6ye {
    grid-template-columns: 1fr;
  }
  .playmax-wx3q91 .playmax-z3n2z4 {
    -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;
  }
  .playmax-wx3q91 .playmax-9d7o9r {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playmax-wx3q91 .playmax-ya2gbu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playmax-wx3q91 .playmax-g8tx0l {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .playmax-wx3q91 .playmax-9d7o9r:not(:first-child) {
    border: none;
  }
  .playmax-wx3q91 .playmax-9d7o9r:first-child .playmax-ya2gbu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .playmax-wx3q91 .playmax-9d7o9r:last-child .playmax-ya2gbu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .playmax-ldkvyn {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .playmax-mngov2 {
    max-width: 100px;
  }
  .playmax-nxc8lt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .playmax-nijgzx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .playmax-nijgzx svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .playmax-yv0mct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .playmax-nxc8lt + .playmax-nijgzx {
    margin-left: auto;
  }
  .playmax-lwmzxh {
    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;
  }
  .playmax-lwmzxh.playmax-p90biz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .playmax-aq3u2x {
    -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;
  }
  .playmax-k3f23z {
    width: 100%;
  }
  .playmax-k3f23z:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .playmax-q4ihq9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .playmax-q4ihq9 svg {
    margin-right: 4px;
  }
  .playmax-y3a5la {
    -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;
  }
  .playmax-skq3x9 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .playmax-skq3x9 {
    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;
  }
  .playmax-nusi53 {
    display: none;
    width: 100%;
  }
  .playmax-y3a5la.playmax-p90biz .playmax-nusi53 {
    padding: 0 0 0 48px;
  }
  .playmax-xh9kl2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .playmax-f9x4xw .playmax-cixrjd {
    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;
  }
  .playmax-jvnm85 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playmax-jvnm85 + .playmax-jvnm85 {
    margin-right: 0;
  }
  .playmax-jvnm85 + .playmax-cixrjd {
    margin: 0;
  }
  .playmax-garvuh {
    grid-template-columns: repeat(4, 1fr);
  }
  .playmax-dwxv8x {
    grid-template-columns: repeat(3, 1fr);
  }
  .playmax-wwdcwt,
  .playmax-78owe4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .playmax-l2irt3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .playmax-l2irt3.playmax-fcz9bv .playmax-o2or4l {
    grid-column: auto;
    grid-row: auto;
  }
  .playmax-l2irt3 > .playmax-m2hc0c {
    grid-column: 1/2;
  }
  .playmax-l2irt3.playmax-fcz9bv > :not(.get-image) {
    grid-column: 1/2;
  }
  .playmax-l2irt3 .playmax-cixrjd,
  .playmax-l2irt3.playmax-fcz9bv > .playmax-cixrjd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playmax-l2irt3.playmax-fcz9bv > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .playmax-u4qeoh.playmax-bei3k7 .playmax-l2irt3 > .playmax-cixrjd {
    grid-row: 1/2;
  }
  .playmax-l2irt3 .playmax-m2hc0c ~ .playmax-cixrjd,
  .playmax-l2irt3.playmax-fcz9bv .playmax-m2hc0c ~ .playmax-cixrjd {
    grid-row: 2/3;
  }
  .playmax-u4qeoh.playmax-bei3k7 .playmax-m2hc0c ~ .playmax-cixrjd {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .playmax-c20yp9:first-child .playmax-qrqgzx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playmax-c20yp9:first-child .playmax-qrqgzx h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .playmax-c20yp9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .playmax-c20yp9 {
    padding: 0;
  }
  .playmax-cl7tpc {
    margin-top: 1rem;
  }
  .playmax-vjle9u {
    border-radius: 5px;
  }
  .playmax-8c2odb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playmax-52tq4c::after {
    display: inline-block;
  }
  .playmax-52tq4c {
    margin: 0;
    width: 100%;
  }
  .playmax-kd62fi {
    width: 100%;
  }
  .playmax-kd62fi.playmax-tzsdf3 {
    -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%;
  }
  .playmax-kd62fi.playmax-tzsdf3 .playmax-gtoy2t {
    width: 100%;
  }
  .playmax-kd62fi.playmax-tzsdf3 .playmax-gtoy2t:not(:last-child) {
    margin-right: 0;
  }
  .playmax-w86jqg {
    width: 100%;
    text-align: center;
  }
  .playmax-0nf0j5.playmax-p90biz .playmax-kd62fi {
    margin-top: 1rem;
  }
  .playmax-garvuh {
    grid-template-columns: repeat(3, 1fr);
  }
  .playmax-aag3k8,
  .playmax-dwxv8x {
    grid-template-columns: repeat(2, 1fr);
  }
  .playmax-wwdcwt,
  .playmax-78owe4,
  .playmax-6ign8a {
    grid-template-columns: 1fr;
  }
  .playmax-1o3cwj {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .playmax-xia6tf {
    min-width: 300px;
    max-width: 325px;
  }
  .playmax-ya2gbu {
    cursor: auto;
  }
  .playmax-w4txz3 .playmax-ya2gbu {
    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;
  }
  .playmax-hg5s1h {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .playmax-nusi53 {
    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) {
  .playmax-hg5s1h {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.playmax-jvnm85 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .playmax-nijgzx {
    margin: 0 -0.2rem;
  }
  .playmax-jvnm85 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .playmax-tjzs8m {
    -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;
  }
  .playmax-duw9il {
    max-width: 100%;
  }
  .playmax-garvuh {
    grid-template-columns: repeat(2, 1fr);
  }
  .playmax-aag3k8,
  .playmax-dwxv8x {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .playmax-ldkvyn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playmax-nijgzx {
    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;
  }
  .playmax-cgytz8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playmax-3xipv8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playmax-xn8yzq,
  .playmax-0a4day {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .playmax-xupibs {
    width: 100%;
  }
  .playmax-garvuh {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .playmax-hg5s1h {
    top: 127px !important;
  }
}

.playmax-1otdrr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .playmax-1otdrr {
  }
}

@media (max-width: 767px) {
  .playmax-1otdrr {
    margin-bottom: 12px;
  }
}

.playmax-1otdrr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.playmax-6ma0d2 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.playmax-6ma0d2 > .playmax-nez69z {
  flex: 1 1;
}

@media (max-width: 767px) {
  .playmax-6ma0d2 {
    flex-direction: column;
    gap: 12px;
  }
}

.playmax-pm4jcm {
  display: flex;
}

.playmax-pm4jcm .playmax-injs42 {
  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;
}

.playmax-pm4jcm .playmax-0uuoql {
  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;
}

.playmax-pm4jcm .playmax-40cfx1 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.playmax-pm4jcm .playmax-8vihvd {
  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));
  }
}

.playmax-pm4jcm .playmax-8vihvd:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.playmax-pm4jcm .playmax-ki5niv {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.playmax-pgt9wa {
  border: unset;
  background-color: unset;
}

.playmax-pgt9wa tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playmax-pgt9wa .playmax-2qdx45,
.playmax-pgt9wa .playmax-sfecm5 {
  flex: 0 1 330px;
}

.playmax-pgt9wa .playmax-uyeyz6 {
  flex: 1 1;
}

.playmax-pgt9wa tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playmax-pgt9wa tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.playmax-pgt9wa tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.playmax-pgt9wa tr td p {
  color: #fff;
  margin: 0;
}

.playmax-pgt9wa tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.playmax-pgt9wa tr.playmax-2qdx45 td p {
  padding: 16px 0;
}

.playmax-pgt9wa tr.playmax-2qdx45 td p:not(:last-child),
.playmax-pgt9wa tr.playmax-sfecm5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.playmax-pgt9wa tr.playmax-2qdx45 td p:first-child,
.playmax-pgt9wa tr.playmax-sfecm5 td p:first-child {
  padding-top: 0;
}

.playmax-pgt9wa tr.playmax-sfecm5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playmax-pgt9wa tr.playmax-sfecm5 td p:last-child {
  padding-bottom: 0;
}

.playmax-pgt9wa .playmax-sfecm5 img {
  max-width: 32px;
}

.playmax-pgt9wa .playmax-uyeyz6 {
  min-width: 718px;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.playmax-pgt9wa .playmax-uyeyz6 td {
  display: flex;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz,
.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-0zjnzj,
.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vx9r42 {
  flex: 1 1 50%;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-zkjfxm {
  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;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-lqgt30,
.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-t5hqte {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz,
.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-0zjnzj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz span,
.playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-0zjnzj span {
  font-weight: 800;
}

.playmax-pgt9wa .playmax-uyeyz6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .playmax-pgt9wa tr.playmax-2qdx45 td p:last-child {
    padding-bottom: 0;
  }
  .playmax-pgt9wa .playmax-sfecm5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .playmax-pgt9wa .playmax-sfecm5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .playmax-pgt9wa tr.playmax-2qdx45 td p:not(:last-child),
  .playmax-pgt9wa tr.playmax-sfecm5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .playmax-pgt9wa tr.playmax-sfecm5 td p:last-child {
    padding-bottom: 12px;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz,
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-0zjnzj,
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vx9r42 {
    flex: 1 1 50%;
    padding: 0;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz,
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-0zjnzj {
    margin-top: 16px;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vx9r42 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vftadz {
    border-right: 1px solid var(--border-color);
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vx9r42:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td:last-child .playmax-vx9r42:last-child {
    padding-bottom: 0;
  }
}

.playmax-vx9r42 {
  display: flex;
  flex-direction: column;
}

.playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42:not(:first-child) {
    padding-left: 0;
  }
  .playmax-pgt9wa .playmax-uyeyz6 td .playmax-vx9r42:not(:last-of-type) {
    border-right: unset;
  }
}

.playmax-pgt9wa .playmax-y3h5o5 {
  flex: 0 1 485px;
}

.playmax-pgt9wa .playmax-h8a9lm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.playmax-pgt9wa .playmax-h8a9lm li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playmax-pgt9wa .playmax-h8a9lm li.playmax-ugttbs {
  padding: 6px 12px;
}

.playmax-pgt9wa .playmax-h8a9lm li a,
.playmax-pgt9wa .playmax-h8a9lm 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;
}

.playmax-pgt9wa .playmax-w99137,
.playmax-pgt9wa .playmax-9dg0ae {
  flex: 1 1;
}

.playmax-pgt9wa .playmax-j9qizu,
.playmax-pgt9wa .playmax-6ahm8v {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.playmax-pgt9wa .playmax-j9qizu li,
.playmax-pgt9wa .playmax-6ahm8v li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playmax-pgt9wa .playmax-9dg0ae img {
  max-width: 32px;
}

.playmax-pgt9wa .playmax-w99137 img {
  max-width: 32px;
}

.playmax-pgt9wa .playmax-5taceu {
  min-width: 280px;
}

.playmax-pgt9wa .playmax-5taceu img {
  max-width: 146px;
}

.playmax-pgt9wa .playmax-5taceu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .playmax-pgt9wa .playmax-2qdx45,
  .playmax-pgt9wa .playmax-sfecm5 {
    flex: 0 1 auto;
  }
  .playmax-pgt9wa .playmax-uyeyz6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .playmax-pgt9wa .playmax-2qdx45,
  .playmax-pgt9wa .playmax-y3h5o5,
  .playmax-pgt9wa .playmax-sfecm5,
  .playmax-pgt9wa .playmax-uyeyz6 {
    flex: 1 1 calc(50% - 20px);
  }
  .playmax-pgt9wa .playmax-w99137,
  .playmax-pgt9wa .playmax-5taceu,
  .playmax-pgt9wa .playmax-9dg0ae {
    flex: 1 1 30%;
  }
  .playmax-pgt9wa .playmax-5taceu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .playmax-pgt9wa .playmax-2qdx45,
  .playmax-pgt9wa .playmax-y3h5o5,
  .playmax-pgt9wa .playmax-w99137,
  .playmax-pgt9wa .playmax-sfecm5,
  .playmax-pgt9wa .playmax-uyeyz6,
  .playmax-pgt9wa .playmax-5taceu,
  .playmax-pgt9wa .playmax-9dg0ae {
    flex: 1 1 100%;
  }
}

.playmax-pcman7 .playmax-ks5jly {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playmax-pcman7 .playmax-sbl4cf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.playmax-pcman7 .playmax-5bkhir {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.playmax-pcman7 .playmax-x2vcja {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.playmax-pcman7 .playmax-x2vcja > :nth-child(3) {
  margin-top: 0;
}

.playmax-pcman7 .playmax-cixrjd {
  grid-column: 2/3;
  grid-row: 1/10;
}

.playmax-pcman7 .playmax-b15dmi {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.playmax-pcman7 .playmax-cl7tpc {
  grid-column: 1/2;
}

.playmax-pcman7 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.playmax-pcman7 .playmax-sbl4cf: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;
}

.playmax-pcman7 .playmax-sbl4cf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.playmax-pcman7 .playmax-xupibs {
  min-width: 240px;
}

@media (max-width: 768px) {
  .playmax-pcman7 .playmax-sbl4cf:not(:last-child):before {
    bottom: 8px;
  }
  .playmax-pcman7 .playmax-sbl4cf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .playmax-pcman7 .playmax-x2vcja {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .playmax-pcman7 .playmax-cixrjd {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .playmax-pcman7 .playmax-cixrjd img {
    width: 100%;
    height: auto;
  }
  .playmax-pcman7 .playmax-xupibs {
    width: 100%;
    min-width: unset;
  }
}

.playmax-lcu5gy .playmax-9w8afq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.playmax-lcu5gy .playmax-wc4uhm {
  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;
}

.playmax-lcu5gy .playmax-cixrjd {
  height: 100%;
}

.playmax-lcu5gy .playmax-cixrjd img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.playmax-lcu5gy .playmax-yp6ru9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.playmax-lcu5gy .playmax-pari0j {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.playmax-lcu5gy .playmax-satgjm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .playmax-lcu5gy .playmax-wc4uhm {
    flex: 1 1 100%;
  }
  .playmax-lcu5gy .playmax-x03vmj {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .playmax-lcu5gy .playmax-wc4uhm {
    flex-direction: column;
  }
  .playmax-lcu5gy .playmax-cixrjd {
    width: 100%;
    height: auto;
  }
  .playmax-lcu5gy .playmax-cixrjd img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .playmax-lcu5gy .playmax-yp6ru9 {
    padding: 0 16px 16px 16px;
  }
  .playmax-lcu5gy .playmax-x03vmj {
    min-width: unset;
    width: 100%;
  }
}

.playmax-61o9uc .playmax-5hv8s6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.playmax-61o9uc .playmax-as590j {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.playmax-61o9uc 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;
}

.playmax-61o9uc .playmax-4w8f2a {
  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;
}

.playmax-61o9uc .playmax-as590j:hover .playmax-4w8f2a {
  display: flex;
}

.playmax-61o9uc .playmax-ayba7g {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playmax-61o9uc .playmax-x2khsi {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.playmax-17iur7 {
  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;
}

.playmax-17iur7.playmax-aergxm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.playmax-9cyqn9 ease-in-out;
}

.playmax-17iur7.playmax-aergxm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.playmax-61o9uc .playmax-v10fow {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.playmax-9cyqn9 ease-in-out;
}

.playmax-61o9uc .playmax-v10fow:hover {
  color: #196948;
  background-color: #f9cb16;
}

.playmax-61o9uc .playmax-v10fow:after,
.playmax-17iur7.playmax-aergxm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.playmax-17iur7.playmax-aergxm:after {
  background-image: url(../images/Cash.svg);
}

.playmax-61o9uc .playmax-v10fow:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .playmax-61o9uc .playmax-5hv8s6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .playmax-61o9uc .playmax-5hv8s6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .playmax-61o9uc .playmax-5hv8s6 {
    grid-template-columns: 1fr;
  }
  .playmax-61o9uc .playmax-as590j {
    height: auto;
  }
  .playmax-61o9uc .playmax-as590j .playmax-4w8f2a {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .playmax-61o9uc .playmax-ayba7g,
  .playmax-61o9uc .playmax-x2khsi {
    text-align: left;
  }
  .playmax-61o9uc .playmax-x2khsi {
    margin-bottom: 8px;
  }
  .playmax-61o9uc img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.playmax-87y9qi {
  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;
}

.playmax-87y9qi.playmax-qn37kp {
  display: block;
}

.playmax-87y9qi .playmax-putsha {
  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;
}

.playmax-87y9qi .playmax-c8i42e {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.playmax-87y9qi .playmax-h6448i {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.playmax-87y9qi .playmax-tu02w6 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.playmax-87y9qi .playmax-17iur7 {
  min-width: 296px;
  margin-bottom: 0;
}

.playmax-87y9qi .playmax-o0pw6s {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playmax-87y9qi .playmax-7zcf2p {
  position: relative;
  flex: 1 1;
}

.playmax-87y9qi .playmax-7zcf2p iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .playmax-87y9qi .playmax-c8i42e {
    flex-wrap: wrap;
    gap: 8px;
  }
  .playmax-87y9qi .playmax-h6448i {
    order: 1;
  }
  .playmax-87y9qi .playmax-tu02w6 {
    order: 3;
    flex: 1 1 100%;
  }
  .playmax-87y9qi .playmax-17iur7 {
    width: 100%;
    min-width: unset;
  }
  .playmax-87y9qi .playmax-o0pw6s {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .playmax-l2irt3 > .playmax-m2hc0c {
    margin-bottom: 0;
  }
  .playmax-l2irt3 > .playmax-cl7tpc,
  .playmax-l2irt3 > p {
    margin-top: 0;
  }
}

.playmax-94hyll img,
.playmax-jvnm85 img {
  width: auto;
  object-fit: contain;
}

.playmax-94hyll {
  align-items: center;
}

.playmax-94hyll img {
  max-height: 76px;
}

.playmax-jvnm85 img {
  max-height: 64px;
}

.playmax-yzzy24 {
  overflow: auto;
}

.playmax-267t3d {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.playmax-rv2j96:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.playmax-tj43ei {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.playmax-wjz33g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playmax-tj43ei .playmax-cixrjd {
  margin-right: 20px;
  flex-shrink: 0;
}

.playmax-tj43ei img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.playmax-k104us {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.playmax-k104us > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playmax-tj43ei {
    padding: 15px 10px;
  }
  .playmax-k104us {
    padding: 15px 10px;
  }
  .playmax-tj43ei .playmax-cixrjd {
    margin-right: 10px;
  }
}

.playmax-5h4zfa {
  overflow-x: auto;
}

.playmax-k27aoz {
  border-collapse: collapse;
  width: 100%;
}

.playmax-5h4zfa th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.playmax-5h4zfa td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.playmax-5h4zfa td.playmax-jvt8r2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.playmax-5h4zfa td.playmax-4lsnry {
  border-right: none;
}

.playmax-5h4zfa td.playmax-4lsnry .playmax-cixrjd {
  justify-content: flex-start;
}

.playmax-5h4zfa td.playmax-4lsnry .playmax-cixrjd img {
  height: auto;
  width: 90px;
}

.playmax-5h4zfa td.playmax-1f451p,
.playmax-5h4zfa td.playmax-fdprfr {
  font-weight: 600;
  text-align: right;
}

.playmax-5h4zfa td.playmax-rad2h6,
.playmax-5h4zfa td.playmax-1f451p {
  padding-bottom: 10px;
  border-bottom: none;
}

.playmax-5h4zfa td.playmax-1f451p,
.playmax-5h4zfa td.playmax-fdprfr {
  border-left: none;
}

.playmax-5h4zfa td.playmax-rad2h6,
.playmax-5h4zfa td.playmax-m5id6l {
  border-right: none;
}

.playmax-5h4zfa td.playmax-m5id6l,
.playmax-5h4zfa td.playmax-fdprfr {
  border-top: none;
  padding-top: 10px;
}

.playmax-c1xihw {
  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;
}

.playmax-c1xihw .playmax-x03vmj {
  min-width: unset;
  width: 100%;
}

.playmax-c1xihw .playmax-x03vmj.playmax-jxriae {
  grid-column: 1/2;
  grid-row: 1/2;
}

.playmax-c1xihw .playmax-x03vmj.playmax-7qdkqn {
  grid-column: 2/3;
  grid-row: 1/2;
}

.playmax-c1xihw .playmax-dhrudy {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .playmax-c1xihw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .playmax-c1xihw .playmax-x03vmj.playmax-jxriae {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playmax-c1xihw .playmax-x03vmj.playmax-7qdkqn {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .playmax-c1xihw .playmax-dhrudy {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.playmax-5gmnct {
  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;
}

.playmax-51ab6a {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.playmax-qt3lw4 p a img {
  margin: 0 auto;
  display: block;
}

.playmax-qt3lw4 table {
  margin-bottom: 17px;
}

/* contanct form */
.playmax-98mcxo {
  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;
}

.playmax-98mcxo label {
  font-size: 14px;
}

.playmax-98mcxo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playmax-98mcxo input,
.playmax-98mcxo textarea,
.playmax-98mcxo 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;
}
.playmax-98mcxo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playmax-9cyqn9 ease;
}
.playmax-98mcxo button:hover {
  background-color: #691204;
}
.playmax-g4b2ox {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playmax-v7a3hz ease-in;
}

.playmax-g4b2ox h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}