@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);
}

.playio-kpc7ut {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playio-d415ly {
  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.playio-gdi2l6,
ul.playio-gdi2l6 {
  padding-left: 20px;
}

ul.playio-gdi2l6 {
  list-style: disc;
}

ol.playio-gdi2l6 {
  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;
  }
}

.playio-w0euu5 > .playio-cdel5r,
.playio-w0euu5 > .playio-t99zlg,
.playio-w0euu5 > blockquote,
.playio-w0euu5 > h1,
.playio-w0euu5 > h2,
.playio-w0euu5 > h3,
.playio-w0euu5 > h4,
.playio-w0euu5 > h5,
.playio-w0euu5 > h6,
.playio-w0euu5 > ol,
.playio-w0euu5 > p,
.playio-w0euu5 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playio-w0euu5 > ol,
.playio-w0euu5 > ul {
  padding-left: 50px;
}

.playio-w0euu5 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;
}

.playio-w0euu5:not(:last-child) {
  margin-bottom: 2rem;
}

.playio-w0euu5 > :not(:first-child) {
  margin-top: 2rem;
}

.playio-w0euu5 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playio-w0euu5:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playio-w0euu5:first-child {
    margin-top: 20px;
  }
}

.playio-w0euu5 > p:last-of-type {
  margin-bottom: 32px;
}

.playio-w0euu5 > .playio-t9aorh:not(:first-child) {
  margin: 64px auto 16px auto;
}

.playio-l1wqxt > .playio-t9aorh {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playio-t99zlg {
  overflow: auto;
}

.playio-t99zlg::-webkit-scrollbar {
  height: 5px;
}

.playio-t99zlg table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.playio-t99zlg table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.playio-t99zlg table thead,
table thead {
  border-bottom: none;
}

.playio-t99zlg table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.playio-t99zlg table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.playio-t99zlg table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.playio-t99zlg .playio-fat8pz {
  table-layout: auto;
}

.playio-t99zlg .playio-fat8pz th {
  word-break: normal;
}

.playio-t99zlg .playio-fat8pz td {
  word-break: normal;
}

.playio-kpc7ut .playio-kpc7ut {
  padding-right: 0;
  padding-left: 0;
}

.playio-r9sa01 {
  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;
}

.playio-abahpe {
  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;
}

.playio-2qcnhg {
  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;
}

.playio-cdel5r {
  margin-top: 24px;
}

.playio-cdel5r.playio-oaq1lm {
  text-align: left;
}

.playio-cdel5r.playio-mx5ed9 {
  text-align: right;
}

.playio-cdel5r.playio-rsdb1m {
  text-align: center;
}

.playio-rlttgq {
  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.playio-8ge0ls ease-in-out;
  cursor: pointer;
}

.playio-rlttgq:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.playio-rlttgq {
  min-width: 328px;
}

@media (max-width: 768px) {
  .playio-rlttgq {
    min-width: unset;
  }
}

.playio-otzxiq {
  background-color: var(--fh-bg-color);
}

.playio-k1os53 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.playio-90bode {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.playio-90bode img {
  max-height: 44px;
  object-fit: contain;
}

.playio-vfal5o {
  flex: 1 1;
}

.playio-tz48y9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.playio-x5z9zw {
  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;
}

.playio-x5z9zw 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;
}

.playio-x5z9zw.playio-y2dgip span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.playio-x5z9zw.playio-y2dgip span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.playio-x5z9zw.playio-y2dgip span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.playio-vfal5o + .playio-tz48y9 {
  margin-left: 20px;
}

.playio-e87as0 {
  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;
}

.playio-e87as0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.playio-e87as0 + .playio-e87as0 {
  margin-left: 5px;
}

.playio-o9kqjw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.playio-o9kqjw:hover {
  background-color: var(--button-bg-hover);
}

.playio-x58x9n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.playio-8ge0ls ease-in-out;
  border: 1px solid var(--border-color);
}

.playio-x58x9n:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.playio-9xxblm {
  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) {
  .playio-vfal5o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .playio-9xxblm {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .playio-vfal5o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .playio-e87as0 {
    min-width: unset;
    flex: 1 1;
  }
}

.playio-ewjlff {
  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;
}

.playio-ewjlff:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.playio-ewjlff:hover .playio-y1bzl6 {
  opacity: 1;
  pointer-events: auto;
}

.playio-tikc23 {
  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.playio-tedy0z ease-in-out;
  gap: 4px;
}

.playio-tikc23 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playio-tikc23 .playio-r9sa01 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playio-b9grrr,
.playio-tikc23:hover {
  color: var(--button-bg-hover);
}

.playio-uoodq9 {
  position: relative;
}

.playio-uoodq9 .playio-tikc23 {
  margin-right: 0;
  padding-right: 4px;
}

.playio-f861b6 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playio-uoodq9.playio-y2dgip .playio-f861b6 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.playio-uoodq9.playio-y2dgip .playio-y1bzl6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.playio-uoodq9.playio-y2dgip .playio-y1bzl6::before {
  display: none;
}

.playio-f861b6 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.playio-y1bzl6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.playio-1t7i87 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.playio-y1bzl6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.playio-y1bzl6:hover {
  color: var(--fh-bg-color);
}

.playio-20g2ym {
  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.playio-1t7i87 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.playio-tedy0z ease-in-out;
  -o-transition: 0.playio-tedy0z ease-in-out;
  transition: 0.playio-tedy0z ease-in-out;
}

.playio-20g2ym .playio-r9sa01 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playio-hvjql9,
.playio-20g2ym:hover {
  color: var(--button-bg-hover);
}

.playio-pf61as {
  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%;
}

.playio-pf61as.playio-optyef {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.playio-pf61as.playio-optyef:after,
.playio-pf61as.playio-optyef:before {
  content: "";
  position: absolute;
  margin: auto;
}

.playio-pf61as.playio-optyef: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);
  }
}

