@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);
}

.betory-5q90z8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betory-zb5g7v {
  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.betory-qg73xq,
ul.betory-qg73xq {
  padding-left: 20px;
}

ul.betory-qg73xq {
  list-style: disc;
}

ol.betory-qg73xq {
  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;
  }
}

.betory-cq85h1 > .betory-zu8rj3,
.betory-cq85h1 > .betory-7zp58d,
.betory-cq85h1 > blockquote,
.betory-cq85h1 > h1,
.betory-cq85h1 > h2,
.betory-cq85h1 > h3,
.betory-cq85h1 > h4,
.betory-cq85h1 > h5,
.betory-cq85h1 > h6,
.betory-cq85h1 > ol,
.betory-cq85h1 > p,
.betory-cq85h1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betory-cq85h1 > ol,
.betory-cq85h1 > ul {
  padding-left: 50px;
}

.betory-cq85h1 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;
}

.betory-cq85h1:not(:last-child) {
  margin-bottom: 2rem;
}

.betory-cq85h1 > :not(:first-child) {
  margin-top: 2rem;
}

.betory-cq85h1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betory-cq85h1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betory-cq85h1:first-child {
    margin-top: 20px;
  }
}

.betory-cq85h1 > p:last-of-type {
  margin-bottom: 32px;
}

.betory-cq85h1 > .betory-2wl98u:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betory-mbt1p7 > .betory-2wl98u {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betory-7zp58d {
  overflow: auto;
}

.betory-7zp58d::-webkit-scrollbar {
  height: 5px;
}

.betory-7zp58d table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betory-7zp58d table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betory-7zp58d table thead,
table thead {
  border-bottom: none;
}

.betory-7zp58d table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betory-7zp58d table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betory-7zp58d table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betory-7zp58d .betory-dro0nt {
  table-layout: auto;
}

.betory-7zp58d .betory-dro0nt th {
  word-break: normal;
}

.betory-7zp58d .betory-dro0nt td {
  word-break: normal;
}

.betory-5q90z8 .betory-5q90z8 {
  padding-right: 0;
  padding-left: 0;
}

.betory-1y9udx {
  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;
}

.betory-shdo5n {
  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;
}

.betory-u4wd8o {
  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;
}

.betory-zu8rj3 {
  margin-top: 24px;
}

.betory-zu8rj3.betory-x0zr6d {
  text-align: left;
}

.betory-zu8rj3.betory-2ga02n {
  text-align: right;
}

.betory-zu8rj3.betory-cfvyv6 {
  text-align: center;
}

.betory-jagczr {
  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.betory-li5z7y ease-in-out;
  cursor: pointer;
}

.betory-jagczr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betory-jagczr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betory-jagczr {
    min-width: unset;
  }
}

.betory-zcsdwg {
  background-color: var(--fh-bg-color);
}

.betory-vkm9ab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betory-5nrlow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betory-5nrlow img {
  max-height: 80px;
  object-fit: contain;
}

.betory-zwap9r {
  flex: 1 1;
}

.betory-ulqy9h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betory-cj837k {
  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;
}

.betory-cj837k 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;
}

.betory-cj837k.betory-2h878u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betory-cj837k.betory-2h878u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betory-cj837k.betory-2h878u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betory-zwap9r + .betory-ulqy9h {
  margin-left: 20px;
}

.betory-5mwq1s {
  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;
}

.betory-5mwq1s > svg {
  max-width: 24px;
  max-height: 24px;
}

.betory-5mwq1s + .betory-5mwq1s {
  margin-left: 5px;
}

.betory-qw6zhx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betory-qw6zhx:hover {
  background-color: var(--button-bg-hover);
}

.betory-mc30xg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betory-li5z7y ease-in-out;
  border: 1px solid var(--border-color);
}

