@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);
}

.beonbet-ab8hu6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.beonbet-6hjwtr {
  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.beonbet-9oc5oc,
ul.beonbet-9oc5oc {
  padding-left: 20px;
}

ul.beonbet-9oc5oc {
  list-style: disc;
}

ol.beonbet-9oc5oc {
  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;
  }
}

.beonbet-i1ytdc > .beonbet-5h4s0i,
.beonbet-i1ytdc > .beonbet-f00nyt,
.beonbet-i1ytdc > blockquote,
.beonbet-i1ytdc > h1,
.beonbet-i1ytdc > h2,
.beonbet-i1ytdc > h3,
.beonbet-i1ytdc > h4,
.beonbet-i1ytdc > h5,
.beonbet-i1ytdc > h6,
.beonbet-i1ytdc > ol,
.beonbet-i1ytdc > p,
.beonbet-i1ytdc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.beonbet-i1ytdc > ol,
.beonbet-i1ytdc > ul {
  padding-left: 50px;
}

.beonbet-i1ytdc 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;
}

.beonbet-i1ytdc:not(:last-child) {
  margin-bottom: 2rem;
}

.beonbet-i1ytdc > :not(:first-child) {
  margin-top: 2rem;
}

.beonbet-i1ytdc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.beonbet-i1ytdc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .beonbet-i1ytdc:first-child {
    margin-top: 20px;
  }
}

.beonbet-i1ytdc > p:last-of-type {
  margin-bottom: 32px;
}

.beonbet-i1ytdc > .beonbet-f5lqrj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.beonbet-udym5v > .beonbet-f5lqrj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.beonbet-f00nyt {
  overflow: auto;
}

.beonbet-f00nyt::-webkit-scrollbar {
  height: 5px;
}

.beonbet-f00nyt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.beonbet-f00nyt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.beonbet-f00nyt table thead,
table thead {
  border-bottom: none;
}

.beonbet-f00nyt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.beonbet-f00nyt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.beonbet-f00nyt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.beonbet-f00nyt .beonbet-expr0u {
  table-layout: auto;
}

.beonbet-f00nyt .beonbet-expr0u th {
  word-break: normal;
}

.beonbet-f00nyt .beonbet-expr0u td {
  word-break: normal;
}

.beonbet-ab8hu6 .beonbet-ab8hu6 {
  padding-right: 0;
  padding-left: 0;
}

.beonbet-79j5bt {
  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;
}

.beonbet-op5wib {
  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;
}

.beonbet-474x80 {
  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;
}

.beonbet-5h4s0i {
  margin-top: 24px;
}

.beonbet-5h4s0i.beonbet-ozo9a5 {
  text-align: left;
}

.beonbet-5h4s0i.beonbet-pgthrd {
  text-align: right;
}

.beonbet-5h4s0i.beonbet-s1nn21 {
  text-align: center;
}

.beonbet-nyacrm {
  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.beonbet-6jiu3y ease-in-out;
  cursor: pointer;
}

.beonbet-nyacrm:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.beonbet-nyacrm {
  min-width: 328px;
}

@media (max-width: 768px) {
  .beonbet-nyacrm {
    min-width: unset;
  }
}

.beonbet-i315q3 {
  background-color: var(--fh-bg-color);
}

.beonbet-mtits3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.beonbet-zz7iez {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.beonbet-zz7iez img {
  max-height: 44px;
  object-fit: contain;
}

.beonbet-1x4oem {
  flex: 1 1;
}

.beonbet-zwqtto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.beonbet-4sbawz {
  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;
}

.beonbet-4sbawz 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;
}

.beonbet-4sbawz.beonbet-y0jckn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.beonbet-4sbawz.beonbet-y0jckn span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.beonbet-4sbawz.beonbet-y0jckn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.beonbet-1x4oem + .beonbet-zwqtto {
  margin-left: 20px;
}

.beonbet-5obtbi {
  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;
}

.beonbet-5obtbi > svg {
  max-width: 24px;
  max-height: 24px;
}

.beonbet-5obtbi + .beonbet-5obtbi {
  margin-left: 5px;
}

.beonbet-4wbkq5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.beonbet-4wbkq5:hover {
  background-color: var(--button-bg-hover);
}

.beonbet-4spfyi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.beonbet-6jiu3y ease-in-out;
  border: 1px solid var(--border-color);
}

