@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);
}

.crownplay-87gkin {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownplay-94jmhv {
  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.crownplay-ncnq95,
ul.crownplay-ncnq95 {
  padding-left: 20px;
}

ul.crownplay-ncnq95 {
  list-style: disc;
}

ol.crownplay-ncnq95 {
  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;
  }
}

.crownplay-9d501m > .crownplay-jbsgcd,
.crownplay-9d501m > .crownplay-if1941,
.crownplay-9d501m > blockquote,
.crownplay-9d501m > h1,
.crownplay-9d501m > h2,
.crownplay-9d501m > h3,
.crownplay-9d501m > h4,
.crownplay-9d501m > h5,
.crownplay-9d501m > h6,
.crownplay-9d501m > ol,
.crownplay-9d501m > p,
.crownplay-9d501m > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownplay-9d501m > ol,
.crownplay-9d501m > ul {
  padding-left: 50px;
}

.crownplay-9d501m 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;
}

.crownplay-9d501m:not(:last-child) {
  margin-bottom: 2rem;
}

.crownplay-9d501m > :not(:first-child) {
  margin-top: 2rem;
}

.crownplay-9d501m {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownplay-9d501m:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .crownplay-9d501m:first-child {
    margin-top: 20px;
  }
}

.crownplay-9d501m > p:last-of-type {
  margin-bottom: 32px;
}

.crownplay-9d501m > .crownplay-vmakx0:not(:first-child) {
  margin: 64px auto 16px auto;
}

.crownplay-khhpsq > .crownplay-vmakx0 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownplay-if1941 {
  overflow: auto;
}

.crownplay-if1941::-webkit-scrollbar {
  height: 5px;
}

.crownplay-if1941 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.crownplay-if1941 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.crownplay-if1941 table thead,
table thead {
  border-bottom: none;
}

.crownplay-if1941 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.crownplay-if1941 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.crownplay-if1941 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.crownplay-if1941 .crownplay-vb5pys {
  table-layout: auto;
}

.crownplay-if1941 .crownplay-vb5pys th {
  word-break: normal;
}

.crownplay-if1941 .crownplay-vb5pys td {
  word-break: normal;
}

.crownplay-87gkin .crownplay-87gkin {
  padding-right: 0;
  padding-left: 0;
}

.crownplay-6v1hsi {
  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;
}

.crownplay-kcvmro {
  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;
}

.crownplay-9txpxs {
  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;
}

.crownplay-jbsgcd {
  margin-top: 24px;
}

.crownplay-jbsgcd.crownplay-s56j7v {
  text-align: left;
}

.crownplay-jbsgcd.crownplay-lxa84w {
  text-align: right;
}

.crownplay-jbsgcd.crownplay-o264fj {
  text-align: center;
}

.crownplay-ay8avq {
  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.crownplay-lxul7b ease-in-out;
  cursor: pointer;
}

.crownplay-ay8avq:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.crownplay-ay8avq {
  min-width: 328px;
}

@media (max-width: 768px) {
  .crownplay-ay8avq {
    min-width: unset;
  }
}

.crownplay-1x28ai {
  background-color: var(--fh-bg-color);
}

.crownplay-aj5xef {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.crownplay-vbv0y4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.crownplay-vbv0y4 img {
  max-height: 80px;
  object-fit: contain;
}

.crownplay-md2ddw {
  flex: 1 1;
}

.crownplay-bspbkp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.crownplay-8ofugd {
  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;
}

.crownplay-8ofugd 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;
}

.crownplay-8ofugd.crownplay-32sa69 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.crownplay-8ofugd.crownplay-32sa69 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.crownplay-8ofugd.crownplay-32sa69 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.crownplay-md2ddw + .crownplay-bspbkp {
  margin-left: 20px;
}

.crownplay-ogf4rr {
  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;
}

.crownplay-ogf4rr > svg {
  max-width: 24px;
  max-height: 24px;
}

.crownplay-ogf4rr + .crownplay-ogf4rr {
  margin-left: 5px;
}

.crownplay-68z3te {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.crownplay-68z3te:hover {
  background-color: var(--button-bg-hover);
}

.crownplay-vqwqaa {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.crownplay-lxul7b ease-in-out;
  border: 1px solid var(--border-color);
}

.crownplay-vqwqaa:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.crownplay-al7n6g {
  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) {
  .crownplay-md2ddw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .crownplay-al7n6g {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .crownplay-md2ddw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .crownplay-ogf4rr {
    min-width: unset;
    flex: 1 1;
  }
}

.crownplay-rtnw2x {
  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;
}

.crownplay-rtnw2x:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.crownplay-rtnw2x:hover .crownplay-73fnr5 {
  opacity: 1;
  pointer-events: auto;
}

.crownplay-tak2l5 {
  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.crownplay-licwjl ease-in-out;
  gap: 4px;
}

.crownplay-tak2l5 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownplay-tak2l5 .crownplay-6v1hsi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownplay-e19lx4,
.crownplay-tak2l5:hover {
  color: var(--button-bg-hover);
}

.crownplay-x4r2rb {
  position: relative;
}

.crownplay-x4r2rb .crownplay-tak2l5 {
  margin-right: 0;
  padding-right: 4px;
}

.crownplay-h4z24c svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownplay-x4r2rb.crownplay-32sa69 .crownplay-h4z24c svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.crownplay-x4r2rb.crownplay-32sa69 .crownplay-73fnr5 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.crownplay-x4r2rb.crownplay-32sa69 .crownplay-73fnr5::before {
  display: none;
}

.crownplay-h4z24c svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.crownplay-73fnr5 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.crownplay-mjerby 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.crownplay-73fnr5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.crownplay-73fnr5:hover {
  color: var(--fh-bg-color);
}

.crownplay-qkxra5 {
  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.crownplay-mjerby 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.crownplay-licwjl ease-in-out;
  -o-transition: 0.crownplay-licwjl ease-in-out;
  transition: 0.crownplay-licwjl ease-in-out;
}

.crownplay-qkxra5 .crownplay-6v1hsi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownplay-se2yde,
.crownplay-qkxra5:hover {
  color: var(--button-bg-hover);
}

.crownplay-yc6ye4 {
  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%;
}

.crownplay-yc6ye4.crownplay-g05o9m {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.crownplay-yc6ye4.crownplay-g05o9m:after,
.crownplay-yc6ye4.crownplay-g05o9m:before {
  content: "";
  position: absolute;
  margin: auto;
}

.crownplay-yc6ye4.crownplay-g05o9m: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);
  }
}