.betory-mc30xg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betory-zwl9ce {
  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) {
  .betory-zwap9r {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betory-zwl9ce {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betory-zwap9r {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betory-5mwq1s {
    min-width: unset;
    flex: 1 1;
  }
}

.betory-5l45vf {
  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;
}

.betory-5l45vf:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betory-5l45vf:hover .betory-hhp3j5 {
  opacity: 1;
  pointer-events: auto;
}

.betory-pb8yzs {
  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.betory-u2m7j3 ease-in-out;
  gap: 4px;
}

.betory-pb8yzs > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betory-pb8yzs .betory-1y9udx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betory-03vge7,
.betory-pb8yzs:hover {
  color: var(--button-bg-hover);
}

.betory-ffd0bu {
  position: relative;
}

.betory-ffd0bu .betory-pb8yzs {
  margin-right: 0;
  padding-right: 4px;
}

.betory-42iwvl svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betory-ffd0bu.betory-2h878u .betory-42iwvl svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betory-ffd0bu.betory-2h878u .betory-hhp3j5 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betory-ffd0bu.betory-2h878u .betory-hhp3j5::before {
  display: none;
}

.betory-42iwvl svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betory-hhp3j5 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betory-dlugyp 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betory-hhp3j5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betory-hhp3j5:hover {
  color: var(--fh-bg-color);
}

.betory-pv0kgl {
  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.betory-dlugyp 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betory-u2m7j3 ease-in-out;
  -o-transition: 0.betory-u2m7j3 ease-in-out;
  transition: 0.betory-u2m7j3 ease-in-out;
}

.betory-pv0kgl .betory-1y9udx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betory-lo743i,
.betory-pv0kgl:hover {
  color: var(--button-bg-hover);
}

.betory-2jmr8r {
  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%;
}

.betory-2jmr8r.betory-1z3m9i {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betory-2jmr8r.betory-1z3m9i:after,
.betory-2jmr8r.betory-1z3m9i:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betory-2jmr8r.betory-1z3m9i: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);
  }
}

.betory-2jmr8r.betory-1z3m9i:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betory-2jmr8r.betory-1z3m9i > * {
  z-index: 1;
}

.betory-2jmr8r b,
.betory-2jmr8r strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betory-2jmr8r .betory-udhciz {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betory-2jmr8r .betory-al6v3i {
  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;
}

.betory-2jmr8r .betory-1y9udx {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betory-2jmr8r .betory-gjc73c {
  margin-top: 12px;
}

.betory-gjc73c {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betory-dxgzq4 {
  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;
}

.betory-gjc73c .betory-ualrbh {
  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.betory-li5z7y ease-in-out;
}

.betory-gjc73c .betory-ualrbh:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betory-q6nyr1 {
  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;
}

.betory-2jmr8r.betory-ttaixq {
  gap: 12px;
  padding: 16px;
}

.betory-2jmr8r.betory-ttaixq .betory-q6nyr1 {
  min-width: 240px;
}

.betory-2jmr8r.betory-ttaixq .betory-q6nyr1.betory-aydona {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betory-2jmr8r .betory-udhciz {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betory-2jmr8r .betory-al6v3i {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betory-2jmr8r .betory-1y9udx {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betory-2jmr8r.betory-ttaixq .betory-1y9udx {
    max-width: 126px;
  }
  .betory-2jmr8r .betory-gjc73c {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betory-2jmr8r .betory-dxgzq4 {
    max-width: unset;
  }
  .betory-q6nyr1 {
    min-width: unset;
    width: 100%;
  }
  .betory-2jmr8r .betory-q6nyr1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betory-2jmr8r.betory-ttaixq {
    grid-template-rows: auto 1fr auto;
  }
  .betory-2jmr8r.betory-ttaixq .betory-q6nyr1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betory-2jmr8r {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betory-2jmr8r .betory-udhciz {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betory-2jmr8r .betory-1y9udx {
    max-width: 78px;
  }
  .betory-2jmr8r .betory-gjc73c {
    margin-top: -12px;
  }
  .betory-2jmr8r.betory-ttaixq {
    gap: 8px;
  }
  .betory-2jmr8r.betory-ttaixq .betory-udhciz {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betory-2jmr8r.betory-ttaixq .betory-al6v3i {
    grid-column: 1/3;
  }
  .betory-2jmr8r.betory-ttaixq .betory-1y9udx {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betory-2jmr8r.betory-ttaixq .betory-1y9udx img {
    max-width: 114px;
  }
}

.betory-q6nyr1.betory-i7sui7,
.betory-q6nyr1.betory-6g8g8i,
.betory-q6nyr1.betory-tjy03q {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betory-li5z7y ease-in-out;
}

.betory-q6nyr1.betory-i7sui7,
.betory-q6nyr1.betory-tjy03q {
  padding: 10px;
}

.betory-q6nyr1.betory-i7sui7:hover,
.betory-q6nyr1.betory-6g8g8i:hover,
.betory-q6nyr1.betory-tjy03q:hover {
  background: var(--button-bg-hover);
}

.betory-q6nyr1.betory-i7sui7:hover svg path,
.betory-q6nyr1.betory-tjy03q:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betory-q6nyr1.betory-aydona {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betory-li5z7y ease-in-out;
  background: var(--button-bg-color);
}

.betory-q6nyr1.betory-aydona:hover {
  background-color: var(--button-bg-hover);
}

.betory-q6nyr1.betory-6g8g8i: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);
  }
}

.betory-q6nyr1.betory-6g8g8i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betory-q6nyr1.betory-aydona:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betory-p8s6d9 {
  max-width: 650px;
}

.betory-47632c {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betory-2b532t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betory-32g1ns {
  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.betory-u2m7j3 ease-in-out;
  cursor: pointer;
}

.betory-32g1ns:hover {
  opacity: 0.5;
}

.betory-32g1ns:focus {
  outline: 0;
}

.betory-32g1ns:focus .betory-06yj6c,
.betory-32g1ns:hover .betory-06yj6c {
  fill: red;
  fill-opacity: 1;
}

.betory-32g1ns:hover {
  cursor: pointer;
}

.betory-7clbsd {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betory-p8s6d9.betory-cfvyv6 {
  margin: 0 auto;
}

.betory-p8s6d9.betory-2ga02n {
  margin-left: auto;
}

.betory-108tpw {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betory-sto86v {
  padding-bottom: 50px;
}

.betory-i3zcef {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betory-2f1y8c {
  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;
}

.betory-amc2qu {
  margin-top: 24px;
}

.betory-6erm74 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betory-0ehqae {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betory-24ded1 {
  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;
}

.betory-bsv9ps {
  width: 468px;
}

.betory-24ded1 .betory-hhp3j5 {
  margin: 0.betory-9erdi0 0;
}

.betory-4j7rpq {
  display: flex;
  min-width: 224px;
}

.betory-r68bw7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betory-u2m7j3 ease-in-out;
}

.betory-f3znlz,
.betory-r68bw7:hover {
  color: var(--text-color);
}

.betory-unry06 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betory-ko0sf4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betory-108tpw {
    padding: 16px;
  }
  .betory-unry06 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betory-ko0sf4 {
    align-items: center;
  }
  .betory-bsv9ps {
    width: unset;
  }
  .betory-4j7rpq {
    min-width: unset;
  }
  .betory-24ded1 {
    max-height: unset;
  }
  .betory-i3zcef {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betory-108tpw {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betory-b9viud {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betory-b9viud:not(:last-child) {
  margin-bottom: 16px;
}

.betory-pxkr8w {
  outline: 0;
}

.betory-pxkr8w .betory-l1jb1j {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betory-jjcrsg {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betory-jjcrsg {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betory-jjcrsg::-webkit-details-marker {
  display: none;
}

.betory-jjcrsg: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;
}

.betory-jjcrsg: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] .betory-jjcrsg:after {
  transform: unset;
}

.betory-l1jb1j {
  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);
}

.betory-l1jb1j 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.betory-u2m7j3 ease-in-out;
  -o-transition: 0.betory-u2m7j3 ease-in-out;
  transition: 0.betory-u2m7j3 ease-in-out;
}

.betory-igrtn0 {
  padding: 16px 0 0 0;
}

.betory-igrtn0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betory-igrtn0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betory-jjcrsg {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betory-jjcrsg::after {
    margin-left: auto;
  }
  .betory-l1jb1j {
    order: 3;
    flex: 1 1 100%;
  }
  .betory-jjcrsg {
    font-size: 14px;
    line-height: 130%;
  }
  .betory-l1jb1j svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betory-pdvt67 {
  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;
}

.betory-h3e22a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betory-pdvt67.betory-2h878u .betory-h3e22a {
  margin-bottom: 12px;
}

.betory-h3e22a::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;
}

.betory-pdvt67.betory-2h878u .betory-h3e22a::after {
  transform: unset;
}

.betory-nmh58y {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betory-n9cc2a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betory-u2m7j3 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betory-n9cc2a: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;
}

.betory-pdvt67.betory-2h878u .betory-nmh58y {
  max-height: 100%;
}

.betory-udy585 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betory-mxswo8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betory-o46ker {
  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;
}

.betory-ebahp9 {
  margin-right: 4px;
}

.betory-v6kh3s {
  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.betory-u2m7j3 ease-in-out;
}

.betory-v6kh3s svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betory-8xi1ue,
.betory-v6kh3s:hover {
  color: var(--text-color);
}

.betory-gve79u {
  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;
}

.betory-gve79u img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betory-gve79u .betory-rod7iz {
  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;
}

.betory-gve79u .betory-yh74jr {
  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;
}

.betory-r1kc2q {
  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;
}

.betory-fgda4n {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betory-oj2h7j .betory-5q90z8 {
  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;
}

.betory-oj2h7j {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betory-4rtuqt {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betory-5v35hd {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betory-snlsvo {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betory-cgyx0n 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;
}

.betory-snlsvo:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betory-57s2cd {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betory-67gcpi {
  -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.betory-u2m7j3 ease-in-out;
  transition: transform 0.betory-u2m7j3 ease-in-out;
  -o-transition: transform 0.betory-u2m7j3 ease-in-out;
  transition:
    transform 0.betory-u2m7j3 ease-in-out,
    -webkit-transform 0.betory-u2m7j3 ease-in-out;
  cursor: pointer;
}

.betory-67gcpi svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betory-67gcpi: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;
}

.betory-iuk7hl {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betory-iuk7hl {
    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);
}

.betory-bzmm15 {
  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;
}

.betory-gt4pgr {
  position: relative;
  width: 100%;
}

.betory-bzmm15.betory-0t5tuv {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betory-bzmm15.betory-cfvyv6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betory-bzmm15.betory-2ga02n {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betory-s46shi {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betory-h4gg1e {
  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.betory-u2m7j3 ease-in-out;
  cursor: pointer;
}

.betory-h4gg1e:hover {
  opacity: 0.5;
}

.betory-bzmm15.betory-xie32u .betory-h4gg1e {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betory-bzmm15.betory-xie32u .betory-s46shi {
  cursor: pointer;
}

.betory-83slnr {
  fill: #0009;
}

.betory-waqen1 {
  fill: #fff;
}

.betory-h4gg1e:hover .betory-83slnr {
  fill: red;
}

.betory-h4gg1e svg path {
  -webkit-transition: 0.betory-u2m7j3 ease-in-out;
  -o-transition: 0.betory-u2m7j3 ease-in-out;
  transition: 0.betory-u2m7j3 ease-in-out;
}

.betory-zck966 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betory-zck966 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betory-zck966.betory-n2gjnh > :not(.get-image) {
  grid-column: 1/3;
}

.betory-k8rbp9:not(._h1-block) .betory-zck966 > .betory-2wl98u {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betory-zck966.betory-n2gjnh .betory-6s5os2 {
  grid-column: 2/3;
}

.betory-zck966.betory-n2gjnh > .betory-1y9udx {
  grid-column: 1/2;
}

.betory-zck966.betory-n2gjnh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betory-zck966 > p:first-of-type {
  margin-top: 0;
}

.betory-zck966 .betory-1y9udx {
  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;
}

.betory-k8rbp9:not(._h1-block) .betory-2wl98u ~ .betory-1y9udx {
  grid-row: 2/10;
}

.betory-k8rbp9.betory-gyhaca .betory-2wl98u ~ .betory-1y9udx {
  grid-row: 1/10;
}

.betory-k8rbp9.betory-gyhaca > .betory-2wl98u {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betory-k8rbp9.betory-gyhaca .betory-1y9udx {
  grid-row: 1/10;
}

.betory-zck966.betory-5b0swo .betory-1y9udx {
  align-items: flex-start;
}

.betory-zck966.betory-cfvyv6 .betory-6s5os2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betory-zck966.betory-cfvyv6 .betory-1y9udx {
  align-items: center;
}

.betory-zck966.betory-gqebkq .betory-1y9udx {
  align-items: flex-end;
}

.betory-6s5os2 > :first-child {
  margin-top: 0;
}

.betory-6s5os2 > :last-child {
  margin-bottom: 0;
}

* + .betory-dsy28l,
.betory-k8rbp9 + .betory-k8rbp9 {
  margin-top: 2rem;
}

.betory-wba2zk td::before,
.betory-wba2zk th::after {
  display: none !important;
}

.betory-wba2zk #link-selector {
  color: #000;
}

.betory-wba2zk .betory-vzvwmf {
  color: #135e96;
}

.betory-wba2zk .betory-avyqek *,
.betory-wba2zk .betory-quzp3c p,
.betory-wba2zk .betory-kg9qi6 * {
  color: #000;
}

.betory-wba2zk .betory-djdsvs {
  background: 0 0 !important;
}

.betory-wba2zk .betory-83mwg6 {
  color: #000;
}

.betory-wba2zk .betory-vq764n.betory-wfd27s {
  color: #fff;
}

.betory-wba2zk .betory-8mfq7x {
  color: #000;
}

.betory-wba2zk
  .betory-tm0t1j
  .betory-pc2mh3.betory-wfd27s.betory-icpxkl {
  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;
}

.betory-5ptfh0,
body .betory-eql7j2 {
  color: #000;
  background: var(--color-body) !important;
}

.betory-5ptfh0 .betory-ozfhpm .betory-zilr02,
body .betory-eql7j2 .betory-ozfhpm .betory-zilr02 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betory-n9cc2a:focus,
  .betory-n9cc2a:hover {
    color: #f9cb16;
  }
  .betory-na5jc2:focus,
  .betory-na5jc2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betory-omns1r:focus img,
  .betory-omns1r:focus svg,
  .betory-omns1r:hover img,
  .betory-omns1r:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betory-gve79u {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betory-ffd0bu:hover .betory-42iwvl svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betory-42iwvl {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betory-7yabwv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betory-vvr3e6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .betory-nxnfzj {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betory-kf0ukp .betory-9xjpxo {
    grid-template-columns: 1fr;
  }
  .betory-kf0ukp .betory-9ulqg4 {
    -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;
  }
  .betory-kf0ukp .betory-igkdpu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betory-kf0ukp .betory-2osdg1 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betory-kf0ukp .betory-obrue1 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betory-kf0ukp .betory-igkdpu:not(:first-child) {
    border: none;
  }
  .betory-kf0ukp .betory-igkdpu:first-child .betory-2osdg1 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betory-kf0ukp .betory-igkdpu:last-child .betory-2osdg1 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betory-vkm9ab {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betory-5nrlow {
    max-width: 100px;
  }
  .betory-zwap9r {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betory-ulqy9h {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betory-ulqy9h svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betory-cj837k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betory-zwap9r + .betory-ulqy9h {
    margin-left: auto;
  }
  .betory-n0ygpq {
    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;
  }
  .betory-n0ygpq.betory-2h878u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betory-zwl9ce {
    -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;
  }
  .betory-5l45vf {
    width: 100%;
  }
  .betory-5l45vf:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betory-pb8yzs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betory-pb8yzs svg {
    margin-right: 4px;
  }
  .betory-ffd0bu {
    -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;
  }
  .betory-42iwvl svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betory-42iwvl {
    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;
  }
  .betory-hhp3j5 {
    display: none;
    width: 100%;
  }
  .betory-ffd0bu.betory-2h878u .betory-hhp3j5 {
    padding: 0 0 0 48px;
  }
  .betory-pv0kgl {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betory-2f1y8c .betory-1y9udx {
    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;
  }
  .betory-dmxqx2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betory-dmxqx2 + .betory-dmxqx2 {
    margin-right: 0;
  }
  .betory-dmxqx2 + .betory-1y9udx {
    margin: 0;
  }
  .betory-7yabwv {
    grid-template-columns: repeat(4, 1fr);
  }
  .betory-vvr3e6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .betory-zycctt,
  .betory-or39b5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betory-zck966 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betory-zck966.betory-n2gjnh .betory-6s5os2 {
    grid-column: auto;
    grid-row: auto;
  }
  .betory-zck966 > .betory-2wl98u {
    grid-column: 1/2;
  }
  .betory-zck966.betory-n2gjnh > :not(.get-image) {
    grid-column: 1/2;
  }
  .betory-zck966 .betory-1y9udx,
  .betory-zck966.betory-n2gjnh > .betory-1y9udx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betory-zck966.betory-n2gjnh > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betory-k8rbp9.betory-gyhaca .betory-zck966 > .betory-1y9udx {
    grid-row: 1/2;
  }
  .betory-zck966 .betory-2wl98u ~ .betory-1y9udx,
  .betory-zck966.betory-n2gjnh .betory-2wl98u ~ .betory-1y9udx {
    grid-row: 2/3;
  }
  .betory-k8rbp9.betory-gyhaca .betory-2wl98u ~ .betory-1y9udx {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betory-cq85h1:first-child .betory-xxonpy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betory-cq85h1:first-child .betory-xxonpy h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betory-cq85h1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betory-cq85h1 {
    padding: 0;
  }
  .betory-zu8rj3 {
    margin-top: 1rem;
  }
  .betory-pxkr8w {
    border-radius: 5px;
  }
  .betory-vgpv1t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betory-h3e22a::after {
    display: inline-block;
  }
  .betory-h3e22a {
    margin: 0;
    width: 100%;
  }
  .betory-nmh58y {
    width: 100%;
  }
  .betory-nmh58y.betory-zxb0mj {
    -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%;
  }
  .betory-nmh58y.betory-zxb0mj .betory-ep2878 {
    width: 100%;
  }
  .betory-nmh58y.betory-zxb0mj .betory-ep2878:not(:last-child) {
    margin-right: 0;
  }
  .betory-n9cc2a {
    width: 100%;
    text-align: center;
  }
  .betory-pdvt67.betory-2h878u .betory-nmh58y {
    margin-top: 1rem;
  }
  .betory-7yabwv {
    grid-template-columns: repeat(3, 1fr);
  }
  .betory-nxnfzj,
  .betory-vvr3e6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betory-zycctt,
  .betory-or39b5,
  .betory-4110p8 {
    grid-template-columns: 1fr;
  }
  .betory-dlqjvn {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betory-oa0ebv {
    min-width: 300px;
    max-width: 325px;
  }
  .betory-2osdg1 {
    cursor: auto;
  }
  .betory-yfg3z1 .betory-2osdg1 {
    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;
  }
  .betory-iuk7hl {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betory-hhp3j5 {
    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) {
  .betory-iuk7hl {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betory-dmxqx2 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betory-ulqy9h {
    margin: 0 -0.2rem;
  }
  .betory-dmxqx2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betory-a50nx0 {
    -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;
  }
  .betory-egxcf8 {
    max-width: 100%;
  }
  .betory-7yabwv {
    grid-template-columns: repeat(2, 1fr);
  }
  .betory-nxnfzj,
  .betory-vvr3e6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betory-vkm9ab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betory-ulqy9h {
    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;
  }
  .betory-zcsdwg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betory-5mwq1s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betory-vusd93,
  .betory-ypcjwb {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betory-jagczr {
    width: 100%;
  }
  .betory-7yabwv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betory-iuk7hl {
    top: 127px !important;
  }
}

.betory-yvtgzf {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betory-yvtgzf {
  }
}

@media (max-width: 767px) {
  .betory-yvtgzf {
    margin-bottom: 12px;
  }
}

.betory-yvtgzf img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betory-nfrb1d {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betory-nfrb1d > .betory-4wcwv5 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betory-nfrb1d {
    flex-direction: column;
    gap: 12px;
  }
}

.betory-9xnoff {
  display: flex;
}

.betory-9xnoff .betory-sv2fe0 {
  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;
}

.betory-9xnoff .betory-sl41qe {
  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;
}

.betory-9xnoff .betory-ucce9v {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betory-9xnoff .betory-zg8wav {
  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));
  }
}

.betory-9xnoff .betory-zg8wav:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betory-9xnoff .betory-7ru22c {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betory-lronw0 {
  border: unset;
  background-color: unset;
}

.betory-lronw0 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betory-lronw0 .betory-iwt3s0,
.betory-lronw0 .betory-jzt3h8 {
  flex: 0 1 330px;
}

.betory-lronw0 .betory-xz8hfl {
  flex: 1 1;
}

.betory-lronw0 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betory-lronw0 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betory-lronw0 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betory-lronw0 tr td p {
  color: #fff;
  margin: 0;
}

.betory-lronw0 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betory-lronw0 tr.betory-iwt3s0 td p {
  padding: 16px 0;
}

.betory-lronw0 tr.betory-iwt3s0 td p:not(:last-child),
.betory-lronw0 tr.betory-jzt3h8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betory-lronw0 tr.betory-iwt3s0 td p:first-child,
.betory-lronw0 tr.betory-jzt3h8 td p:first-child {
  padding-top: 0;
}

.betory-lronw0 tr.betory-jzt3h8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betory-lronw0 tr.betory-jzt3h8 td p:last-child {
  padding-bottom: 0;
}

.betory-lronw0 .betory-jzt3h8 img {
  max-width: 32px;
}

.betory-lronw0 .betory-xz8hfl {
  min-width: 718px;
}

.betory-lronw0 .betory-xz8hfl td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betory-lronw0 .betory-xz8hfl td {
  display: flex;
}

.betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw,
.betory-lronw0 .betory-xz8hfl td:last-child .betory-9lxeqq,
.betory-lronw0 .betory-xz8hfl td:last-child .betory-2ngt15 {
  flex: 1 1 50%;
}

.betory-lronw0 .betory-xz8hfl td:last-child .betory-gf48y9 {
  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;
}

.betory-lronw0 .betory-xz8hfl td:last-child .betory-t6wtdr,
.betory-lronw0 .betory-xz8hfl td:last-child .betory-rwguha {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw,
.betory-lronw0 .betory-xz8hfl td:last-child .betory-9lxeqq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw span,
.betory-lronw0 .betory-xz8hfl td:last-child .betory-9lxeqq span {
  font-weight: 800;
}

.betory-lronw0 .betory-xz8hfl img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betory-lronw0 .betory-xz8hfl td .betory-2ngt15:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betory-lronw0 tr.betory-iwt3s0 td p:last-child {
    padding-bottom: 0;
  }
  .betory-lronw0 .betory-jzt3h8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betory-lronw0 .betory-jzt3h8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betory-lronw0 tr.betory-iwt3s0 td p:not(:last-child),
  .betory-lronw0 tr.betory-jzt3h8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .betory-lronw0 tr.betory-jzt3h8 td p:last-child {
    padding-bottom: 12px;
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw,
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-9lxeqq,
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-2ngt15 {
    flex: 1 1 50%;
    padding: 0;
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw,
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-9lxeqq {
    margin-top: 16px;
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-2ngt15 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-9iiouw {
    border-right: 1px solid var(--border-color);
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-2ngt15:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betory-lronw0 .betory-xz8hfl td:last-child .betory-2ngt15:last-child {
    padding-bottom: 0;
  }
}

.betory-2ngt15 {
  display: flex;
  flex-direction: column;
}

.betory-lronw0 .betory-xz8hfl td .betory-2ngt15 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betory-lronw0 .betory-xz8hfl td .betory-2ngt15:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betory-lronw0 .betory-xz8hfl td .betory-2ngt15:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betory-lronw0 .betory-xz8hfl td .betory-2ngt15:not(:first-child) {
    padding-left: 0;
  }
  .betory-lronw0 .betory-xz8hfl td .betory-2ngt15:not(:last-of-type) {
    border-right: unset;
  }
}

.betory-lronw0 .betory-n9kg82 {
  flex: 0 1 485px;
}

.betory-lronw0 .betory-b3scx2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betory-lronw0 .betory-b3scx2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betory-lronw0 .betory-b3scx2 li.betory-ok4alg {
  padding: 6px 12px;
}

.betory-lronw0 .betory-b3scx2 li a,
.betory-lronw0 .betory-b3scx2 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;
}

.betory-lronw0 .betory-eq8ck8,
.betory-lronw0 .betory-px16id {
  flex: 1 1;
}

.betory-lronw0 .betory-je9k4x,
.betory-lronw0 .betory-v5wji4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betory-lronw0 .betory-je9k4x li,
.betory-lronw0 .betory-v5wji4 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betory-lronw0 .betory-px16id img {
  max-width: 32px;
}

.betory-lronw0 .betory-eq8ck8 img {
  max-width: 32px;
}

.betory-lronw0 .betory-91676g {
  min-width: 280px;
}

.betory-lronw0 .betory-91676g img {
  max-width: 146px;
}

.betory-lronw0 .betory-91676g td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betory-lronw0 .betory-iwt3s0,
  .betory-lronw0 .betory-jzt3h8 {
    flex: 0 1 auto;
  }
  .betory-lronw0 .betory-xz8hfl {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betory-lronw0 .betory-iwt3s0,
  .betory-lronw0 .betory-n9kg82,
  .betory-lronw0 .betory-jzt3h8,
  .betory-lronw0 .betory-xz8hfl {
    flex: 1 1 calc(50% - 20px);
  }
  .betory-lronw0 .betory-eq8ck8,
  .betory-lronw0 .betory-91676g,
  .betory-lronw0 .betory-px16id {
    flex: 1 1 30%;
  }
  .betory-lronw0 .betory-91676g {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betory-lronw0 .betory-iwt3s0,
  .betory-lronw0 .betory-n9kg82,
  .betory-lronw0 .betory-eq8ck8,
  .betory-lronw0 .betory-jzt3h8,
  .betory-lronw0 .betory-xz8hfl,
  .betory-lronw0 .betory-91676g,
  .betory-lronw0 .betory-px16id {
    flex: 1 1 100%;
  }
}

.betory-9784ye .betory-k9wc85 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betory-9784ye .betory-2ovqrl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betory-9784ye .betory-m06bki {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betory-9784ye .betory-9v2szg {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betory-9784ye .betory-9v2szg > :nth-child(3) {
  margin-top: 0;
}

.betory-9784ye .betory-1y9udx {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betory-9784ye .betory-bhprg6 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betory-9784ye .betory-zu8rj3 {
  grid-column: 1/2;
}

.betory-9784ye > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betory-9784ye .betory-2ovqrl: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;
}

.betory-9784ye .betory-2ovqrl:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betory-9784ye .betory-jagczr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betory-9784ye .betory-2ovqrl:not(:last-child):before {
    bottom: 8px;
  }
  .betory-9784ye .betory-2ovqrl:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betory-9784ye .betory-9v2szg {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betory-9784ye .betory-1y9udx {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betory-9784ye .betory-1y9udx img {
    width: 100%;
    height: auto;
  }
  .betory-9784ye .betory-jagczr {
    width: 100%;
    min-width: unset;
  }
}

.betory-iew12x .betory-tlk6re {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betory-iew12x .betory-vikarf {
  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;
}

.betory-iew12x .betory-1y9udx {
  height: 100%;
}

.betory-iew12x .betory-1y9udx img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betory-iew12x .betory-vy6070 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betory-iew12x .betory-omsh6j {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betory-iew12x .betory-swe62o {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betory-iew12x .betory-vikarf {
    flex: 1 1 100%;
  }
  .betory-iew12x .betory-q6nyr1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betory-iew12x .betory-vikarf {
    flex-direction: column;
  }
  .betory-iew12x .betory-1y9udx {
    width: 100%;
    height: auto;
  }
  .betory-iew12x .betory-1y9udx img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betory-iew12x .betory-vy6070 {
    padding: 0 16px 16px 16px;
  }
  .betory-iew12x .betory-q6nyr1 {
    min-width: unset;
    width: 100%;
  }
}

.betory-soi0rm .betory-7sooiv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betory-soi0rm .betory-jc049c {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betory-soi0rm 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;
}

.betory-soi0rm .betory-69ddcg {
  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;
}

.betory-soi0rm .betory-jc049c:hover .betory-69ddcg {
  display: flex;
}

.betory-soi0rm .betory-0wwjmh {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betory-soi0rm .betory-6ceyvy {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betory-mvf64j {
  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;
}

.betory-mvf64j.betory-j85zkb {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betory-li5z7y ease-in-out;
}

.betory-mvf64j.betory-j85zkb:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betory-soi0rm .betory-um5988 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betory-li5z7y ease-in-out;
}

.betory-soi0rm .betory-um5988:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betory-soi0rm .betory-um5988:after,
.betory-mvf64j.betory-j85zkb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betory-mvf64j.betory-j85zkb:after {
  background-image: url(../images/Cash.svg);
}

.betory-soi0rm .betory-um5988:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betory-soi0rm .betory-7sooiv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betory-soi0rm .betory-7sooiv {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betory-soi0rm .betory-7sooiv {
    grid-template-columns: 1fr;
  }
  .betory-soi0rm .betory-jc049c {
    height: auto;
  }
  .betory-soi0rm .betory-jc049c .betory-69ddcg {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betory-soi0rm .betory-0wwjmh,
  .betory-soi0rm .betory-6ceyvy {
    text-align: left;
  }
  .betory-soi0rm .betory-6ceyvy {
    margin-bottom: 8px;
  }
  .betory-soi0rm img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betory-3xq27x {
  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;
}

.betory-3xq27x.betory-xie32u {
  display: block;
}

.betory-3xq27x .betory-7xowzz {
  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;
}

.betory-3xq27x .betory-644l68 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betory-3xq27x .betory-87mo5u {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betory-3xq27x .betory-dkl32g {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betory-3xq27x .betory-mvf64j {
  min-width: 296px;
  margin-bottom: 0;
}

.betory-3xq27x .betory-yikxgb {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betory-3xq27x .betory-w2pdyc {
  position: relative;
  flex: 1 1;
}

.betory-3xq27x .betory-w2pdyc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betory-3xq27x .betory-644l68 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betory-3xq27x .betory-87mo5u {
    order: 1;
  }
  .betory-3xq27x .betory-dkl32g {
    order: 3;
    flex: 1 1 100%;
  }
  .betory-3xq27x .betory-mvf64j {
    width: 100%;
    min-width: unset;
  }
  .betory-3xq27x .betory-yikxgb {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betory-zck966 > .betory-2wl98u {
    margin-bottom: 0;
  }
  .betory-zck966 > .betory-zu8rj3,
  .betory-zck966 > p {
    margin-top: 0;
  }
}

.betory-36331a img,
.betory-dmxqx2 img {
  width: auto;
  object-fit: contain;
}

.betory-36331a {
  align-items: center;
}

.betory-36331a img {
  max-height: 76px;
}

.betory-dmxqx2 img {
  max-height: 64px;
}

.betory-o871gl {
  overflow: auto;
}

.betory-ael052 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betory-k9qtkw:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betory-f0lcc8 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betory-y7joe6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betory-f0lcc8 .betory-1y9udx {
  margin-right: 20px;
  flex-shrink: 0;
}

.betory-f0lcc8 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betory-tu802y {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betory-tu802y > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betory-f0lcc8 {
    padding: 15px 10px;
  }
  .betory-tu802y {
    padding: 15px 10px;
  }
  .betory-f0lcc8 .betory-1y9udx {
    margin-right: 10px;
  }
}

.betory-0evrds {
  overflow-x: auto;
}

.betory-4wqkj7 {
  border-collapse: collapse;
  width: 100%;
}

.betory-0evrds th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betory-0evrds td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betory-0evrds td.betory-s03fji {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betory-0evrds td.betory-ra7hjv {
  border-right: none;
}

.betory-0evrds td.betory-ra7hjv .betory-1y9udx {
  justify-content: flex-start;
}

.betory-0evrds td.betory-ra7hjv .betory-1y9udx img {
  height: auto;
  width: 90px;
}

.betory-0evrds td.betory-mkrnrx,
.betory-0evrds td.betory-jj0llm {
  font-weight: 600;
  text-align: right;
}

.betory-0evrds td.betory-97w883,
.betory-0evrds td.betory-mkrnrx {
  padding-bottom: 10px;
  border-bottom: none;
}

.betory-0evrds td.betory-mkrnrx,
.betory-0evrds td.betory-jj0llm {
  border-left: none;
}

.betory-0evrds td.betory-97w883,
.betory-0evrds td.betory-zgj8e1 {
  border-right: none;
}

.betory-0evrds td.betory-zgj8e1,
.betory-0evrds td.betory-jj0llm {
  border-top: none;
  padding-top: 10px;
}

.betory-ma5kyl {
  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;
}

.betory-ma5kyl .betory-q6nyr1 {
  min-width: unset;
  width: 100%;
}

.betory-ma5kyl .betory-q6nyr1.betory-i7sui7 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betory-ma5kyl .betory-q6nyr1.betory-tjy03q {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betory-ma5kyl .betory-ritfms {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betory-ma5kyl {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betory-ma5kyl .betory-q6nyr1.betory-i7sui7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betory-ma5kyl .betory-q6nyr1.betory-tjy03q {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betory-ma5kyl .betory-ritfms {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betory-13d5i5 {
  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;
}

.betory-a2lb0n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betory-mbt1p7 p a img {
  margin: 0 auto;
  display: block;
}

.betory-mbt1p7 table {
  margin-bottom: 17px;
}

/* contanct form */
.betory-x1w6us {
  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;
}

.betory-x1w6us label {
  font-size: 14px;
}

.betory-x1w6us h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betory-x1w6us input,
.betory-x1w6us textarea,
.betory-x1w6us 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;
}
.betory-x1w6us button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betory-li5z7y ease;
}
.betory-x1w6us button:hover {
  background-color: #691204;
}
.betory-z45kbz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betory-a10o4q ease-in;
}

.betory-z45kbz 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;
}
.betory-wywg7p, .betory-sov21g, [class*="review-card"],
thead, thead th, table th, .betory-reoxnl,
.betory-u6m3pb, [class*="collapsible-header"],
.betory-z00kdv, [class*="updated-block"] {
  color: #ece7dc !important;
}
