@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);
}

.billybets-7ytasu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.billybets-gjpld2 {
  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.billybets-dj4zs4,
ul.billybets-dj4zs4 {
  padding-left: 20px;
}

ul.billybets-dj4zs4 {
  list-style: disc;
}

ol.billybets-dj4zs4 {
  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;
  }
}

.billybets-i23k7o > .billybets-91dnhe,
.billybets-i23k7o > .billybets-18doi4,
.billybets-i23k7o > blockquote,
.billybets-i23k7o > h1,
.billybets-i23k7o > h2,
.billybets-i23k7o > h3,
.billybets-i23k7o > h4,
.billybets-i23k7o > h5,
.billybets-i23k7o > h6,
.billybets-i23k7o > ol,
.billybets-i23k7o > p,
.billybets-i23k7o > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.billybets-i23k7o > ol,
.billybets-i23k7o > ul {
  padding-left: 50px;
}

.billybets-i23k7o 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;
}

.billybets-i23k7o:not(:last-child) {
  margin-bottom: 2rem;
}

.billybets-i23k7o > :not(:first-child) {
  margin-top: 2rem;
}

.billybets-i23k7o {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.billybets-i23k7o:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .billybets-i23k7o:first-child {
    margin-top: 20px;
  }
}

.billybets-i23k7o > p:last-of-type {
  margin-bottom: 32px;
}

.billybets-i23k7o > .billybets-z4fs98:not(:first-child) {
  margin: 64px auto 16px auto;
}

.billybets-njbf7j > .billybets-z4fs98 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.billybets-18doi4 {
  overflow: auto;
}

.billybets-18doi4::-webkit-scrollbar {
  height: 5px;
}

.billybets-18doi4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.billybets-18doi4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.billybets-18doi4 table thead,
table thead {
  border-bottom: none;
}

.billybets-18doi4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.billybets-18doi4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.billybets-18doi4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.billybets-18doi4 .billybets-zelo28 {
  table-layout: auto;
}

.billybets-18doi4 .billybets-zelo28 th {
  word-break: normal;
}

.billybets-18doi4 .billybets-zelo28 td {
  word-break: normal;
}

.billybets-7ytasu .billybets-7ytasu {
  padding-right: 0;
  padding-left: 0;
}

.billybets-jkpq71 {
  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;
}

.billybets-o8tolr {
  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;
}

.billybets-rondt4 {
  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;
}

.billybets-91dnhe {
  margin-top: 24px;
}

.billybets-91dnhe.billybets-skpf7s {
  text-align: left;
}

.billybets-91dnhe.billybets-71i87e {
  text-align: right;
}

.billybets-91dnhe.billybets-z7e5na {
  text-align: center;
}

.billybets-m6owjr {
  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.billybets-asuqry ease-in-out;
  cursor: pointer;
}

.billybets-m6owjr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.billybets-m6owjr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .billybets-m6owjr {
    min-width: unset;
  }
}

.billybets-g7sf50 {
  background-color: var(--fh-bg-color);
}

.billybets-numntw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.billybets-nv2yfn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.billybets-nv2yfn img {
  max-height: 80px;
  object-fit: contain;
}

.billybets-d1r0d7 {
  flex: 1 1;
}

.billybets-0sgbxf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.billybets-c678aj {
  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;
}

.billybets-c678aj 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;
}

.billybets-c678aj.billybets-ragb42 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.billybets-c678aj.billybets-ragb42 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.billybets-c678aj.billybets-ragb42 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.billybets-d1r0d7 + .billybets-0sgbxf {
  margin-left: 20px;
}

.billybets-k16hiz {
  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;
}

.billybets-k16hiz > svg {
  max-width: 24px;
  max-height: 24px;
}

.billybets-k16hiz + .billybets-k16hiz {
  margin-left: 5px;
}

.billybets-vqwhan {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.billybets-vqwhan:hover {
  background-color: var(--button-bg-hover);
}

.billybets-m4oz5o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.billybets-asuqry ease-in-out;
  border: 1px solid var(--border-color);
}

.billybets-m4oz5o:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.billybets-98per6 {
  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) {
  .billybets-d1r0d7 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .billybets-98per6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .billybets-d1r0d7 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .billybets-k16hiz {
    min-width: unset;
    flex: 1 1;
  }
}

.billybets-qyfvvk {
  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;
}

.billybets-qyfvvk:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.billybets-qyfvvk:hover .billybets-o8g7s7 {
  opacity: 1;
  pointer-events: auto;
}

.billybets-9bawql {
  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.billybets-8i65b7 ease-in-out;
  gap: 4px;
}

.billybets-9bawql > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.billybets-9bawql .billybets-jkpq71 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.billybets-3b00up,
.billybets-9bawql:hover {
  color: var(--button-bg-hover);
}

.billybets-wmis8y {
  position: relative;
}

.billybets-wmis8y .billybets-9bawql {
  margin-right: 0;
  padding-right: 4px;
}

.billybets-7ywodg svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.billybets-wmis8y.billybets-ragb42 .billybets-7ywodg svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.billybets-wmis8y.billybets-ragb42 .billybets-o8g7s7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.billybets-wmis8y.billybets-ragb42 .billybets-o8g7s7::before {
  display: none;
}

