@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);
}

.supabet-vwxhwu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-vdz5q7 {
  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.supabet-ttuttk,
ul.supabet-ttuttk {
  padding-left: 20px;
}

ul.supabet-ttuttk {
  list-style: disc;
}

ol.supabet-ttuttk {
  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;
  }
}

.supabet-uppy46 > .supabet-ig64qq,
.supabet-uppy46 > .supabet-p6pxr9,
.supabet-uppy46 > blockquote,
.supabet-uppy46 > h1,
.supabet-uppy46 > h2,
.supabet-uppy46 > h3,
.supabet-uppy46 > h4,
.supabet-uppy46 > h5,
.supabet-uppy46 > h6,
.supabet-uppy46 > ol,
.supabet-uppy46 > p,
.supabet-uppy46 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-uppy46 > ol,
.supabet-uppy46 > ul {
  padding-left: 50px;
}

.supabet-uppy46 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;
}

.supabet-uppy46:not(:last-child) {
  margin-bottom: 2rem;
}

.supabet-uppy46 > :not(:first-child) {
  margin-top: 2rem;
}

.supabet-uppy46 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.supabet-uppy46:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .supabet-uppy46:first-child {
    margin-top: 20px;
  }
}

.supabet-uppy46 > p:last-of-type {
  margin-bottom: 32px;
}

.supabet-uppy46 > .supabet-l1ryon:not(:first-child) {
  margin: 64px auto 16px auto;
}

.supabet-bzlu20 > .supabet-l1ryon {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-p6pxr9 {
  overflow: auto;
}

.supabet-p6pxr9::-webkit-scrollbar {
  height: 5px;
}

.supabet-p6pxr9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.supabet-p6pxr9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.supabet-p6pxr9 table thead,
table thead {
  border-bottom: none;
}

.supabet-p6pxr9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.supabet-p6pxr9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.supabet-p6pxr9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.supabet-p6pxr9 .supabet-qugm7r {
  table-layout: auto;
}

.supabet-p6pxr9 .supabet-qugm7r th {
  word-break: normal;
}

.supabet-p6pxr9 .supabet-qugm7r td {
  word-break: normal;
}

.supabet-vwxhwu .supabet-vwxhwu {
  padding-right: 0;
  padding-left: 0;
}

.supabet-ig73zk {
  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;
}

.supabet-as8idu {
  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;
}

.supabet-7848th {
  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;
}

.supabet-ig64qq {
  margin-top: 24px;
}

.supabet-ig64qq.supabet-rs9fuu {
  text-align: left;
}

.supabet-ig64qq.supabet-e565zf {
  text-align: right;
}

.supabet-ig64qq.supabet-7xv7wy {
  text-align: center;
}

.supabet-mvd7xw {
  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.supabet-zwl99e ease-in-out;
  cursor: pointer;
}

.supabet-mvd7xw:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.supabet-mvd7xw {
  min-width: 328px;
}

@media (max-width: 768px) {
  .supabet-mvd7xw {
    min-width: unset;
  }
}

.supabet-p47vyg {
  background-color: var(--fh-bg-color);
}

.supabet-6tt16n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.supabet-giemnj {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.supabet-giemnj img {
  max-height: 44px;
  object-fit: contain;
}

.supabet-fy58n0 {
  flex: 1 1;
}

.supabet-ttma6o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.supabet-7cl836 {
  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;
}

.supabet-7cl836 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;
}

.supabet-7cl836.supabet-owzn6f span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.supabet-7cl836.supabet-owzn6f span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.supabet-7cl836.supabet-owzn6f span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.supabet-fy58n0 + .supabet-ttma6o {
  margin-left: 20px;
}

.supabet-tlvzha {
  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;
}

.supabet-tlvzha > svg {
  max-width: 24px;
  max-height: 24px;
}

.supabet-tlvzha + .supabet-tlvzha {
  margin-left: 5px;
}

.supabet-oq3ttq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.supabet-oq3ttq:hover {
  background-color: var(--button-bg-hover);
}

.supabet-stdcdv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.supabet-zwl99e ease-in-out;
  border: 1px solid var(--border-color);
}

.supabet-stdcdv:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.supabet-yihzp3 {
  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) {
  .supabet-fy58n0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .supabet-yihzp3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .supabet-fy58n0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .supabet-tlvzha {
    min-width: unset;
    flex: 1 1;
  }
}

.supabet-s8ypoh {
  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;
}

.supabet-s8ypoh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.supabet-s8ypoh:hover .supabet-wj5mfe {
  opacity: 1;
  pointer-events: auto;
}

.supabet-8t3hbt {
  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.supabet-h75r9w ease-in-out;
  gap: 4px;
}

.supabet-8t3hbt > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.supabet-8t3hbt .supabet-ig73zk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.supabet-yzje02,
.supabet-8t3hbt:hover {
  color: var(--button-bg-hover);
}

.supabet-xl2z45 {
  position: relative;
}

.supabet-xl2z45 .supabet-8t3hbt {
  margin-right: 0;
  padding-right: 4px;
}

