@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);
}

.spybet-3kw1rv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-w2rn1a {
  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.spybet-768reo,
ul.spybet-768reo {
  padding-left: 20px;
}

ul.spybet-768reo {
  list-style: disc;
}

ol.spybet-768reo {
  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;
  }
}

.spybet-sln4m9 > .spybet-5x9hbw,
.spybet-sln4m9 > .spybet-e0dydf,
.spybet-sln4m9 > blockquote,
.spybet-sln4m9 > h1,
.spybet-sln4m9 > h2,
.spybet-sln4m9 > h3,
.spybet-sln4m9 > h4,
.spybet-sln4m9 > h5,
.spybet-sln4m9 > h6,
.spybet-sln4m9 > ol,
.spybet-sln4m9 > p,
.spybet-sln4m9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-sln4m9 > ol,
.spybet-sln4m9 > ul {
  padding-left: 50px;
}

.spybet-sln4m9 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;
}

.spybet-sln4m9:not(:last-child) {
  margin-bottom: 2rem;
}

.spybet-sln4m9 > :not(:first-child) {
  margin-top: 2rem;
}

.spybet-sln4m9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spybet-sln4m9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spybet-sln4m9:first-child {
    margin-top: 20px;
  }
}

.spybet-sln4m9 > p:last-of-type {
  margin-bottom: 32px;
}

.spybet-sln4m9 > .spybet-3qaaxz:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spybet-kydk6q > .spybet-3qaaxz {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-e0dydf {
  overflow: auto;
}

.spybet-e0dydf::-webkit-scrollbar {
  height: 5px;
}

.spybet-e0dydf table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spybet-e0dydf table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spybet-e0dydf table thead,
table thead {
  border-bottom: none;
}

.spybet-e0dydf table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spybet-e0dydf table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spybet-e0dydf table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spybet-e0dydf .spybet-yr6dfh {
  table-layout: auto;
}

.spybet-e0dydf .spybet-yr6dfh th {
  word-break: normal;
}

.spybet-e0dydf .spybet-yr6dfh td {
  word-break: normal;
}

.spybet-3kw1rv .spybet-3kw1rv {
  padding-right: 0;
  padding-left: 0;
}

.spybet-z2gwvg {
  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;
}

.spybet-yukhfm {
  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;
}

.spybet-22ggfp {
  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;
}

.spybet-5x9hbw {
  margin-top: 24px;
}

.spybet-5x9hbw.spybet-td8q17 {
  text-align: left;
}

.spybet-5x9hbw.spybet-ewh04b {
  text-align: right;
}

.spybet-5x9hbw.spybet-6q75zh {
  text-align: center;
}

.spybet-om27sr {
  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.spybet-k62ms1 ease-in-out;
  cursor: pointer;
}

.spybet-om27sr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spybet-om27sr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spybet-om27sr {
    min-width: unset;
  }
}

.spybet-4z0lvs {
  background-color: var(--fh-bg-color);
}

.spybet-c1ul0n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spybet-yiinbr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.spybet-yiinbr img {
  max-height: 44px;
  object-fit: contain;
}

.spybet-5gce3z {
  flex: 1 1;
}

.spybet-suh2i3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spybet-zeohui {
  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;
}

.spybet-zeohui 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;
}

.spybet-zeohui.spybet-uws7i6 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spybet-zeohui.spybet-uws7i6 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spybet-zeohui.spybet-uws7i6 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spybet-5gce3z + .spybet-suh2i3 {
  margin-left: 20px;
}

.spybet-musw7y {
  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;
}

.spybet-musw7y > svg {
  max-width: 24px;
  max-height: 24px;
}

.spybet-musw7y + .spybet-musw7y {
  margin-left: 5px;
}

.spybet-lcwa11 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spybet-lcwa11:hover {
  background-color: var(--button-bg-hover);
}

.spybet-krg499 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spybet-k62ms1 ease-in-out;
  border: 1px solid var(--border-color);
}