.billybets-7ywodg svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.billybets-o8g7s7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.billybets-u3z4vk 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.billybets-o8g7s7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.billybets-o8g7s7:hover {
  color: var(--fh-bg-color);
}

.billybets-bl3qt3 {
  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.billybets-u3z4vk 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.billybets-8i65b7 ease-in-out;
  -o-transition: 0.billybets-8i65b7 ease-in-out;
  transition: 0.billybets-8i65b7 ease-in-out;
}

.billybets-bl3qt3 .billybets-jkpq71 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.billybets-pi7yfe,
.billybets-bl3qt3:hover {
  color: var(--button-bg-hover);
}

.billybets-33i10u {
  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%;
}

.billybets-33i10u.billybets-kx1wku {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.billybets-33i10u.billybets-kx1wku:after,
.billybets-33i10u.billybets-kx1wku:before {
  content: "";
  position: absolute;
  margin: auto;
}

.billybets-33i10u.billybets-kx1wku: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);
  }
}

.billybets-33i10u.billybets-kx1wku:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.billybets-33i10u.billybets-kx1wku > * {
  z-index: 1;
}

.billybets-33i10u b,
.billybets-33i10u strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.billybets-33i10u .billybets-4438f6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.billybets-33i10u .billybets-hvjeij {
  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;
}

.billybets-33i10u .billybets-jkpq71 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.billybets-33i10u .billybets-7nf5jy {
  margin-top: 12px;
}

.billybets-7nf5jy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.billybets-s32id2 {
  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;
}

.billybets-7nf5jy .billybets-9p3cf5 {
  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.billybets-asuqry ease-in-out;
}

.billybets-7nf5jy .billybets-9p3cf5:hover {
  background: rgba(255, 255, 255, 0.3);
}

.billybets-1dumjv {
  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;
}

.billybets-33i10u.billybets-mrerzd {
  gap: 12px;
  padding: 16px;
}

.billybets-33i10u.billybets-mrerzd .billybets-1dumjv {
  min-width: 240px;
}