.supabet-ayj30o svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.supabet-xl2z45.supabet-owzn6f .supabet-ayj30o svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.supabet-xl2z45.supabet-owzn6f .supabet-wj5mfe {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.supabet-xl2z45.supabet-owzn6f .supabet-wj5mfe::before {
  display: none;
}

.supabet-ayj30o svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.supabet-wj5mfe {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.supabet-zst06i 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.supabet-wj5mfe::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.supabet-wj5mfe:hover {
  color: var(--fh-bg-color);
}

.supabet-75rb6g {
  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.supabet-zst06i 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.supabet-h75r9w ease-in-out;
  -o-transition: 0.supabet-h75r9w ease-in-out;
  transition: 0.supabet-h75r9w ease-in-out;
}

.supabet-75rb6g .supabet-ig73zk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.supabet-37ogpd,
.supabet-75rb6g:hover {
  color: var(--button-bg-hover);
}

.supabet-flor8w {
  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%;
}

.supabet-flor8w.supabet-d0x1q0 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.supabet-flor8w.supabet-d0x1q0:after,
.supabet-flor8w.supabet-d0x1q0:before {
  content: "";
  position: absolute;
  margin: auto;
}

.supabet-flor8w.supabet-d0x1q0: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);
  }
}

.supabet-flor8w.supabet-d0x1q0:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.supabet-flor8w.supabet-d0x1q0 > * {
  z-index: 1;
}

.supabet-flor8w b,
.supabet-flor8w strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.supabet-flor8w .supabet-d5bpb4 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.supabet-flor8w .supabet-1gn9c0 {
  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;
}

.supabet-flor8w .supabet-ig73zk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.supabet-flor8w .supabet-3vqfn6 {
  margin-top: 12px;
}

.supabet-3vqfn6 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.supabet-j1stk8 {
  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;
}

.supabet-3vqfn6 .supabet-3qey6l {
  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.supabet-zwl99e ease-in-out;
}

.supabet-3vqfn6 .supabet-3qey6l:hover {
  background: rgba(255, 255, 255, 0.3);
}

.supabet-0nud48 {
  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;
}

.supabet-flor8w.supabet-xzqpgn {
  gap: 12px;
  padding: 16px;
}

.supabet-flor8w.supabet-xzqpgn .supabet-0nud48 {
  min-width: 240px;
}