.playio-pf61as.playio-optyef:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.playio-pf61as.playio-optyef > * {
  z-index: 1;
}

.playio-pf61as b,
.playio-pf61as strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.playio-pf61as .playio-ywl3mb {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.playio-pf61as .playio-ran0ek {
  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;
}

.playio-pf61as .playio-r9sa01 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.playio-pf61as .playio-kjhv4b {
  margin-top: 12px;
}

.playio-kjhv4b {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.playio-18ghrj {
  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;
}

.playio-kjhv4b .playio-nk1t9m {
  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.playio-8ge0ls ease-in-out;
}

.playio-kjhv4b .playio-nk1t9m:hover {
  background: rgba(255, 255, 255, 0.3);
}

.playio-9zagvs {
  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;
}

.playio-pf61as.playio-sz6t4v {
  gap: 12px;
  padding: 16px;
}

.playio-pf61as.playio-sz6t4v .playio-9zagvs {
  min-width: 240px;
}

.playio-pf61as.playio-sz6t4v .playio-9zagvs.playio-rhlxmw {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .playio-pf61as .playio-ywl3mb {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .playio-pf61as .playio-ran0ek {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .playio-pf61as .playio-r9sa01 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .playio-pf61as.playio-sz6t4v .playio-r9sa01 {
    max-width: 126px;
  }
  .playio-pf61as .playio-kjhv4b {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .playio-pf61as .playio-18ghrj {
    max-width: unset;
  }
  .playio-9zagvs {
    min-width: unset;
    width: 100%;
  }
  .playio-pf61as .playio-9zagvs {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .playio-pf61as.playio-sz6t4v {
    grid-template-rows: auto 1fr auto;
  }
  .playio-pf61as.playio-sz6t4v .playio-9zagvs {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .playio-pf61as {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .playio-pf61as .playio-ywl3mb {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .playio-pf61as .playio-r9sa01 {
    max-width: 78px;
  }
  .playio-pf61as .playio-kjhv4b {
    margin-top: -12px;
  }
  .playio-pf61as.playio-sz6t4v {
    gap: 8px;
  }
  .playio-pf61as.playio-sz6t4v .playio-ywl3mb {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .playio-pf61as.playio-sz6t4v .playio-ran0ek {
    grid-column: 1/3;
  }
  .playio-pf61as.playio-sz6t4v .playio-r9sa01 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .playio-pf61as.playio-sz6t4v .playio-r9sa01 img {
    max-width: 114px;
  }
}

.playio-9zagvs.playio-cg1rd3,
.playio-9zagvs.playio-zxca7k,
.playio-9zagvs.playio-dvytt2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.playio-8ge0ls ease-in-out;
}

.playio-9zagvs.playio-cg1rd3,
.playio-9zagvs.playio-dvytt2 {
  padding: 10px;
}

.playio-9zagvs.playio-cg1rd3:hover,
.playio-9zagvs.playio-zxca7k:hover,
.playio-9zagvs.playio-dvytt2:hover {
  background: var(--button-bg-hover);
}

.playio-9zagvs.playio-cg1rd3:hover svg path,
.playio-9zagvs.playio-dvytt2:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.playio-9zagvs.playio-rhlxmw {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.playio-8ge0ls ease-in-out;
  background: var(--button-bg-color);
}

.playio-9zagvs.playio-rhlxmw:hover {
  background-color: var(--button-bg-hover);
}

.playio-9zagvs.playio-zxca7k: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);
  }
}

.playio-9zagvs.playio-zxca7k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playio-9zagvs.playio-rhlxmw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playio-sl4qar {
  max-width: 650px;
}

.playio-ysssbr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.playio-i7djqa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.playio-y99ilo {
  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.playio-tedy0z ease-in-out;
  cursor: pointer;
}

.playio-y99ilo:hover {
  opacity: 0.5;
}

.playio-y99ilo:focus {
  outline: 0;
}

.playio-y99ilo:focus .playio-5pbweo,
.playio-y99ilo:hover .playio-5pbweo {
  fill: red;
  fill-opacity: 1;
}

.playio-y99ilo:hover {
  cursor: pointer;
}

.playio-5ufe6e {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.playio-sl4qar.playio-rsdb1m {
  margin: 0 auto;
}

.playio-sl4qar.playio-mx5ed9 {
  margin-left: auto;
}

.playio-a518lp {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.playio-c67keu {
  padding-bottom: 50px;
}

.playio-gvh16p {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.playio-n4o741 {
  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;
}

.playio-2xxs0s {
  margin-top: 24px;
}

.playio-9k81l6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playio-gk4o4x {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.playio-4l507d {
  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;
}

.playio-kezacq {
  width: 468px;
}

.playio-4l507d .playio-y1bzl6 {
  margin: 0.playio-5rtsk4 0;
}

.playio-ep969y {
  display: flex;
  min-width: 224px;
}

.playio-j1mr64 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.playio-tedy0z ease-in-out;
}

.playio-z1yvcg,
.playio-j1mr64:hover {
  color: var(--text-color);
}

.playio-w1a9ka {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.playio-0p54vz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .playio-a518lp {
    padding: 16px;
  }
  .playio-w1a9ka {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .playio-0p54vz {
    align-items: center;
  }
  .playio-kezacq {
    width: unset;
  }
  .playio-ep969y {
    min-width: unset;
  }
  .playio-4l507d {
    max-height: unset;
  }
  .playio-gvh16p {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .playio-a518lp {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.playio-rz92e4 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playio-rz92e4:not(:last-child) {
  margin-bottom: 16px;
}

.playio-cwy46d {
  outline: 0;
}

.playio-cwy46d .playio-ymzy4x {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.playio-hk6zo7 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .playio-hk6zo7 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.playio-hk6zo7::-webkit-details-marker {
  display: none;
}

.playio-hk6zo7: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;
}

.playio-hk6zo7: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] .playio-hk6zo7:after {
  transform: unset;
}

.playio-ymzy4x {
  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);
}

.playio-ymzy4x 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.playio-tedy0z ease-in-out;
  -o-transition: 0.playio-tedy0z ease-in-out;
  transition: 0.playio-tedy0z ease-in-out;
}

.playio-5chxwy {
  padding: 16px 0 0 0;
}

.playio-5chxwy * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .playio-5chxwy :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playio-hk6zo7 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playio-hk6zo7::after {
    margin-left: auto;
  }
  .playio-ymzy4x {
    order: 3;
    flex: 1 1 100%;
  }
  .playio-hk6zo7 {
    font-size: 14px;
    line-height: 130%;
  }
  .playio-ymzy4x svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.playio-la3moq {
  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;
}

.playio-j9jnk0 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.playio-la3moq.playio-y2dgip .playio-j9jnk0 {
  margin-bottom: 12px;
}

.playio-j9jnk0::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;
}

.playio-la3moq.playio-y2dgip .playio-j9jnk0::after {
  transform: unset;
}

.playio-yr0bf0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.playio-ahd01h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.playio-tedy0z ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.playio-ahd01h: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;
}

.playio-la3moq.playio-y2dgip .playio-yr0bf0 {
  max-height: 100%;
}

.playio-won2lh {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.playio-gq2ctl {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.playio-efa7g1 {
  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;
}

.playio-0y7bm3 {
  margin-right: 4px;
}

.playio-b94101 {
  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.playio-tedy0z ease-in-out;
}

.playio-b94101 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.playio-u2u6pu,
.playio-b94101:hover {
  color: var(--text-color);
}

.playio-2i0uwm {
  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;
}

.playio-2i0uwm img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.playio-2i0uwm .playio-2ewcse {
  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;
}

.playio-2i0uwm .playio-jq1ksu {
  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;
}

.playio-vhu17j {
  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;
}

.playio-81glzw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playio-bhbgav .playio-kpc7ut {
  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;
}

.playio-bhbgav {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.playio-m5hsb7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.playio-dib7sf {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.playio-viiylc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.playio-wv71lc 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;
}

.playio-viiylc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.playio-l17byj {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.playio-vb301g {
  -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.playio-tedy0z ease-in-out;
  transition: transform 0.playio-tedy0z ease-in-out;
  -o-transition: transform 0.playio-tedy0z ease-in-out;
  transition:
    transform 0.playio-tedy0z ease-in-out,
    -webkit-transform 0.playio-tedy0z ease-in-out;
  cursor: pointer;
}

.playio-vb301g svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.playio-vb301g: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;
}

.playio-zmz6jz {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .playio-zmz6jz {
    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);
}

.playio-ynhv2s {
  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;
}

.playio-2jkkgz {
  position: relative;
  width: 100%;
}

.playio-ynhv2s.playio-0u9im4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.playio-ynhv2s.playio-rsdb1m {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playio-ynhv2s.playio-mx5ed9 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.playio-h5w62t {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.playio-kb5qcd {
  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.playio-tedy0z ease-in-out;
  cursor: pointer;
}

.playio-kb5qcd:hover {
  opacity: 0.5;
}

.playio-ynhv2s.playio-xw57ca .playio-kb5qcd {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.playio-ynhv2s.playio-xw57ca .playio-h5w62t {
  cursor: pointer;
}

.playio-2xchvp {
  fill: #0009;
}

.playio-dutzgp {
  fill: #fff;
}

.playio-kb5qcd:hover .playio-2xchvp {
  fill: red;
}

.playio-kb5qcd svg path {
  -webkit-transition: 0.playio-tedy0z ease-in-out;
  -o-transition: 0.playio-tedy0z ease-in-out;
  transition: 0.playio-tedy0z ease-in-out;
}

.playio-ekl67w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.playio-ekl67w > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.playio-ekl67w.playio-zquem3 > :not(.get-image) {
  grid-column: 1/3;
}

.playio-7ilhq5:not(._h1-block) .playio-ekl67w > .playio-t9aorh {
  grid-row: 1/2;
  grid-column: 1/3;
}

.playio-ekl67w.playio-zquem3 .playio-jy3b2k {
  grid-column: 2/3;
}

.playio-ekl67w.playio-zquem3 > .playio-r9sa01 {
  grid-column: 1/2;
}

.playio-ekl67w.playio-zquem3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.playio-ekl67w > p:first-of-type {
  margin-top: 0;
}

.playio-ekl67w .playio-r9sa01 {
  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;
}

.playio-7ilhq5:not(._h1-block) .playio-t9aorh ~ .playio-r9sa01 {
  grid-row: 2/10;
}

.playio-7ilhq5.playio-kx2sz4 .playio-t9aorh ~ .playio-r9sa01 {
  grid-row: 1/10;
}

.playio-7ilhq5.playio-kx2sz4 > .playio-t9aorh {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.playio-7ilhq5.playio-kx2sz4 .playio-r9sa01 {
  grid-row: 1/10;
}

.playio-ekl67w.playio-57k3em .playio-r9sa01 {
  align-items: flex-start;
}

.playio-ekl67w.playio-rsdb1m .playio-jy3b2k {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.playio-ekl67w.playio-rsdb1m .playio-r9sa01 {
  align-items: center;
}

.playio-ekl67w.playio-mhfg01 .playio-r9sa01 {
  align-items: flex-end;
}

.playio-jy3b2k > :first-child {
  margin-top: 0;
}

.playio-jy3b2k > :last-child {
  margin-bottom: 0;
}

* + .playio-m0prrj,
.playio-7ilhq5 + .playio-7ilhq5 {
  margin-top: 2rem;
}

.playio-vz8q6f td::before,
.playio-vz8q6f th::after {
  display: none !important;
}

.playio-vz8q6f #link-selector {
  color: #000;
}

.playio-vz8q6f .playio-uzttrk {
  color: #135e96;
}

.playio-vz8q6f .playio-d166h9 *,
.playio-vz8q6f .playio-rrweu4 p,
.playio-vz8q6f .playio-28symr * {
  color: #000;
}

.playio-vz8q6f .playio-uk0fc0 {
  background: 0 0 !important;
}

.playio-vz8q6f .playio-mqdzsu {
  color: #000;
}

.playio-vz8q6f .playio-fst1zl.playio-qgiute {
  color: #fff;
}

.playio-vz8q6f .playio-sug64q {
  color: #000;
}

.playio-vz8q6f
  .playio-l3dhdm
  .playio-7e6cyn.playio-qgiute.playio-nv2tcg {
  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;
}

.playio-3ofeog,
body .playio-qr7lka {
  color: #000;
  background: var(--color-body) !important;
}

.playio-3ofeog .playio-1832z5 .playio-mhnhiv,
body .playio-qr7lka .playio-1832z5 .playio-mhnhiv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playio-ahd01h:focus,
  .playio-ahd01h:hover {
    color: #f9cb16;
  }
  .playio-7dwi07:focus,
  .playio-7dwi07:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playio-wxzi8o:focus img,
  .playio-wxzi8o:focus svg,
  .playio-wxzi8o:hover img,
  .playio-wxzi8o:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .playio-2i0uwm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .playio-uoodq9:hover .playio-f861b6 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .playio-f861b6 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .playio-sfokd1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .playio-ia4qqi {
    grid-template-columns: repeat(4, 1fr);
  }
  .playio-vg4m6k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .playio-tix2t3 .playio-fib668 {
    grid-template-columns: 1fr;
  }
  .playio-tix2t3 .playio-gmunbd {
    -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;
  }
  .playio-tix2t3 .playio-48oldw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playio-tix2t3 .playio-3f387l {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playio-tix2t3 .playio-1aistb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .playio-tix2t3 .playio-48oldw:not(:first-child) {
    border: none;
  }
  .playio-tix2t3 .playio-48oldw:first-child .playio-3f387l {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .playio-tix2t3 .playio-48oldw:last-child .playio-3f387l {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .playio-k1os53 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .playio-90bode {
    max-width: 100px;
  }
  .playio-vfal5o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .playio-tz48y9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .playio-tz48y9 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .playio-x5z9zw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .playio-vfal5o + .playio-tz48y9 {
    margin-left: auto;
  }
  .playio-kw6yfd {
    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;
  }
  .playio-kw6yfd.playio-y2dgip {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .playio-9xxblm {
    -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;
  }
  .playio-ewjlff {
    width: 100%;
  }
  .playio-ewjlff:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .playio-tikc23 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .playio-tikc23 svg {
    margin-right: 4px;
  }
  .playio-uoodq9 {
    -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;
  }
  .playio-f861b6 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .playio-f861b6 {
    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;
  }
  .playio-y1bzl6 {
    display: none;
    width: 100%;
  }
  .playio-uoodq9.playio-y2dgip .playio-y1bzl6 {
    padding: 0 0 0 48px;
  }
  .playio-20g2ym {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .playio-n4o741 .playio-r9sa01 {
    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;
  }
  .playio-3b6csp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playio-3b6csp + .playio-3b6csp {
    margin-right: 0;
  }
  .playio-3b6csp + .playio-r9sa01 {
    margin: 0;
  }
  .playio-sfokd1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .playio-ia4qqi {
    grid-template-columns: repeat(3, 1fr);
  }
  .playio-fm38x6,
  .playio-wj8g4l {
    grid-template-columns: repeat(2, 1fr);
  }
  .playio-ekl67w {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .playio-ekl67w.playio-zquem3 .playio-jy3b2k {
    grid-column: auto;
    grid-row: auto;
  }
  .playio-ekl67w > .playio-t9aorh {
    grid-column: 1/2;
  }
  .playio-ekl67w.playio-zquem3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .playio-ekl67w .playio-r9sa01,
  .playio-ekl67w.playio-zquem3 > .playio-r9sa01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playio-ekl67w.playio-zquem3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .playio-7ilhq5.playio-kx2sz4 .playio-ekl67w > .playio-r9sa01 {
    grid-row: 1/2;
  }
  .playio-ekl67w .playio-t9aorh ~ .playio-r9sa01,
  .playio-ekl67w.playio-zquem3 .playio-t9aorh ~ .playio-r9sa01 {
    grid-row: 2/3;
  }
  .playio-7ilhq5.playio-kx2sz4 .playio-t9aorh ~ .playio-r9sa01 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .playio-w0euu5:first-child .playio-fc56nw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playio-w0euu5:first-child .playio-fc56nw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .playio-w0euu5 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .playio-w0euu5 {
    padding: 0;
  }
  .playio-cdel5r {
    margin-top: 1rem;
  }
  .playio-cwy46d {
    border-radius: 5px;
  }
  .playio-wzb4zz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playio-j9jnk0::after {
    display: inline-block;
  }
  .playio-j9jnk0 {
    margin: 0;
    width: 100%;
  }
  .playio-yr0bf0 {
    width: 100%;
  }
  .playio-yr0bf0.playio-uv7aqy {
    -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%;
  }
  .playio-yr0bf0.playio-uv7aqy .playio-ie5rfr {
    width: 100%;
  }
  .playio-yr0bf0.playio-uv7aqy .playio-ie5rfr:not(:last-child) {
    margin-right: 0;
  }
  .playio-ahd01h {
    width: 100%;
    text-align: center;
  }
  .playio-la3moq.playio-y2dgip .playio-yr0bf0 {
    margin-top: 1rem;
  }
  .playio-sfokd1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .playio-vg4m6k,
  .playio-ia4qqi {
    grid-template-columns: repeat(2, 1fr);
  }
  .playio-fm38x6,
  .playio-wj8g4l,
  .playio-ehqzwl {
    grid-template-columns: 1fr;
  }
  .playio-ygfnsi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .playio-vxd4jp {
    min-width: 300px;
    max-width: 325px;
  }
  .playio-3f387l {
    cursor: auto;
  }
  .playio-072fy6 .playio-3f387l {
    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;
  }
  .playio-zmz6jz {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .playio-y1bzl6 {
    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) {
  .playio-zmz6jz {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.playio-3b6csp p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .playio-tz48y9 {
    margin: 0 -0.2rem;
  }
  .playio-3b6csp {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .playio-ywmgv3 {
    -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;
  }
  .playio-e1o3o7 {
    max-width: 100%;
  }
  .playio-sfokd1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .playio-vg4m6k,
  .playio-ia4qqi {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .playio-k1os53 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playio-tz48y9 {
    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;
  }
  .playio-otzxiq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playio-e87as0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playio-1rfatt,
  .playio-lxocvt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .playio-rlttgq {
    width: 100%;
  }
  .playio-sfokd1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .playio-zmz6jz {
    top: 127px !important;
  }
}

.playio-qvrd54 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .playio-qvrd54 {
  }
}

@media (max-width: 767px) {
  .playio-qvrd54 {
    margin-bottom: 12px;
  }
}

.playio-qvrd54 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.playio-2vdwke {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.playio-2vdwke > .playio-iwhk5f {
  flex: 1 1;
}

@media (max-width: 767px) {
  .playio-2vdwke {
    flex-direction: column;
    gap: 12px;
  }
}

.playio-9wh6kg {
  display: flex;
}

.playio-9wh6kg .playio-ccmw3n {
  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;
}

.playio-9wh6kg .playio-k0k66s {
  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;
}

.playio-9wh6kg .playio-klvqhk {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.playio-9wh6kg .playio-s5nhun {
  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));
  }
}

.playio-9wh6kg .playio-s5nhun:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.playio-9wh6kg .playio-2mcpdh {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.playio-7hcg33 {
  border: unset;
  background-color: unset;
}

.playio-7hcg33 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playio-7hcg33 .playio-nv6yf0,
.playio-7hcg33 .playio-fas22s {
  flex: 0 1 330px;
}

.playio-7hcg33 .playio-1tlsnk {
  flex: 1 1;
}

.playio-7hcg33 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playio-7hcg33 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.playio-7hcg33 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.playio-7hcg33 tr td p {
  color: #fff;
  margin: 0;
}

.playio-7hcg33 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.playio-7hcg33 tr.playio-nv6yf0 td p {
  padding: 16px 0;
}

.playio-7hcg33 tr.playio-nv6yf0 td p:not(:last-child),
.playio-7hcg33 tr.playio-fas22s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.playio-7hcg33 tr.playio-nv6yf0 td p:first-child,
.playio-7hcg33 tr.playio-fas22s td p:first-child {
  padding-top: 0;
}

.playio-7hcg33 tr.playio-fas22s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playio-7hcg33 tr.playio-fas22s td p:last-child {
  padding-bottom: 0;
}

.playio-7hcg33 .playio-fas22s img {
  max-width: 32px;
}

.playio-7hcg33 .playio-1tlsnk {
  min-width: 718px;
}

.playio-7hcg33 .playio-1tlsnk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.playio-7hcg33 .playio-1tlsnk td {
  display: flex;
}

.playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do,
.playio-7hcg33 .playio-1tlsnk td:last-child .playio-o4kc6v,
.playio-7hcg33 .playio-1tlsnk td:last-child .playio-kh1ljp {
  flex: 1 1 50%;
}

.playio-7hcg33 .playio-1tlsnk td:last-child .playio-67jgng {
  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;
}

.playio-7hcg33 .playio-1tlsnk td:last-child .playio-w8s11b,
.playio-7hcg33 .playio-1tlsnk td:last-child .playio-p3hn7n {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do,
.playio-7hcg33 .playio-1tlsnk td:last-child .playio-o4kc6v {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do span,
.playio-7hcg33 .playio-1tlsnk td:last-child .playio-o4kc6v span {
  font-weight: 800;
}

.playio-7hcg33 .playio-1tlsnk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .playio-7hcg33 tr.playio-nv6yf0 td p:last-child {
    padding-bottom: 0;
  }
  .playio-7hcg33 .playio-fas22s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .playio-7hcg33 .playio-fas22s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .playio-7hcg33 tr.playio-nv6yf0 td p:not(:last-child),
  .playio-7hcg33 tr.playio-fas22s td p:not(:last-child) {
    border-bottom: unset;
  }
  .playio-7hcg33 tr.playio-fas22s td p:last-child {
    padding-bottom: 12px;
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do,
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-o4kc6v,
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-kh1ljp {
    flex: 1 1 50%;
    padding: 0;
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do,
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-o4kc6v {
    margin-top: 16px;
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-kh1ljp {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-f0b7do {
    border-right: 1px solid var(--border-color);
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-kh1ljp:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .playio-7hcg33 .playio-1tlsnk td:last-child .playio-kh1ljp:last-child {
    padding-bottom: 0;
  }
}

.playio-kh1ljp {
  display: flex;
  flex-direction: column;
}

.playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp:not(:first-child) {
    padding-left: 0;
  }
  .playio-7hcg33 .playio-1tlsnk td .playio-kh1ljp:not(:last-of-type) {
    border-right: unset;
  }
}

.playio-7hcg33 .playio-3bet44 {
  flex: 0 1 485px;
}

.playio-7hcg33 .playio-xdfyg3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.playio-7hcg33 .playio-xdfyg3 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playio-7hcg33 .playio-xdfyg3 li.playio-kwxoh1 {
  padding: 6px 12px;
}

.playio-7hcg33 .playio-xdfyg3 li a,
.playio-7hcg33 .playio-xdfyg3 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;
}

.playio-7hcg33 .playio-05tv0k,
.playio-7hcg33 .playio-hr3om0 {
  flex: 1 1;
}

.playio-7hcg33 .playio-ev5p94,
.playio-7hcg33 .playio-s8l0cd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.playio-7hcg33 .playio-ev5p94 li,
.playio-7hcg33 .playio-s8l0cd li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playio-7hcg33 .playio-hr3om0 img {
  max-width: 32px;
}

.playio-7hcg33 .playio-05tv0k img {
  max-width: 32px;
}

.playio-7hcg33 .playio-y0xp7c {
  min-width: 280px;
}

.playio-7hcg33 .playio-y0xp7c img {
  max-width: 146px;
}

.playio-7hcg33 .playio-y0xp7c td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .playio-7hcg33 .playio-nv6yf0,
  .playio-7hcg33 .playio-fas22s {
    flex: 0 1 auto;
  }
  .playio-7hcg33 .playio-1tlsnk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .playio-7hcg33 .playio-nv6yf0,
  .playio-7hcg33 .playio-3bet44,
  .playio-7hcg33 .playio-fas22s,
  .playio-7hcg33 .playio-1tlsnk {
    flex: 1 1 calc(50% - 20px);
  }
  .playio-7hcg33 .playio-05tv0k,
  .playio-7hcg33 .playio-y0xp7c,
  .playio-7hcg33 .playio-hr3om0 {
    flex: 1 1 30%;
  }
  .playio-7hcg33 .playio-y0xp7c {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .playio-7hcg33 .playio-nv6yf0,
  .playio-7hcg33 .playio-3bet44,
  .playio-7hcg33 .playio-05tv0k,
  .playio-7hcg33 .playio-fas22s,
  .playio-7hcg33 .playio-1tlsnk,
  .playio-7hcg33 .playio-y0xp7c,
  .playio-7hcg33 .playio-hr3om0 {
    flex: 1 1 100%;
  }
}

.playio-1lza0z .playio-t3bxjz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playio-1lza0z .playio-nxdidt {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.playio-1lza0z .playio-6jfvt4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.playio-1lza0z .playio-z0zcb7 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.playio-1lza0z .playio-z0zcb7 > :nth-child(3) {
  margin-top: 0;
}

.playio-1lza0z .playio-r9sa01 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.playio-1lza0z .playio-18x4mv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.playio-1lza0z .playio-cdel5r {
  grid-column: 1/2;
}

.playio-1lza0z > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.playio-1lza0z .playio-nxdidt: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;
}

.playio-1lza0z .playio-nxdidt:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.playio-1lza0z .playio-rlttgq {
  min-width: 240px;
}

@media (max-width: 768px) {
  .playio-1lza0z .playio-nxdidt:not(:last-child):before {
    bottom: 8px;
  }
  .playio-1lza0z .playio-nxdidt:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .playio-1lza0z .playio-z0zcb7 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .playio-1lza0z .playio-r9sa01 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .playio-1lza0z .playio-r9sa01 img {
    width: 100%;
    height: auto;
  }
  .playio-1lza0z .playio-rlttgq {
    width: 100%;
    min-width: unset;
  }
}

.playio-adrkac .playio-j60lz3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.playio-adrkac .playio-iijtyu {
  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;
}

.playio-adrkac .playio-r9sa01 {
  height: 100%;
}

.playio-adrkac .playio-r9sa01 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.playio-adrkac .playio-61ips3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.playio-adrkac .playio-pz9tbt {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.playio-adrkac .playio-b63n4v {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .playio-adrkac .playio-iijtyu {
    flex: 1 1 100%;
  }
  .playio-adrkac .playio-9zagvs {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .playio-adrkac .playio-iijtyu {
    flex-direction: column;
  }
  .playio-adrkac .playio-r9sa01 {
    width: 100%;
    height: auto;
  }
  .playio-adrkac .playio-r9sa01 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .playio-adrkac .playio-61ips3 {
    padding: 0 16px 16px 16px;
  }
  .playio-adrkac .playio-9zagvs {
    min-width: unset;
    width: 100%;
  }
}

.playio-dt3dxl .playio-0zknfj {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.playio-dt3dxl .playio-ikn8cq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.playio-dt3dxl 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;
}

.playio-dt3dxl .playio-r57uog {
  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;
}

.playio-dt3dxl .playio-ikn8cq:hover .playio-r57uog {
  display: flex;
}

.playio-dt3dxl .playio-lnj8fu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playio-dt3dxl .playio-ppjdo6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.playio-cxensg {
  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;
}

.playio-cxensg.playio-zevmjl {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.playio-8ge0ls ease-in-out;
}

.playio-cxensg.playio-zevmjl:hover {
  color: #f9cb16;
  background-color: transparent;
}

.playio-dt3dxl .playio-wljz9w {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.playio-8ge0ls ease-in-out;
}

.playio-dt3dxl .playio-wljz9w:hover {
  color: #196948;
  background-color: #f9cb16;
}

.playio-dt3dxl .playio-wljz9w:after,
.playio-cxensg.playio-zevmjl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.playio-cxensg.playio-zevmjl:after {
  background-image: url(../images/Cash.svg);
}

.playio-dt3dxl .playio-wljz9w:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .playio-dt3dxl .playio-0zknfj {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .playio-dt3dxl .playio-0zknfj {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .playio-dt3dxl .playio-0zknfj {
    grid-template-columns: 1fr;
  }
  .playio-dt3dxl .playio-ikn8cq {
    height: auto;
  }
  .playio-dt3dxl .playio-ikn8cq .playio-r57uog {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .playio-dt3dxl .playio-lnj8fu,
  .playio-dt3dxl .playio-ppjdo6 {
    text-align: left;
  }
  .playio-dt3dxl .playio-ppjdo6 {
    margin-bottom: 8px;
  }
  .playio-dt3dxl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.playio-j09kby {
  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;
}

.playio-j09kby.playio-xw57ca {
  display: block;
}

.playio-j09kby .playio-yfz4f8 {
  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;
}

.playio-j09kby .playio-amd55o {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.playio-j09kby .playio-sqci0w {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.playio-j09kby .playio-gwrbn1 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.playio-j09kby .playio-cxensg {
  min-width: 296px;
  margin-bottom: 0;
}

.playio-j09kby .playio-vrdayn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playio-j09kby .playio-g2lt98 {
  position: relative;
  flex: 1 1;
}

.playio-j09kby .playio-g2lt98 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .playio-j09kby .playio-amd55o {
    flex-wrap: wrap;
    gap: 8px;
  }
  .playio-j09kby .playio-sqci0w {
    order: 1;
  }
  .playio-j09kby .playio-gwrbn1 {
    order: 3;
    flex: 1 1 100%;
  }
  .playio-j09kby .playio-cxensg {
    width: 100%;
    min-width: unset;
  }
  .playio-j09kby .playio-vrdayn {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .playio-ekl67w > .playio-t9aorh {
    margin-bottom: 0;
  }
  .playio-ekl67w > .playio-cdel5r,
  .playio-ekl67w > p {
    margin-top: 0;
  }
}

.playio-q55fdp img,
.playio-3b6csp img {
  width: auto;
  object-fit: contain;
}

.playio-q55fdp {
  align-items: center;
}

.playio-q55fdp img {
  max-height: 76px;
}

.playio-3b6csp img {
  max-height: 64px;
}

.playio-x7l7ph {
  overflow: auto;
}

.playio-1mz1iq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.playio-ga3z1s:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.playio-vwieby {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.playio-eenjbo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playio-vwieby .playio-r9sa01 {
  margin-right: 20px;
  flex-shrink: 0;
}

.playio-vwieby img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.playio-y8in3l {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.playio-y8in3l > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playio-vwieby {
    padding: 15px 10px;
  }
  .playio-y8in3l {
    padding: 15px 10px;
  }
  .playio-vwieby .playio-r9sa01 {
    margin-right: 10px;
  }
}

.playio-ely0z8 {
  overflow-x: auto;
}

.playio-4ismpc {
  border-collapse: collapse;
  width: 100%;
}

.playio-ely0z8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.playio-ely0z8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.playio-ely0z8 td.playio-m4krjs {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.playio-ely0z8 td.playio-vnz9m2 {
  border-right: none;
}

.playio-ely0z8 td.playio-vnz9m2 .playio-r9sa01 {
  justify-content: flex-start;
}

.playio-ely0z8 td.playio-vnz9m2 .playio-r9sa01 img {
  height: auto;
  width: 90px;
}

.playio-ely0z8 td.playio-66d5b0,
.playio-ely0z8 td.playio-yjnn4y {
  font-weight: 600;
  text-align: right;
}

.playio-ely0z8 td.playio-dpnkxt,
.playio-ely0z8 td.playio-66d5b0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.playio-ely0z8 td.playio-66d5b0,
.playio-ely0z8 td.playio-yjnn4y {
  border-left: none;
}

.playio-ely0z8 td.playio-dpnkxt,
.playio-ely0z8 td.playio-vhgbnr {
  border-right: none;
}

.playio-ely0z8 td.playio-vhgbnr,
.playio-ely0z8 td.playio-yjnn4y {
  border-top: none;
  padding-top: 10px;
}

.playio-3gp80b {
  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;
}

.playio-3gp80b .playio-9zagvs {
  min-width: unset;
  width: 100%;
}

.playio-3gp80b .playio-9zagvs.playio-cg1rd3 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.playio-3gp80b .playio-9zagvs.playio-dvytt2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.playio-3gp80b .playio-npdmw8 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .playio-3gp80b {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .playio-3gp80b .playio-9zagvs.playio-cg1rd3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playio-3gp80b .playio-9zagvs.playio-dvytt2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .playio-3gp80b .playio-npdmw8 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.playio-2grgx8 {
  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;
}

.playio-mdd2k1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.playio-l1wqxt p a img {
  margin: 0 auto;
  display: block;
}

.playio-l1wqxt table {
  margin-bottom: 17px;
}

/* contanct form */
.playio-457815 {
  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;
}

.playio-457815 label {
  font-size: 14px;
}

.playio-457815 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playio-457815 input,
.playio-457815 textarea,
.playio-457815 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;
}
.playio-457815 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playio-8ge0ls ease;
}
.playio-457815 button:hover {
  background-color: #691204;
}
.playio-l9iwt9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playio-srm1oj ease-in;
}

.playio-l9iwt9 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}