.billybets-33i10u.billybets-mrerzd .billybets-1dumjv.billybets-bytpfm {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .billybets-33i10u .billybets-4438f6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .billybets-33i10u .billybets-hvjeij {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .billybets-33i10u .billybets-jkpq71 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-jkpq71 {
    max-width: 126px;
  }
  .billybets-33i10u .billybets-7nf5jy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .billybets-33i10u .billybets-s32id2 {
    max-width: unset;
  }
  .billybets-1dumjv {
    min-width: unset;
    width: 100%;
  }
  .billybets-33i10u .billybets-1dumjv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .billybets-33i10u.billybets-mrerzd {
    grid-template-rows: auto 1fr auto;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-1dumjv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .billybets-33i10u {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .billybets-33i10u .billybets-4438f6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .billybets-33i10u .billybets-jkpq71 {
    max-width: 78px;
  }
  .billybets-33i10u .billybets-7nf5jy {
    margin-top: -12px;
  }
  .billybets-33i10u.billybets-mrerzd {
    gap: 8px;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-4438f6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-hvjeij {
    grid-column: 1/3;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-jkpq71 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .billybets-33i10u.billybets-mrerzd .billybets-jkpq71 img {
    max-width: 114px;
  }
}

.billybets-1dumjv.billybets-ltplsm,
.billybets-1dumjv.billybets-6r6ab6,
.billybets-1dumjv.billybets-9q33mp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.billybets-asuqry ease-in-out;
}

.billybets-1dumjv.billybets-ltplsm,
.billybets-1dumjv.billybets-9q33mp {
  padding: 10px;
}

.billybets-1dumjv.billybets-ltplsm:hover,
.billybets-1dumjv.billybets-6r6ab6:hover,
.billybets-1dumjv.billybets-9q33mp:hover {
  background: var(--button-bg-hover);
}

.billybets-1dumjv.billybets-ltplsm:hover svg path,
.billybets-1dumjv.billybets-9q33mp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.billybets-1dumjv.billybets-bytpfm {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.billybets-asuqry ease-in-out;
  background: var(--button-bg-color);
}

.billybets-1dumjv.billybets-bytpfm:hover {
  background-color: var(--button-bg-hover);
}

.billybets-1dumjv.billybets-6r6ab6: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);
  }
}

.billybets-1dumjv.billybets-6r6ab6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.billybets-1dumjv.billybets-bytpfm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.billybets-lab7so {
  max-width: 650px;
}

.billybets-xlq6jf {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.billybets-dyb729 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.billybets-1nucs1 {
  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.billybets-8i65b7 ease-in-out;
  cursor: pointer;
}

.billybets-1nucs1:hover {
  opacity: 0.5;
}

.billybets-1nucs1:focus {
  outline: 0;
}

.billybets-1nucs1:focus .billybets-jd9eze,
.billybets-1nucs1:hover .billybets-jd9eze {
  fill: red;
  fill-opacity: 1;
}

.billybets-1nucs1:hover {
  cursor: pointer;
}

.billybets-50nyer {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.billybets-lab7so.billybets-z7e5na {
  margin: 0 auto;
}

.billybets-lab7so.billybets-71i87e {
  margin-left: auto;
}

.billybets-9qb9sj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.billybets-w65pkp {
  padding-bottom: 50px;
}

.billybets-5ey40w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.billybets-1055dq {
  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;
}

.billybets-jvnpuw {
  margin-top: 24px;
}

.billybets-z09et3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.billybets-a5ddwo {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.billybets-pqu92k {
  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;
}

.billybets-czjok1 {
  width: 468px;
}

.billybets-pqu92k .billybets-o8g7s7 {
  margin: 0.billybets-tn3v9c 0;
}

.billybets-7m52g7 {
  display: flex;
  min-width: 224px;
}

.billybets-t1f9zl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.billybets-8i65b7 ease-in-out;
}

.billybets-noiqun,
.billybets-t1f9zl:hover {
  color: var(--text-color);
}

.billybets-i8j9th {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.billybets-eypbz3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .billybets-9qb9sj {
    padding: 16px;
  }
  .billybets-i8j9th {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .billybets-eypbz3 {
    align-items: center;
  }
  .billybets-czjok1 {
    width: unset;
  }
  .billybets-7m52g7 {
    min-width: unset;
  }
  .billybets-pqu92k {
    max-height: unset;
  }
  .billybets-5ey40w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .billybets-9qb9sj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.billybets-7vyt9i {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.billybets-7vyt9i:not(:last-child) {
  margin-bottom: 16px;
}

.billybets-0j0fmu {
  outline: 0;
}

.billybets-0j0fmu .billybets-ah6quh {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.billybets-s9d5p9 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .billybets-s9d5p9 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.billybets-s9d5p9::-webkit-details-marker {
  display: none;
}

.billybets-s9d5p9: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;
}

.billybets-s9d5p9: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] .billybets-s9d5p9:after {
  transform: unset;
}

.billybets-ah6quh {
  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);
}

.billybets-ah6quh 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.billybets-8i65b7 ease-in-out;
  -o-transition: 0.billybets-8i65b7 ease-in-out;
  transition: 0.billybets-8i65b7 ease-in-out;
}

.billybets-kbmg8z {
  padding: 16px 0 0 0;
}

.billybets-kbmg8z * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .billybets-kbmg8z :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .billybets-s9d5p9 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .billybets-s9d5p9::after {
    margin-left: auto;
  }
  .billybets-ah6quh {
    order: 3;
    flex: 1 1 100%;
  }
  .billybets-s9d5p9 {
    font-size: 14px;
    line-height: 130%;
  }
  .billybets-ah6quh svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.billybets-lo0rdn {
  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;
}

.billybets-e56z00 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.billybets-lo0rdn.billybets-ragb42 .billybets-e56z00 {
  margin-bottom: 12px;
}

.billybets-e56z00::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;
}

.billybets-lo0rdn.billybets-ragb42 .billybets-e56z00::after {
  transform: unset;
}

.billybets-2n66we {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.billybets-1d46w7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.billybets-8i65b7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.billybets-1d46w7: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;
}

.billybets-lo0rdn.billybets-ragb42 .billybets-2n66we {
  max-height: 100%;
}

.billybets-61w6xu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.billybets-n3rm4f {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.billybets-h1y0eu {
  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;
}

.billybets-8pbzzf {
  margin-right: 4px;
}

.billybets-ueorux {
  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.billybets-8i65b7 ease-in-out;
}

.billybets-ueorux svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.billybets-jyu585,
.billybets-ueorux:hover {
  color: var(--text-color);
}

.billybets-y5byvp {
  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;
}

.billybets-y5byvp img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.billybets-y5byvp .billybets-xm5pu3 {
  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;
}

.billybets-y5byvp .billybets-mqz1nw {
  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;
}

.billybets-32q6xa {
  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;
}

.billybets-jpipkh {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.billybets-ffuqap .billybets-7ytasu {
  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;
}

.billybets-ffuqap {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.billybets-5lz0zf {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.billybets-s6wals {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.billybets-yav8nv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.billybets-ajnp8u 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;
}

.billybets-yav8nv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.billybets-faslf2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.billybets-121obe {
  -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.billybets-8i65b7 ease-in-out;
  transition: transform 0.billybets-8i65b7 ease-in-out;
  -o-transition: transform 0.billybets-8i65b7 ease-in-out;
  transition:
    transform 0.billybets-8i65b7 ease-in-out,
    -webkit-transform 0.billybets-8i65b7 ease-in-out;
  cursor: pointer;
}

.billybets-121obe svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.billybets-121obe: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;
}

.billybets-gatixh {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .billybets-gatixh {
    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);
}

.billybets-800xf0 {
  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;
}

.billybets-fw86op {
  position: relative;
  width: 100%;
}

.billybets-800xf0.billybets-3wx1g4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.billybets-800xf0.billybets-z7e5na {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.billybets-800xf0.billybets-71i87e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.billybets-8ga6na {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.billybets-9md868 {
  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.billybets-8i65b7 ease-in-out;
  cursor: pointer;
}

.billybets-9md868:hover {
  opacity: 0.5;
}

.billybets-800xf0.billybets-1fbziv .billybets-9md868 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.billybets-800xf0.billybets-1fbziv .billybets-8ga6na {
  cursor: pointer;
}

.billybets-doottc {
  fill: #0009;
}

.billybets-v9z87s {
  fill: #fff;
}

.billybets-9md868:hover .billybets-doottc {
  fill: red;
}

.billybets-9md868 svg path {
  -webkit-transition: 0.billybets-8i65b7 ease-in-out;
  -o-transition: 0.billybets-8i65b7 ease-in-out;
  transition: 0.billybets-8i65b7 ease-in-out;
}

.billybets-e3puim {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.billybets-e3puim > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.billybets-e3puim.billybets-zj9s7b > :not(.get-image) {
  grid-column: 1/3;
}

.billybets-atgzmx:not(._h1-block) .billybets-e3puim > .billybets-z4fs98 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.billybets-e3puim.billybets-zj9s7b .billybets-fm11q7 {
  grid-column: 2/3;
}

.billybets-e3puim.billybets-zj9s7b > .billybets-jkpq71 {
  grid-column: 1/2;
}

.billybets-e3puim.billybets-zj9s7b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.billybets-e3puim > p:first-of-type {
  margin-top: 0;
}

.billybets-e3puim .billybets-jkpq71 {
  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;
}

.billybets-atgzmx:not(._h1-block) .billybets-z4fs98 ~ .billybets-jkpq71 {
  grid-row: 2/10;
}

.billybets-atgzmx.billybets-guwy4g .billybets-z4fs98 ~ .billybets-jkpq71 {
  grid-row: 1/10;
}

.billybets-atgzmx.billybets-guwy4g > .billybets-z4fs98 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.billybets-atgzmx.billybets-guwy4g .billybets-jkpq71 {
  grid-row: 1/10;
}

.billybets-e3puim.billybets-5jwf1s .billybets-jkpq71 {
  align-items: flex-start;
}

.billybets-e3puim.billybets-z7e5na .billybets-fm11q7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.billybets-e3puim.billybets-z7e5na .billybets-jkpq71 {
  align-items: center;
}

.billybets-e3puim.billybets-w84lqf .billybets-jkpq71 {
  align-items: flex-end;
}

.billybets-fm11q7 > :first-child {
  margin-top: 0;
}

.billybets-fm11q7 > :last-child {
  margin-bottom: 0;
}

* + .billybets-v7xbhu,
.billybets-atgzmx + .billybets-atgzmx {
  margin-top: 2rem;
}

.billybets-r1ogun td::before,
.billybets-r1ogun th::after {
  display: none !important;
}

.billybets-r1ogun #link-selector {
  color: #000;
}

.billybets-r1ogun .billybets-q4q6f2 {
  color: #135e96;
}

.billybets-r1ogun .billybets-451bxh *,
.billybets-r1ogun .billybets-4g0b8h p,
.billybets-r1ogun .billybets-2mp3u1 * {
  color: #000;
}

.billybets-r1ogun .billybets-3s96sb {
  background: 0 0 !important;
}

.billybets-r1ogun .billybets-0j38b9 {
  color: #000;
}

.billybets-r1ogun .billybets-3yp9zu.billybets-tlanqf {
  color: #fff;
}

.billybets-r1ogun .billybets-3atcn8 {
  color: #000;
}

.billybets-r1ogun
  .billybets-4qcery
  .billybets-q6w1yj.billybets-tlanqf.billybets-13hugc {
  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;
}

.billybets-md2g0n,
body .billybets-5dhxsh {
  color: #000;
  background: var(--color-body) !important;
}

.billybets-md2g0n .billybets-0wcemm .billybets-0skpzz,
body .billybets-5dhxsh .billybets-0wcemm .billybets-0skpzz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .billybets-1d46w7:focus,
  .billybets-1d46w7:hover {
    color: #f9cb16;
  }
  .billybets-za95rf:focus,
  .billybets-za95rf:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .billybets-rqvlxm:focus img,
  .billybets-rqvlxm:focus svg,
  .billybets-rqvlxm:hover img,
  .billybets-rqvlxm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .billybets-y5byvp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .billybets-wmis8y:hover .billybets-7ywodg svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .billybets-7ywodg {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .billybets-mp7r2j {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .billybets-jt6zvm {
    grid-template-columns: repeat(4, 1fr);
  }
  .billybets-5wtk3b {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .billybets-2ufi9k .billybets-dvck6n {
    grid-template-columns: 1fr;
  }
  .billybets-2ufi9k .billybets-teislp {
    -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;
  }
  .billybets-2ufi9k .billybets-wdaqm7 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .billybets-2ufi9k .billybets-jgx23l {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .billybets-2ufi9k .billybets-i9crnq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .billybets-2ufi9k .billybets-wdaqm7:not(:first-child) {
    border: none;
  }
  .billybets-2ufi9k .billybets-wdaqm7:first-child .billybets-jgx23l {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .billybets-2ufi9k .billybets-wdaqm7:last-child .billybets-jgx23l {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .billybets-numntw {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .billybets-nv2yfn {
    max-width: 100px;
  }
  .billybets-d1r0d7 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .billybets-0sgbxf {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .billybets-0sgbxf svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .billybets-c678aj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .billybets-d1r0d7 + .billybets-0sgbxf {
    margin-left: auto;
  }
  .billybets-7zfy7b {
    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;
  }
  .billybets-7zfy7b.billybets-ragb42 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .billybets-98per6 {
    -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;
  }
  .billybets-qyfvvk {
    width: 100%;
  }
  .billybets-qyfvvk:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .billybets-9bawql {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .billybets-9bawql svg {
    margin-right: 4px;
  }
  .billybets-wmis8y {
    -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;
  }
  .billybets-7ywodg svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .billybets-7ywodg {
    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;
  }
  .billybets-o8g7s7 {
    display: none;
    width: 100%;
  }
  .billybets-wmis8y.billybets-ragb42 .billybets-o8g7s7 {
    padding: 0 0 0 48px;
  }
  .billybets-bl3qt3 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .billybets-1055dq .billybets-jkpq71 {
    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;
  }
  .billybets-rirvtq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .billybets-rirvtq + .billybets-rirvtq {
    margin-right: 0;
  }
  .billybets-rirvtq + .billybets-jkpq71 {
    margin: 0;
  }
  .billybets-mp7r2j {
    grid-template-columns: repeat(4, 1fr);
  }
  .billybets-jt6zvm {
    grid-template-columns: repeat(3, 1fr);
  }
  .billybets-2go68n,
  .billybets-n6fsp5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .billybets-e3puim {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .billybets-e3puim.billybets-zj9s7b .billybets-fm11q7 {
    grid-column: auto;
    grid-row: auto;
  }
  .billybets-e3puim > .billybets-z4fs98 {
    grid-column: 1/2;
  }
  .billybets-e3puim.billybets-zj9s7b > :not(.get-image) {
    grid-column: 1/2;
  }
  .billybets-e3puim .billybets-jkpq71,
  .billybets-e3puim.billybets-zj9s7b > .billybets-jkpq71 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .billybets-e3puim.billybets-zj9s7b > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .billybets-atgzmx.billybets-guwy4g .billybets-e3puim > .billybets-jkpq71 {
    grid-row: 1/2;
  }
  .billybets-e3puim .billybets-z4fs98 ~ .billybets-jkpq71,
  .billybets-e3puim.billybets-zj9s7b .billybets-z4fs98 ~ .billybets-jkpq71 {
    grid-row: 2/3;
  }
  .billybets-atgzmx.billybets-guwy4g .billybets-z4fs98 ~ .billybets-jkpq71 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .billybets-i23k7o:first-child .billybets-ubdnks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .billybets-i23k7o:first-child .billybets-ubdnks h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .billybets-i23k7o {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .billybets-i23k7o {
    padding: 0;
  }
  .billybets-91dnhe {
    margin-top: 1rem;
  }
  .billybets-0j0fmu {
    border-radius: 5px;
  }
  .billybets-hscdma {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .billybets-e56z00::after {
    display: inline-block;
  }
  .billybets-e56z00 {
    margin: 0;
    width: 100%;
  }
  .billybets-2n66we {
    width: 100%;
  }
  .billybets-2n66we.billybets-482ati {
    -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%;
  }
  .billybets-2n66we.billybets-482ati .billybets-x5z168 {
    width: 100%;
  }
  .billybets-2n66we.billybets-482ati .billybets-x5z168:not(:last-child) {
    margin-right: 0;
  }
  .billybets-1d46w7 {
    width: 100%;
    text-align: center;
  }
  .billybets-lo0rdn.billybets-ragb42 .billybets-2n66we {
    margin-top: 1rem;
  }
  .billybets-mp7r2j {
    grid-template-columns: repeat(3, 1fr);
  }
  .billybets-5wtk3b,
  .billybets-jt6zvm {
    grid-template-columns: repeat(2, 1fr);
  }
  .billybets-2go68n,
  .billybets-n6fsp5,
  .billybets-1fdbot {
    grid-template-columns: 1fr;
  }
  .billybets-4myz0m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .billybets-s8dlg0 {
    min-width: 300px;
    max-width: 325px;
  }
  .billybets-jgx23l {
    cursor: auto;
  }
  .billybets-bxzra4 .billybets-jgx23l {
    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;
  }
  .billybets-gatixh {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .billybets-o8g7s7 {
    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) {
  .billybets-gatixh {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.billybets-rirvtq p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .billybets-0sgbxf {
    margin: 0 -0.2rem;
  }
  .billybets-rirvtq {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .billybets-8t3ju7 {
    -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;
  }
  .billybets-1qlz76 {
    max-width: 100%;
  }
  .billybets-mp7r2j {
    grid-template-columns: repeat(2, 1fr);
  }
  .billybets-5wtk3b,
  .billybets-jt6zvm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .billybets-numntw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .billybets-0sgbxf {
    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;
  }
  .billybets-g7sf50 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .billybets-k16hiz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .billybets-i2ckkn,
  .billybets-hjycxm {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .billybets-m6owjr {
    width: 100%;
  }
  .billybets-mp7r2j {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .billybets-gatixh {
    top: 127px !important;
  }
}

.billybets-ikok68 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .billybets-ikok68 {
  }
}

@media (max-width: 767px) {
  .billybets-ikok68 {
    margin-bottom: 12px;
  }
}

.billybets-ikok68 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.billybets-4ogacs {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.billybets-4ogacs > .billybets-378hc0 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .billybets-4ogacs {
    flex-direction: column;
    gap: 12px;
  }
}

.billybets-gnib4t {
  display: flex;
}

.billybets-gnib4t .billybets-yq6l70 {
  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;
}

.billybets-gnib4t .billybets-x1l1by {
  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;
}

.billybets-gnib4t .billybets-xb72vy {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.billybets-gnib4t .billybets-3inm5s {
  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));
  }
}

.billybets-gnib4t .billybets-3inm5s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.billybets-gnib4t .billybets-z0odz7 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.billybets-yud3qr {
  border: unset;
  background-color: unset;
}

.billybets-yud3qr tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.billybets-yud3qr .billybets-spv72l,
.billybets-yud3qr .billybets-mblrkw {
  flex: 0 1 330px;
}

.billybets-yud3qr .billybets-wdsjtb {
  flex: 1 1;
}

.billybets-yud3qr tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.billybets-yud3qr tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.billybets-yud3qr tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.billybets-yud3qr tr td p {
  color: #fff;
  margin: 0;
}

.billybets-yud3qr tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.billybets-yud3qr tr.billybets-spv72l td p {
  padding: 16px 0;
}

.billybets-yud3qr tr.billybets-spv72l td p:not(:last-child),
.billybets-yud3qr tr.billybets-mblrkw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.billybets-yud3qr tr.billybets-spv72l td p:first-child,
.billybets-yud3qr tr.billybets-mblrkw td p:first-child {
  padding-top: 0;
}

.billybets-yud3qr tr.billybets-mblrkw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.billybets-yud3qr tr.billybets-mblrkw td p:last-child {
  padding-bottom: 0;
}

.billybets-yud3qr .billybets-mblrkw img {
  max-width: 32px;
}

.billybets-yud3qr .billybets-wdsjtb {
  min-width: 718px;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.billybets-yud3qr .billybets-wdsjtb td {
  display: flex;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr,
.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x7crwl,
.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-3x6hn7 {
  flex: 1 1 50%;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-7azv1m {
  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;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x0xdwn,
.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-spu48h {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr,
.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x7crwl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr span,
.billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x7crwl span {
  font-weight: 800;
}

.billybets-yud3qr .billybets-wdsjtb img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .billybets-yud3qr tr.billybets-spv72l td p:last-child {
    padding-bottom: 0;
  }
  .billybets-yud3qr .billybets-mblrkw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .billybets-yud3qr .billybets-mblrkw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .billybets-yud3qr tr.billybets-spv72l td p:not(:last-child),
  .billybets-yud3qr tr.billybets-mblrkw td p:not(:last-child) {
    border-bottom: unset;
  }
  .billybets-yud3qr tr.billybets-mblrkw td p:last-child {
    padding-bottom: 12px;
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr,
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x7crwl,
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-3x6hn7 {
    flex: 1 1 50%;
    padding: 0;
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr,
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-x7crwl {
    margin-top: 16px;
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-3x6hn7 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-rl4xqr {
    border-right: 1px solid var(--border-color);
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-3x6hn7:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .billybets-yud3qr .billybets-wdsjtb td:last-child .billybets-3x6hn7:last-child {
    padding-bottom: 0;
  }
}

.billybets-3x6hn7 {
  display: flex;
  flex-direction: column;
}

.billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7:not(:first-child) {
    padding-left: 0;
  }
  .billybets-yud3qr .billybets-wdsjtb td .billybets-3x6hn7:not(:last-of-type) {
    border-right: unset;
  }
}

.billybets-yud3qr .billybets-1nhxsq {
  flex: 0 1 485px;
}

.billybets-yud3qr .billybets-2j71ht {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.billybets-yud3qr .billybets-2j71ht li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.billybets-yud3qr .billybets-2j71ht li.billybets-myuaka {
  padding: 6px 12px;
}

.billybets-yud3qr .billybets-2j71ht li a,
.billybets-yud3qr .billybets-2j71ht 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;
}

.billybets-yud3qr .billybets-dz7lis,
.billybets-yud3qr .billybets-0vzd81 {
  flex: 1 1;
}

.billybets-yud3qr .billybets-8cwque,
.billybets-yud3qr .billybets-vbr6g6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.billybets-yud3qr .billybets-8cwque li,
.billybets-yud3qr .billybets-vbr6g6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.billybets-yud3qr .billybets-0vzd81 img {
  max-width: 32px;
}

.billybets-yud3qr .billybets-dz7lis img {
  max-width: 32px;
}

.billybets-yud3qr .billybets-j9dif0 {
  min-width: 280px;
}

.billybets-yud3qr .billybets-j9dif0 img {
  max-width: 146px;
}

.billybets-yud3qr .billybets-j9dif0 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .billybets-yud3qr .billybets-spv72l,
  .billybets-yud3qr .billybets-mblrkw {
    flex: 0 1 auto;
  }
  .billybets-yud3qr .billybets-wdsjtb {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .billybets-yud3qr .billybets-spv72l,
  .billybets-yud3qr .billybets-1nhxsq,
  .billybets-yud3qr .billybets-mblrkw,
  .billybets-yud3qr .billybets-wdsjtb {
    flex: 1 1 calc(50% - 20px);
  }
  .billybets-yud3qr .billybets-dz7lis,
  .billybets-yud3qr .billybets-j9dif0,
  .billybets-yud3qr .billybets-0vzd81 {
    flex: 1 1 30%;
  }
  .billybets-yud3qr .billybets-j9dif0 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .billybets-yud3qr .billybets-spv72l,
  .billybets-yud3qr .billybets-1nhxsq,
  .billybets-yud3qr .billybets-dz7lis,
  .billybets-yud3qr .billybets-mblrkw,
  .billybets-yud3qr .billybets-wdsjtb,
  .billybets-yud3qr .billybets-j9dif0,
  .billybets-yud3qr .billybets-0vzd81 {
    flex: 1 1 100%;
  }
}

.billybets-ik1r76 .billybets-s25oqi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.billybets-ik1r76 .billybets-80nfmk {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.billybets-ik1r76 .billybets-u8p70k {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.billybets-ik1r76 .billybets-j6kfpa {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.billybets-ik1r76 .billybets-j6kfpa > :nth-child(3) {
  margin-top: 0;
}

.billybets-ik1r76 .billybets-jkpq71 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.billybets-ik1r76 .billybets-a1nxh2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.billybets-ik1r76 .billybets-91dnhe {
  grid-column: 1/2;
}

.billybets-ik1r76 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.billybets-ik1r76 .billybets-80nfmk: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;
}

.billybets-ik1r76 .billybets-80nfmk:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.billybets-ik1r76 .billybets-m6owjr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .billybets-ik1r76 .billybets-80nfmk:not(:last-child):before {
    bottom: 8px;
  }
  .billybets-ik1r76 .billybets-80nfmk:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .billybets-ik1r76 .billybets-j6kfpa {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .billybets-ik1r76 .billybets-jkpq71 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .billybets-ik1r76 .billybets-jkpq71 img {
    width: 100%;
    height: auto;
  }
  .billybets-ik1r76 .billybets-m6owjr {
    width: 100%;
    min-width: unset;
  }
}

.billybets-f1wruq .billybets-q88hj8 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.billybets-f1wruq .billybets-ghvmm8 {
  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;
}

.billybets-f1wruq .billybets-jkpq71 {
  height: 100%;
}

.billybets-f1wruq .billybets-jkpq71 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.billybets-f1wruq .billybets-da99zv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.billybets-f1wruq .billybets-ffjii8 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.billybets-f1wruq .billybets-l6uoet {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .billybets-f1wruq .billybets-ghvmm8 {
    flex: 1 1 100%;
  }
  .billybets-f1wruq .billybets-1dumjv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .billybets-f1wruq .billybets-ghvmm8 {
    flex-direction: column;
  }
  .billybets-f1wruq .billybets-jkpq71 {
    width: 100%;
    height: auto;
  }
  .billybets-f1wruq .billybets-jkpq71 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .billybets-f1wruq .billybets-da99zv {
    padding: 0 16px 16px 16px;
  }
  .billybets-f1wruq .billybets-1dumjv {
    min-width: unset;
    width: 100%;
  }
}

.billybets-ve742i .billybets-00p6oh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.billybets-ve742i .billybets-guipp6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.billybets-ve742i 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;
}

.billybets-ve742i .billybets-33kmkd {
  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;
}

.billybets-ve742i .billybets-guipp6:hover .billybets-33kmkd {
  display: flex;
}

.billybets-ve742i .billybets-7z0bec {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.billybets-ve742i .billybets-kxfto3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.billybets-gilh3w {
  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;
}

.billybets-gilh3w.billybets-hkc6fg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.billybets-asuqry ease-in-out;
}

.billybets-gilh3w.billybets-hkc6fg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.billybets-ve742i .billybets-lkdbcs {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.billybets-asuqry ease-in-out;
}

.billybets-ve742i .billybets-lkdbcs:hover {
  color: #196948;
  background-color: #f9cb16;
}

.billybets-ve742i .billybets-lkdbcs:after,
.billybets-gilh3w.billybets-hkc6fg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.billybets-gilh3w.billybets-hkc6fg:after {
  background-image: url(../images/Cash.svg);
}

.billybets-ve742i .billybets-lkdbcs:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .billybets-ve742i .billybets-00p6oh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .billybets-ve742i .billybets-00p6oh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .billybets-ve742i .billybets-00p6oh {
    grid-template-columns: 1fr;
  }
  .billybets-ve742i .billybets-guipp6 {
    height: auto;
  }
  .billybets-ve742i .billybets-guipp6 .billybets-33kmkd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .billybets-ve742i .billybets-7z0bec,
  .billybets-ve742i .billybets-kxfto3 {
    text-align: left;
  }
  .billybets-ve742i .billybets-kxfto3 {
    margin-bottom: 8px;
  }
  .billybets-ve742i img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.billybets-h2zhv5 {
  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;
}

.billybets-h2zhv5.billybets-1fbziv {
  display: block;
}

.billybets-h2zhv5 .billybets-qech7x {
  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;
}

.billybets-h2zhv5 .billybets-mmekbc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.billybets-h2zhv5 .billybets-1uwher {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.billybets-h2zhv5 .billybets-ea6y60 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.billybets-h2zhv5 .billybets-gilh3w {
  min-width: 296px;
  margin-bottom: 0;
}

.billybets-h2zhv5 .billybets-vrubhs {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.billybets-h2zhv5 .billybets-0kl16s {
  position: relative;
  flex: 1 1;
}

.billybets-h2zhv5 .billybets-0kl16s iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .billybets-h2zhv5 .billybets-mmekbc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .billybets-h2zhv5 .billybets-1uwher {
    order: 1;
  }
  .billybets-h2zhv5 .billybets-ea6y60 {
    order: 3;
    flex: 1 1 100%;
  }
  .billybets-h2zhv5 .billybets-gilh3w {
    width: 100%;
    min-width: unset;
  }
  .billybets-h2zhv5 .billybets-vrubhs {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .billybets-e3puim > .billybets-z4fs98 {
    margin-bottom: 0;
  }
  .billybets-e3puim > .billybets-91dnhe,
  .billybets-e3puim > p {
    margin-top: 0;
  }
}

.billybets-1banpl img,
.billybets-rirvtq img {
  width: auto;
  object-fit: contain;
}

.billybets-1banpl {
  align-items: center;
}

.billybets-1banpl img {
  max-height: 76px;
}

.billybets-rirvtq img {
  max-height: 64px;
}

.billybets-5mvkif {
  overflow: auto;
}

.billybets-zd7tnz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.billybets-9n8rw7:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.billybets-doxsil {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.billybets-2858dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.billybets-doxsil .billybets-jkpq71 {
  margin-right: 20px;
  flex-shrink: 0;
}

.billybets-doxsil img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.billybets-8f59s8 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.billybets-8f59s8 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .billybets-doxsil {
    padding: 15px 10px;
  }
  .billybets-8f59s8 {
    padding: 15px 10px;
  }
  .billybets-doxsil .billybets-jkpq71 {
    margin-right: 10px;
  }
}

.billybets-o8chni {
  overflow-x: auto;
}

.billybets-ds3m5m {
  border-collapse: collapse;
  width: 100%;
}

.billybets-o8chni th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.billybets-o8chni td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.billybets-o8chni td.billybets-l54s1h {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.billybets-o8chni td.billybets-n1bm3z {
  border-right: none;
}

.billybets-o8chni td.billybets-n1bm3z .billybets-jkpq71 {
  justify-content: flex-start;
}

.billybets-o8chni td.billybets-n1bm3z .billybets-jkpq71 img {
  height: auto;
  width: 90px;
}

.billybets-o8chni td.billybets-u72yzw,
.billybets-o8chni td.billybets-eikqof {
  font-weight: 600;
  text-align: right;
}

.billybets-o8chni td.billybets-cxfc3x,
.billybets-o8chni td.billybets-u72yzw {
  padding-bottom: 10px;
  border-bottom: none;
}

.billybets-o8chni td.billybets-u72yzw,
.billybets-o8chni td.billybets-eikqof {
  border-left: none;
}

.billybets-o8chni td.billybets-cxfc3x,
.billybets-o8chni td.billybets-0p0o0i {
  border-right: none;
}

.billybets-o8chni td.billybets-0p0o0i,
.billybets-o8chni td.billybets-eikqof {
  border-top: none;
  padding-top: 10px;
}

.billybets-pzbo65 {
  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;
}

.billybets-pzbo65 .billybets-1dumjv {
  min-width: unset;
  width: 100%;
}

.billybets-pzbo65 .billybets-1dumjv.billybets-ltplsm {
  grid-column: 1/2;
  grid-row: 1/2;
}

.billybets-pzbo65 .billybets-1dumjv.billybets-9q33mp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.billybets-pzbo65 .billybets-bglz3y {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .billybets-pzbo65 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .billybets-pzbo65 .billybets-1dumjv.billybets-ltplsm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .billybets-pzbo65 .billybets-1dumjv.billybets-9q33mp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .billybets-pzbo65 .billybets-bglz3y {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.billybets-199lik {
  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;
}

.billybets-1cizgo {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.billybets-njbf7j p a img {
  margin: 0 auto;
  display: block;
}

.billybets-njbf7j table {
  margin-bottom: 17px;
}

/* contanct form */
.billybets-v2nkyf {
  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;
}

.billybets-v2nkyf label {
  font-size: 14px;
}

.billybets-v2nkyf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.billybets-v2nkyf input,
.billybets-v2nkyf textarea,
.billybets-v2nkyf 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;
}
.billybets-v2nkyf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.billybets-asuqry ease;
}
.billybets-v2nkyf button:hover {
  background-color: #691204;
}
.billybets-aievxj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.billybets-2x3i0s ease-in;
}

.billybets-aievxj 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;
}
.billybets-owps59, .billybets-sof8t4, [class*="review-card"],
thead, thead th, table th, .billybets-3gyuqv,
.billybets-iez25g, [class*="collapsible-header"],
.billybets-xc5chl, [class*="updated-block"] {
  color: #ece7dc !important;
}