.supabet-flor8w.supabet-xzqpgn .supabet-0nud48.supabet-yattqy {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .supabet-flor8w .supabet-d5bpb4 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .supabet-flor8w .supabet-1gn9c0 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .supabet-flor8w .supabet-ig73zk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-ig73zk {
    max-width: 126px;
  }
  .supabet-flor8w .supabet-3vqfn6 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .supabet-flor8w .supabet-j1stk8 {
    max-width: unset;
  }
  .supabet-0nud48 {
    min-width: unset;
    width: 100%;
  }
  .supabet-flor8w .supabet-0nud48 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .supabet-flor8w.supabet-xzqpgn {
    grid-template-rows: auto 1fr auto;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-0nud48 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .supabet-flor8w {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .supabet-flor8w .supabet-d5bpb4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .supabet-flor8w .supabet-ig73zk {
    max-width: 78px;
  }
  .supabet-flor8w .supabet-3vqfn6 {
    margin-top: -12px;
  }
  .supabet-flor8w.supabet-xzqpgn {
    gap: 8px;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-d5bpb4 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-1gn9c0 {
    grid-column: 1/3;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-ig73zk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .supabet-flor8w.supabet-xzqpgn .supabet-ig73zk img {
    max-width: 114px;
  }
}

.supabet-0nud48.supabet-irf5rn,
.supabet-0nud48.supabet-5a2mgv,
.supabet-0nud48.supabet-oupa5y {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.supabet-zwl99e ease-in-out;
}

.supabet-0nud48.supabet-irf5rn,
.supabet-0nud48.supabet-oupa5y {
  padding: 10px;
}

.supabet-0nud48.supabet-irf5rn:hover,
.supabet-0nud48.supabet-5a2mgv:hover,
.supabet-0nud48.supabet-oupa5y:hover {
  background: var(--button-bg-hover);
}

.supabet-0nud48.supabet-irf5rn:hover svg path,
.supabet-0nud48.supabet-oupa5y:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.supabet-0nud48.supabet-yattqy {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.supabet-zwl99e ease-in-out;
  background: var(--button-bg-color);
}

.supabet-0nud48.supabet-yattqy:hover {
  background-color: var(--button-bg-hover);
}

.supabet-0nud48.supabet-5a2mgv: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);
  }
}

.supabet-0nud48.supabet-5a2mgv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.supabet-0nud48.supabet-yattqy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.supabet-4mmw6y {
  max-width: 650px;
}

.supabet-szl4bb {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.supabet-qaepgh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.supabet-cuwevd {
  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.supabet-h75r9w ease-in-out;
  cursor: pointer;
}

.supabet-cuwevd:hover {
  opacity: 0.5;
}

.supabet-cuwevd:focus {
  outline: 0;
}

.supabet-cuwevd:focus .supabet-zk3ssf,
.supabet-cuwevd:hover .supabet-zk3ssf {
  fill: red;
  fill-opacity: 1;
}

.supabet-cuwevd:hover {
  cursor: pointer;
}

.supabet-283den {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.supabet-4mmw6y.supabet-7xv7wy {
  margin: 0 auto;
}

.supabet-4mmw6y.supabet-e565zf {
  margin-left: auto;
}

.supabet-hnyh26 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.supabet-itjf9s {
  padding-bottom: 50px;
}

.supabet-1rpqz0 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.supabet-clcsuj {
  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;
}

.supabet-1wgjwn {
  margin-top: 24px;
}

.supabet-6yv19i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supabet-vl9f5i {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.supabet-t66anr {
  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;
}

.supabet-gmj9qd {
  width: 468px;
}

.supabet-t66anr .supabet-wj5mfe {
  margin: 0.supabet-73ql7g 0;
}

.supabet-sovlss {
  display: flex;
  min-width: 224px;
}

.supabet-pw9bge {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.supabet-h75r9w ease-in-out;
}

.supabet-l7iluo,
.supabet-pw9bge:hover {
  color: var(--text-color);
}

.supabet-3tad3v {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.supabet-t872yh {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .supabet-hnyh26 {
    padding: 16px;
  }
  .supabet-3tad3v {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .supabet-t872yh {
    align-items: center;
  }
  .supabet-gmj9qd {
    width: unset;
  }
  .supabet-sovlss {
    min-width: unset;
  }
  .supabet-t66anr {
    max-height: unset;
  }
  .supabet-1rpqz0 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .supabet-hnyh26 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.supabet-mp4anr {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.supabet-mp4anr:not(:last-child) {
  margin-bottom: 16px;
}

.supabet-ia46qm {
  outline: 0;
}

.supabet-ia46qm .supabet-ytpdsq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.supabet-ff8nvd {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .supabet-ff8nvd {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.supabet-ff8nvd::-webkit-details-marker {
  display: none;
}

.supabet-ff8nvd: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;
}

.supabet-ff8nvd: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] .supabet-ff8nvd:after {
  transform: unset;
}

.supabet-ytpdsq {
  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);
}

.supabet-ytpdsq 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.supabet-h75r9w ease-in-out;
  -o-transition: 0.supabet-h75r9w ease-in-out;
  transition: 0.supabet-h75r9w ease-in-out;
}

.supabet-fbk4tm {
  padding: 16px 0 0 0;
}

.supabet-fbk4tm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .supabet-fbk4tm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-ff8nvd {
    flex-wrap: wrap;
    gap: 12px;
  }
  .supabet-ff8nvd::after {
    margin-left: auto;
  }
  .supabet-ytpdsq {
    order: 3;
    flex: 1 1 100%;
  }
  .supabet-ff8nvd {
    font-size: 14px;
    line-height: 130%;
  }
  .supabet-ytpdsq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.supabet-upu2j2 {
  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;
}

.supabet-3gxagz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.supabet-upu2j2.supabet-owzn6f .supabet-3gxagz {
  margin-bottom: 12px;
}

.supabet-3gxagz::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;
}

.supabet-upu2j2.supabet-owzn6f .supabet-3gxagz::after {
  transform: unset;
}

.supabet-dhi2le {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.supabet-o97kkv {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.supabet-h75r9w ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.supabet-o97kkv: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;
}

.supabet-upu2j2.supabet-owzn6f .supabet-dhi2le {
  max-height: 100%;
}

.supabet-df14lg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.supabet-woqvpe {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.supabet-j0ka2z {
  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;
}

.supabet-tlwwmi {
  margin-right: 4px;
}

.supabet-i9ekpo {
  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.supabet-h75r9w ease-in-out;
}

.supabet-i9ekpo svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.supabet-tbbub1,
.supabet-i9ekpo:hover {
  color: var(--text-color);
}

.supabet-khv3pg {
  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;
}

.supabet-khv3pg img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.supabet-khv3pg .supabet-1shcbc {
  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;
}

.supabet-khv3pg .supabet-dkuxs0 {
  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;
}

.supabet-13quzd {
  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;
}

.supabet-xs9pz2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.supabet-abct64 .supabet-vwxhwu {
  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;
}

.supabet-abct64 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.supabet-u16qhi {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.supabet-mbkxti {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.supabet-auv2wl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.supabet-8skbx5 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;
}

.supabet-auv2wl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.supabet-u3gne9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.supabet-3mjy4c {
  -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.supabet-h75r9w ease-in-out;
  transition: transform 0.supabet-h75r9w ease-in-out;
  -o-transition: transform 0.supabet-h75r9w ease-in-out;
  transition:
    transform 0.supabet-h75r9w ease-in-out,
    -webkit-transform 0.supabet-h75r9w ease-in-out;
  cursor: pointer;
}

.supabet-3mjy4c svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.supabet-3mjy4c: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;
}

.supabet-yyon5w {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .supabet-yyon5w {
    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);
}

.supabet-kpf12b {
  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;
}

.supabet-fxjckr {
  position: relative;
  width: 100%;
}

.supabet-kpf12b.supabet-vwu1vu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.supabet-kpf12b.supabet-7xv7wy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.supabet-kpf12b.supabet-e565zf {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.supabet-z7a1at {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.supabet-a3c56a {
  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.supabet-h75r9w ease-in-out;
  cursor: pointer;
}

.supabet-a3c56a:hover {
  opacity: 0.5;
}

.supabet-kpf12b.supabet-uyes1i .supabet-a3c56a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.supabet-kpf12b.supabet-uyes1i .supabet-z7a1at {
  cursor: pointer;
}

.supabet-0ose5p {
  fill: #0009;
}

.supabet-mds4w1 {
  fill: #fff;
}

.supabet-a3c56a:hover .supabet-0ose5p {
  fill: red;
}

.supabet-a3c56a svg path {
  -webkit-transition: 0.supabet-h75r9w ease-in-out;
  -o-transition: 0.supabet-h75r9w ease-in-out;
  transition: 0.supabet-h75r9w ease-in-out;
}

.supabet-pg52l3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.supabet-pg52l3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.supabet-pg52l3.supabet-bwmfmo > :not(.get-image) {
  grid-column: 1/3;
}

.supabet-dnsevx:not(._h1-block) .supabet-pg52l3 > .supabet-l1ryon {
  grid-row: 1/2;
  grid-column: 1/3;
}

.supabet-pg52l3.supabet-bwmfmo .supabet-1zlvnn {
  grid-column: 2/3;
}

.supabet-pg52l3.supabet-bwmfmo > .supabet-ig73zk {
  grid-column: 1/2;
}

.supabet-pg52l3.supabet-bwmfmo > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.supabet-pg52l3 > p:first-of-type {
  margin-top: 0;
}

.supabet-pg52l3 .supabet-ig73zk {
  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;
}

.supabet-dnsevx:not(._h1-block) .supabet-l1ryon ~ .supabet-ig73zk {
  grid-row: 2/10;
}

.supabet-dnsevx.supabet-5mvx1y .supabet-l1ryon ~ .supabet-ig73zk {
  grid-row: 1/10;
}

.supabet-dnsevx.supabet-5mvx1y > .supabet-l1ryon {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.supabet-dnsevx.supabet-5mvx1y .supabet-ig73zk {
  grid-row: 1/10;
}

.supabet-pg52l3.supabet-22wuj7 .supabet-ig73zk {
  align-items: flex-start;
}

.supabet-pg52l3.supabet-7xv7wy .supabet-1zlvnn {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.supabet-pg52l3.supabet-7xv7wy .supabet-ig73zk {
  align-items: center;
}

.supabet-pg52l3.supabet-0umksl .supabet-ig73zk {
  align-items: flex-end;
}

.supabet-1zlvnn > :first-child {
  margin-top: 0;
}

.supabet-1zlvnn > :last-child {
  margin-bottom: 0;
}

* + .supabet-xuur87,
.supabet-dnsevx + .supabet-dnsevx {
  margin-top: 2rem;
}

.supabet-nits3f td::before,
.supabet-nits3f th::after {
  display: none !important;
}

.supabet-nits3f #link-selector {
  color: #000;
}

.supabet-nits3f .supabet-l31r2p {
  color: #135e96;
}

.supabet-nits3f .supabet-mam8xz *,
.supabet-nits3f .supabet-ulyzy5 p,
.supabet-nits3f .supabet-pwijvs * {
  color: #000;
}

.supabet-nits3f .supabet-4jwjfn {
  background: 0 0 !important;
}

.supabet-nits3f .supabet-m60bh5 {
  color: #000;
}

.supabet-nits3f .supabet-ywy2yv.supabet-c7glt9 {
  color: #fff;
}

.supabet-nits3f .supabet-96jyd8 {
  color: #000;
}

.supabet-nits3f
  .supabet-lam4ol
  .supabet-37liq1.supabet-c7glt9.supabet-q4obgf {
  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;
}

.supabet-68tvxy,
body .supabet-5cv396 {
  color: #000;
  background: var(--color-body) !important;
}

.supabet-68tvxy .supabet-4nrso5 .supabet-2c9bzd,
body .supabet-5cv396 .supabet-4nrso5 .supabet-2c9bzd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .supabet-o97kkv:focus,
  .supabet-o97kkv:hover {
    color: #f9cb16;
  }
  .supabet-fhrozc:focus,
  .supabet-fhrozc:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .supabet-powmx2:focus img,
  .supabet-powmx2:focus svg,
  .supabet-powmx2:hover img,
  .supabet-powmx2:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .supabet-khv3pg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .supabet-xl2z45:hover .supabet-ayj30o svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .supabet-ayj30o {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .supabet-ncb8em {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .supabet-138lrt {
    grid-template-columns: repeat(4, 1fr);
  }
  .supabet-philz8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .supabet-k63z0v .supabet-85xq98 {
    grid-template-columns: 1fr;
  }
  .supabet-k63z0v .supabet-1nzmfq {
    -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;
  }
  .supabet-k63z0v .supabet-qld3wz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .supabet-k63z0v .supabet-qs5wyb {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .supabet-k63z0v .supabet-qs0k2r {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .supabet-k63z0v .supabet-qld3wz:not(:first-child) {
    border: none;
  }
  .supabet-k63z0v .supabet-qld3wz:first-child .supabet-qs5wyb {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .supabet-k63z0v .supabet-qld3wz:last-child .supabet-qs5wyb {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .supabet-6tt16n {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .supabet-giemnj {
    max-width: 100px;
  }
  .supabet-fy58n0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .supabet-ttma6o {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .supabet-ttma6o svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .supabet-7cl836 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .supabet-fy58n0 + .supabet-ttma6o {
    margin-left: auto;
  }
  .supabet-ze8qcf {
    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;
  }
  .supabet-ze8qcf.supabet-owzn6f {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .supabet-yihzp3 {
    -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;
  }
  .supabet-s8ypoh {
    width: 100%;
  }
  .supabet-s8ypoh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .supabet-8t3hbt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .supabet-8t3hbt svg {
    margin-right: 4px;
  }
  .supabet-xl2z45 {
    -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;
  }
  .supabet-ayj30o svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .supabet-ayj30o {
    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;
  }
  .supabet-wj5mfe {
    display: none;
    width: 100%;
  }
  .supabet-xl2z45.supabet-owzn6f .supabet-wj5mfe {
    padding: 0 0 0 48px;
  }
  .supabet-75rb6g {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .supabet-clcsuj .supabet-ig73zk {
    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;
  }
  .supabet-f5ajal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .supabet-f5ajal + .supabet-f5ajal {
    margin-right: 0;
  }
  .supabet-f5ajal + .supabet-ig73zk {
    margin: 0;
  }
  .supabet-ncb8em {
    grid-template-columns: repeat(4, 1fr);
  }
  .supabet-138lrt {
    grid-template-columns: repeat(3, 1fr);
  }
  .supabet-ha2bsa,
  .supabet-xp6xzp {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-pg52l3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .supabet-pg52l3.supabet-bwmfmo .supabet-1zlvnn {
    grid-column: auto;
    grid-row: auto;
  }
  .supabet-pg52l3 > .supabet-l1ryon {
    grid-column: 1/2;
  }
  .supabet-pg52l3.supabet-bwmfmo > :not(.get-image) {
    grid-column: 1/2;
  }
  .supabet-pg52l3 .supabet-ig73zk,
  .supabet-pg52l3.supabet-bwmfmo > .supabet-ig73zk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .supabet-pg52l3.supabet-bwmfmo > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .supabet-dnsevx.supabet-5mvx1y .supabet-pg52l3 > .supabet-ig73zk {
    grid-row: 1/2;
  }
  .supabet-pg52l3 .supabet-l1ryon ~ .supabet-ig73zk,
  .supabet-pg52l3.supabet-bwmfmo .supabet-l1ryon ~ .supabet-ig73zk {
    grid-row: 2/3;
  }
  .supabet-dnsevx.supabet-5mvx1y .supabet-l1ryon ~ .supabet-ig73zk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .supabet-uppy46:first-child .supabet-8xgat5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supabet-uppy46:first-child .supabet-8xgat5 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .supabet-uppy46 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .supabet-uppy46 {
    padding: 0;
  }
  .supabet-ig64qq {
    margin-top: 1rem;
  }
  .supabet-ia46qm {
    border-radius: 5px;
  }
  .supabet-0703ll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supabet-3gxagz::after {
    display: inline-block;
  }
  .supabet-3gxagz {
    margin: 0;
    width: 100%;
  }
  .supabet-dhi2le {
    width: 100%;
  }
  .supabet-dhi2le.supabet-yq5kcd {
    -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%;
  }
  .supabet-dhi2le.supabet-yq5kcd .supabet-j44och {
    width: 100%;
  }
  .supabet-dhi2le.supabet-yq5kcd .supabet-j44och:not(:last-child) {
    margin-right: 0;
  }
  .supabet-o97kkv {
    width: 100%;
    text-align: center;
  }
  .supabet-upu2j2.supabet-owzn6f .supabet-dhi2le {
    margin-top: 1rem;
  }
  .supabet-ncb8em {
    grid-template-columns: repeat(3, 1fr);
  }
  .supabet-philz8,
  .supabet-138lrt {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-ha2bsa,
  .supabet-xp6xzp,
  .supabet-dlj2z2 {
    grid-template-columns: 1fr;
  }
  .supabet-lg6eew {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .supabet-8gyh49 {
    min-width: 300px;
    max-width: 325px;
  }
  .supabet-qs5wyb {
    cursor: auto;
  }
  .supabet-wo4ftz .supabet-qs5wyb {
    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;
  }
  .supabet-yyon5w {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .supabet-wj5mfe {
    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) {
  .supabet-yyon5w {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.supabet-f5ajal p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .supabet-ttma6o {
    margin: 0 -0.2rem;
  }
  .supabet-f5ajal {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .supabet-u17f14 {
    -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;
  }
  .supabet-j39bxj {
    max-width: 100%;
  }
  .supabet-ncb8em {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-philz8,
  .supabet-138lrt {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .supabet-6tt16n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supabet-ttma6o {
    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;
  }
  .supabet-p47vyg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supabet-tlvzha {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .supabet-lnnbsf,
  .supabet-qm3w0o {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .supabet-mvd7xw {
    width: 100%;
  }
  .supabet-ncb8em {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .supabet-yyon5w {
    top: 127px !important;
  }
}

.supabet-tk2umy {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .supabet-tk2umy {
  }
}

@media (max-width: 767px) {
  .supabet-tk2umy {
    margin-bottom: 12px;
  }
}

.supabet-tk2umy img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.supabet-zx5zf4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.supabet-zx5zf4 > .supabet-h6ybj7 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .supabet-zx5zf4 {
    flex-direction: column;
    gap: 12px;
  }
}

.supabet-g5mlpk {
  display: flex;
}

.supabet-g5mlpk .supabet-4vu0ck {
  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;
}

.supabet-g5mlpk .supabet-sm0u4v {
  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;
}

.supabet-g5mlpk .supabet-v31u6u {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.supabet-g5mlpk .supabet-dr7pd0 {
  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));
  }
}

.supabet-g5mlpk .supabet-dr7pd0:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.supabet-g5mlpk .supabet-4e2nzm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.supabet-6nt8ni {
  border: unset;
  background-color: unset;
}

.supabet-6nt8ni tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.supabet-6nt8ni .supabet-1cwu0t,
.supabet-6nt8ni .supabet-rukh24 {
  flex: 0 1 330px;
}

.supabet-6nt8ni .supabet-69e9n8 {
  flex: 1 1;
}

.supabet-6nt8ni tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.supabet-6nt8ni tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.supabet-6nt8ni tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.supabet-6nt8ni tr td p {
  color: #fff;
  margin: 0;
}

.supabet-6nt8ni tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.supabet-6nt8ni tr.supabet-1cwu0t td p {
  padding: 16px 0;
}

.supabet-6nt8ni tr.supabet-1cwu0t td p:not(:last-child),
.supabet-6nt8ni tr.supabet-rukh24 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.supabet-6nt8ni tr.supabet-1cwu0t td p:first-child,
.supabet-6nt8ni tr.supabet-rukh24 td p:first-child {
  padding-top: 0;
}

.supabet-6nt8ni tr.supabet-rukh24 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.supabet-6nt8ni tr.supabet-rukh24 td p:last-child {
  padding-bottom: 0;
}

.supabet-6nt8ni .supabet-rukh24 img {
  max-width: 32px;
}

.supabet-6nt8ni .supabet-69e9n8 {
  min-width: 718px;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.supabet-6nt8ni .supabet-69e9n8 td {
  display: flex;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4,
.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-u3ycng,
.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-7yni67 {
  flex: 1 1 50%;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-myrqqg {
  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;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-ukv9qb,
.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-dkvs45 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4,
.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-u3ycng {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4 span,
.supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-u3ycng span {
  font-weight: 800;
}

.supabet-6nt8ni .supabet-69e9n8 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .supabet-6nt8ni tr.supabet-1cwu0t td p:last-child {
    padding-bottom: 0;
  }
  .supabet-6nt8ni .supabet-rukh24 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .supabet-6nt8ni .supabet-rukh24 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .supabet-6nt8ni tr.supabet-1cwu0t td p:not(:last-child),
  .supabet-6nt8ni tr.supabet-rukh24 td p:not(:last-child) {
    border-bottom: unset;
  }
  .supabet-6nt8ni tr.supabet-rukh24 td p:last-child {
    padding-bottom: 12px;
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4,
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-u3ycng,
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-7yni67 {
    flex: 1 1 50%;
    padding: 0;
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4,
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-u3ycng {
    margin-top: 16px;
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-7yni67 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-fus1v4 {
    border-right: 1px solid var(--border-color);
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-7yni67:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .supabet-6nt8ni .supabet-69e9n8 td:last-child .supabet-7yni67:last-child {
    padding-bottom: 0;
  }
}

.supabet-7yni67 {
  display: flex;
  flex-direction: column;
}

.supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67:not(:first-child) {
    padding-left: 0;
  }
  .supabet-6nt8ni .supabet-69e9n8 td .supabet-7yni67:not(:last-of-type) {
    border-right: unset;
  }
}

.supabet-6nt8ni .supabet-n4n33i {
  flex: 0 1 485px;
}

.supabet-6nt8ni .supabet-u8yvpf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.supabet-6nt8ni .supabet-u8yvpf li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-6nt8ni .supabet-u8yvpf li.supabet-q95fpm {
  padding: 6px 12px;
}

.supabet-6nt8ni .supabet-u8yvpf li a,
.supabet-6nt8ni .supabet-u8yvpf 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;
}

.supabet-6nt8ni .supabet-bo15f7,
.supabet-6nt8ni .supabet-9hgwri {
  flex: 1 1;
}

.supabet-6nt8ni .supabet-7gz1c7,
.supabet-6nt8ni .supabet-urqljq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.supabet-6nt8ni .supabet-7gz1c7 li,
.supabet-6nt8ni .supabet-urqljq li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.supabet-6nt8ni .supabet-9hgwri img {
  max-width: 32px;
}

.supabet-6nt8ni .supabet-bo15f7 img {
  max-width: 32px;
}

.supabet-6nt8ni .supabet-6o7diq {
  min-width: 280px;
}

.supabet-6nt8ni .supabet-6o7diq img {
  max-width: 146px;
}

.supabet-6nt8ni .supabet-6o7diq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .supabet-6nt8ni .supabet-1cwu0t,
  .supabet-6nt8ni .supabet-rukh24 {
    flex: 0 1 auto;
  }
  .supabet-6nt8ni .supabet-69e9n8 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .supabet-6nt8ni .supabet-1cwu0t,
  .supabet-6nt8ni .supabet-n4n33i,
  .supabet-6nt8ni .supabet-rukh24,
  .supabet-6nt8ni .supabet-69e9n8 {
    flex: 1 1 calc(50% - 20px);
  }
  .supabet-6nt8ni .supabet-bo15f7,
  .supabet-6nt8ni .supabet-6o7diq,
  .supabet-6nt8ni .supabet-9hgwri {
    flex: 1 1 30%;
  }
  .supabet-6nt8ni .supabet-6o7diq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .supabet-6nt8ni .supabet-1cwu0t,
  .supabet-6nt8ni .supabet-n4n33i,
  .supabet-6nt8ni .supabet-bo15f7,
  .supabet-6nt8ni .supabet-rukh24,
  .supabet-6nt8ni .supabet-69e9n8,
  .supabet-6nt8ni .supabet-6o7diq,
  .supabet-6nt8ni .supabet-9hgwri {
    flex: 1 1 100%;
  }
}

.supabet-9pn1ui .supabet-ic2cf0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.supabet-9pn1ui .supabet-6dudcn {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.supabet-9pn1ui .supabet-rpbsr3 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.supabet-9pn1ui .supabet-z7hdfe {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.supabet-9pn1ui .supabet-z7hdfe > :nth-child(3) {
  margin-top: 0;
}

.supabet-9pn1ui .supabet-ig73zk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.supabet-9pn1ui .supabet-iqgb7n {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.supabet-9pn1ui .supabet-ig64qq {
  grid-column: 1/2;
}

.supabet-9pn1ui > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.supabet-9pn1ui .supabet-6dudcn: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;
}

.supabet-9pn1ui .supabet-6dudcn:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.supabet-9pn1ui .supabet-mvd7xw {
  min-width: 240px;
}

@media (max-width: 768px) {
  .supabet-9pn1ui .supabet-6dudcn:not(:last-child):before {
    bottom: 8px;
  }
  .supabet-9pn1ui .supabet-6dudcn:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .supabet-9pn1ui .supabet-z7hdfe {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .supabet-9pn1ui .supabet-ig73zk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .supabet-9pn1ui .supabet-ig73zk img {
    width: 100%;
    height: auto;
  }
  .supabet-9pn1ui .supabet-mvd7xw {
    width: 100%;
    min-width: unset;
  }
}

.supabet-o9llbx .supabet-ewu15p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.supabet-o9llbx .supabet-52b3nu {
  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;
}

.supabet-o9llbx .supabet-ig73zk {
  height: 100%;
}

.supabet-o9llbx .supabet-ig73zk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.supabet-o9llbx .supabet-7aeo2e {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.supabet-o9llbx .supabet-i9hj6n {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.supabet-o9llbx .supabet-wzh217 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .supabet-o9llbx .supabet-52b3nu {
    flex: 1 1 100%;
  }
  .supabet-o9llbx .supabet-0nud48 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .supabet-o9llbx .supabet-52b3nu {
    flex-direction: column;
  }
  .supabet-o9llbx .supabet-ig73zk {
    width: 100%;
    height: auto;
  }
  .supabet-o9llbx .supabet-ig73zk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .supabet-o9llbx .supabet-7aeo2e {
    padding: 0 16px 16px 16px;
  }
  .supabet-o9llbx .supabet-0nud48 {
    min-width: unset;
    width: 100%;
  }
}

.supabet-bp6tb3 .supabet-o0kdz5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.supabet-bp6tb3 .supabet-pvrmuc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.supabet-bp6tb3 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;
}

.supabet-bp6tb3 .supabet-pjktay {
  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;
}

.supabet-bp6tb3 .supabet-pvrmuc:hover .supabet-pjktay {
  display: flex;
}

.supabet-bp6tb3 .supabet-gaffwc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-bp6tb3 .supabet-hxdfpd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.supabet-qnn2h0 {
  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;
}

.supabet-qnn2h0.supabet-7beif0 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.supabet-zwl99e ease-in-out;
}

.supabet-qnn2h0.supabet-7beif0:hover {
  color: #f9cb16;
  background-color: transparent;
}

.supabet-bp6tb3 .supabet-nsrnsd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.supabet-zwl99e ease-in-out;
}

.supabet-bp6tb3 .supabet-nsrnsd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.supabet-bp6tb3 .supabet-nsrnsd:after,
.supabet-qnn2h0.supabet-7beif0:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.supabet-qnn2h0.supabet-7beif0:after {
  background-image: url(../images/Cash.svg);
}

.supabet-bp6tb3 .supabet-nsrnsd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .supabet-bp6tb3 .supabet-o0kdz5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .supabet-bp6tb3 .supabet-o0kdz5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .supabet-bp6tb3 .supabet-o0kdz5 {
    grid-template-columns: 1fr;
  }
  .supabet-bp6tb3 .supabet-pvrmuc {
    height: auto;
  }
  .supabet-bp6tb3 .supabet-pvrmuc .supabet-pjktay {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .supabet-bp6tb3 .supabet-gaffwc,
  .supabet-bp6tb3 .supabet-hxdfpd {
    text-align: left;
  }
  .supabet-bp6tb3 .supabet-hxdfpd {
    margin-bottom: 8px;
  }
  .supabet-bp6tb3 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.supabet-jmybe3 {
  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;
}

.supabet-jmybe3.supabet-uyes1i {
  display: block;
}

.supabet-jmybe3 .supabet-75ajay {
  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;
}

.supabet-jmybe3 .supabet-pbl1p6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.supabet-jmybe3 .supabet-xsupln {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.supabet-jmybe3 .supabet-ajoq7k {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.supabet-jmybe3 .supabet-qnn2h0 {
  min-width: 296px;
  margin-bottom: 0;
}

.supabet-jmybe3 .supabet-5z9frm {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.supabet-jmybe3 .supabet-8tjcfd {
  position: relative;
  flex: 1 1;
}

.supabet-jmybe3 .supabet-8tjcfd iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .supabet-jmybe3 .supabet-pbl1p6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .supabet-jmybe3 .supabet-xsupln {
    order: 1;
  }
  .supabet-jmybe3 .supabet-ajoq7k {
    order: 3;
    flex: 1 1 100%;
  }
  .supabet-jmybe3 .supabet-qnn2h0 {
    width: 100%;
    min-width: unset;
  }
  .supabet-jmybe3 .supabet-5z9frm {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .supabet-pg52l3 > .supabet-l1ryon {
    margin-bottom: 0;
  }
  .supabet-pg52l3 > .supabet-ig64qq,
  .supabet-pg52l3 > p {
    margin-top: 0;
  }
}

.supabet-re59w8 img,
.supabet-f5ajal img {
  width: auto;
  object-fit: contain;
}

.supabet-re59w8 {
  align-items: center;
}

.supabet-re59w8 img {
  max-height: 76px;
}

.supabet-f5ajal img {
  max-height: 64px;
}

.supabet-vpf08e {
  overflow: auto;
}

.supabet-mngqvy {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.supabet-ur7lyo:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.supabet-8olxek {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.supabet-15ljlb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.supabet-8olxek .supabet-ig73zk {
  margin-right: 20px;
  flex-shrink: 0;
}

.supabet-8olxek img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.supabet-exk1u4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.supabet-exk1u4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-8olxek {
    padding: 15px 10px;
  }
  .supabet-exk1u4 {
    padding: 15px 10px;
  }
  .supabet-8olxek .supabet-ig73zk {
    margin-right: 10px;
  }
}

.supabet-t4lwwz {
  overflow-x: auto;
}

.supabet-6eu7qb {
  border-collapse: collapse;
  width: 100%;
}

.supabet-t4lwwz th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.supabet-t4lwwz td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.supabet-t4lwwz td.supabet-n5a533 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.supabet-t4lwwz td.supabet-lra5cz {
  border-right: none;
}

.supabet-t4lwwz td.supabet-lra5cz .supabet-ig73zk {
  justify-content: flex-start;
}

.supabet-t4lwwz td.supabet-lra5cz .supabet-ig73zk img {
  height: auto;
  width: 90px;
}

.supabet-t4lwwz td.supabet-utbube,
.supabet-t4lwwz td.supabet-eud7j3 {
  font-weight: 600;
  text-align: right;
}

.supabet-t4lwwz td.supabet-ii75u9,
.supabet-t4lwwz td.supabet-utbube {
  padding-bottom: 10px;
  border-bottom: none;
}

.supabet-t4lwwz td.supabet-utbube,
.supabet-t4lwwz td.supabet-eud7j3 {
  border-left: none;
}

.supabet-t4lwwz td.supabet-ii75u9,
.supabet-t4lwwz td.supabet-2rt131 {
  border-right: none;
}

.supabet-t4lwwz td.supabet-2rt131,
.supabet-t4lwwz td.supabet-eud7j3 {
  border-top: none;
  padding-top: 10px;
}

.supabet-u4se4d {
  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;
}

.supabet-u4se4d .supabet-0nud48 {
  min-width: unset;
  width: 100%;
}

.supabet-u4se4d .supabet-0nud48.supabet-irf5rn {
  grid-column: 1/2;
  grid-row: 1/2;
}

.supabet-u4se4d .supabet-0nud48.supabet-oupa5y {
  grid-column: 2/3;
  grid-row: 1/2;
}

.supabet-u4se4d .supabet-gy138v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-u4se4d {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .supabet-u4se4d .supabet-0nud48.supabet-irf5rn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .supabet-u4se4d .supabet-0nud48.supabet-oupa5y {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .supabet-u4se4d .supabet-gy138v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.supabet-izi0v6 {
  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;
}

.supabet-0wb3vt {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.supabet-bzlu20 p a img {
  margin: 0 auto;
  display: block;
}

.supabet-bzlu20 table {
  margin-bottom: 17px;
}

/* contanct form */
.supabet-1r2dui {
  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;
}

.supabet-1r2dui label {
  font-size: 14px;
}

.supabet-1r2dui h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.supabet-1r2dui input,
.supabet-1r2dui textarea,
.supabet-1r2dui 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;
}
.supabet-1r2dui button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.supabet-zwl99e ease;
}
.supabet-1r2dui button:hover {
  background-color: #691204;
}
.supabet-uqf09b {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.supabet-pqh0vd ease-in;
}

.supabet-uqf09b h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}