.beonbet-4spfyi:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.beonbet-wikurq {
  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) {
  .beonbet-1x4oem {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .beonbet-wikurq {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .beonbet-1x4oem {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .beonbet-5obtbi {
    min-width: unset;
    flex: 1 1;
  }
}

.beonbet-gsa63c {
  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;
}

.beonbet-gsa63c:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.beonbet-gsa63c:hover .beonbet-h0wyhe {
  opacity: 1;
  pointer-events: auto;
}

.beonbet-4vq2fm {
  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.beonbet-wel641 ease-in-out;
  gap: 4px;
}

.beonbet-4vq2fm > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.beonbet-4vq2fm .beonbet-79j5bt img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.beonbet-yi6zec,
.beonbet-4vq2fm:hover {
  color: var(--button-bg-hover);
}

.beonbet-j4u6pp {
  position: relative;
}

.beonbet-j4u6pp .beonbet-4vq2fm {
  margin-right: 0;
  padding-right: 4px;
}

.beonbet-jy1t0w svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.beonbet-j4u6pp.beonbet-y0jckn .beonbet-jy1t0w svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.beonbet-j4u6pp.beonbet-y0jckn .beonbet-h0wyhe {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.beonbet-j4u6pp.beonbet-y0jckn .beonbet-h0wyhe::before {
  display: none;
}

.beonbet-jy1t0w svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.beonbet-h0wyhe {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.beonbet-84zc3c 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.beonbet-h0wyhe::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.beonbet-h0wyhe:hover {
  color: var(--fh-bg-color);
}

.beonbet-x59b3u {
  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.beonbet-84zc3c 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.beonbet-wel641 ease-in-out;
  -o-transition: 0.beonbet-wel641 ease-in-out;
  transition: 0.beonbet-wel641 ease-in-out;
}

.beonbet-x59b3u .beonbet-79j5bt img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.beonbet-fdkr3r,
.beonbet-x59b3u:hover {
  color: var(--button-bg-hover);
}

.beonbet-le1chi {
  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%;
}

.beonbet-le1chi.beonbet-wwnsqs {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.beonbet-le1chi.beonbet-wwnsqs:after,
.beonbet-le1chi.beonbet-wwnsqs:before {
  content: "";
  position: absolute;
  margin: auto;
}

.beonbet-le1chi.beonbet-wwnsqs: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);
  }
}

.beonbet-le1chi.beonbet-wwnsqs:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.beonbet-le1chi.beonbet-wwnsqs > * {
  z-index: 1;
}

.beonbet-le1chi b,
.beonbet-le1chi strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.beonbet-le1chi .beonbet-tb4veh {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.beonbet-le1chi .beonbet-fwmutr {
  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;
}

.beonbet-le1chi .beonbet-79j5bt {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.beonbet-le1chi .beonbet-6vfryr {
  margin-top: 12px;
}

.beonbet-6vfryr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.beonbet-70nq04 {
  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;
}

.beonbet-6vfryr .beonbet-mm0ulv {
  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.beonbet-6jiu3y ease-in-out;
}

.beonbet-6vfryr .beonbet-mm0ulv:hover {
  background: rgba(255, 255, 255, 0.3);
}

.beonbet-vfksbs {
  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;
}

.beonbet-le1chi.beonbet-28p834 {
  gap: 12px;
  padding: 16px;
}

.beonbet-le1chi.beonbet-28p834 .beonbet-vfksbs {
  min-width: 240px;
}

.beonbet-le1chi.beonbet-28p834 .beonbet-vfksbs.beonbet-d9n91f {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .beonbet-le1chi .beonbet-tb4veh {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .beonbet-le1chi .beonbet-fwmutr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .beonbet-le1chi .beonbet-79j5bt {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-79j5bt {
    max-width: 126px;
  }
  .beonbet-le1chi .beonbet-6vfryr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .beonbet-le1chi .beonbet-70nq04 {
    max-width: unset;
  }
  .beonbet-vfksbs {
    min-width: unset;
    width: 100%;
  }
  .beonbet-le1chi .beonbet-vfksbs {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .beonbet-le1chi.beonbet-28p834 {
    grid-template-rows: auto 1fr auto;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-vfksbs {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .beonbet-le1chi {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .beonbet-le1chi .beonbet-tb4veh {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .beonbet-le1chi .beonbet-79j5bt {
    max-width: 78px;
  }
  .beonbet-le1chi .beonbet-6vfryr {
    margin-top: -12px;
  }
  .beonbet-le1chi.beonbet-28p834 {
    gap: 8px;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-tb4veh {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-fwmutr {
    grid-column: 1/3;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-79j5bt {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .beonbet-le1chi.beonbet-28p834 .beonbet-79j5bt img {
    max-width: 114px;
  }
}

.beonbet-vfksbs.beonbet-f0t69t,
.beonbet-vfksbs.beonbet-r1uexk,
.beonbet-vfksbs.beonbet-pj8d14 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.beonbet-6jiu3y ease-in-out;
}

.beonbet-vfksbs.beonbet-f0t69t,
.beonbet-vfksbs.beonbet-pj8d14 {
  padding: 10px;
}

.beonbet-vfksbs.beonbet-f0t69t:hover,
.beonbet-vfksbs.beonbet-r1uexk:hover,
.beonbet-vfksbs.beonbet-pj8d14:hover {
  background: var(--button-bg-hover);
}

.beonbet-vfksbs.beonbet-f0t69t:hover svg path,
.beonbet-vfksbs.beonbet-pj8d14:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.beonbet-vfksbs.beonbet-d9n91f {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.beonbet-6jiu3y ease-in-out;
  background: var(--button-bg-color);
}

.beonbet-vfksbs.beonbet-d9n91f:hover {
  background-color: var(--button-bg-hover);
}

.beonbet-vfksbs.beonbet-r1uexk: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);
  }
}

.beonbet-vfksbs.beonbet-r1uexk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.beonbet-vfksbs.beonbet-d9n91f:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.beonbet-bej675 {
  max-width: 650px;
}

.beonbet-4zb5ux {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.beonbet-nmrt63 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.beonbet-tf93er {
  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.beonbet-wel641 ease-in-out;
  cursor: pointer;
}

.beonbet-tf93er:hover {
  opacity: 0.5;
}

.beonbet-tf93er:focus {
  outline: 0;
}

.beonbet-tf93er:focus .beonbet-clsrr8,
.beonbet-tf93er:hover .beonbet-clsrr8 {
  fill: red;
  fill-opacity: 1;
}

.beonbet-tf93er:hover {
  cursor: pointer;
}

.beonbet-w3rpi8 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.beonbet-bej675.beonbet-s1nn21 {
  margin: 0 auto;
}

.beonbet-bej675.beonbet-pgthrd {
  margin-left: auto;
}

.beonbet-zyyj03 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.beonbet-3cpj6d {
  padding-bottom: 50px;
}

.beonbet-5q3o5s {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.beonbet-2impur {
  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;
}

.beonbet-23viow {
  margin-top: 24px;
}

.beonbet-d2mcy2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beonbet-g6zygj {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.beonbet-1efa06 {
  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;
}

.beonbet-tav84e {
  width: 468px;
}

.beonbet-1efa06 .beonbet-h0wyhe {
  margin: 0.beonbet-pb4r63 0;
}

.beonbet-dyfpvl {
  display: flex;
  min-width: 224px;
}

.beonbet-523z94 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.beonbet-wel641 ease-in-out;
}

.beonbet-wfk6b5,
.beonbet-523z94:hover {
  color: var(--text-color);
}

.beonbet-t9qm3z {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.beonbet-q8q28v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .beonbet-zyyj03 {
    padding: 16px;
  }
  .beonbet-t9qm3z {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .beonbet-q8q28v {
    align-items: center;
  }
  .beonbet-tav84e {
    width: unset;
  }
  .beonbet-dyfpvl {
    min-width: unset;
  }
  .beonbet-1efa06 {
    max-height: unset;
  }
  .beonbet-5q3o5s {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .beonbet-zyyj03 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.beonbet-ks6ws8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.beonbet-ks6ws8:not(:last-child) {
  margin-bottom: 16px;
}

.beonbet-teoat8 {
  outline: 0;
}

.beonbet-teoat8 .beonbet-p45v89 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.beonbet-kllmdq {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .beonbet-kllmdq {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.beonbet-kllmdq::-webkit-details-marker {
  display: none;
}

.beonbet-kllmdq: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;
}

.beonbet-kllmdq: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] .beonbet-kllmdq:after {
  transform: unset;
}

.beonbet-p45v89 {
  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);
}

.beonbet-p45v89 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.beonbet-wel641 ease-in-out;
  -o-transition: 0.beonbet-wel641 ease-in-out;
  transition: 0.beonbet-wel641 ease-in-out;
}

.beonbet-et6ru0 {
  padding: 16px 0 0 0;
}

.beonbet-et6ru0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .beonbet-et6ru0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .beonbet-kllmdq {
    flex-wrap: wrap;
    gap: 12px;
  }
  .beonbet-kllmdq::after {
    margin-left: auto;
  }
  .beonbet-p45v89 {
    order: 3;
    flex: 1 1 100%;
  }
  .beonbet-kllmdq {
    font-size: 14px;
    line-height: 130%;
  }
  .beonbet-p45v89 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.beonbet-jt3u4y {
  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;
}

.beonbet-qiwte0 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.beonbet-jt3u4y.beonbet-y0jckn .beonbet-qiwte0 {
  margin-bottom: 12px;
}

.beonbet-qiwte0::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;
}

.beonbet-jt3u4y.beonbet-y0jckn .beonbet-qiwte0::after {
  transform: unset;
}

.beonbet-djqtev {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.beonbet-ye6lbh {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.beonbet-wel641 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.beonbet-ye6lbh: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;
}

.beonbet-jt3u4y.beonbet-y0jckn .beonbet-djqtev {
  max-height: 100%;
}

.beonbet-cw22vz {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.beonbet-ny5y20 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.beonbet-e0cjxo {
  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;
}

.beonbet-horsbt {
  margin-right: 4px;
}

.beonbet-p7dta8 {
  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.beonbet-wel641 ease-in-out;
}

.beonbet-p7dta8 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.beonbet-e5reny,
.beonbet-p7dta8:hover {
  color: var(--text-color);
}

.beonbet-ye7ir3 {
  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;
}

.beonbet-ye7ir3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.beonbet-ye7ir3 .beonbet-fadham {
  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;
}

.beonbet-ye7ir3 .beonbet-81wa2q {
  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;
}

.beonbet-wphr4f {
  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;
}

.beonbet-y7j06p {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.beonbet-9h3qmv .beonbet-ab8hu6 {
  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;
}

.beonbet-9h3qmv {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.beonbet-2yzzsg {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.beonbet-5y98vr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.beonbet-8ex66x {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.beonbet-fwptmr 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;
}

.beonbet-8ex66x:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.beonbet-oiqrfx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.beonbet-utaed2 {
  -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.beonbet-wel641 ease-in-out;
  transition: transform 0.beonbet-wel641 ease-in-out;
  -o-transition: transform 0.beonbet-wel641 ease-in-out;
  transition:
    transform 0.beonbet-wel641 ease-in-out,
    -webkit-transform 0.beonbet-wel641 ease-in-out;
  cursor: pointer;
}

.beonbet-utaed2 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.beonbet-utaed2: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;
}

.beonbet-lejah8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .beonbet-lejah8 {
    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);
}

.beonbet-e4u2w1 {
  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;
}

.beonbet-iohioq {
  position: relative;
  width: 100%;
}

.beonbet-e4u2w1.beonbet-n73ixu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.beonbet-e4u2w1.beonbet-s1nn21 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.beonbet-e4u2w1.beonbet-pgthrd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.beonbet-znjgyl {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.beonbet-tseenz {
  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.beonbet-wel641 ease-in-out;
  cursor: pointer;
}

.beonbet-tseenz:hover {
  opacity: 0.5;
}

.beonbet-e4u2w1.beonbet-qbyfrr .beonbet-tseenz {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.beonbet-e4u2w1.beonbet-qbyfrr .beonbet-znjgyl {
  cursor: pointer;
}

.beonbet-xe4jab {
  fill: #0009;
}

.beonbet-z8s9jy {
  fill: #fff;
}

.beonbet-tseenz:hover .beonbet-xe4jab {
  fill: red;
}

.beonbet-tseenz svg path {
  -webkit-transition: 0.beonbet-wel641 ease-in-out;
  -o-transition: 0.beonbet-wel641 ease-in-out;
  transition: 0.beonbet-wel641 ease-in-out;
}

.beonbet-qzhml2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.beonbet-qzhml2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.beonbet-qzhml2.beonbet-48h7yb > :not(.get-image) {
  grid-column: 1/3;
}

.beonbet-ofy6l5:not(._h1-block) .beonbet-qzhml2 > .beonbet-f5lqrj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.beonbet-qzhml2.beonbet-48h7yb .beonbet-tn1dly {
  grid-column: 2/3;
}

.beonbet-qzhml2.beonbet-48h7yb > .beonbet-79j5bt {
  grid-column: 1/2;
}

.beonbet-qzhml2.beonbet-48h7yb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.beonbet-qzhml2 > p:first-of-type {
  margin-top: 0;
}

.beonbet-qzhml2 .beonbet-79j5bt {
  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;
}

.beonbet-ofy6l5:not(._h1-block) .beonbet-f5lqrj ~ .beonbet-79j5bt {
  grid-row: 2/10;
}

.beonbet-ofy6l5.beonbet-8m3t2u .beonbet-f5lqrj ~ .beonbet-79j5bt {
  grid-row: 1/10;
}

.beonbet-ofy6l5.beonbet-8m3t2u > .beonbet-f5lqrj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.beonbet-ofy6l5.beonbet-8m3t2u .beonbet-79j5bt {
  grid-row: 1/10;
}

.beonbet-qzhml2.beonbet-thiihs .beonbet-79j5bt {
  align-items: flex-start;
}

.beonbet-qzhml2.beonbet-s1nn21 .beonbet-tn1dly {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.beonbet-qzhml2.beonbet-s1nn21 .beonbet-79j5bt {
  align-items: center;
}

.beonbet-qzhml2.beonbet-y3scwz .beonbet-79j5bt {
  align-items: flex-end;
}

.beonbet-tn1dly > :first-child {
  margin-top: 0;
}

.beonbet-tn1dly > :last-child {
  margin-bottom: 0;
}

* + .beonbet-3m1y5d,
.beonbet-ofy6l5 + .beonbet-ofy6l5 {
  margin-top: 2rem;
}

.beonbet-odqta2 td::before,
.beonbet-odqta2 th::after {
  display: none !important;
}

.beonbet-odqta2 #link-selector {
  color: #000;
}

.beonbet-odqta2 .beonbet-oaalee {
  color: #135e96;
}

.beonbet-odqta2 .beonbet-perx3f *,
.beonbet-odqta2 .beonbet-wozn0z p,
.beonbet-odqta2 .beonbet-ktl6g9 * {
  color: #000;
}

.beonbet-odqta2 .beonbet-ceimpr {
  background: 0 0 !important;
}

.beonbet-odqta2 .beonbet-2blrdn {
  color: #000;
}

.beonbet-odqta2 .beonbet-7p4ks6.beonbet-nejcnt {
  color: #fff;
}

.beonbet-odqta2 .beonbet-bo7s70 {
  color: #000;
}

.beonbet-odqta2
  .beonbet-twlz4z
  .beonbet-y53zbf.beonbet-nejcnt.beonbet-pp98dx {
  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;
}

.beonbet-z7py7n,
body .beonbet-c98z0a {
  color: #000;
  background: var(--color-body) !important;
}

.beonbet-z7py7n .beonbet-2ygxrw .beonbet-apy7d5,
body .beonbet-c98z0a .beonbet-2ygxrw .beonbet-apy7d5 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .beonbet-ye6lbh:focus,
  .beonbet-ye6lbh:hover {
    color: #f9cb16;
  }
  .beonbet-j93nw2:focus,
  .beonbet-j93nw2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .beonbet-xr0ova:focus img,
  .beonbet-xr0ova:focus svg,
  .beonbet-xr0ova:hover img,
  .beonbet-xr0ova:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .beonbet-ye7ir3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .beonbet-j4u6pp:hover .beonbet-jy1t0w svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .beonbet-jy1t0w {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .beonbet-l3m1xm {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .beonbet-00xtgb {
    grid-template-columns: repeat(4, 1fr);
  }
  .beonbet-ky7cfz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .beonbet-ggk4xq .beonbet-fd7ecg {
    grid-template-columns: 1fr;
  }
  .beonbet-ggk4xq .beonbet-c317d0 {
    -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;
  }
  .beonbet-ggk4xq .beonbet-7fcv0h {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .beonbet-ggk4xq .beonbet-cgx11g {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .beonbet-ggk4xq .beonbet-40te65 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .beonbet-ggk4xq .beonbet-7fcv0h:not(:first-child) {
    border: none;
  }
  .beonbet-ggk4xq .beonbet-7fcv0h:first-child .beonbet-cgx11g {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .beonbet-ggk4xq .beonbet-7fcv0h:last-child .beonbet-cgx11g {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .beonbet-mtits3 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .beonbet-zz7iez {
    max-width: 100px;
  }
  .beonbet-1x4oem {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .beonbet-zwqtto {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .beonbet-zwqtto svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .beonbet-4sbawz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .beonbet-1x4oem + .beonbet-zwqtto {
    margin-left: auto;
  }
  .beonbet-f3vkgc {
    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;
  }
  .beonbet-f3vkgc.beonbet-y0jckn {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .beonbet-wikurq {
    -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;
  }
  .beonbet-gsa63c {
    width: 100%;
  }
  .beonbet-gsa63c:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .beonbet-4vq2fm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .beonbet-4vq2fm svg {
    margin-right: 4px;
  }
  .beonbet-j4u6pp {
    -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;
  }
  .beonbet-jy1t0w svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .beonbet-jy1t0w {
    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;
  }
  .beonbet-h0wyhe {
    display: none;
    width: 100%;
  }
  .beonbet-j4u6pp.beonbet-y0jckn .beonbet-h0wyhe {
    padding: 0 0 0 48px;
  }
  .beonbet-x59b3u {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .beonbet-2impur .beonbet-79j5bt {
    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;
  }
  .beonbet-7x2t00 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .beonbet-7x2t00 + .beonbet-7x2t00 {
    margin-right: 0;
  }
  .beonbet-7x2t00 + .beonbet-79j5bt {
    margin: 0;
  }
  .beonbet-l3m1xm {
    grid-template-columns: repeat(4, 1fr);
  }
  .beonbet-00xtgb {
    grid-template-columns: repeat(3, 1fr);
  }
  .beonbet-o16gn6,
  .beonbet-oefcn4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .beonbet-qzhml2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .beonbet-qzhml2.beonbet-48h7yb .beonbet-tn1dly {
    grid-column: auto;
    grid-row: auto;
  }
  .beonbet-qzhml2 > .beonbet-f5lqrj {
    grid-column: 1/2;
  }
  .beonbet-qzhml2.beonbet-48h7yb > :not(.get-image) {
    grid-column: 1/2;
  }
  .beonbet-qzhml2 .beonbet-79j5bt,
  .beonbet-qzhml2.beonbet-48h7yb > .beonbet-79j5bt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .beonbet-qzhml2.beonbet-48h7yb > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .beonbet-ofy6l5.beonbet-8m3t2u .beonbet-qzhml2 > .beonbet-79j5bt {
    grid-row: 1/2;
  }
  .beonbet-qzhml2 .beonbet-f5lqrj ~ .beonbet-79j5bt,
  .beonbet-qzhml2.beonbet-48h7yb .beonbet-f5lqrj ~ .beonbet-79j5bt {
    grid-row: 2/3;
  }
  .beonbet-ofy6l5.beonbet-8m3t2u .beonbet-f5lqrj ~ .beonbet-79j5bt {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .beonbet-i1ytdc:first-child .beonbet-h6qw4y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beonbet-i1ytdc:first-child .beonbet-h6qw4y h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .beonbet-i1ytdc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .beonbet-i1ytdc {
    padding: 0;
  }
  .beonbet-5h4s0i {
    margin-top: 1rem;
  }
  .beonbet-teoat8 {
    border-radius: 5px;
  }
  .beonbet-dwx15a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beonbet-qiwte0::after {
    display: inline-block;
  }
  .beonbet-qiwte0 {
    margin: 0;
    width: 100%;
  }
  .beonbet-djqtev {
    width: 100%;
  }
  .beonbet-djqtev.beonbet-p2oht1 {
    -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%;
  }
  .beonbet-djqtev.beonbet-p2oht1 .beonbet-9pbyjn {
    width: 100%;
  }
  .beonbet-djqtev.beonbet-p2oht1 .beonbet-9pbyjn:not(:last-child) {
    margin-right: 0;
  }
  .beonbet-ye6lbh {
    width: 100%;
    text-align: center;
  }
  .beonbet-jt3u4y.beonbet-y0jckn .beonbet-djqtev {
    margin-top: 1rem;
  }
  .beonbet-l3m1xm {
    grid-template-columns: repeat(3, 1fr);
  }
  .beonbet-ky7cfz,
  .beonbet-00xtgb {
    grid-template-columns: repeat(2, 1fr);
  }
  .beonbet-o16gn6,
  .beonbet-oefcn4,
  .beonbet-1i7h19 {
    grid-template-columns: 1fr;
  }
  .beonbet-wc78of {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .beonbet-xww6u7 {
    min-width: 300px;
    max-width: 325px;
  }
  .beonbet-cgx11g {
    cursor: auto;
  }
  .beonbet-kg0myn .beonbet-cgx11g {
    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;
  }
  .beonbet-lejah8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .beonbet-h0wyhe {
    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) {
  .beonbet-lejah8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.beonbet-7x2t00 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .beonbet-zwqtto {
    margin: 0 -0.2rem;
  }
  .beonbet-7x2t00 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .beonbet-egj62y {
    -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;
  }
  .beonbet-5izw8q {
    max-width: 100%;
  }
  .beonbet-l3m1xm {
    grid-template-columns: repeat(2, 1fr);
  }
  .beonbet-ky7cfz,
  .beonbet-00xtgb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .beonbet-mtits3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .beonbet-zwqtto {
    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;
  }
  .beonbet-i315q3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .beonbet-5obtbi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .beonbet-fm237n,
  .beonbet-f2kgwy {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .beonbet-nyacrm {
    width: 100%;
  }
  .beonbet-l3m1xm {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .beonbet-lejah8 {
    top: 127px !important;
  }
}

.beonbet-aapp8y {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .beonbet-aapp8y {
  }
}

@media (max-width: 767px) {
  .beonbet-aapp8y {
    margin-bottom: 12px;
  }
}

.beonbet-aapp8y img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.beonbet-wczh2l {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.beonbet-wczh2l > .beonbet-wblsgt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .beonbet-wczh2l {
    flex-direction: column;
    gap: 12px;
  }
}

.beonbet-abrkl7 {
  display: flex;
}

.beonbet-abrkl7 .beonbet-jkyu6y {
  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;
}

.beonbet-abrkl7 .beonbet-ck6m3a {
  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;
}

.beonbet-abrkl7 .beonbet-gt0i3f {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.beonbet-abrkl7 .beonbet-e4sul5 {
  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));
  }
}

.beonbet-abrkl7 .beonbet-e4sul5:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.beonbet-abrkl7 .beonbet-h8yf5g {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.beonbet-j6leyb {
  border: unset;
  background-color: unset;
}

.beonbet-j6leyb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.beonbet-j6leyb .beonbet-8doah1,
.beonbet-j6leyb .beonbet-039uq4 {
  flex: 0 1 330px;
}

.beonbet-j6leyb .beonbet-fl5xxr {
  flex: 1 1;
}

.beonbet-j6leyb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.beonbet-j6leyb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.beonbet-j6leyb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.beonbet-j6leyb tr td p {
  color: #fff;
  margin: 0;
}

.beonbet-j6leyb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.beonbet-j6leyb tr.beonbet-8doah1 td p {
  padding: 16px 0;
}

.beonbet-j6leyb tr.beonbet-8doah1 td p:not(:last-child),
.beonbet-j6leyb tr.beonbet-039uq4 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.beonbet-j6leyb tr.beonbet-8doah1 td p:first-child,
.beonbet-j6leyb tr.beonbet-039uq4 td p:first-child {
  padding-top: 0;
}

.beonbet-j6leyb tr.beonbet-039uq4 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.beonbet-j6leyb tr.beonbet-039uq4 td p:last-child {
  padding-bottom: 0;
}

.beonbet-j6leyb .beonbet-039uq4 img {
  max-width: 32px;
}

.beonbet-j6leyb .beonbet-fl5xxr {
  min-width: 718px;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.beonbet-j6leyb .beonbet-fl5xxr td {
  display: flex;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz,
.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-c6lef5,
.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-1ljt79 {
  flex: 1 1 50%;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-aj53pz {
  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;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-obt9yh,
.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-hti49t {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz,
.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-c6lef5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz span,
.beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-c6lef5 span {
  font-weight: 800;
}

.beonbet-j6leyb .beonbet-fl5xxr img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .beonbet-j6leyb tr.beonbet-8doah1 td p:last-child {
    padding-bottom: 0;
  }
  .beonbet-j6leyb .beonbet-039uq4 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .beonbet-j6leyb .beonbet-039uq4 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .beonbet-j6leyb tr.beonbet-8doah1 td p:not(:last-child),
  .beonbet-j6leyb tr.beonbet-039uq4 td p:not(:last-child) {
    border-bottom: unset;
  }
  .beonbet-j6leyb tr.beonbet-039uq4 td p:last-child {
    padding-bottom: 12px;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz,
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-c6lef5,
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-1ljt79 {
    flex: 1 1 50%;
    padding: 0;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz,
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-c6lef5 {
    margin-top: 16px;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-1ljt79 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-k3rjoz {
    border-right: 1px solid var(--border-color);
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-1ljt79:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td:last-child .beonbet-1ljt79:last-child {
    padding-bottom: 0;
  }
}

.beonbet-1ljt79 {
  display: flex;
  flex-direction: column;
}

.beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79:not(:first-child) {
    padding-left: 0;
  }
  .beonbet-j6leyb .beonbet-fl5xxr td .beonbet-1ljt79:not(:last-of-type) {
    border-right: unset;
  }
}

.beonbet-j6leyb .beonbet-kgz0b7 {
  flex: 0 1 485px;
}

.beonbet-j6leyb .beonbet-7znlh2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.beonbet-j6leyb .beonbet-7znlh2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.beonbet-j6leyb .beonbet-7znlh2 li.beonbet-jcn4q7 {
  padding: 6px 12px;
}

.beonbet-j6leyb .beonbet-7znlh2 li a,
.beonbet-j6leyb .beonbet-7znlh2 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;
}

.beonbet-j6leyb .beonbet-1kygln,
.beonbet-j6leyb .beonbet-sg5r5h {
  flex: 1 1;
}

.beonbet-j6leyb .beonbet-ahjo86,
.beonbet-j6leyb .beonbet-3zlnff {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.beonbet-j6leyb .beonbet-ahjo86 li,
.beonbet-j6leyb .beonbet-3zlnff li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.beonbet-j6leyb .beonbet-sg5r5h img {
  max-width: 32px;
}

.beonbet-j6leyb .beonbet-1kygln img {
  max-width: 32px;
}

.beonbet-j6leyb .beonbet-8g1tvt {
  min-width: 280px;
}

.beonbet-j6leyb .beonbet-8g1tvt img {
  max-width: 146px;
}

.beonbet-j6leyb .beonbet-8g1tvt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .beonbet-j6leyb .beonbet-8doah1,
  .beonbet-j6leyb .beonbet-039uq4 {
    flex: 0 1 auto;
  }
  .beonbet-j6leyb .beonbet-fl5xxr {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .beonbet-j6leyb .beonbet-8doah1,
  .beonbet-j6leyb .beonbet-kgz0b7,
  .beonbet-j6leyb .beonbet-039uq4,
  .beonbet-j6leyb .beonbet-fl5xxr {
    flex: 1 1 calc(50% - 20px);
  }
  .beonbet-j6leyb .beonbet-1kygln,
  .beonbet-j6leyb .beonbet-8g1tvt,
  .beonbet-j6leyb .beonbet-sg5r5h {
    flex: 1 1 30%;
  }
  .beonbet-j6leyb .beonbet-8g1tvt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .beonbet-j6leyb .beonbet-8doah1,
  .beonbet-j6leyb .beonbet-kgz0b7,
  .beonbet-j6leyb .beonbet-1kygln,
  .beonbet-j6leyb .beonbet-039uq4,
  .beonbet-j6leyb .beonbet-fl5xxr,
  .beonbet-j6leyb .beonbet-8g1tvt,
  .beonbet-j6leyb .beonbet-sg5r5h {
    flex: 1 1 100%;
  }
}

.beonbet-8r7xni .beonbet-i3250r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.beonbet-8r7xni .beonbet-6xvskn {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.beonbet-8r7xni .beonbet-fq0lc3 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.beonbet-8r7xni .beonbet-s34038 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.beonbet-8r7xni .beonbet-s34038 > :nth-child(3) {
  margin-top: 0;
}

.beonbet-8r7xni .beonbet-79j5bt {
  grid-column: 2/3;
  grid-row: 1/10;
}

.beonbet-8r7xni .beonbet-sci064 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.beonbet-8r7xni .beonbet-5h4s0i {
  grid-column: 1/2;
}

.beonbet-8r7xni > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.beonbet-8r7xni .beonbet-6xvskn: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;
}

.beonbet-8r7xni .beonbet-6xvskn:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.beonbet-8r7xni .beonbet-nyacrm {
  min-width: 240px;
}

@media (max-width: 768px) {
  .beonbet-8r7xni .beonbet-6xvskn:not(:last-child):before {
    bottom: 8px;
  }
  .beonbet-8r7xni .beonbet-6xvskn:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .beonbet-8r7xni .beonbet-s34038 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .beonbet-8r7xni .beonbet-79j5bt {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .beonbet-8r7xni .beonbet-79j5bt img {
    width: 100%;
    height: auto;
  }
  .beonbet-8r7xni .beonbet-nyacrm {
    width: 100%;
    min-width: unset;
  }
}

.beonbet-941ss4 .beonbet-ftqrel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.beonbet-941ss4 .beonbet-ipiruh {
  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;
}

.beonbet-941ss4 .beonbet-79j5bt {
  height: 100%;
}

.beonbet-941ss4 .beonbet-79j5bt img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.beonbet-941ss4 .beonbet-94cpi5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.beonbet-941ss4 .beonbet-pmvvhx {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.beonbet-941ss4 .beonbet-15ejbi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .beonbet-941ss4 .beonbet-ipiruh {
    flex: 1 1 100%;
  }
  .beonbet-941ss4 .beonbet-vfksbs {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .beonbet-941ss4 .beonbet-ipiruh {
    flex-direction: column;
  }
  .beonbet-941ss4 .beonbet-79j5bt {
    width: 100%;
    height: auto;
  }
  .beonbet-941ss4 .beonbet-79j5bt img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .beonbet-941ss4 .beonbet-94cpi5 {
    padding: 0 16px 16px 16px;
  }
  .beonbet-941ss4 .beonbet-vfksbs {
    min-width: unset;
    width: 100%;
  }
}

.beonbet-05cyl1 .beonbet-r7hxil {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.beonbet-05cyl1 .beonbet-rhdzf3 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.beonbet-05cyl1 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;
}

.beonbet-05cyl1 .beonbet-nvdgpe {
  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;
}

.beonbet-05cyl1 .beonbet-rhdzf3:hover .beonbet-nvdgpe {
  display: flex;
}

.beonbet-05cyl1 .beonbet-n53k4i {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.beonbet-05cyl1 .beonbet-mnju8y {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.beonbet-1ocpmp {
  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;
}

.beonbet-1ocpmp.beonbet-4w1ku1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.beonbet-6jiu3y ease-in-out;
}

.beonbet-1ocpmp.beonbet-4w1ku1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.beonbet-05cyl1 .beonbet-iby06z {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.beonbet-6jiu3y ease-in-out;
}

.beonbet-05cyl1 .beonbet-iby06z:hover {
  color: #196948;
  background-color: #f9cb16;
}

.beonbet-05cyl1 .beonbet-iby06z:after,
.beonbet-1ocpmp.beonbet-4w1ku1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.beonbet-1ocpmp.beonbet-4w1ku1:after {
  background-image: url(../images/Cash.svg);
}

.beonbet-05cyl1 .beonbet-iby06z:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .beonbet-05cyl1 .beonbet-r7hxil {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .beonbet-05cyl1 .beonbet-r7hxil {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .beonbet-05cyl1 .beonbet-r7hxil {
    grid-template-columns: 1fr;
  }
  .beonbet-05cyl1 .beonbet-rhdzf3 {
    height: auto;
  }
  .beonbet-05cyl1 .beonbet-rhdzf3 .beonbet-nvdgpe {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .beonbet-05cyl1 .beonbet-n53k4i,
  .beonbet-05cyl1 .beonbet-mnju8y {
    text-align: left;
  }
  .beonbet-05cyl1 .beonbet-mnju8y {
    margin-bottom: 8px;
  }
  .beonbet-05cyl1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.beonbet-2gy0y9 {
  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;
}

.beonbet-2gy0y9.beonbet-qbyfrr {
  display: block;
}

.beonbet-2gy0y9 .beonbet-4vvw1a {
  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;
}

.beonbet-2gy0y9 .beonbet-4n1xeh {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.beonbet-2gy0y9 .beonbet-rsz0i8 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.beonbet-2gy0y9 .beonbet-9p7dkh {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.beonbet-2gy0y9 .beonbet-1ocpmp {
  min-width: 296px;
  margin-bottom: 0;
}

.beonbet-2gy0y9 .beonbet-1x76gl {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.beonbet-2gy0y9 .beonbet-s72dg9 {
  position: relative;
  flex: 1 1;
}

.beonbet-2gy0y9 .beonbet-s72dg9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .beonbet-2gy0y9 .beonbet-4n1xeh {
    flex-wrap: wrap;
    gap: 8px;
  }
  .beonbet-2gy0y9 .beonbet-rsz0i8 {
    order: 1;
  }
  .beonbet-2gy0y9 .beonbet-9p7dkh {
    order: 3;
    flex: 1 1 100%;
  }
  .beonbet-2gy0y9 .beonbet-1ocpmp {
    width: 100%;
    min-width: unset;
  }
  .beonbet-2gy0y9 .beonbet-1x76gl {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .beonbet-qzhml2 > .beonbet-f5lqrj {
    margin-bottom: 0;
  }
  .beonbet-qzhml2 > .beonbet-5h4s0i,
  .beonbet-qzhml2 > p {
    margin-top: 0;
  }
}

.beonbet-kuy7a8 img,
.beonbet-7x2t00 img {
  width: auto;
  object-fit: contain;
}

.beonbet-kuy7a8 {
  align-items: center;
}

.beonbet-kuy7a8 img {
  max-height: 76px;
}

.beonbet-7x2t00 img {
  max-height: 64px;
}

.beonbet-e3nwlc {
  overflow: auto;
}

.beonbet-t8dhka {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.beonbet-icdyxv:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.beonbet-mfz37b {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.beonbet-l9cnfz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.beonbet-mfz37b .beonbet-79j5bt {
  margin-right: 20px;
  flex-shrink: 0;
}

.beonbet-mfz37b img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.beonbet-3qa0ox {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.beonbet-3qa0ox > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .beonbet-mfz37b {
    padding: 15px 10px;
  }
  .beonbet-3qa0ox {
    padding: 15px 10px;
  }
  .beonbet-mfz37b .beonbet-79j5bt {
    margin-right: 10px;
  }
}

.beonbet-qwc3a7 {
  overflow-x: auto;
}

.beonbet-y7tx2i {
  border-collapse: collapse;
  width: 100%;
}

.beonbet-qwc3a7 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.beonbet-qwc3a7 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.beonbet-qwc3a7 td.beonbet-yn9z4j {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.beonbet-qwc3a7 td.beonbet-4pqm53 {
  border-right: none;
}

.beonbet-qwc3a7 td.beonbet-4pqm53 .beonbet-79j5bt {
  justify-content: flex-start;
}

.beonbet-qwc3a7 td.beonbet-4pqm53 .beonbet-79j5bt img {
  height: auto;
  width: 90px;
}

.beonbet-qwc3a7 td.beonbet-vw8m1z,
.beonbet-qwc3a7 td.beonbet-2y2get {
  font-weight: 600;
  text-align: right;
}

.beonbet-qwc3a7 td.beonbet-n1aiv7,
.beonbet-qwc3a7 td.beonbet-vw8m1z {
  padding-bottom: 10px;
  border-bottom: none;
}

.beonbet-qwc3a7 td.beonbet-vw8m1z,
.beonbet-qwc3a7 td.beonbet-2y2get {
  border-left: none;
}

.beonbet-qwc3a7 td.beonbet-n1aiv7,
.beonbet-qwc3a7 td.beonbet-qik0pl {
  border-right: none;
}

.beonbet-qwc3a7 td.beonbet-qik0pl,
.beonbet-qwc3a7 td.beonbet-2y2get {
  border-top: none;
  padding-top: 10px;
}

.beonbet-uz5deb {
  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;
}

.beonbet-uz5deb .beonbet-vfksbs {
  min-width: unset;
  width: 100%;
}

.beonbet-uz5deb .beonbet-vfksbs.beonbet-f0t69t {
  grid-column: 1/2;
  grid-row: 1/2;
}

.beonbet-uz5deb .beonbet-vfksbs.beonbet-pj8d14 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.beonbet-uz5deb .beonbet-xoy03v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .beonbet-uz5deb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .beonbet-uz5deb .beonbet-vfksbs.beonbet-f0t69t {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .beonbet-uz5deb .beonbet-vfksbs.beonbet-pj8d14 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .beonbet-uz5deb .beonbet-xoy03v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.beonbet-8corl6 {
  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;
}

.beonbet-txtpxr {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.beonbet-udym5v p a img {
  margin: 0 auto;
  display: block;
}

.beonbet-udym5v table {
  margin-bottom: 17px;
}

/* contanct form */
.beonbet-u38off {
  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;
}

.beonbet-u38off label {
  font-size: 14px;
}

.beonbet-u38off h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.beonbet-u38off input,
.beonbet-u38off textarea,
.beonbet-u38off 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;
}
.beonbet-u38off button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.beonbet-6jiu3y ease;
}
.beonbet-u38off button:hover {
  background-color: #691204;
}
.beonbet-8o4a77 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.beonbet-tvvm80 ease-in;
}

.beonbet-8o4a77 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}