@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);
}

.betnet9-61karn {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betnet9-nb23hp {
  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.betnet9-hnkjnh,
ul.betnet9-hnkjnh {
  padding-left: 20px;
}

ul.betnet9-hnkjnh {
  list-style: disc;
}

ol.betnet9-hnkjnh {
  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;
  }
}

.betnet9-tewc36 > .betnet9-fv88po,
.betnet9-tewc36 > .betnet9-y7zb7w,
.betnet9-tewc36 > blockquote,
.betnet9-tewc36 > h1,
.betnet9-tewc36 > h2,
.betnet9-tewc36 > h3,
.betnet9-tewc36 > h4,
.betnet9-tewc36 > h5,
.betnet9-tewc36 > h6,
.betnet9-tewc36 > ol,
.betnet9-tewc36 > p,
.betnet9-tewc36 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betnet9-tewc36 > ol,
.betnet9-tewc36 > ul {
  padding-left: 50px;
}

.betnet9-tewc36 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;
}

.betnet9-tewc36:not(:last-child) {
  margin-bottom: 2rem;
}

.betnet9-tewc36 > :not(:first-child) {
  margin-top: 2rem;
}

.betnet9-tewc36 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betnet9-tewc36:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betnet9-tewc36:first-child {
    margin-top: 20px;
  }
}

.betnet9-tewc36 > p:last-of-type {
  margin-bottom: 32px;
}

.betnet9-tewc36 > .betnet9-h17enb:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betnet9-4p16in > .betnet9-h17enb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betnet9-y7zb7w {
  overflow: auto;
}

.betnet9-y7zb7w::-webkit-scrollbar {
  height: 5px;
}

.betnet9-y7zb7w table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betnet9-y7zb7w table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betnet9-y7zb7w table thead,
table thead {
  border-bottom: none;
}

.betnet9-y7zb7w table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betnet9-y7zb7w table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betnet9-y7zb7w table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betnet9-y7zb7w .betnet9-ptc42t {
  table-layout: auto;
}

.betnet9-y7zb7w .betnet9-ptc42t th {
  word-break: normal;
}

.betnet9-y7zb7w .betnet9-ptc42t td {
  word-break: normal;
}

.betnet9-61karn .betnet9-61karn {
  padding-right: 0;
  padding-left: 0;
}

.betnet9-44yjt4 {
  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;
}

.betnet9-h05oz1 {
  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;
}

.betnet9-pugz26 {
  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;
}

.betnet9-fv88po {
  margin-top: 24px;
}

.betnet9-fv88po.betnet9-c3stji {
  text-align: left;
}

.betnet9-fv88po.betnet9-h5myqn {
  text-align: right;
}

.betnet9-fv88po.betnet9-hrptya {
  text-align: center;
}

.betnet9-imk6pj {
  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.betnet9-buomtv ease-in-out;
  cursor: pointer;
}

.betnet9-imk6pj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betnet9-imk6pj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betnet9-imk6pj {
    min-width: unset;
  }
}

.betnet9-ze16zg {
  background-color: var(--fh-bg-color);
}

.betnet9-6citrt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betnet9-6f7uz3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betnet9-6f7uz3 img {
  max-height: 80px;
  object-fit: contain;
}

.betnet9-octoqe {
  flex: 1 1;
}

.betnet9-u31c7a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betnet9-4crmt0 {
  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;
}

.betnet9-4crmt0 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;
}

.betnet9-4crmt0.betnet9-8utmod span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betnet9-4crmt0.betnet9-8utmod span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betnet9-4crmt0.betnet9-8utmod span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betnet9-octoqe + .betnet9-u31c7a {
  margin-left: 20px;
}

.betnet9-8h9vak {
  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;
}

.betnet9-8h9vak > svg {
  max-width: 24px;
  max-height: 24px;
}

.betnet9-8h9vak + .betnet9-8h9vak {
  margin-left: 5px;
}

.betnet9-07jpew {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betnet9-07jpew:hover {
  background-color: var(--button-bg-hover);
}

.betnet9-ncaaok {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betnet9-buomtv ease-in-out;
  border: 1px solid var(--border-color);
}

.betnet9-ncaaok:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betnet9-34itk4 {
  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) {
  .betnet9-octoqe {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betnet9-34itk4 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betnet9-octoqe {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betnet9-8h9vak {
    min-width: unset;
    flex: 1 1;
  }
}

.betnet9-2secb8 {
  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;
}

.betnet9-2secb8:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betnet9-2secb8:hover .betnet9-vjpmc8 {
  opacity: 1;
  pointer-events: auto;
}

.betnet9-qoulg6 {
  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.betnet9-icbc1k ease-in-out;
  gap: 4px;
}

.betnet9-qoulg6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betnet9-qoulg6 .betnet9-44yjt4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betnet9-ntyyvo,
.betnet9-qoulg6:hover {
  color: var(--button-bg-hover);
}

.betnet9-2nymr2 {
  position: relative;
}

.betnet9-2nymr2 .betnet9-qoulg6 {
  margin-right: 0;
  padding-right: 4px;
}

.betnet9-s0dnaa svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betnet9-2nymr2.betnet9-8utmod .betnet9-s0dnaa svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betnet9-2nymr2.betnet9-8utmod .betnet9-vjpmc8 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betnet9-2nymr2.betnet9-8utmod .betnet9-vjpmc8::before {
  display: none;
}

.betnet9-s0dnaa svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betnet9-vjpmc8 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betnet9-f1he5h 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betnet9-vjpmc8::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betnet9-vjpmc8:hover {
  color: var(--fh-bg-color);
}

.betnet9-25t7p6 {
  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.betnet9-f1he5h 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betnet9-icbc1k ease-in-out;
  -o-transition: 0.betnet9-icbc1k ease-in-out;
  transition: 0.betnet9-icbc1k ease-in-out;
}

.betnet9-25t7p6 .betnet9-44yjt4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betnet9-znbtsp,
.betnet9-25t7p6:hover {
  color: var(--button-bg-hover);
}

.betnet9-ytcdzc {
  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%;
}

.betnet9-ytcdzc.betnet9-0tk190 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betnet9-ytcdzc.betnet9-0tk190:after,
.betnet9-ytcdzc.betnet9-0tk190:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betnet9-ytcdzc.betnet9-0tk190: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);
  }
}