.crownplay-yc6ye4.crownplay-g05o9m:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.crownplay-yc6ye4.crownplay-g05o9m > * {
  z-index: 1;
}

.crownplay-yc6ye4 b,
.crownplay-yc6ye4 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.crownplay-yc6ye4 .crownplay-luakmo {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.crownplay-yc6ye4 .crownplay-yb6coc {
  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;
}

.crownplay-yc6ye4 .crownplay-6v1hsi {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.crownplay-yc6ye4 .crownplay-0bvxv9 {
  margin-top: 12px;
}

.crownplay-0bvxv9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.crownplay-acnpts {
  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;
}

.crownplay-0bvxv9 .crownplay-gk1wps {
  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.crownplay-lxul7b ease-in-out;
}

.crownplay-0bvxv9 .crownplay-gk1wps:hover {
  background: rgba(255, 255, 255, 0.3);
}

.crownplay-awcq55 {
  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;
}

.crownplay-yc6ye4.crownplay-fnkt69 {
  gap: 12px;
  padding: 16px;
}

.crownplay-yc6ye4.crownplay-fnkt69 .crownplay-awcq55 {
  min-width: 240px;
}

.crownplay-yc6ye4.crownplay-fnkt69 .crownplay-awcq55.crownplay-h6idbw {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .crownplay-yc6ye4 .crownplay-luakmo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .crownplay-yc6ye4 .crownplay-yb6coc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .crownplay-yc6ye4 .crownplay-6v1hsi {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-6v1hsi {
    max-width: 126px;
  }
  .crownplay-yc6ye4 .crownplay-0bvxv9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .crownplay-yc6ye4 .crownplay-acnpts {
    max-width: unset;
  }
  .crownplay-awcq55 {
    min-width: unset;
    width: 100%;
  }
  .crownplay-yc6ye4 .crownplay-awcq55 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 {
    grid-template-rows: auto 1fr auto;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-awcq55 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .crownplay-yc6ye4 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .crownplay-yc6ye4 .crownplay-luakmo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .crownplay-yc6ye4 .crownplay-6v1hsi {
    max-width: 78px;
  }
  .crownplay-yc6ye4 .crownplay-0bvxv9 {
    margin-top: -12px;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 {
    gap: 8px;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-luakmo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-yb6coc {
    grid-column: 1/3;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-6v1hsi {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .crownplay-yc6ye4.crownplay-fnkt69 .crownplay-6v1hsi img {
    max-width: 114px;
  }
}

.crownplay-awcq55.crownplay-qb9i53,
.crownplay-awcq55.crownplay-3k4deq,
.crownplay-awcq55.crownplay-i5rnp5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.crownplay-lxul7b ease-in-out;
}

.crownplay-awcq55.crownplay-qb9i53,
.crownplay-awcq55.crownplay-i5rnp5 {
  padding: 10px;
}

.crownplay-awcq55.crownplay-qb9i53:hover,
.crownplay-awcq55.crownplay-3k4deq:hover,
.crownplay-awcq55.crownplay-i5rnp5:hover {
  background: var(--button-bg-hover);
}

.crownplay-awcq55.crownplay-qb9i53:hover svg path,
.crownplay-awcq55.crownplay-i5rnp5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.crownplay-awcq55.crownplay-h6idbw {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.crownplay-lxul7b ease-in-out;
  background: var(--button-bg-color);
}

.crownplay-awcq55.crownplay-h6idbw:hover {
  background-color: var(--button-bg-hover);
}

.crownplay-awcq55.crownplay-3k4deq: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);
  }
}

.crownplay-awcq55.crownplay-3k4deq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownplay-awcq55.crownplay-h6idbw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownplay-16rl5h {
  max-width: 650px;
}

.crownplay-s8iibh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.crownplay-jfqch5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.crownplay-c2xkyz {
  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.crownplay-licwjl ease-in-out;
  cursor: pointer;
}

.crownplay-c2xkyz:hover {
  opacity: 0.5;
}

.crownplay-c2xkyz:focus {
  outline: 0;
}

.crownplay-c2xkyz:focus .crownplay-o479yt,
.crownplay-c2xkyz:hover .crownplay-o479yt {
  fill: red;
  fill-opacity: 1;
}

.crownplay-c2xkyz:hover {
  cursor: pointer;
}

.crownplay-41ncob {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.crownplay-16rl5h.crownplay-o264fj {
  margin: 0 auto;
}

.crownplay-16rl5h.crownplay-lxa84w {
  margin-left: auto;
}

.crownplay-x147oc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.crownplay-jii1ii {
  padding-bottom: 50px;
}

.crownplay-n3li9x {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.crownplay-0ixbs4 {
  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;
}

.crownplay-bi5rgt {
  margin-top: 24px;
}

.crownplay-g194nr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crownplay-hzpsfk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.crownplay-lh35wm {
  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;
}

.crownplay-00suut {
  width: 468px;
}

.crownplay-lh35wm .crownplay-73fnr5 {
  margin: 0.crownplay-scrbq1 0;
}

.crownplay-wpw7xf {
  display: flex;
  min-width: 224px;
}

.crownplay-15hnqp {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.crownplay-licwjl ease-in-out;
}

.crownplay-hhxjxj,
.crownplay-15hnqp:hover {
  color: var(--text-color);
}

.crownplay-qvf2x4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.crownplay-appbta {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .crownplay-x147oc {
    padding: 16px;
  }
  .crownplay-qvf2x4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .crownplay-appbta {
    align-items: center;
  }
  .crownplay-00suut {
    width: unset;
  }
  .crownplay-wpw7xf {
    min-width: unset;
  }
  .crownplay-lh35wm {
    max-height: unset;
  }
  .crownplay-n3li9x {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .crownplay-x147oc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.crownplay-u0fcph {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crownplay-u0fcph:not(:last-child) {
  margin-bottom: 16px;
}

.crownplay-j8vpf9 {
  outline: 0;
}

.crownplay-j8vpf9 .crownplay-6cc6k7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.crownplay-bn79yz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .crownplay-bn79yz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.crownplay-bn79yz::-webkit-details-marker {
  display: none;
}

.crownplay-bn79yz: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;
}

.crownplay-bn79yz: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] .crownplay-bn79yz:after {
  transform: unset;
}

.crownplay-6cc6k7 {
  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);
}

.crownplay-6cc6k7 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.crownplay-licwjl ease-in-out;
  -o-transition: 0.crownplay-licwjl ease-in-out;
  transition: 0.crownplay-licwjl ease-in-out;
}

.crownplay-5ez7h3 {
  padding: 16px 0 0 0;
}

.crownplay-5ez7h3 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .crownplay-5ez7h3 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownplay-bn79yz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .crownplay-bn79yz::after {
    margin-left: auto;
  }
  .crownplay-6cc6k7 {
    order: 3;
    flex: 1 1 100%;
  }
  .crownplay-bn79yz {
    font-size: 14px;
    line-height: 130%;
  }
  .crownplay-6cc6k7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.crownplay-oz5jbl {
  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;
}

.crownplay-e78umu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.crownplay-oz5jbl.crownplay-32sa69 .crownplay-e78umu {
  margin-bottom: 12px;
}

.crownplay-e78umu::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;
}

.crownplay-oz5jbl.crownplay-32sa69 .crownplay-e78umu::after {
  transform: unset;
}

.crownplay-qxoqaw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.crownplay-rkfwi6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.crownplay-licwjl ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.crownplay-rkfwi6: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;
}

.crownplay-oz5jbl.crownplay-32sa69 .crownplay-qxoqaw {
  max-height: 100%;
}

.crownplay-8l024q {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.crownplay-mvxju4 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.crownplay-2axebv {
  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;
}

.crownplay-t477ok {
  margin-right: 4px;
}

.crownplay-1nz5mv {
  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.crownplay-licwjl ease-in-out;
}

.crownplay-1nz5mv svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.crownplay-r487l0,
.crownplay-1nz5mv:hover {
  color: var(--text-color);
}

.crownplay-mswnmi {
  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;
}

.crownplay-mswnmi img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.crownplay-mswnmi .crownplay-xdikeg {
  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;
}

.crownplay-mswnmi .crownplay-i4tk7j {
  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;
}

.crownplay-3zft5o {
  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;
}

.crownplay-34q32x {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownplay-p8am0w .crownplay-87gkin {
  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;
}

.crownplay-p8am0w {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.crownplay-gh0dkz {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.crownplay-m6l1zh {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.crownplay-mjjuxa {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.crownplay-ptqyy5 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;
}

.crownplay-mjjuxa:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.crownplay-2mbg2m {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.crownplay-zzm4hx {
  -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.crownplay-licwjl ease-in-out;
  transition: transform 0.crownplay-licwjl ease-in-out;
  -o-transition: transform 0.crownplay-licwjl ease-in-out;
  transition:
    transform 0.crownplay-licwjl ease-in-out,
    -webkit-transform 0.crownplay-licwjl ease-in-out;
  cursor: pointer;
}

.crownplay-zzm4hx svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.crownplay-zzm4hx: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;
}

.crownplay-rdip4m {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .crownplay-rdip4m {
    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);
}

.crownplay-8xggqp {
  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;
}

.crownplay-2dd6d7 {
  position: relative;
  width: 100%;
}

.crownplay-8xggqp.crownplay-74k61l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.crownplay-8xggqp.crownplay-o264fj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crownplay-8xggqp.crownplay-lxa84w {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.crownplay-z2fybj {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.crownplay-z9miaa {
  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.crownplay-licwjl ease-in-out;
  cursor: pointer;
}

.crownplay-z9miaa:hover {
  opacity: 0.5;
}

.crownplay-8xggqp.crownplay-7pveey .crownplay-z9miaa {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.crownplay-8xggqp.crownplay-7pveey .crownplay-z2fybj {
  cursor: pointer;
}

.crownplay-dz0azy {
  fill: #0009;
}

.crownplay-2uvdmd {
  fill: #fff;
}

.crownplay-z9miaa:hover .crownplay-dz0azy {
  fill: red;
}

.crownplay-z9miaa svg path {
  -webkit-transition: 0.crownplay-licwjl ease-in-out;
  -o-transition: 0.crownplay-licwjl ease-in-out;
  transition: 0.crownplay-licwjl ease-in-out;
}

.crownplay-nsotmc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.crownplay-nsotmc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.crownplay-nsotmc.crownplay-wx64ny > :not(.get-image) {
  grid-column: 1/3;
}

.crownplay-efvkxi:not(._h1-block) .crownplay-nsotmc > .crownplay-vmakx0 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.crownplay-nsotmc.crownplay-wx64ny .crownplay-gn9meo {
  grid-column: 2/3;
}

.crownplay-nsotmc.crownplay-wx64ny > .crownplay-6v1hsi {
  grid-column: 1/2;
}

.crownplay-nsotmc.crownplay-wx64ny > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.crownplay-nsotmc > p:first-of-type {
  margin-top: 0;
}

.crownplay-nsotmc .crownplay-6v1hsi {
  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;
}

.crownplay-efvkxi:not(._h1-block) .crownplay-vmakx0 ~ .crownplay-6v1hsi {
  grid-row: 2/10;
}

.crownplay-efvkxi.crownplay-hut8sl .crownplay-vmakx0 ~ .crownplay-6v1hsi {
  grid-row: 1/10;
}

.crownplay-efvkxi.crownplay-hut8sl > .crownplay-vmakx0 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.crownplay-efvkxi.crownplay-hut8sl .crownplay-6v1hsi {
  grid-row: 1/10;
}

.crownplay-nsotmc.crownplay-u2pleh .crownplay-6v1hsi {
  align-items: flex-start;
}

.crownplay-nsotmc.crownplay-o264fj .crownplay-gn9meo {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.crownplay-nsotmc.crownplay-o264fj .crownplay-6v1hsi {
  align-items: center;
}

.crownplay-nsotmc.crownplay-et5thm .crownplay-6v1hsi {
  align-items: flex-end;
}

.crownplay-gn9meo > :first-child {
  margin-top: 0;
}

.crownplay-gn9meo > :last-child {
  margin-bottom: 0;
}

* + .crownplay-6u3u1t,
.crownplay-efvkxi + .crownplay-efvkxi {
  margin-top: 2rem;
}

.crownplay-9hshtr td::before,
.crownplay-9hshtr th::after {
  display: none !important;
}

.crownplay-9hshtr #link-selector {
  color: #000;
}

.crownplay-9hshtr .crownplay-7nj87k {
  color: #135e96;
}

.crownplay-9hshtr .crownplay-2yplnp *,
.crownplay-9hshtr .crownplay-bs1sxm p,
.crownplay-9hshtr .crownplay-yuy7j9 * {
  color: #000;
}

.crownplay-9hshtr .crownplay-hp9kh9 {
  background: 0 0 !important;
}

.crownplay-9hshtr .crownplay-vlc4cz {
  color: #000;
}

.crownplay-9hshtr .crownplay-1v0721.crownplay-7lifz0 {
  color: #fff;
}

.crownplay-9hshtr .crownplay-et0n6w {
  color: #000;
}

.crownplay-9hshtr
  .crownplay-tau9sw
  .crownplay-txmphm.crownplay-7lifz0.crownplay-mh6uc5 {
  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;
}

.crownplay-i2mr08,
body .crownplay-az5jo6 {
  color: #000;
  background: var(--color-body) !important;
}

.crownplay-i2mr08 .crownplay-24gwc0 .crownplay-4oiyzo,
body .crownplay-az5jo6 .crownplay-24gwc0 .crownplay-4oiyzo {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownplay-rkfwi6:focus,
  .crownplay-rkfwi6:hover {
    color: #f9cb16;
  }
  .crownplay-0v2d1h:focus,
  .crownplay-0v2d1h:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownplay-nd6tho:focus img,
  .crownplay-nd6tho:focus svg,
  .crownplay-nd6tho:hover img,
  .crownplay-nd6tho:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .crownplay-mswnmi {
    display: none;
  }
}

@media (min-width: 1024px) {
  .crownplay-x4r2rb:hover .crownplay-h4z24c svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .crownplay-h4z24c {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .crownplay-5jl3n9 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .crownplay-a1cjci {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownplay-tw9nco {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .crownplay-7g5yik .crownplay-g8xmxi {
    grid-template-columns: 1fr;
  }
  .crownplay-7g5yik .crownplay-zwm900 {
    -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;
  }
  .crownplay-7g5yik .crownplay-2wuvsj {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownplay-7g5yik .crownplay-hsqspl {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownplay-7g5yik .crownplay-dmrpzb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .crownplay-7g5yik .crownplay-2wuvsj:not(:first-child) {
    border: none;
  }
  .crownplay-7g5yik .crownplay-2wuvsj:first-child .crownplay-hsqspl {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .crownplay-7g5yik .crownplay-2wuvsj:last-child .crownplay-hsqspl {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .crownplay-aj5xef {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .crownplay-vbv0y4 {
    max-width: 100px;
  }
  .crownplay-md2ddw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .crownplay-bspbkp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .crownplay-bspbkp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .crownplay-8ofugd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .crownplay-md2ddw + .crownplay-bspbkp {
    margin-left: auto;
  }
  .crownplay-2ug2ho {
    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;
  }
  .crownplay-2ug2ho.crownplay-32sa69 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .crownplay-al7n6g {
    -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;
  }
  .crownplay-rtnw2x {
    width: 100%;
  }
  .crownplay-rtnw2x:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .crownplay-tak2l5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .crownplay-tak2l5 svg {
    margin-right: 4px;
  }
  .crownplay-x4r2rb {
    -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;
  }
  .crownplay-h4z24c svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .crownplay-h4z24c {
    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;
  }
  .crownplay-73fnr5 {
    display: none;
    width: 100%;
  }
  .crownplay-x4r2rb.crownplay-32sa69 .crownplay-73fnr5 {
    padding: 0 0 0 48px;
  }
  .crownplay-qkxra5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .crownplay-0ixbs4 .crownplay-6v1hsi {
    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;
  }
  .crownplay-215mx6 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownplay-215mx6 + .crownplay-215mx6 {
    margin-right: 0;
  }
  .crownplay-215mx6 + .crownplay-6v1hsi {
    margin: 0;
  }
  .crownplay-5jl3n9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownplay-a1cjci {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownplay-c74zcv,
  .crownplay-10ofga {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownplay-nsotmc {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .crownplay-nsotmc.crownplay-wx64ny .crownplay-gn9meo {
    grid-column: auto;
    grid-row: auto;
  }
  .crownplay-nsotmc > .crownplay-vmakx0 {
    grid-column: 1/2;
  }
  .crownplay-nsotmc.crownplay-wx64ny > :not(.get-image) {
    grid-column: 1/2;
  }
  .crownplay-nsotmc .crownplay-6v1hsi,
  .crownplay-nsotmc.crownplay-wx64ny > .crownplay-6v1hsi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownplay-nsotmc.crownplay-wx64ny > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .crownplay-efvkxi.crownplay-hut8sl .crownplay-nsotmc > .crownplay-6v1hsi {
    grid-row: 1/2;
  }
  .crownplay-nsotmc .crownplay-vmakx0 ~ .crownplay-6v1hsi,
  .crownplay-nsotmc.crownplay-wx64ny .crownplay-vmakx0 ~ .crownplay-6v1hsi {
    grid-row: 2/3;
  }
  .crownplay-efvkxi.crownplay-hut8sl .crownplay-vmakx0 ~ .crownplay-6v1hsi {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .crownplay-9d501m:first-child .crownplay-mftv6s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownplay-9d501m:first-child .crownplay-mftv6s h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .crownplay-9d501m {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .crownplay-9d501m {
    padding: 0;
  }
  .crownplay-jbsgcd {
    margin-top: 1rem;
  }
  .crownplay-j8vpf9 {
    border-radius: 5px;
  }
  .crownplay-ge4jdz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownplay-e78umu::after {
    display: inline-block;
  }
  .crownplay-e78umu {
    margin: 0;
    width: 100%;
  }
  .crownplay-qxoqaw {
    width: 100%;
  }
  .crownplay-qxoqaw.crownplay-3srxx0 {
    -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%;
  }
  .crownplay-qxoqaw.crownplay-3srxx0 .crownplay-lhgfkr {
    width: 100%;
  }
  .crownplay-qxoqaw.crownplay-3srxx0 .crownplay-lhgfkr:not(:last-child) {
    margin-right: 0;
  }
  .crownplay-rkfwi6 {
    width: 100%;
    text-align: center;
  }
  .crownplay-oz5jbl.crownplay-32sa69 .crownplay-qxoqaw {
    margin-top: 1rem;
  }
  .crownplay-5jl3n9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownplay-tw9nco,
  .crownplay-a1cjci {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownplay-c74zcv,
  .crownplay-10ofga,
  .crownplay-q1mo07 {
    grid-template-columns: 1fr;
  }
  .crownplay-aq24ss {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .crownplay-eci1hz {
    min-width: 300px;
    max-width: 325px;
  }
  .crownplay-hsqspl {
    cursor: auto;
  }
  .crownplay-rnciwx .crownplay-hsqspl {
    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;
  }
  .crownplay-rdip4m {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .crownplay-73fnr5 {
    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) {
  .crownplay-rdip4m {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.crownplay-215mx6 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .crownplay-bspbkp {
    margin: 0 -0.2rem;
  }
  .crownplay-215mx6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .crownplay-wfga5g {
    -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;
  }
  .crownplay-5i1evt {
    max-width: 100%;
  }
  .crownplay-5jl3n9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownplay-tw9nco,
  .crownplay-a1cjci {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .crownplay-aj5xef {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownplay-bspbkp {
    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;
  }
  .crownplay-1x28ai {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownplay-ogf4rr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownplay-l9lek4,
  .crownplay-jbqm85 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .crownplay-ay8avq {
    width: 100%;
  }
  .crownplay-5jl3n9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .crownplay-rdip4m {
    top: 127px !important;
  }
}

.crownplay-eyvj7y {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .crownplay-eyvj7y {
  }
}

@media (max-width: 767px) {
  .crownplay-eyvj7y {
    margin-bottom: 12px;
  }
}

.crownplay-eyvj7y img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.crownplay-xkea3h {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.crownplay-xkea3h > .crownplay-ti4pzs {
  flex: 1 1;
}

@media (max-width: 767px) {
  .crownplay-xkea3h {
    flex-direction: column;
    gap: 12px;
  }
}

.crownplay-m11zfi {
  display: flex;
}

.crownplay-m11zfi .crownplay-owbiuf {
  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;
}

.crownplay-m11zfi .crownplay-8qpvg5 {
  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;
}

.crownplay-m11zfi .crownplay-um6hk0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.crownplay-m11zfi .crownplay-0osomg {
  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));
  }
}

.crownplay-m11zfi .crownplay-0osomg:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.crownplay-m11zfi .crownplay-f7mf0i {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.crownplay-bovboq {
  border: unset;
  background-color: unset;
}

.crownplay-bovboq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.crownplay-bovboq .crownplay-xngfnu,
.crownplay-bovboq .crownplay-yp6j0s {
  flex: 0 1 330px;
}

.crownplay-bovboq .crownplay-pc3pkz {
  flex: 1 1;
}

.crownplay-bovboq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crownplay-bovboq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.crownplay-bovboq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.crownplay-bovboq tr td p {
  color: #fff;
  margin: 0;
}

.crownplay-bovboq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.crownplay-bovboq tr.crownplay-xngfnu td p {
  padding: 16px 0;
}

.crownplay-bovboq tr.crownplay-xngfnu td p:not(:last-child),
.crownplay-bovboq tr.crownplay-yp6j0s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.crownplay-bovboq tr.crownplay-xngfnu td p:first-child,
.crownplay-bovboq tr.crownplay-yp6j0s td p:first-child {
  padding-top: 0;
}

.crownplay-bovboq tr.crownplay-yp6j0s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownplay-bovboq tr.crownplay-yp6j0s td p:last-child {
  padding-bottom: 0;
}

.crownplay-bovboq .crownplay-yp6j0s img {
  max-width: 32px;
}

.crownplay-bovboq .crownplay-pc3pkz {
  min-width: 718px;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.crownplay-bovboq .crownplay-pc3pkz td {
  display: flex;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7,
.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-bkdec8,
.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-b64zfe {
  flex: 1 1 50%;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-91pevb {
  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;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-liv2wz,
.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-7wk5c2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7,
.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-bkdec8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7 span,
.crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-bkdec8 span {
  font-weight: 800;
}

.crownplay-bovboq .crownplay-pc3pkz img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .crownplay-bovboq tr.crownplay-xngfnu td p:last-child {
    padding-bottom: 0;
  }
  .crownplay-bovboq .crownplay-yp6j0s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .crownplay-bovboq .crownplay-yp6j0s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .crownplay-bovboq tr.crownplay-xngfnu td p:not(:last-child),
  .crownplay-bovboq tr.crownplay-yp6j0s td p:not(:last-child) {
    border-bottom: unset;
  }
  .crownplay-bovboq tr.crownplay-yp6j0s td p:last-child {
    padding-bottom: 12px;
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7,
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-bkdec8,
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-b64zfe {
    flex: 1 1 50%;
    padding: 0;
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7,
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-bkdec8 {
    margin-top: 16px;
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-b64zfe {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-j2uml7 {
    border-right: 1px solid var(--border-color);
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-b64zfe:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .crownplay-bovboq .crownplay-pc3pkz td:last-child .crownplay-b64zfe:last-child {
    padding-bottom: 0;
  }
}

.crownplay-b64zfe {
  display: flex;
  flex-direction: column;
}

.crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe:not(:first-child) {
    padding-left: 0;
  }
  .crownplay-bovboq .crownplay-pc3pkz td .crownplay-b64zfe:not(:last-of-type) {
    border-right: unset;
  }
}

.crownplay-bovboq .crownplay-f5pp18 {
  flex: 0 1 485px;
}

.crownplay-bovboq .crownplay-up5e08 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.crownplay-bovboq .crownplay-up5e08 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownplay-bovboq .crownplay-up5e08 li.crownplay-t8lo47 {
  padding: 6px 12px;
}

.crownplay-bovboq .crownplay-up5e08 li a,
.crownplay-bovboq .crownplay-up5e08 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;
}

.crownplay-bovboq .crownplay-kastc3,
.crownplay-bovboq .crownplay-jlnuma {
  flex: 1 1;
}

.crownplay-bovboq .crownplay-p60243,
.crownplay-bovboq .crownplay-9ka9js {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crownplay-bovboq .crownplay-p60243 li,
.crownplay-bovboq .crownplay-9ka9js li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownplay-bovboq .crownplay-jlnuma img {
  max-width: 32px;
}

.crownplay-bovboq .crownplay-kastc3 img {
  max-width: 32px;
}

.crownplay-bovboq .crownplay-ayyse9 {
  min-width: 280px;
}

.crownplay-bovboq .crownplay-ayyse9 img {
  max-width: 146px;
}

.crownplay-bovboq .crownplay-ayyse9 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .crownplay-bovboq .crownplay-xngfnu,
  .crownplay-bovboq .crownplay-yp6j0s {
    flex: 0 1 auto;
  }
  .crownplay-bovboq .crownplay-pc3pkz {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .crownplay-bovboq .crownplay-xngfnu,
  .crownplay-bovboq .crownplay-f5pp18,
  .crownplay-bovboq .crownplay-yp6j0s,
  .crownplay-bovboq .crownplay-pc3pkz {
    flex: 1 1 calc(50% - 20px);
  }
  .crownplay-bovboq .crownplay-kastc3,
  .crownplay-bovboq .crownplay-ayyse9,
  .crownplay-bovboq .crownplay-jlnuma {
    flex: 1 1 30%;
  }
  .crownplay-bovboq .crownplay-ayyse9 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .crownplay-bovboq .crownplay-xngfnu,
  .crownplay-bovboq .crownplay-f5pp18,
  .crownplay-bovboq .crownplay-kastc3,
  .crownplay-bovboq .crownplay-yp6j0s,
  .crownplay-bovboq .crownplay-pc3pkz,
  .crownplay-bovboq .crownplay-ayyse9,
  .crownplay-bovboq .crownplay-jlnuma {
    flex: 1 1 100%;
  }
}

.crownplay-rs7d89 .crownplay-s62cxw {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crownplay-rs7d89 .crownplay-0ea738 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.crownplay-rs7d89 .crownplay-huznti {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.crownplay-rs7d89 .crownplay-e8ouu0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.crownplay-rs7d89 .crownplay-e8ouu0 > :nth-child(3) {
  margin-top: 0;
}

.crownplay-rs7d89 .crownplay-6v1hsi {
  grid-column: 2/3;
  grid-row: 1/10;
}

.crownplay-rs7d89 .crownplay-c7zjsv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.crownplay-rs7d89 .crownplay-jbsgcd {
  grid-column: 1/2;
}

.crownplay-rs7d89 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.crownplay-rs7d89 .crownplay-0ea738: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;
}

.crownplay-rs7d89 .crownplay-0ea738:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.crownplay-rs7d89 .crownplay-ay8avq {
  min-width: 240px;
}

@media (max-width: 768px) {
  .crownplay-rs7d89 .crownplay-0ea738:not(:last-child):before {
    bottom: 8px;
  }
  .crownplay-rs7d89 .crownplay-0ea738:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .crownplay-rs7d89 .crownplay-e8ouu0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .crownplay-rs7d89 .crownplay-6v1hsi {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .crownplay-rs7d89 .crownplay-6v1hsi img {
    width: 100%;
    height: auto;
  }
  .crownplay-rs7d89 .crownplay-ay8avq {
    width: 100%;
    min-width: unset;
  }
}

.crownplay-qfflud .crownplay-90rs29 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.crownplay-qfflud .crownplay-mtfis1 {
  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;
}

.crownplay-qfflud .crownplay-6v1hsi {
  height: 100%;
}

.crownplay-qfflud .crownplay-6v1hsi img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.crownplay-qfflud .crownplay-iwgycb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.crownplay-qfflud .crownplay-pyaqm2 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.crownplay-qfflud .crownplay-gj0c01 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .crownplay-qfflud .crownplay-mtfis1 {
    flex: 1 1 100%;
  }
  .crownplay-qfflud .crownplay-awcq55 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .crownplay-qfflud .crownplay-mtfis1 {
    flex-direction: column;
  }
  .crownplay-qfflud .crownplay-6v1hsi {
    width: 100%;
    height: auto;
  }
  .crownplay-qfflud .crownplay-6v1hsi img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .crownplay-qfflud .crownplay-iwgycb {
    padding: 0 16px 16px 16px;
  }
  .crownplay-qfflud .crownplay-awcq55 {
    min-width: unset;
    width: 100%;
  }
}

.crownplay-4he0ve .crownplay-6kb1o4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.crownplay-4he0ve .crownplay-dovwq8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.crownplay-4he0ve 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;
}

.crownplay-4he0ve .crownplay-ya9chz {
  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;
}

.crownplay-4he0ve .crownplay-dovwq8:hover .crownplay-ya9chz {
  display: flex;
}

.crownplay-4he0ve .crownplay-7tc15v {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownplay-4he0ve .crownplay-vd7401 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.crownplay-gshyc5 {
  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;
}

.crownplay-gshyc5.crownplay-9424ij {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.crownplay-lxul7b ease-in-out;
}

.crownplay-gshyc5.crownplay-9424ij:hover {
  color: #f9cb16;
  background-color: transparent;
}

.crownplay-4he0ve .crownplay-d3r4ux {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.crownplay-lxul7b ease-in-out;
}

.crownplay-4he0ve .crownplay-d3r4ux:hover {
  color: #196948;
  background-color: #f9cb16;
}

.crownplay-4he0ve .crownplay-d3r4ux:after,
.crownplay-gshyc5.crownplay-9424ij:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.crownplay-gshyc5.crownplay-9424ij:after {
  background-image: url(../images/Cash.svg);
}

.crownplay-4he0ve .crownplay-d3r4ux:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .crownplay-4he0ve .crownplay-6kb1o4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .crownplay-4he0ve .crownplay-6kb1o4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crownplay-4he0ve .crownplay-6kb1o4 {
    grid-template-columns: 1fr;
  }
  .crownplay-4he0ve .crownplay-dovwq8 {
    height: auto;
  }
  .crownplay-4he0ve .crownplay-dovwq8 .crownplay-ya9chz {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .crownplay-4he0ve .crownplay-7tc15v,
  .crownplay-4he0ve .crownplay-vd7401 {
    text-align: left;
  }
  .crownplay-4he0ve .crownplay-vd7401 {
    margin-bottom: 8px;
  }
  .crownplay-4he0ve img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.crownplay-nx4lof {
  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;
}

.crownplay-nx4lof.crownplay-7pveey {
  display: block;
}

.crownplay-nx4lof .crownplay-z84h2a {
  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;
}

.crownplay-nx4lof .crownplay-k2k0jy {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.crownplay-nx4lof .crownplay-0742ae {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.crownplay-nx4lof .crownplay-tgipgr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.crownplay-nx4lof .crownplay-gshyc5 {
  min-width: 296px;
  margin-bottom: 0;
}

.crownplay-nx4lof .crownplay-luv9na {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.crownplay-nx4lof .crownplay-ksqem5 {
  position: relative;
  flex: 1 1;
}

.crownplay-nx4lof .crownplay-ksqem5 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .crownplay-nx4lof .crownplay-k2k0jy {
    flex-wrap: wrap;
    gap: 8px;
  }
  .crownplay-nx4lof .crownplay-0742ae {
    order: 1;
  }
  .crownplay-nx4lof .crownplay-tgipgr {
    order: 3;
    flex: 1 1 100%;
  }
  .crownplay-nx4lof .crownplay-gshyc5 {
    width: 100%;
    min-width: unset;
  }
  .crownplay-nx4lof .crownplay-luv9na {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .crownplay-nsotmc > .crownplay-vmakx0 {
    margin-bottom: 0;
  }
  .crownplay-nsotmc > .crownplay-jbsgcd,
  .crownplay-nsotmc > p {
    margin-top: 0;
  }
}

.crownplay-aw8341 img,
.crownplay-215mx6 img {
  width: auto;
  object-fit: contain;
}

.crownplay-aw8341 {
  align-items: center;
}

.crownplay-aw8341 img {
  max-height: 76px;
}

.crownplay-215mx6 img {
  max-height: 64px;
}

.crownplay-2qve58 {
  overflow: auto;
}

.crownplay-qku0og {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.crownplay-8tzwc6:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.crownplay-n0xnwi {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.crownplay-xs3fop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crownplay-n0xnwi .crownplay-6v1hsi {
  margin-right: 20px;
  flex-shrink: 0;
}

.crownplay-n0xnwi img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.crownplay-5111wi {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.crownplay-5111wi > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownplay-n0xnwi {
    padding: 15px 10px;
  }
  .crownplay-5111wi {
    padding: 15px 10px;
  }
  .crownplay-n0xnwi .crownplay-6v1hsi {
    margin-right: 10px;
  }
}

.crownplay-54f1yn {
  overflow-x: auto;
}

.crownplay-o0092u {
  border-collapse: collapse;
  width: 100%;
}

.crownplay-54f1yn th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.crownplay-54f1yn td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.crownplay-54f1yn td.crownplay-colf00 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.crownplay-54f1yn td.crownplay-ixzgec {
  border-right: none;
}

.crownplay-54f1yn td.crownplay-ixzgec .crownplay-6v1hsi {
  justify-content: flex-start;
}

.crownplay-54f1yn td.crownplay-ixzgec .crownplay-6v1hsi img {
  height: auto;
  width: 90px;
}

.crownplay-54f1yn td.crownplay-2yhom9,
.crownplay-54f1yn td.crownplay-jjk414 {
  font-weight: 600;
  text-align: right;
}

.crownplay-54f1yn td.crownplay-63dilw,
.crownplay-54f1yn td.crownplay-2yhom9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.crownplay-54f1yn td.crownplay-2yhom9,
.crownplay-54f1yn td.crownplay-jjk414 {
  border-left: none;
}

.crownplay-54f1yn td.crownplay-63dilw,
.crownplay-54f1yn td.crownplay-4bn294 {
  border-right: none;
}

.crownplay-54f1yn td.crownplay-4bn294,
.crownplay-54f1yn td.crownplay-jjk414 {
  border-top: none;
  padding-top: 10px;
}

.crownplay-op0706 {
  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;
}

.crownplay-op0706 .crownplay-awcq55 {
  min-width: unset;
  width: 100%;
}

.crownplay-op0706 .crownplay-awcq55.crownplay-qb9i53 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.crownplay-op0706 .crownplay-awcq55.crownplay-i5rnp5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.crownplay-op0706 .crownplay-3r4y2g {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownplay-op0706 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .crownplay-op0706 .crownplay-awcq55.crownplay-qb9i53 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownplay-op0706 .crownplay-awcq55.crownplay-i5rnp5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .crownplay-op0706 .crownplay-3r4y2g {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.crownplay-jdizuk {
  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;
}

.crownplay-yr52al {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.crownplay-khhpsq p a img {
  margin: 0 auto;
  display: block;
}

.crownplay-khhpsq table {
  margin-bottom: 17px;
}

/* contanct form */
.crownplay-yyybtv {
  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;
}

.crownplay-yyybtv label {
  font-size: 14px;
}

.crownplay-yyybtv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.crownplay-yyybtv input,
.crownplay-yyybtv textarea,
.crownplay-yyybtv 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;
}
.crownplay-yyybtv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.crownplay-lxul7b ease;
}
.crownplay-yyybtv button:hover {
  background-color: #691204;
}
.crownplay-i1os0y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.crownplay-4iukcv ease-in;
}

.crownplay-i1os0y h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.crownplay-h4bura, .crownplay-ftrn2s, [class*="review-card"],
thead, thead th, table th, .crownplay-d4pe8d,
.crownplay-qtezah, [class*="collapsible-header"],
.crownplay-srykj2, [class*="updated-block"] {
  color: #ece7dc !important;
}