.spybet-krg499:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spybet-ofqn32 {
  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) {
  .spybet-5gce3z {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spybet-ofqn32 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spybet-5gce3z {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spybet-musw7y {
    min-width: unset;
    flex: 1 1;
  }
}

.spybet-vaacdj {
  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;
}

.spybet-vaacdj:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spybet-vaacdj:hover .spybet-d8nffk {
  opacity: 1;
  pointer-events: auto;
}

.spybet-wfy161 {
  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.spybet-peny2k ease-in-out;
  gap: 4px;
}

.spybet-wfy161 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spybet-wfy161 .spybet-z2gwvg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spybet-pwuwg7,
.spybet-wfy161:hover {
  color: var(--button-bg-hover);
}

.spybet-iwo0qq {
  position: relative;
}

.spybet-iwo0qq .spybet-wfy161 {
  margin-right: 0;
  padding-right: 4px;
}

.spybet-vxcuo5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spybet-iwo0qq.spybet-uws7i6 .spybet-vxcuo5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spybet-iwo0qq.spybet-uws7i6 .spybet-d8nffk {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spybet-iwo0qq.spybet-uws7i6 .spybet-d8nffk::before {
  display: none;
}

.spybet-vxcuo5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spybet-d8nffk {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spybet-dx31qh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spybet-d8nffk::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spybet-d8nffk:hover {
  color: var(--fh-bg-color);
}

.spybet-r4j18n {
  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.spybet-dx31qh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spybet-peny2k ease-in-out;
  -o-transition: 0.spybet-peny2k ease-in-out;
  transition: 0.spybet-peny2k ease-in-out;
}

.spybet-r4j18n .spybet-z2gwvg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spybet-grbaui,
.spybet-r4j18n:hover {
  color: var(--button-bg-hover);
}

.spybet-ynvbe2 {
  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%;
}

.spybet-ynvbe2.spybet-3cv4hc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spybet-ynvbe2.spybet-3cv4hc:after,
.spybet-ynvbe2.spybet-3cv4hc:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spybet-ynvbe2.spybet-3cv4hc: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);
  }
}

.spybet-ynvbe2.spybet-3cv4hc:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spybet-ynvbe2.spybet-3cv4hc > * {
  z-index: 1;
}

.spybet-ynvbe2 b,
.spybet-ynvbe2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spybet-ynvbe2 .spybet-y7nhyj {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spybet-ynvbe2 .spybet-sd5n7l {
  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;
}

.spybet-ynvbe2 .spybet-z2gwvg {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spybet-ynvbe2 .spybet-u6ua54 {
  margin-top: 12px;
}

.spybet-u6ua54 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spybet-ze9zin {
  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;
}

.spybet-u6ua54 .spybet-ncezrp {
  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.spybet-k62ms1 ease-in-out;
}

.spybet-u6ua54 .spybet-ncezrp:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spybet-k9udrm {
  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;
}

.spybet-ynvbe2.spybet-3kedxt {
  gap: 12px;
  padding: 16px;
}

.spybet-ynvbe2.spybet-3kedxt .spybet-k9udrm {
  min-width: 240px;
}

.spybet-ynvbe2.spybet-3kedxt .spybet-k9udrm.spybet-y51lsn {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spybet-ynvbe2 .spybet-y7nhyj {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spybet-ynvbe2 .spybet-sd5n7l {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spybet-ynvbe2 .spybet-z2gwvg {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-z2gwvg {
    max-width: 126px;
  }
  .spybet-ynvbe2 .spybet-u6ua54 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spybet-ynvbe2 .spybet-ze9zin {
    max-width: unset;
  }
  .spybet-k9udrm {
    min-width: unset;
    width: 100%;
  }
  .spybet-ynvbe2 .spybet-k9udrm {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spybet-ynvbe2.spybet-3kedxt {
    grid-template-rows: auto 1fr auto;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-k9udrm {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spybet-ynvbe2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spybet-ynvbe2 .spybet-y7nhyj {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spybet-ynvbe2 .spybet-z2gwvg {
    max-width: 78px;
  }
  .spybet-ynvbe2 .spybet-u6ua54 {
    margin-top: -12px;
  }
  .spybet-ynvbe2.spybet-3kedxt {
    gap: 8px;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-y7nhyj {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-sd5n7l {
    grid-column: 1/3;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-z2gwvg {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spybet-ynvbe2.spybet-3kedxt .spybet-z2gwvg img {
    max-width: 114px;
  }
}

.spybet-k9udrm.spybet-32hxng,
.spybet-k9udrm.spybet-7tjz1j,
.spybet-k9udrm.spybet-s68i3a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spybet-k62ms1 ease-in-out;
}

.spybet-k9udrm.spybet-32hxng,
.spybet-k9udrm.spybet-s68i3a {
  padding: 10px;
}

.spybet-k9udrm.spybet-32hxng:hover,
.spybet-k9udrm.spybet-7tjz1j:hover,
.spybet-k9udrm.spybet-s68i3a:hover {
  background: var(--button-bg-hover);
}

.spybet-k9udrm.spybet-32hxng:hover svg path,
.spybet-k9udrm.spybet-s68i3a:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spybet-k9udrm.spybet-y51lsn {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spybet-k62ms1 ease-in-out;
  background: var(--button-bg-color);
}

.spybet-k9udrm.spybet-y51lsn:hover {
  background-color: var(--button-bg-hover);
}

.spybet-k9udrm.spybet-7tjz1j: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);
  }
}

.spybet-k9udrm.spybet-7tjz1j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spybet-k9udrm.spybet-y51lsn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spybet-da86qp {
  max-width: 650px;
}

.spybet-p5uyr0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spybet-wk0xts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spybet-jqkfog {
  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.spybet-peny2k ease-in-out;
  cursor: pointer;
}

.spybet-jqkfog:hover {
  opacity: 0.5;
}

.spybet-jqkfog:focus {
  outline: 0;
}

.spybet-jqkfog:focus .spybet-hmfr6y,
.spybet-jqkfog:hover .spybet-hmfr6y {
  fill: red;
  fill-opacity: 1;
}

.spybet-jqkfog:hover {
  cursor: pointer;
}

.spybet-k9fcar {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spybet-da86qp.spybet-6q75zh {
  margin: 0 auto;
}

.spybet-da86qp.spybet-ewh04b {
  margin-left: auto;
}

.spybet-67kknq {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spybet-zqwl4c {
  padding-bottom: 50px;
}

.spybet-vielg3 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spybet-gvs3fd {
  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;
}

.spybet-epvqb2 {
  margin-top: 24px;
}

.spybet-tu9hcf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spybet-wkpr49 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spybet-90cbla {
  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;
}

.spybet-apabh4 {
  width: 468px;
}

.spybet-90cbla .spybet-d8nffk {
  margin: 0.spybet-0p2hqv 0;
}

.spybet-467f3w {
  display: flex;
  min-width: 224px;
}

.spybet-lqswsu {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spybet-peny2k ease-in-out;
}

.spybet-u5ggkr,
.spybet-lqswsu:hover {
  color: var(--text-color);
}

.spybet-v4ecrh {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spybet-3f43qo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spybet-67kknq {
    padding: 16px;
  }
  .spybet-v4ecrh {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spybet-3f43qo {
    align-items: center;
  }
  .spybet-apabh4 {
    width: unset;
  }
  .spybet-467f3w {
    min-width: unset;
  }
  .spybet-90cbla {
    max-height: unset;
  }
  .spybet-vielg3 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spybet-67kknq {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spybet-rqbvz4 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spybet-rqbvz4:not(:last-child) {
  margin-bottom: 16px;
}

.spybet-eer4yc {
  outline: 0;
}

.spybet-eer4yc .spybet-uku00m {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spybet-re8ooy {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spybet-re8ooy {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spybet-re8ooy::-webkit-details-marker {
  display: none;
}

.spybet-re8ooy: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;
}

.spybet-re8ooy: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] .spybet-re8ooy:after {
  transform: unset;
}

.spybet-uku00m {
  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);
}

.spybet-uku00m 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.spybet-peny2k ease-in-out;
  -o-transition: 0.spybet-peny2k ease-in-out;
  transition: 0.spybet-peny2k ease-in-out;
}

.spybet-okmjtp {
  padding: 16px 0 0 0;
}

.spybet-okmjtp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spybet-okmjtp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-re8ooy {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spybet-re8ooy::after {
    margin-left: auto;
  }
  .spybet-uku00m {
    order: 3;
    flex: 1 1 100%;
  }
  .spybet-re8ooy {
    font-size: 14px;
    line-height: 130%;
  }
  .spybet-uku00m svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spybet-z2i3gx {
  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;
}

.spybet-6a791q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spybet-z2i3gx.spybet-uws7i6 .spybet-6a791q {
  margin-bottom: 12px;
}

.spybet-6a791q::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;
}

.spybet-z2i3gx.spybet-uws7i6 .spybet-6a791q::after {
  transform: unset;
}

.spybet-c5rasb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spybet-9g1r3q {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spybet-peny2k ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spybet-9g1r3q: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;
}

.spybet-z2i3gx.spybet-uws7i6 .spybet-c5rasb {
  max-height: 100%;
}

.spybet-bvqjhi {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spybet-jjhomw {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spybet-t9gsoy {
  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;
}

.spybet-w4faxf {
  margin-right: 4px;
}

.spybet-8wo4qp {
  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.spybet-peny2k ease-in-out;
}

.spybet-8wo4qp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spybet-mquxn8,
.spybet-8wo4qp:hover {
  color: var(--text-color);
}

.spybet-ytvo43 {
  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;
}

.spybet-ytvo43 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spybet-ytvo43 .spybet-7773cr {
  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;
}

.spybet-ytvo43 .spybet-5pf6us {
  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;
}

.spybet-arpyes {
  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;
}

.spybet-3ior2w {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spybet-jojqa1 .spybet-3kw1rv {
  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;
}

.spybet-jojqa1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spybet-vp0wcx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spybet-9ofly9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spybet-e0li50 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spybet-yhkqes 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;
}

.spybet-e0li50:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spybet-br92wd {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spybet-cbgj2v {
  -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.spybet-peny2k ease-in-out;
  transition: transform 0.spybet-peny2k ease-in-out;
  -o-transition: transform 0.spybet-peny2k ease-in-out;
  transition:
    transform 0.spybet-peny2k ease-in-out,
    -webkit-transform 0.spybet-peny2k ease-in-out;
  cursor: pointer;
}

.spybet-cbgj2v svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spybet-cbgj2v: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;
}

.spybet-l6ovnb {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spybet-l6ovnb {
    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);
}

.spybet-o9fwwa {
  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;
}

.spybet-dkr0ov {
  position: relative;
  width: 100%;
}

.spybet-o9fwwa.spybet-i00thq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spybet-o9fwwa.spybet-6q75zh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spybet-o9fwwa.spybet-ewh04b {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spybet-hq3en7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spybet-jbva9j {
  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.spybet-peny2k ease-in-out;
  cursor: pointer;
}

.spybet-jbva9j:hover {
  opacity: 0.5;
}

.spybet-o9fwwa.spybet-n65f60 .spybet-jbva9j {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spybet-o9fwwa.spybet-n65f60 .spybet-hq3en7 {
  cursor: pointer;
}

.spybet-s5zaxz {
  fill: #0009;
}

.spybet-zt0fp6 {
  fill: #fff;
}

.spybet-jbva9j:hover .spybet-s5zaxz {
  fill: red;
}

.spybet-jbva9j svg path {
  -webkit-transition: 0.spybet-peny2k ease-in-out;
  -o-transition: 0.spybet-peny2k ease-in-out;
  transition: 0.spybet-peny2k ease-in-out;
}

.spybet-7poiak {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spybet-7poiak > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spybet-7poiak.spybet-1779p7 > :not(.get-image) {
  grid-column: 1/3;
}

.spybet-yzg5kd:not(._h1-block) .spybet-7poiak > .spybet-3qaaxz {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spybet-7poiak.spybet-1779p7 .spybet-k81tju {
  grid-column: 2/3;
}

.spybet-7poiak.spybet-1779p7 > .spybet-z2gwvg {
  grid-column: 1/2;
}

.spybet-7poiak.spybet-1779p7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spybet-7poiak > p:first-of-type {
  margin-top: 0;
}

.spybet-7poiak .spybet-z2gwvg {
  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;
}

.spybet-yzg5kd:not(._h1-block) .spybet-3qaaxz ~ .spybet-z2gwvg {
  grid-row: 2/10;
}

.spybet-yzg5kd.spybet-3nmxqn .spybet-3qaaxz ~ .spybet-z2gwvg {
  grid-row: 1/10;
}

.spybet-yzg5kd.spybet-3nmxqn > .spybet-3qaaxz {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spybet-yzg5kd.spybet-3nmxqn .spybet-z2gwvg {
  grid-row: 1/10;
}

.spybet-7poiak.spybet-ryubzu .spybet-z2gwvg {
  align-items: flex-start;
}

.spybet-7poiak.spybet-6q75zh .spybet-k81tju {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spybet-7poiak.spybet-6q75zh .spybet-z2gwvg {
  align-items: center;
}

.spybet-7poiak.spybet-13vg1z .spybet-z2gwvg {
  align-items: flex-end;
}

.spybet-k81tju > :first-child {
  margin-top: 0;
}

.spybet-k81tju > :last-child {
  margin-bottom: 0;
}

* + .spybet-05fevu,
.spybet-yzg5kd + .spybet-yzg5kd {
  margin-top: 2rem;
}

.spybet-o0ssmx td::before,
.spybet-o0ssmx th::after {
  display: none !important;
}

.spybet-o0ssmx #link-selector {
  color: #000;
}

.spybet-o0ssmx .spybet-qlgkyq {
  color: #135e96;
}

.spybet-o0ssmx .spybet-txmlr2 *,
.spybet-o0ssmx .spybet-r4fe7c p,
.spybet-o0ssmx .spybet-2yx6ah * {
  color: #000;
}

.spybet-o0ssmx .spybet-37lbpt {
  background: 0 0 !important;
}

.spybet-o0ssmx .spybet-xpiyfi {
  color: #000;
}

.spybet-o0ssmx .spybet-60qcd9.spybet-ghafd6 {
  color: #fff;
}

.spybet-o0ssmx .spybet-j4z2v1 {
  color: #000;
}

.spybet-o0ssmx
  .spybet-b4c6q4
  .spybet-wehawj.spybet-ghafd6.spybet-vc7y1n {
  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;
}

.spybet-4uqkn1,
body .spybet-kv0x9y {
  color: #000;
  background: var(--color-body) !important;
}

.spybet-4uqkn1 .spybet-btbthp .spybet-lnvqn8,
body .spybet-kv0x9y .spybet-btbthp .spybet-lnvqn8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spybet-9g1r3q:focus,
  .spybet-9g1r3q:hover {
    color: #f9cb16;
  }
  .spybet-ormg0c:focus,
  .spybet-ormg0c:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spybet-szqung:focus img,
  .spybet-szqung:focus svg,
  .spybet-szqung:hover img,
  .spybet-szqung:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spybet-ytvo43 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spybet-iwo0qq:hover .spybet-vxcuo5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spybet-vxcuo5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spybet-5pezj3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spybet-kmrlf7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spybet-4iwa05 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spybet-rrez62 .spybet-y6f6rc {
    grid-template-columns: 1fr;
  }
  .spybet-rrez62 .spybet-4emmi5 {
    -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;
  }
  .spybet-rrez62 .spybet-plag59 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spybet-rrez62 .spybet-v6dpwq {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spybet-rrez62 .spybet-giglka {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spybet-rrez62 .spybet-plag59:not(:first-child) {
    border: none;
  }
  .spybet-rrez62 .spybet-plag59:first-child .spybet-v6dpwq {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spybet-rrez62 .spybet-plag59:last-child .spybet-v6dpwq {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spybet-c1ul0n {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spybet-yiinbr {
    max-width: 100px;
  }
  .spybet-5gce3z {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spybet-suh2i3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spybet-suh2i3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spybet-zeohui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spybet-5gce3z + .spybet-suh2i3 {
    margin-left: auto;
  }
  .spybet-79co0f {
    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;
  }
  .spybet-79co0f.spybet-uws7i6 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spybet-ofqn32 {
    -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;
  }
  .spybet-vaacdj {
    width: 100%;
  }
  .spybet-vaacdj:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spybet-wfy161 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spybet-wfy161 svg {
    margin-right: 4px;
  }
  .spybet-iwo0qq {
    -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;
  }
  .spybet-vxcuo5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spybet-vxcuo5 {
    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;
  }
  .spybet-d8nffk {
    display: none;
    width: 100%;
  }
  .spybet-iwo0qq.spybet-uws7i6 .spybet-d8nffk {
    padding: 0 0 0 48px;
  }
  .spybet-r4j18n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spybet-gvs3fd .spybet-z2gwvg {
    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;
  }
  .spybet-d0irtm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spybet-d0irtm + .spybet-d0irtm {
    margin-right: 0;
  }
  .spybet-d0irtm + .spybet-z2gwvg {
    margin: 0;
  }
  .spybet-5pezj3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spybet-kmrlf7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spybet-pkzyvf,
  .spybet-s9k4ln {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-7poiak {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spybet-7poiak.spybet-1779p7 .spybet-k81tju {
    grid-column: auto;
    grid-row: auto;
  }
  .spybet-7poiak > .spybet-3qaaxz {
    grid-column: 1/2;
  }
  .spybet-7poiak.spybet-1779p7 > :not(.get-image) {
    grid-column: 1/2;
  }
  .spybet-7poiak .spybet-z2gwvg,
  .spybet-7poiak.spybet-1779p7 > .spybet-z2gwvg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spybet-7poiak.spybet-1779p7 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spybet-yzg5kd.spybet-3nmxqn .spybet-7poiak > .spybet-z2gwvg {
    grid-row: 1/2;
  }
  .spybet-7poiak .spybet-3qaaxz ~ .spybet-z2gwvg,
  .spybet-7poiak.spybet-1779p7 .spybet-3qaaxz ~ .spybet-z2gwvg {
    grid-row: 2/3;
  }
  .spybet-yzg5kd.spybet-3nmxqn .spybet-3qaaxz ~ .spybet-z2gwvg {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spybet-sln4m9:first-child .spybet-4pp74l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spybet-sln4m9:first-child .spybet-4pp74l h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spybet-sln4m9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spybet-sln4m9 {
    padding: 0;
  }
  .spybet-5x9hbw {
    margin-top: 1rem;
  }
  .spybet-eer4yc {
    border-radius: 5px;
  }
  .spybet-qzoxm9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spybet-6a791q::after {
    display: inline-block;
  }
  .spybet-6a791q {
    margin: 0;
    width: 100%;
  }
  .spybet-c5rasb {
    width: 100%;
  }
  .spybet-c5rasb.spybet-7ltzsu {
    -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%;
  }
  .spybet-c5rasb.spybet-7ltzsu .spybet-plks58 {
    width: 100%;
  }
  .spybet-c5rasb.spybet-7ltzsu .spybet-plks58:not(:last-child) {
    margin-right: 0;
  }
  .spybet-9g1r3q {
    width: 100%;
    text-align: center;
  }
  .spybet-z2i3gx.spybet-uws7i6 .spybet-c5rasb {
    margin-top: 1rem;
  }
  .spybet-5pezj3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spybet-4iwa05,
  .spybet-kmrlf7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-pkzyvf,
  .spybet-s9k4ln,
  .spybet-ozpkyy {
    grid-template-columns: 1fr;
  }
  .spybet-ei8kn8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spybet-ov4tit {
    min-width: 300px;
    max-width: 325px;
  }
  .spybet-v6dpwq {
    cursor: auto;
  }
  .spybet-8yrdrp .spybet-v6dpwq {
    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;
  }
  .spybet-l6ovnb {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spybet-d8nffk {
    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) {
  .spybet-l6ovnb {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spybet-d0irtm p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spybet-suh2i3 {
    margin: 0 -0.2rem;
  }
  .spybet-d0irtm {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spybet-0zkji1 {
    -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;
  }
  .spybet-c90nxp {
    max-width: 100%;
  }
  .spybet-5pezj3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-4iwa05,
  .spybet-kmrlf7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spybet-c1ul0n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spybet-suh2i3 {
    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;
  }
  .spybet-4z0lvs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spybet-musw7y {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spybet-q3f0r6,
  .spybet-tf5bmw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spybet-om27sr {
    width: 100%;
  }
  .spybet-5pezj3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spybet-l6ovnb {
    top: 127px !important;
  }
}

.spybet-6c3g74 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spybet-6c3g74 {
  }
}

@media (max-width: 767px) {
  .spybet-6c3g74 {
    margin-bottom: 12px;
  }
}

.spybet-6c3g74 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spybet-ct1aso {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spybet-ct1aso > .spybet-5jqxli {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spybet-ct1aso {
    flex-direction: column;
    gap: 12px;
  }
}

.spybet-1inqgj {
  display: flex;
}

.spybet-1inqgj .spybet-yhmhbt {
  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;
}

.spybet-1inqgj .spybet-l5mjkn {
  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;
}

.spybet-1inqgj .spybet-tqpi0t {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spybet-1inqgj .spybet-2adpon {
  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));
  }
}

.spybet-1inqgj .spybet-2adpon:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spybet-1inqgj .spybet-2d2nbi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spybet-38h0f4 {
  border: unset;
  background-color: unset;
}

.spybet-38h0f4 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spybet-38h0f4 .spybet-fujpw4,
.spybet-38h0f4 .spybet-qb2x5b {
  flex: 0 1 330px;
}

.spybet-38h0f4 .spybet-sxyg29 {
  flex: 1 1;
}

.spybet-38h0f4 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spybet-38h0f4 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spybet-38h0f4 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spybet-38h0f4 tr td p {
  color: #fff;
  margin: 0;
}

.spybet-38h0f4 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spybet-38h0f4 tr.spybet-fujpw4 td p {
  padding: 16px 0;
}

.spybet-38h0f4 tr.spybet-fujpw4 td p:not(:last-child),
.spybet-38h0f4 tr.spybet-qb2x5b td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spybet-38h0f4 tr.spybet-fujpw4 td p:first-child,
.spybet-38h0f4 tr.spybet-qb2x5b td p:first-child {
  padding-top: 0;
}

.spybet-38h0f4 tr.spybet-qb2x5b td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spybet-38h0f4 tr.spybet-qb2x5b td p:last-child {
  padding-bottom: 0;
}

.spybet-38h0f4 .spybet-qb2x5b img {
  max-width: 32px;
}

.spybet-38h0f4 .spybet-sxyg29 {
  min-width: 718px;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spybet-38h0f4 .spybet-sxyg29 td {
  display: flex;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n,
.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-6jq7kf,
.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-3d8xph {
  flex: 1 1 50%;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-37m0w3 {
  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;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-i4w37y,
.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-wnsjl7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n,
.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-6jq7kf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n span,
.spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-6jq7kf span {
  font-weight: 800;
}

.spybet-38h0f4 .spybet-sxyg29 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spybet-38h0f4 tr.spybet-fujpw4 td p:last-child {
    padding-bottom: 0;
  }
  .spybet-38h0f4 .spybet-qb2x5b > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spybet-38h0f4 .spybet-qb2x5b > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spybet-38h0f4 tr.spybet-fujpw4 td p:not(:last-child),
  .spybet-38h0f4 tr.spybet-qb2x5b td p:not(:last-child) {
    border-bottom: unset;
  }
  .spybet-38h0f4 tr.spybet-qb2x5b td p:last-child {
    padding-bottom: 12px;
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n,
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-6jq7kf,
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-3d8xph {
    flex: 1 1 50%;
    padding: 0;
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n,
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-6jq7kf {
    margin-top: 16px;
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-3d8xph {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-rm111n {
    border-right: 1px solid var(--border-color);
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-3d8xph:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spybet-38h0f4 .spybet-sxyg29 td:last-child .spybet-3d8xph:last-child {
    padding-bottom: 0;
  }
}

.spybet-3d8xph {
  display: flex;
  flex-direction: column;
}

.spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph:not(:first-child) {
    padding-left: 0;
  }
  .spybet-38h0f4 .spybet-sxyg29 td .spybet-3d8xph:not(:last-of-type) {
    border-right: unset;
  }
}

.spybet-38h0f4 .spybet-13m5hp {
  flex: 0 1 485px;
}

.spybet-38h0f4 .spybet-in0nky {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spybet-38h0f4 .spybet-in0nky li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-38h0f4 .spybet-in0nky li.spybet-deli74 {
  padding: 6px 12px;
}

.spybet-38h0f4 .spybet-in0nky li a,
.spybet-38h0f4 .spybet-in0nky 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;
}

.spybet-38h0f4 .spybet-38yyqn,
.spybet-38h0f4 .spybet-4fzwzr {
  flex: 1 1;
}

.spybet-38h0f4 .spybet-knol17,
.spybet-38h0f4 .spybet-de6q6u {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spybet-38h0f4 .spybet-knol17 li,
.spybet-38h0f4 .spybet-de6q6u li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spybet-38h0f4 .spybet-4fzwzr img {
  max-width: 32px;
}

.spybet-38h0f4 .spybet-38yyqn img {
  max-width: 32px;
}

.spybet-38h0f4 .spybet-s6cb7u {
  min-width: 280px;
}

.spybet-38h0f4 .spybet-s6cb7u img {
  max-width: 146px;
}

.spybet-38h0f4 .spybet-s6cb7u td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spybet-38h0f4 .spybet-fujpw4,
  .spybet-38h0f4 .spybet-qb2x5b {
    flex: 0 1 auto;
  }
  .spybet-38h0f4 .spybet-sxyg29 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spybet-38h0f4 .spybet-fujpw4,
  .spybet-38h0f4 .spybet-13m5hp,
  .spybet-38h0f4 .spybet-qb2x5b,
  .spybet-38h0f4 .spybet-sxyg29 {
    flex: 1 1 calc(50% - 20px);
  }
  .spybet-38h0f4 .spybet-38yyqn,
  .spybet-38h0f4 .spybet-s6cb7u,
  .spybet-38h0f4 .spybet-4fzwzr {
    flex: 1 1 30%;
  }
  .spybet-38h0f4 .spybet-s6cb7u {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spybet-38h0f4 .spybet-fujpw4,
  .spybet-38h0f4 .spybet-13m5hp,
  .spybet-38h0f4 .spybet-38yyqn,
  .spybet-38h0f4 .spybet-qb2x5b,
  .spybet-38h0f4 .spybet-sxyg29,
  .spybet-38h0f4 .spybet-s6cb7u,
  .spybet-38h0f4 .spybet-4fzwzr {
    flex: 1 1 100%;
  }
}

.spybet-ys8qfa .spybet-sm3epj {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spybet-ys8qfa .spybet-3fgdhh {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spybet-ys8qfa .spybet-bu85xl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spybet-ys8qfa .spybet-d8y46k {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spybet-ys8qfa .spybet-d8y46k > :nth-child(3) {
  margin-top: 0;
}

.spybet-ys8qfa .spybet-z2gwvg {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spybet-ys8qfa .spybet-42uegq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spybet-ys8qfa .spybet-5x9hbw {
  grid-column: 1/2;
}

.spybet-ys8qfa > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spybet-ys8qfa .spybet-3fgdhh: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;
}

.spybet-ys8qfa .spybet-3fgdhh:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spybet-ys8qfa .spybet-om27sr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spybet-ys8qfa .spybet-3fgdhh:not(:last-child):before {
    bottom: 8px;
  }
  .spybet-ys8qfa .spybet-3fgdhh:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spybet-ys8qfa .spybet-d8y46k {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spybet-ys8qfa .spybet-z2gwvg {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spybet-ys8qfa .spybet-z2gwvg img {
    width: 100%;
    height: auto;
  }
  .spybet-ys8qfa .spybet-om27sr {
    width: 100%;
    min-width: unset;
  }
}

.spybet-0pmlik .spybet-9wo3fe {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spybet-0pmlik .spybet-umtrr5 {
  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;
}

.spybet-0pmlik .spybet-z2gwvg {
  height: 100%;
}

.spybet-0pmlik .spybet-z2gwvg img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spybet-0pmlik .spybet-efd8rp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spybet-0pmlik .spybet-8o964t {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spybet-0pmlik .spybet-j34bcr {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spybet-0pmlik .spybet-umtrr5 {
    flex: 1 1 100%;
  }
  .spybet-0pmlik .spybet-k9udrm {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spybet-0pmlik .spybet-umtrr5 {
    flex-direction: column;
  }
  .spybet-0pmlik .spybet-z2gwvg {
    width: 100%;
    height: auto;
  }
  .spybet-0pmlik .spybet-z2gwvg img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spybet-0pmlik .spybet-efd8rp {
    padding: 0 16px 16px 16px;
  }
  .spybet-0pmlik .spybet-k9udrm {
    min-width: unset;
    width: 100%;
  }
}

.spybet-ldokaj .spybet-agti9w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spybet-ldokaj .spybet-zc21mt {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spybet-ldokaj 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;
}

.spybet-ldokaj .spybet-qdj3d3 {
  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;
}

.spybet-ldokaj .spybet-zc21mt:hover .spybet-qdj3d3 {
  display: flex;
}

.spybet-ldokaj .spybet-3oyuu1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-ldokaj .spybet-63hcj4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spybet-atk9xm {
  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;
}

.spybet-atk9xm.spybet-dbbgvm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spybet-k62ms1 ease-in-out;
}

.spybet-atk9xm.spybet-dbbgvm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spybet-ldokaj .spybet-7eukow {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spybet-k62ms1 ease-in-out;
}

.spybet-ldokaj .spybet-7eukow:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spybet-ldokaj .spybet-7eukow:after,
.spybet-atk9xm.spybet-dbbgvm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spybet-atk9xm.spybet-dbbgvm:after {
  background-image: url(../images/Cash.svg);
}

.spybet-ldokaj .spybet-7eukow:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spybet-ldokaj .spybet-agti9w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spybet-ldokaj .spybet-agti9w {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spybet-ldokaj .spybet-agti9w {
    grid-template-columns: 1fr;
  }
  .spybet-ldokaj .spybet-zc21mt {
    height: auto;
  }
  .spybet-ldokaj .spybet-zc21mt .spybet-qdj3d3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spybet-ldokaj .spybet-3oyuu1,
  .spybet-ldokaj .spybet-63hcj4 {
    text-align: left;
  }
  .spybet-ldokaj .spybet-63hcj4 {
    margin-bottom: 8px;
  }
  .spybet-ldokaj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spybet-v4v0ql {
  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;
}

.spybet-v4v0ql.spybet-n65f60 {
  display: block;
}

.spybet-v4v0ql .spybet-njmigj {
  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;
}

.spybet-v4v0ql .spybet-hv2nei {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spybet-v4v0ql .spybet-x0z3eb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spybet-v4v0ql .spybet-rn0gp9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spybet-v4v0ql .spybet-atk9xm {
  min-width: 296px;
  margin-bottom: 0;
}

.spybet-v4v0ql .spybet-2ql65n {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spybet-v4v0ql .spybet-garxmv {
  position: relative;
  flex: 1 1;
}

.spybet-v4v0ql .spybet-garxmv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spybet-v4v0ql .spybet-hv2nei {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spybet-v4v0ql .spybet-x0z3eb {
    order: 1;
  }
  .spybet-v4v0ql .spybet-rn0gp9 {
    order: 3;
    flex: 1 1 100%;
  }
  .spybet-v4v0ql .spybet-atk9xm {
    width: 100%;
    min-width: unset;
  }
  .spybet-v4v0ql .spybet-2ql65n {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spybet-7poiak > .spybet-3qaaxz {
    margin-bottom: 0;
  }
  .spybet-7poiak > .spybet-5x9hbw,
  .spybet-7poiak > p {
    margin-top: 0;
  }
}

.spybet-d6bm1s img,
.spybet-d0irtm img {
  width: auto;
  object-fit: contain;
}

.spybet-d6bm1s {
  align-items: center;
}

.spybet-d6bm1s img {
  max-height: 76px;
}

.spybet-d0irtm img {
  max-height: 64px;
}

.spybet-irk92g {
  overflow: auto;
}

.spybet-tt60wp {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spybet-klih8t:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spybet-4jf1qy {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spybet-4zsbpo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spybet-4jf1qy .spybet-z2gwvg {
  margin-right: 20px;
  flex-shrink: 0;
}

.spybet-4jf1qy img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spybet-39kn9y {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spybet-39kn9y > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-4jf1qy {
    padding: 15px 10px;
  }
  .spybet-39kn9y {
    padding: 15px 10px;
  }
  .spybet-4jf1qy .spybet-z2gwvg {
    margin-right: 10px;
  }
}

.spybet-clz39t {
  overflow-x: auto;
}

.spybet-f3hw2o {
  border-collapse: collapse;
  width: 100%;
}

.spybet-clz39t th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spybet-clz39t td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spybet-clz39t td.spybet-wblftu {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spybet-clz39t td.spybet-w3ra35 {
  border-right: none;
}

.spybet-clz39t td.spybet-w3ra35 .spybet-z2gwvg {
  justify-content: flex-start;
}

.spybet-clz39t td.spybet-w3ra35 .spybet-z2gwvg img {
  height: auto;
  width: 90px;
}

.spybet-clz39t td.spybet-78hym9,
.spybet-clz39t td.spybet-nrdbth {
  font-weight: 600;
  text-align: right;
}

.spybet-clz39t td.spybet-gsvicj,
.spybet-clz39t td.spybet-78hym9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.spybet-clz39t td.spybet-78hym9,
.spybet-clz39t td.spybet-nrdbth {
  border-left: none;
}

.spybet-clz39t td.spybet-gsvicj,
.spybet-clz39t td.spybet-0bo38z {
  border-right: none;
}

.spybet-clz39t td.spybet-0bo38z,
.spybet-clz39t td.spybet-nrdbth {
  border-top: none;
  padding-top: 10px;
}

.spybet-6wpqc4 {
  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;
}

.spybet-6wpqc4 .spybet-k9udrm {
  min-width: unset;
  width: 100%;
}

.spybet-6wpqc4 .spybet-k9udrm.spybet-32hxng {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spybet-6wpqc4 .spybet-k9udrm.spybet-s68i3a {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spybet-6wpqc4 .spybet-1pftnn {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-6wpqc4 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spybet-6wpqc4 .spybet-k9udrm.spybet-32hxng {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spybet-6wpqc4 .spybet-k9udrm.spybet-s68i3a {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spybet-6wpqc4 .spybet-1pftnn {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spybet-xms5of {
  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;
}

.spybet-vh1rf5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spybet-kydk6q p a img {
  margin: 0 auto;
  display: block;
}

.spybet-kydk6q table {
  margin-bottom: 17px;
}

/* contanct form */
.spybet-jk3je0 {
  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;
}

.spybet-jk3je0 label {
  font-size: 14px;
}

.spybet-jk3je0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spybet-jk3je0 input,
.spybet-jk3je0 textarea,
.spybet-jk3je0 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;
}
.spybet-jk3je0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spybet-k62ms1 ease;
}
.spybet-jk3je0 button:hover {
  background-color: #691204;
}
.spybet-r2zvfs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spybet-aonkyc ease-in;
}

.spybet-r2zvfs h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}