.betnet9-ytcdzc.betnet9-0tk190:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betnet9-ytcdzc.betnet9-0tk190 > * {
  z-index: 1;
}

.betnet9-ytcdzc b,
.betnet9-ytcdzc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betnet9-ytcdzc .betnet9-4rskjg {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betnet9-ytcdzc .betnet9-mixnb8 {
  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;
}

.betnet9-ytcdzc .betnet9-44yjt4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betnet9-ytcdzc .betnet9-ndwl3p {
  margin-top: 12px;
}

.betnet9-ndwl3p {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betnet9-l8k2j9 {
  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;
}

.betnet9-ndwl3p .betnet9-nj6xok {
  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.betnet9-buomtv ease-in-out;
}

.betnet9-ndwl3p .betnet9-nj6xok:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betnet9-i2ts4t {
  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;
}

.betnet9-ytcdzc.betnet9-p5zlet {
  gap: 12px;
  padding: 16px;
}

.betnet9-ytcdzc.betnet9-p5zlet .betnet9-i2ts4t {
  min-width: 240px;
}

.betnet9-ytcdzc.betnet9-p5zlet .betnet9-i2ts4t.betnet9-pd3ihu {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betnet9-ytcdzc .betnet9-4rskjg {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betnet9-ytcdzc .betnet9-mixnb8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betnet9-ytcdzc .betnet9-44yjt4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-44yjt4 {
    max-width: 126px;
  }
  .betnet9-ytcdzc .betnet9-ndwl3p {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betnet9-ytcdzc .betnet9-l8k2j9 {
    max-width: unset;
  }
  .betnet9-i2ts4t {
    min-width: unset;
    width: 100%;
  }
  .betnet9-ytcdzc .betnet9-i2ts4t {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betnet9-ytcdzc.betnet9-p5zlet {
    grid-template-rows: auto 1fr auto;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-i2ts4t {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betnet9-ytcdzc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betnet9-ytcdzc .betnet9-4rskjg {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betnet9-ytcdzc .betnet9-44yjt4 {
    max-width: 78px;
  }
  .betnet9-ytcdzc .betnet9-ndwl3p {
    margin-top: -12px;
  }
  .betnet9-ytcdzc.betnet9-p5zlet {
    gap: 8px;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-4rskjg {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-mixnb8 {
    grid-column: 1/3;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-44yjt4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betnet9-ytcdzc.betnet9-p5zlet .betnet9-44yjt4 img {
    max-width: 114px;
  }
}

.betnet9-i2ts4t.betnet9-pazaxp,
.betnet9-i2ts4t.betnet9-syd7uc,
.betnet9-i2ts4t.betnet9-nsaym6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betnet9-buomtv ease-in-out;
}

.betnet9-i2ts4t.betnet9-pazaxp,
.betnet9-i2ts4t.betnet9-nsaym6 {
  padding: 10px;
}

.betnet9-i2ts4t.betnet9-pazaxp:hover,
.betnet9-i2ts4t.betnet9-syd7uc:hover,
.betnet9-i2ts4t.betnet9-nsaym6:hover {
  background: var(--button-bg-hover);
}

.betnet9-i2ts4t.betnet9-pazaxp:hover svg path,
.betnet9-i2ts4t.betnet9-nsaym6:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betnet9-i2ts4t.betnet9-pd3ihu {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betnet9-buomtv ease-in-out;
  background: var(--button-bg-color);
}

.betnet9-i2ts4t.betnet9-pd3ihu:hover {
  background-color: var(--button-bg-hover);
}

.betnet9-i2ts4t.betnet9-syd7uc: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);
  }
}

.betnet9-i2ts4t.betnet9-syd7uc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betnet9-i2ts4t.betnet9-pd3ihu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betnet9-d3h3mh {
  max-width: 650px;
}

.betnet9-c4yyhr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betnet9-k7i1fu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betnet9-1uss0b {
  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.betnet9-icbc1k ease-in-out;
  cursor: pointer;
}

.betnet9-1uss0b:hover {
  opacity: 0.5;
}

.betnet9-1uss0b:focus {
  outline: 0;
}

.betnet9-1uss0b:focus .betnet9-yi7mgw,
.betnet9-1uss0b:hover .betnet9-yi7mgw {
  fill: red;
  fill-opacity: 1;
}

.betnet9-1uss0b:hover {
  cursor: pointer;
}

.betnet9-ya1t97 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betnet9-d3h3mh.betnet9-hrptya {
  margin: 0 auto;
}

.betnet9-d3h3mh.betnet9-h5myqn {
  margin-left: auto;
}

.betnet9-jpl4fi {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betnet9-m3i7j9 {
  padding-bottom: 50px;
}

.betnet9-kzq8r9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betnet9-qrk7fe {
  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;
}

.betnet9-pp1dt7 {
  margin-top: 24px;
}

.betnet9-ate2t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betnet9-w4dpnt {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betnet9-0wemqs {
  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;
}

.betnet9-r7j8uv {
  width: 468px;
}

.betnet9-0wemqs .betnet9-vjpmc8 {
  margin: 0.betnet9-3drt8t 0;
}

.betnet9-2l06nd {
  display: flex;
  min-width: 224px;
}

.betnet9-zlyo2a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betnet9-icbc1k ease-in-out;
}

.betnet9-ovmusj,
.betnet9-zlyo2a:hover {
  color: var(--text-color);
}

.betnet9-4lon4b {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betnet9-9euo5o {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betnet9-jpl4fi {
    padding: 16px;
  }
  .betnet9-4lon4b {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betnet9-9euo5o {
    align-items: center;
  }
  .betnet9-r7j8uv {
    width: unset;
  }
  .betnet9-2l06nd {
    min-width: unset;
  }
  .betnet9-0wemqs {
    max-height: unset;
  }
  .betnet9-kzq8r9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betnet9-jpl4fi {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betnet9-5irsuz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betnet9-5irsuz:not(:last-child) {
  margin-bottom: 16px;
}

.betnet9-128tn4 {
  outline: 0;
}

.betnet9-128tn4 .betnet9-e9bffd {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betnet9-3e2224 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betnet9-3e2224 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betnet9-3e2224::-webkit-details-marker {
  display: none;
}

.betnet9-3e2224: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;
}

.betnet9-3e2224: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] .betnet9-3e2224:after {
  transform: unset;
}

.betnet9-e9bffd {
  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);
}

.betnet9-e9bffd 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.betnet9-icbc1k ease-in-out;
  -o-transition: 0.betnet9-icbc1k ease-in-out;
  transition: 0.betnet9-icbc1k ease-in-out;
}

.betnet9-c129nh {
  padding: 16px 0 0 0;
}

.betnet9-c129nh * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betnet9-c129nh :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betnet9-3e2224 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betnet9-3e2224::after {
    margin-left: auto;
  }
  .betnet9-e9bffd {
    order: 3;
    flex: 1 1 100%;
  }
  .betnet9-3e2224 {
    font-size: 14px;
    line-height: 130%;
  }
  .betnet9-e9bffd svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betnet9-xu1w4p {
  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;
}

.betnet9-rh6lti {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betnet9-xu1w4p.betnet9-8utmod .betnet9-rh6lti {
  margin-bottom: 12px;
}

.betnet9-rh6lti::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;
}

.betnet9-xu1w4p.betnet9-8utmod .betnet9-rh6lti::after {
  transform: unset;
}

.betnet9-97k44z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betnet9-2yognk {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betnet9-icbc1k ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betnet9-2yognk: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;
}

.betnet9-xu1w4p.betnet9-8utmod .betnet9-97k44z {
  max-height: 100%;
}

.betnet9-zzpb3l {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betnet9-i7f3bu {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betnet9-2md2f1 {
  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;
}

.betnet9-gupu18 {
  margin-right: 4px;
}

.betnet9-9akywd {
  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.betnet9-icbc1k ease-in-out;
}

.betnet9-9akywd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betnet9-hy2hfo,
.betnet9-9akywd:hover {
  color: var(--text-color);
}

.betnet9-qhf95b {
  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;
}

.betnet9-qhf95b img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betnet9-qhf95b .betnet9-0xuhtu {
  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;
}

.betnet9-qhf95b .betnet9-qzz8df {
  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;
}

.betnet9-3w9r5y {
  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;
}

.betnet9-0sbjx9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betnet9-iooee5 .betnet9-61karn {
  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;
}

.betnet9-iooee5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betnet9-3t1fmv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betnet9-lhuhk5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betnet9-uqgaeh {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betnet9-zd24t7 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;
}

.betnet9-uqgaeh:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betnet9-9fmmjw {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betnet9-csvb2l {
  -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.betnet9-icbc1k ease-in-out;
  transition: transform 0.betnet9-icbc1k ease-in-out;
  -o-transition: transform 0.betnet9-icbc1k ease-in-out;
  transition:
    transform 0.betnet9-icbc1k ease-in-out,
    -webkit-transform 0.betnet9-icbc1k ease-in-out;
  cursor: pointer;
}

.betnet9-csvb2l svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betnet9-csvb2l: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;
}

.betnet9-a9kpp8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betnet9-a9kpp8 {
    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);
}

.betnet9-c04hfg {
  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;
}

.betnet9-7ttez2 {
  position: relative;
  width: 100%;
}

.betnet9-c04hfg.betnet9-ypdpdc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betnet9-c04hfg.betnet9-hrptya {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betnet9-c04hfg.betnet9-h5myqn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betnet9-twy9mm {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betnet9-t1bmrg {
  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.betnet9-icbc1k ease-in-out;
  cursor: pointer;
}

.betnet9-t1bmrg:hover {
  opacity: 0.5;
}

.betnet9-c04hfg.betnet9-yxz5ea .betnet9-t1bmrg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betnet9-c04hfg.betnet9-yxz5ea .betnet9-twy9mm {
  cursor: pointer;
}

.betnet9-dynqf1 {
  fill: #0009;
}

.betnet9-s2l1vf {
  fill: #fff;
}

.betnet9-t1bmrg:hover .betnet9-dynqf1 {
  fill: red;
}

.betnet9-t1bmrg svg path {
  -webkit-transition: 0.betnet9-icbc1k ease-in-out;
  -o-transition: 0.betnet9-icbc1k ease-in-out;
  transition: 0.betnet9-icbc1k ease-in-out;
}

.betnet9-2dykla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betnet9-2dykla > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betnet9-2dykla.betnet9-yrlbww > :not(.get-image) {
  grid-column: 1/3;
}

.betnet9-0w5hiw:not(._h1-block) .betnet9-2dykla > .betnet9-h17enb {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betnet9-2dykla.betnet9-yrlbww .betnet9-78s75r {
  grid-column: 2/3;
}

.betnet9-2dykla.betnet9-yrlbww > .betnet9-44yjt4 {
  grid-column: 1/2;
}

.betnet9-2dykla.betnet9-yrlbww > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betnet9-2dykla > p:first-of-type {
  margin-top: 0;
}

.betnet9-2dykla .betnet9-44yjt4 {
  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;
}

.betnet9-0w5hiw:not(._h1-block) .betnet9-h17enb ~ .betnet9-44yjt4 {
  grid-row: 2/10;
}

.betnet9-0w5hiw.betnet9-kd9k3m .betnet9-h17enb ~ .betnet9-44yjt4 {
  grid-row: 1/10;
}

.betnet9-0w5hiw.betnet9-kd9k3m > .betnet9-h17enb {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betnet9-0w5hiw.betnet9-kd9k3m .betnet9-44yjt4 {
  grid-row: 1/10;
}

.betnet9-2dykla.betnet9-6oz7r6 .betnet9-44yjt4 {
  align-items: flex-start;
}

.betnet9-2dykla.betnet9-hrptya .betnet9-78s75r {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betnet9-2dykla.betnet9-hrptya .betnet9-44yjt4 {
  align-items: center;
}

.betnet9-2dykla.betnet9-ghptm0 .betnet9-44yjt4 {
  align-items: flex-end;
}

.betnet9-78s75r > :first-child {
  margin-top: 0;
}

.betnet9-78s75r > :last-child {
  margin-bottom: 0;
}

* + .betnet9-ruy4yk,
.betnet9-0w5hiw + .betnet9-0w5hiw {
  margin-top: 2rem;
}

.betnet9-ei1ngd td::before,
.betnet9-ei1ngd th::after {
  display: none !important;
}

.betnet9-ei1ngd #link-selector {
  color: #000;
}

.betnet9-ei1ngd .betnet9-k48sa8 {
  color: #135e96;
}

.betnet9-ei1ngd .betnet9-m440l9 *,
.betnet9-ei1ngd .betnet9-nrzerf p,
.betnet9-ei1ngd .betnet9-7b0j28 * {
  color: #000;
}

.betnet9-ei1ngd .betnet9-4qy10s {
  background: 0 0 !important;
}

.betnet9-ei1ngd .betnet9-1hwyff {
  color: #000;
}

.betnet9-ei1ngd .betnet9-3z4afz.betnet9-4bwqpc {
  color: #fff;
}

.betnet9-ei1ngd .betnet9-o42vmo {
  color: #000;
}

.betnet9-ei1ngd
  .betnet9-2vxh1j
  .betnet9-cawes4.betnet9-4bwqpc.betnet9-e0x8vw {
  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;
}

.betnet9-opd84u,
body .betnet9-6p5a9o {
  color: #000;
  background: var(--color-body) !important;
}

.betnet9-opd84u .betnet9-z2pgfg .betnet9-3u2edj,
body .betnet9-6p5a9o .betnet9-z2pgfg .betnet9-3u2edj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betnet9-2yognk:focus,
  .betnet9-2yognk:hover {
    color: #f9cb16;
  }
  .betnet9-i9ub9i:focus,
  .betnet9-i9ub9i:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betnet9-zv9krc:focus img,
  .betnet9-zv9krc:focus svg,
  .betnet9-zv9krc:hover img,
  .betnet9-zv9krc:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betnet9-qhf95b {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betnet9-2nymr2:hover .betnet9-s0dnaa svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betnet9-s0dnaa {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betnet9-i0w6ca {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betnet9-xpkdmv {
    grid-template-columns: repeat(4, 1fr);
  }
  .betnet9-wsvd7v {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betnet9-ap5r22 .betnet9-ihqby5 {
    grid-template-columns: 1fr;
  }
  .betnet9-ap5r22 .betnet9-7pysb0 {
    -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;
  }
  .betnet9-ap5r22 .betnet9-k5v2nr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betnet9-ap5r22 .betnet9-vki2q7 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betnet9-ap5r22 .betnet9-xcqoux {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betnet9-ap5r22 .betnet9-k5v2nr:not(:first-child) {
    border: none;
  }
  .betnet9-ap5r22 .betnet9-k5v2nr:first-child .betnet9-vki2q7 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betnet9-ap5r22 .betnet9-k5v2nr:last-child .betnet9-vki2q7 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betnet9-6citrt {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betnet9-6f7uz3 {
    max-width: 100px;
  }
  .betnet9-octoqe {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betnet9-u31c7a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betnet9-u31c7a svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betnet9-4crmt0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betnet9-octoqe + .betnet9-u31c7a {
    margin-left: auto;
  }
  .betnet9-tp8nm4 {
    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;
  }
  .betnet9-tp8nm4.betnet9-8utmod {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betnet9-34itk4 {
    -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;
  }
  .betnet9-2secb8 {
    width: 100%;
  }
  .betnet9-2secb8:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betnet9-qoulg6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betnet9-qoulg6 svg {
    margin-right: 4px;
  }
  .betnet9-2nymr2 {
    -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;
  }
  .betnet9-s0dnaa svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betnet9-s0dnaa {
    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;
  }
  .betnet9-vjpmc8 {
    display: none;
    width: 100%;
  }
  .betnet9-2nymr2.betnet9-8utmod .betnet9-vjpmc8 {
    padding: 0 0 0 48px;
  }
  .betnet9-25t7p6 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betnet9-qrk7fe .betnet9-44yjt4 {
    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;
  }
  .betnet9-hhgglz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betnet9-hhgglz + .betnet9-hhgglz {
    margin-right: 0;
  }
  .betnet9-hhgglz + .betnet9-44yjt4 {
    margin: 0;
  }
  .betnet9-i0w6ca {
    grid-template-columns: repeat(4, 1fr);
  }
  .betnet9-xpkdmv {
    grid-template-columns: repeat(3, 1fr);
  }
  .betnet9-9gg0p6,
  .betnet9-hh6x2l {
    grid-template-columns: repeat(2, 1fr);
  }
  .betnet9-2dykla {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betnet9-2dykla.betnet9-yrlbww .betnet9-78s75r {
    grid-column: auto;
    grid-row: auto;
  }
  .betnet9-2dykla > .betnet9-h17enb {
    grid-column: 1/2;
  }
  .betnet9-2dykla.betnet9-yrlbww > :not(.get-image) {
    grid-column: 1/2;
  }
  .betnet9-2dykla .betnet9-44yjt4,
  .betnet9-2dykla.betnet9-yrlbww > .betnet9-44yjt4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betnet9-2dykla.betnet9-yrlbww > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betnet9-0w5hiw.betnet9-kd9k3m .betnet9-2dykla > .betnet9-44yjt4 {
    grid-row: 1/2;
  }
  .betnet9-2dykla .betnet9-h17enb ~ .betnet9-44yjt4,
  .betnet9-2dykla.betnet9-yrlbww .betnet9-h17enb ~ .betnet9-44yjt4 {
    grid-row: 2/3;
  }
  .betnet9-0w5hiw.betnet9-kd9k3m .betnet9-h17enb ~ .betnet9-44yjt4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betnet9-tewc36:first-child .betnet9-hkb0pn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betnet9-tewc36:first-child .betnet9-hkb0pn h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betnet9-tewc36 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betnet9-tewc36 {
    padding: 0;
  }
  .betnet9-fv88po {
    margin-top: 1rem;
  }
  .betnet9-128tn4 {
    border-radius: 5px;
  }
  .betnet9-4ewsic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betnet9-rh6lti::after {
    display: inline-block;
  }
  .betnet9-rh6lti {
    margin: 0;
    width: 100%;
  }
  .betnet9-97k44z {
    width: 100%;
  }
  .betnet9-97k44z.betnet9-f9w000 {
    -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%;
  }
  .betnet9-97k44z.betnet9-f9w000 .betnet9-oh5hs1 {
    width: 100%;
  }
  .betnet9-97k44z.betnet9-f9w000 .betnet9-oh5hs1:not(:last-child) {
    margin-right: 0;
  }
  .betnet9-2yognk {
    width: 100%;
    text-align: center;
  }
  .betnet9-xu1w4p.betnet9-8utmod .betnet9-97k44z {
    margin-top: 1rem;
  }
  .betnet9-i0w6ca {
    grid-template-columns: repeat(3, 1fr);
  }
  .betnet9-wsvd7v,
  .betnet9-xpkdmv {
    grid-template-columns: repeat(2, 1fr);
  }
  .betnet9-9gg0p6,
  .betnet9-hh6x2l,
  .betnet9-g821o6 {
    grid-template-columns: 1fr;
  }
  .betnet9-x4ddys {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betnet9-1w68d8 {
    min-width: 300px;
    max-width: 325px;
  }
  .betnet9-vki2q7 {
    cursor: auto;
  }
  .betnet9-k5jlmq .betnet9-vki2q7 {
    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;
  }
  .betnet9-a9kpp8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betnet9-vjpmc8 {
    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) {
  .betnet9-a9kpp8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betnet9-hhgglz p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betnet9-u31c7a {
    margin: 0 -0.2rem;
  }
  .betnet9-hhgglz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betnet9-liwcb8 {
    -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;
  }
  .betnet9-csalvv {
    max-width: 100%;
  }
  .betnet9-i0w6ca {
    grid-template-columns: repeat(2, 1fr);
  }
  .betnet9-wsvd7v,
  .betnet9-xpkdmv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betnet9-6citrt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betnet9-u31c7a {
    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;
  }
  .betnet9-ze16zg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betnet9-8h9vak {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betnet9-g0o7h6,
  .betnet9-2soa03 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betnet9-imk6pj {
    width: 100%;
  }
  .betnet9-i0w6ca {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betnet9-a9kpp8 {
    top: 127px !important;
  }
}

.betnet9-udvd60 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betnet9-udvd60 {
  }
}

@media (max-width: 767px) {
  .betnet9-udvd60 {
    margin-bottom: 12px;
  }
}

.betnet9-udvd60 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betnet9-tyc9vf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betnet9-tyc9vf > .betnet9-28op1r {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betnet9-tyc9vf {
    flex-direction: column;
    gap: 12px;
  }
}

.betnet9-zhid9z {
  display: flex;
}

.betnet9-zhid9z .betnet9-7lqh84 {
  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;
}

.betnet9-zhid9z .betnet9-12u3xg {
  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;
}

.betnet9-zhid9z .betnet9-ybqvha {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betnet9-zhid9z .betnet9-kco98w {
  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));
  }
}

.betnet9-zhid9z .betnet9-kco98w:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betnet9-zhid9z .betnet9-7c0yeb {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betnet9-8fuc8n {
  border: unset;
  background-color: unset;
}

.betnet9-8fuc8n tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betnet9-8fuc8n .betnet9-eetkp6,
.betnet9-8fuc8n .betnet9-6xnast {
  flex: 0 1 330px;
}

.betnet9-8fuc8n .betnet9-e3gali {
  flex: 1 1;
}

.betnet9-8fuc8n tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betnet9-8fuc8n tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betnet9-8fuc8n tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betnet9-8fuc8n tr td p {
  color: #fff;
  margin: 0;
}

.betnet9-8fuc8n tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betnet9-8fuc8n tr.betnet9-eetkp6 td p {
  padding: 16px 0;
}

.betnet9-8fuc8n tr.betnet9-eetkp6 td p:not(:last-child),
.betnet9-8fuc8n tr.betnet9-6xnast td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betnet9-8fuc8n tr.betnet9-eetkp6 td p:first-child,
.betnet9-8fuc8n tr.betnet9-6xnast td p:first-child {
  padding-top: 0;
}

.betnet9-8fuc8n tr.betnet9-6xnast td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betnet9-8fuc8n tr.betnet9-6xnast td p:last-child {
  padding-bottom: 0;
}

.betnet9-8fuc8n .betnet9-6xnast img {
  max-width: 32px;
}

.betnet9-8fuc8n .betnet9-e3gali {
  min-width: 718px;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betnet9-8fuc8n .betnet9-e3gali td {
  display: flex;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud,
.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-ra5xe9,
.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-bum7sr {
  flex: 1 1 50%;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-8o0p5l {
  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;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-i8eetg,
.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-x01luj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud,
.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-ra5xe9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud span,
.betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-ra5xe9 span {
  font-weight: 800;
}

.betnet9-8fuc8n .betnet9-e3gali img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betnet9-8fuc8n tr.betnet9-eetkp6 td p:last-child {
    padding-bottom: 0;
  }
  .betnet9-8fuc8n .betnet9-6xnast > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betnet9-8fuc8n .betnet9-6xnast > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betnet9-8fuc8n tr.betnet9-eetkp6 td p:not(:last-child),
  .betnet9-8fuc8n tr.betnet9-6xnast td p:not(:last-child) {
    border-bottom: unset;
  }
  .betnet9-8fuc8n tr.betnet9-6xnast td p:last-child {
    padding-bottom: 12px;
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud,
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-ra5xe9,
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-bum7sr {
    flex: 1 1 50%;
    padding: 0;
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud,
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-ra5xe9 {
    margin-top: 16px;
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-bum7sr {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-b2ilud {
    border-right: 1px solid var(--border-color);
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-bum7sr:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betnet9-8fuc8n .betnet9-e3gali td:last-child .betnet9-bum7sr:last-child {
    padding-bottom: 0;
  }
}

.betnet9-bum7sr {
  display: flex;
  flex-direction: column;
}

.betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr:not(:first-child) {
    padding-left: 0;
  }
  .betnet9-8fuc8n .betnet9-e3gali td .betnet9-bum7sr:not(:last-of-type) {
    border-right: unset;
  }
}

.betnet9-8fuc8n .betnet9-m187an {
  flex: 0 1 485px;
}

.betnet9-8fuc8n .betnet9-dz77zo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betnet9-8fuc8n .betnet9-dz77zo li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betnet9-8fuc8n .betnet9-dz77zo li.betnet9-1m9skh {
  padding: 6px 12px;
}

.betnet9-8fuc8n .betnet9-dz77zo li a,
.betnet9-8fuc8n .betnet9-dz77zo 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;
}

.betnet9-8fuc8n .betnet9-ss9k9m,
.betnet9-8fuc8n .betnet9-nfrq26 {
  flex: 1 1;
}

.betnet9-8fuc8n .betnet9-3britq,
.betnet9-8fuc8n .betnet9-hggv0d {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betnet9-8fuc8n .betnet9-3britq li,
.betnet9-8fuc8n .betnet9-hggv0d li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betnet9-8fuc8n .betnet9-nfrq26 img {
  max-width: 32px;
}

.betnet9-8fuc8n .betnet9-ss9k9m img {
  max-width: 32px;
}

.betnet9-8fuc8n .betnet9-nq1fby {
  min-width: 280px;
}

.betnet9-8fuc8n .betnet9-nq1fby img {
  max-width: 146px;
}

.betnet9-8fuc8n .betnet9-nq1fby td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betnet9-8fuc8n .betnet9-eetkp6,
  .betnet9-8fuc8n .betnet9-6xnast {
    flex: 0 1 auto;
  }
  .betnet9-8fuc8n .betnet9-e3gali {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betnet9-8fuc8n .betnet9-eetkp6,
  .betnet9-8fuc8n .betnet9-m187an,
  .betnet9-8fuc8n .betnet9-6xnast,
  .betnet9-8fuc8n .betnet9-e3gali {
    flex: 1 1 calc(50% - 20px);
  }
  .betnet9-8fuc8n .betnet9-ss9k9m,
  .betnet9-8fuc8n .betnet9-nq1fby,
  .betnet9-8fuc8n .betnet9-nfrq26 {
    flex: 1 1 30%;
  }
  .betnet9-8fuc8n .betnet9-nq1fby {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betnet9-8fuc8n .betnet9-eetkp6,
  .betnet9-8fuc8n .betnet9-m187an,
  .betnet9-8fuc8n .betnet9-ss9k9m,
  .betnet9-8fuc8n .betnet9-6xnast,
  .betnet9-8fuc8n .betnet9-e3gali,
  .betnet9-8fuc8n .betnet9-nq1fby,
  .betnet9-8fuc8n .betnet9-nfrq26 {
    flex: 1 1 100%;
  }
}

.betnet9-b38tdn .betnet9-k5g6ox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betnet9-b38tdn .betnet9-3fz3sd {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betnet9-b38tdn .betnet9-ecz29i {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betnet9-b38tdn .betnet9-u8lhyr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betnet9-b38tdn .betnet9-u8lhyr > :nth-child(3) {
  margin-top: 0;
}

.betnet9-b38tdn .betnet9-44yjt4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betnet9-b38tdn .betnet9-tg7wff {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betnet9-b38tdn .betnet9-fv88po {
  grid-column: 1/2;
}

.betnet9-b38tdn > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betnet9-b38tdn .betnet9-3fz3sd: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;
}

.betnet9-b38tdn .betnet9-3fz3sd:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betnet9-b38tdn .betnet9-imk6pj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betnet9-b38tdn .betnet9-3fz3sd:not(:last-child):before {
    bottom: 8px;
  }
  .betnet9-b38tdn .betnet9-3fz3sd:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betnet9-b38tdn .betnet9-u8lhyr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betnet9-b38tdn .betnet9-44yjt4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betnet9-b38tdn .betnet9-44yjt4 img {
    width: 100%;
    height: auto;
  }
  .betnet9-b38tdn .betnet9-imk6pj {
    width: 100%;
    min-width: unset;
  }
}

.betnet9-jx107j .betnet9-us09b6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betnet9-jx107j .betnet9-tguiz6 {
  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;
}

.betnet9-jx107j .betnet9-44yjt4 {
  height: 100%;
}

.betnet9-jx107j .betnet9-44yjt4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betnet9-jx107j .betnet9-tz2gh8 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betnet9-jx107j .betnet9-fi6x7i {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betnet9-jx107j .betnet9-4a1vie {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betnet9-jx107j .betnet9-tguiz6 {
    flex: 1 1 100%;
  }
  .betnet9-jx107j .betnet9-i2ts4t {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betnet9-jx107j .betnet9-tguiz6 {
    flex-direction: column;
  }
  .betnet9-jx107j .betnet9-44yjt4 {
    width: 100%;
    height: auto;
  }
  .betnet9-jx107j .betnet9-44yjt4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betnet9-jx107j .betnet9-tz2gh8 {
    padding: 0 16px 16px 16px;
  }
  .betnet9-jx107j .betnet9-i2ts4t {
    min-width: unset;
    width: 100%;
  }
}

.betnet9-rmhmm4 .betnet9-fxd98q {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betnet9-rmhmm4 .betnet9-oshwzr {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betnet9-rmhmm4 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;
}

.betnet9-rmhmm4 .betnet9-2c95bj {
  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;
}

.betnet9-rmhmm4 .betnet9-oshwzr:hover .betnet9-2c95bj {
  display: flex;
}

.betnet9-rmhmm4 .betnet9-mwpmb0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betnet9-rmhmm4 .betnet9-xfxnp7 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betnet9-8k3x28 {
  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;
}

.betnet9-8k3x28.betnet9-vaiyad {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betnet9-buomtv ease-in-out;
}

.betnet9-8k3x28.betnet9-vaiyad:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betnet9-rmhmm4 .betnet9-j1kd6u {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betnet9-buomtv ease-in-out;
}

.betnet9-rmhmm4 .betnet9-j1kd6u:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betnet9-rmhmm4 .betnet9-j1kd6u:after,
.betnet9-8k3x28.betnet9-vaiyad:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betnet9-8k3x28.betnet9-vaiyad:after {
  background-image: url(../images/Cash.svg);
}

.betnet9-rmhmm4 .betnet9-j1kd6u:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betnet9-rmhmm4 .betnet9-fxd98q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betnet9-rmhmm4 .betnet9-fxd98q {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betnet9-rmhmm4 .betnet9-fxd98q {
    grid-template-columns: 1fr;
  }
  .betnet9-rmhmm4 .betnet9-oshwzr {
    height: auto;
  }
  .betnet9-rmhmm4 .betnet9-oshwzr .betnet9-2c95bj {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betnet9-rmhmm4 .betnet9-mwpmb0,
  .betnet9-rmhmm4 .betnet9-xfxnp7 {
    text-align: left;
  }
  .betnet9-rmhmm4 .betnet9-xfxnp7 {
    margin-bottom: 8px;
  }
  .betnet9-rmhmm4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betnet9-18d3pm {
  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;
}

.betnet9-18d3pm.betnet9-yxz5ea {
  display: block;
}

.betnet9-18d3pm .betnet9-2whp9c {
  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;
}

.betnet9-18d3pm .betnet9-6p5m57 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betnet9-18d3pm .betnet9-o2gjfv {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betnet9-18d3pm .betnet9-em8u07 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betnet9-18d3pm .betnet9-8k3x28 {
  min-width: 296px;
  margin-bottom: 0;
}

.betnet9-18d3pm .betnet9-df69s9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betnet9-18d3pm .betnet9-kk4dzn {
  position: relative;
  flex: 1 1;
}

.betnet9-18d3pm .betnet9-kk4dzn iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betnet9-18d3pm .betnet9-6p5m57 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betnet9-18d3pm .betnet9-o2gjfv {
    order: 1;
  }
  .betnet9-18d3pm .betnet9-em8u07 {
    order: 3;
    flex: 1 1 100%;
  }
  .betnet9-18d3pm .betnet9-8k3x28 {
    width: 100%;
    min-width: unset;
  }
  .betnet9-18d3pm .betnet9-df69s9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betnet9-2dykla > .betnet9-h17enb {
    margin-bottom: 0;
  }
  .betnet9-2dykla > .betnet9-fv88po,
  .betnet9-2dykla > p {
    margin-top: 0;
  }
}

.betnet9-3qh69h img,
.betnet9-hhgglz img {
  width: auto;
  object-fit: contain;
}

.betnet9-3qh69h {
  align-items: center;
}

.betnet9-3qh69h img {
  max-height: 76px;
}

.betnet9-hhgglz img {
  max-height: 64px;
}

.betnet9-xgzrlm {
  overflow: auto;
}

.betnet9-ve8qmv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betnet9-0tbrpi:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betnet9-f5o3cw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betnet9-i78skq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betnet9-f5o3cw .betnet9-44yjt4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.betnet9-f5o3cw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betnet9-n2aaba {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betnet9-n2aaba > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betnet9-f5o3cw {
    padding: 15px 10px;
  }
  .betnet9-n2aaba {
    padding: 15px 10px;
  }
  .betnet9-f5o3cw .betnet9-44yjt4 {
    margin-right: 10px;
  }
}

.betnet9-rwr596 {
  overflow-x: auto;
}

.betnet9-yim3a5 {
  border-collapse: collapse;
  width: 100%;
}

.betnet9-rwr596 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betnet9-rwr596 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betnet9-rwr596 td.betnet9-kun6d9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betnet9-rwr596 td.betnet9-lwpl9z {
  border-right: none;
}

.betnet9-rwr596 td.betnet9-lwpl9z .betnet9-44yjt4 {
  justify-content: flex-start;
}

.betnet9-rwr596 td.betnet9-lwpl9z .betnet9-44yjt4 img {
  height: auto;
  width: 90px;
}

.betnet9-rwr596 td.betnet9-e9txkc,
.betnet9-rwr596 td.betnet9-zrtbfo {
  font-weight: 600;
  text-align: right;
}

.betnet9-rwr596 td.betnet9-i17dao,
.betnet9-rwr596 td.betnet9-e9txkc {
  padding-bottom: 10px;
  border-bottom: none;
}

.betnet9-rwr596 td.betnet9-e9txkc,
.betnet9-rwr596 td.betnet9-zrtbfo {
  border-left: none;
}

.betnet9-rwr596 td.betnet9-i17dao,
.betnet9-rwr596 td.betnet9-cp6fix {
  border-right: none;
}

.betnet9-rwr596 td.betnet9-cp6fix,
.betnet9-rwr596 td.betnet9-zrtbfo {
  border-top: none;
  padding-top: 10px;
}

.betnet9-fj80z0 {
  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;
}

.betnet9-fj80z0 .betnet9-i2ts4t {
  min-width: unset;
  width: 100%;
}

.betnet9-fj80z0 .betnet9-i2ts4t.betnet9-pazaxp {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betnet9-fj80z0 .betnet9-i2ts4t.betnet9-nsaym6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betnet9-fj80z0 .betnet9-0t1i38 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betnet9-fj80z0 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betnet9-fj80z0 .betnet9-i2ts4t.betnet9-pazaxp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betnet9-fj80z0 .betnet9-i2ts4t.betnet9-nsaym6 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betnet9-fj80z0 .betnet9-0t1i38 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betnet9-rl957q {
  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;
}

.betnet9-xfyzj8 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betnet9-4p16in p a img {
  margin: 0 auto;
  display: block;
}

.betnet9-4p16in table {
  margin-bottom: 17px;
}

/* contanct form */
.betnet9-0heojg {
  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;
}

.betnet9-0heojg label {
  font-size: 14px;
}

.betnet9-0heojg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betnet9-0heojg input,
.betnet9-0heojg textarea,
.betnet9-0heojg 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;
}
.betnet9-0heojg button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betnet9-buomtv ease;
}
.betnet9-0heojg button:hover {
  background-color: #691204;
}
.betnet9-v8neta {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betnet9-qucwx5 ease-in;
}

.betnet9-v8neta 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;
}
.betnet9-hkkum4, .betnet9-1exwf3, [class*="review-card"],
thead, thead th, table th, .betnet9-ovszdm,
.betnet9-nx3wbi, [class*="collapsible-header"],
.betnet9-w24lm6, [class*="updated-block"] {
  color: #ece7dc !important;
}
