@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);
}

.onlyspins-gff6vh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onlyspins-gb1xwk {
  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.onlyspins-8dx8om,
ul.onlyspins-8dx8om {
  padding-left: 20px;
}

ul.onlyspins-8dx8om {
  list-style: disc;
}

ol.onlyspins-8dx8om {
  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;
  }
}

.onlyspins-opz9c1 > .onlyspins-wwgfvo,
.onlyspins-opz9c1 > .onlyspins-3hk2hm,
.onlyspins-opz9c1 > blockquote,
.onlyspins-opz9c1 > h1,
.onlyspins-opz9c1 > h2,
.onlyspins-opz9c1 > h3,
.onlyspins-opz9c1 > h4,
.onlyspins-opz9c1 > h5,
.onlyspins-opz9c1 > h6,
.onlyspins-opz9c1 > ol,
.onlyspins-opz9c1 > p,
.onlyspins-opz9c1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onlyspins-opz9c1 > ol,
.onlyspins-opz9c1 > ul {
  padding-left: 50px;
}

.onlyspins-opz9c1 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;
}

.onlyspins-opz9c1:not(:last-child) {
  margin-bottom: 2rem;
}

.onlyspins-opz9c1 > :not(:first-child) {
  margin-top: 2rem;
}

.onlyspins-opz9c1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onlyspins-opz9c1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .onlyspins-opz9c1:first-child {
    margin-top: 20px;
  }
}

.onlyspins-opz9c1 > p:last-of-type {
  margin-bottom: 32px;
}

.onlyspins-opz9c1 > .onlyspins-fwcclj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.onlyspins-6qvkjz > .onlyspins-fwcclj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onlyspins-3hk2hm {
  overflow: auto;
}

.onlyspins-3hk2hm::-webkit-scrollbar {
  height: 5px;
}

.onlyspins-3hk2hm table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.onlyspins-3hk2hm table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.onlyspins-3hk2hm table thead,
table thead {
  border-bottom: none;
}

.onlyspins-3hk2hm table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.onlyspins-3hk2hm table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.onlyspins-3hk2hm table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.onlyspins-3hk2hm .onlyspins-044k0r {
  table-layout: auto;
}

.onlyspins-3hk2hm .onlyspins-044k0r th {
  word-break: normal;
}

.onlyspins-3hk2hm .onlyspins-044k0r td {
  word-break: normal;
}

.onlyspins-gff6vh .onlyspins-gff6vh {
  padding-right: 0;
  padding-left: 0;
}

.onlyspins-ew11f1 {
  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;
}

.onlyspins-rat9xt {
  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;
}

.onlyspins-yix4a9 {
  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;
}

.onlyspins-wwgfvo {
  margin-top: 24px;
}

.onlyspins-wwgfvo.onlyspins-fylnrl {
  text-align: left;
}

.onlyspins-wwgfvo.onlyspins-gx1qnr {
  text-align: right;
}

.onlyspins-wwgfvo.onlyspins-2scaa5 {
  text-align: center;
}

.onlyspins-e2pmre {
  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.onlyspins-t6e6k0 ease-in-out;
  cursor: pointer;
}

.onlyspins-e2pmre:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.onlyspins-e2pmre {
  min-width: 328px;
}

@media (max-width: 768px) {
  .onlyspins-e2pmre {
    min-width: unset;
  }
}

.onlyspins-37nr47 {
  background-color: var(--fh-bg-color);
}

.onlyspins-s8hx8k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.onlyspins-10z1tc {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.onlyspins-10z1tc img {
  max-height: 44px;
  object-fit: contain;
}

.onlyspins-znlb71 {
  flex: 1 1;
}

.onlyspins-e1lvq5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.onlyspins-9ekalm {
  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;
}

.onlyspins-9ekalm 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;
}

.onlyspins-9ekalm.onlyspins-0rs358 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.onlyspins-9ekalm.onlyspins-0rs358 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.onlyspins-9ekalm.onlyspins-0rs358 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.onlyspins-znlb71 + .onlyspins-e1lvq5 {
  margin-left: 20px;
}

.onlyspins-sw2aj3 {
  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;
}

.onlyspins-sw2aj3 > svg {
  max-width: 24px;
  max-height: 24px;
}

.onlyspins-sw2aj3 + .onlyspins-sw2aj3 {
  margin-left: 5px;
}

.onlyspins-tie2tr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.onlyspins-tie2tr:hover {
  background-color: var(--button-bg-hover);
}

.onlyspins-msxcmw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.onlyspins-t6e6k0 ease-in-out;
  border: 1px solid var(--border-color);
}

.onlyspins-msxcmw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.onlyspins-8of846 {
  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) {
  .onlyspins-znlb71 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .onlyspins-8of846 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .onlyspins-znlb71 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .onlyspins-sw2aj3 {
    min-width: unset;
    flex: 1 1;
  }
}

.onlyspins-i4j0h8 {
  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;
}

.onlyspins-i4j0h8:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.onlyspins-i4j0h8:hover .onlyspins-5p72ue {
  opacity: 1;
  pointer-events: auto;
}

.onlyspins-m04evr {
  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.onlyspins-1vjkpp ease-in-out;
  gap: 4px;
}

.onlyspins-m04evr > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onlyspins-m04evr .onlyspins-ew11f1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onlyspins-zlf69c,
.onlyspins-m04evr:hover {
  color: var(--button-bg-hover);
}

.onlyspins-o9e27r {
  position: relative;
}

.onlyspins-o9e27r .onlyspins-m04evr {
  margin-right: 0;
  padding-right: 4px;
}

.onlyspins-guj3nl svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onlyspins-o9e27r.onlyspins-0rs358 .onlyspins-guj3nl svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.onlyspins-o9e27r.onlyspins-0rs358 .onlyspins-5p72ue {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.onlyspins-o9e27r.onlyspins-0rs358 .onlyspins-5p72ue::before {
  display: none;
}

.onlyspins-guj3nl svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.onlyspins-5p72ue {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.onlyspins-2mai7f 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.onlyspins-5p72ue::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.onlyspins-5p72ue:hover {
  color: var(--fh-bg-color);
}

.onlyspins-woxhk3 {
  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.onlyspins-2mai7f 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.onlyspins-1vjkpp ease-in-out;
  -o-transition: 0.onlyspins-1vjkpp ease-in-out;
  transition: 0.onlyspins-1vjkpp ease-in-out;
}

.onlyspins-woxhk3 .onlyspins-ew11f1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onlyspins-cseipj,
.onlyspins-woxhk3:hover {
  color: var(--button-bg-hover);
}

.onlyspins-46bi5j {
  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%;
}

.onlyspins-46bi5j.onlyspins-d39197 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.onlyspins-46bi5j.onlyspins-d39197:after,
.onlyspins-46bi5j.onlyspins-d39197:before {
  content: "";
  position: absolute;
  margin: auto;
}

.onlyspins-46bi5j.onlyspins-d39197: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);
  }
}

.onlyspins-46bi5j.onlyspins-d39197:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.onlyspins-46bi5j.onlyspins-d39197 > * {
  z-index: 1;
}

.onlyspins-46bi5j b,
.onlyspins-46bi5j strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.onlyspins-46bi5j .onlyspins-sshtoa {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.onlyspins-46bi5j .onlyspins-2hvsn7 {
  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;
}

.onlyspins-46bi5j .onlyspins-ew11f1 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.onlyspins-46bi5j .onlyspins-1nw93g {
  margin-top: 12px;
}

.onlyspins-1nw93g {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.onlyspins-z17x3b {
  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;
}

.onlyspins-1nw93g .onlyspins-8pk0hu {
  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.onlyspins-t6e6k0 ease-in-out;
}

.onlyspins-1nw93g .onlyspins-8pk0hu:hover {
  background: rgba(255, 255, 255, 0.3);
}

.onlyspins-risowe {
  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;
}

.onlyspins-46bi5j.onlyspins-tas5wh {
  gap: 12px;
  padding: 16px;
}

.onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-risowe {
  min-width: 240px;
}

.onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-risowe.onlyspins-a0di4n {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .onlyspins-46bi5j .onlyspins-sshtoa {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .onlyspins-46bi5j .onlyspins-2hvsn7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .onlyspins-46bi5j .onlyspins-ew11f1 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-ew11f1 {
    max-width: 126px;
  }
  .onlyspins-46bi5j .onlyspins-1nw93g {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .onlyspins-46bi5j .onlyspins-z17x3b {
    max-width: unset;
  }
  .onlyspins-risowe {
    min-width: unset;
    width: 100%;
  }
  .onlyspins-46bi5j .onlyspins-risowe {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh {
    grid-template-rows: auto 1fr auto;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-risowe {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .onlyspins-46bi5j {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .onlyspins-46bi5j .onlyspins-sshtoa {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .onlyspins-46bi5j .onlyspins-ew11f1 {
    max-width: 78px;
  }
  .onlyspins-46bi5j .onlyspins-1nw93g {
    margin-top: -12px;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh {
    gap: 8px;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-sshtoa {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-2hvsn7 {
    grid-column: 1/3;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-ew11f1 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .onlyspins-46bi5j.onlyspins-tas5wh .onlyspins-ew11f1 img {
    max-width: 114px;
  }
}

.onlyspins-risowe.onlyspins-sy9ajx,
.onlyspins-risowe.onlyspins-b7kxne,
.onlyspins-risowe.onlyspins-9pj3sd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.onlyspins-t6e6k0 ease-in-out;
}

.onlyspins-risowe.onlyspins-sy9ajx,
.onlyspins-risowe.onlyspins-9pj3sd {
  padding: 10px;
}

.onlyspins-risowe.onlyspins-sy9ajx:hover,
.onlyspins-risowe.onlyspins-b7kxne:hover,
.onlyspins-risowe.onlyspins-9pj3sd:hover {
  background: var(--button-bg-hover);
}

.onlyspins-risowe.onlyspins-sy9ajx:hover svg path,
.onlyspins-risowe.onlyspins-9pj3sd:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.onlyspins-risowe.onlyspins-a0di4n {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.onlyspins-t6e6k0 ease-in-out;
  background: var(--button-bg-color);
}

.onlyspins-risowe.onlyspins-a0di4n:hover {
  background-color: var(--button-bg-hover);
}

.onlyspins-risowe.onlyspins-b7kxne: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);
  }
}

.onlyspins-risowe.onlyspins-b7kxne:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onlyspins-risowe.onlyspins-a0di4n:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onlyspins-ba2041 {
  max-width: 650px;
}

.onlyspins-c6pqqg {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.onlyspins-kymx6t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.onlyspins-qqj929 {
  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.onlyspins-1vjkpp ease-in-out;
  cursor: pointer;
}

.onlyspins-qqj929:hover {
  opacity: 0.5;
}

.onlyspins-qqj929:focus {
  outline: 0;
}

.onlyspins-qqj929:focus .onlyspins-9ikhtp,
.onlyspins-qqj929:hover .onlyspins-9ikhtp {
  fill: red;
  fill-opacity: 1;
}

.onlyspins-qqj929:hover {
  cursor: pointer;
}

.onlyspins-d1t92b {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.onlyspins-ba2041.onlyspins-2scaa5 {
  margin: 0 auto;
}

.onlyspins-ba2041.onlyspins-gx1qnr {
  margin-left: auto;
}

.onlyspins-q1xhx4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.onlyspins-ilekeq {
  padding-bottom: 50px;
}

.onlyspins-xq6oxx {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.onlyspins-gaonb2 {
  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;
}

.onlyspins-s3p3lk {
  margin-top: 24px;
}

.onlyspins-ia4ywh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onlyspins-6mlwdm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.onlyspins-midh3v {
  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;
}

.onlyspins-3hxer7 {
  width: 468px;
}

.onlyspins-midh3v .onlyspins-5p72ue {
  margin: 0.onlyspins-jott0d 0;
}

.onlyspins-pxzlty {
  display: flex;
  min-width: 224px;
}

.onlyspins-b6ag3u {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.onlyspins-1vjkpp ease-in-out;
}

.onlyspins-lww8tv,
.onlyspins-b6ag3u:hover {
  color: var(--text-color);
}

.onlyspins-h3bz30 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.onlyspins-wdlmq0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .onlyspins-q1xhx4 {
    padding: 16px;
  }
  .onlyspins-h3bz30 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .onlyspins-wdlmq0 {
    align-items: center;
  }
  .onlyspins-3hxer7 {
    width: unset;
  }
  .onlyspins-pxzlty {
    min-width: unset;
  }
  .onlyspins-midh3v {
    max-height: unset;
  }
  .onlyspins-xq6oxx {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .onlyspins-q1xhx4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.onlyspins-8gw2ei {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onlyspins-8gw2ei:not(:last-child) {
  margin-bottom: 16px;
}

.onlyspins-3os6lk {
  outline: 0;
}

.onlyspins-3os6lk .onlyspins-9zi4wq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.onlyspins-blvdi7 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .onlyspins-blvdi7 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.onlyspins-blvdi7::-webkit-details-marker {
  display: none;
}

.onlyspins-blvdi7: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;
}

.onlyspins-blvdi7: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] .onlyspins-blvdi7:after {
  transform: unset;
}

.onlyspins-9zi4wq {
  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);
}

.onlyspins-9zi4wq 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.onlyspins-1vjkpp ease-in-out;
  -o-transition: 0.onlyspins-1vjkpp ease-in-out;
  transition: 0.onlyspins-1vjkpp ease-in-out;
}

.onlyspins-t8ji3m {
  padding: 16px 0 0 0;
}

.onlyspins-t8ji3m * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .onlyspins-t8ji3m :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onlyspins-blvdi7 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .onlyspins-blvdi7::after {
    margin-left: auto;
  }
  .onlyspins-9zi4wq {
    order: 3;
    flex: 1 1 100%;
  }
  .onlyspins-blvdi7 {
    font-size: 14px;
    line-height: 130%;
  }
  .onlyspins-9zi4wq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.onlyspins-lqcwi7 {
  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;
}

.onlyspins-giqgmq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.onlyspins-lqcwi7.onlyspins-0rs358 .onlyspins-giqgmq {
  margin-bottom: 12px;
}

.onlyspins-giqgmq::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;
}

.onlyspins-lqcwi7.onlyspins-0rs358 .onlyspins-giqgmq::after {
  transform: unset;
}

.onlyspins-qrrr8g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.onlyspins-h3c6li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.onlyspins-1vjkpp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.onlyspins-h3c6li: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;
}

.onlyspins-lqcwi7.onlyspins-0rs358 .onlyspins-qrrr8g {
  max-height: 100%;
}

.onlyspins-1hndkx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.onlyspins-adijmg {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.onlyspins-dz9r9q {
  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;
}

.onlyspins-kofo3u {
  margin-right: 4px;
}

.onlyspins-qwj5zr {
  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.onlyspins-1vjkpp ease-in-out;
}

.onlyspins-qwj5zr svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.onlyspins-ypjuvj,
.onlyspins-qwj5zr:hover {
  color: var(--text-color);
}

.onlyspins-jjy3qc {
  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;
}

.onlyspins-jjy3qc img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.onlyspins-jjy3qc .onlyspins-imo4qd {
  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;
}

.onlyspins-jjy3qc .onlyspins-yi89eb {
  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;
}

.onlyspins-p3ezwh {
  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;
}

.onlyspins-vbom35 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onlyspins-2wb0re .onlyspins-gff6vh {
  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;
}

.onlyspins-2wb0re {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.onlyspins-1ful51 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.onlyspins-9cu7u8 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.onlyspins-fgncp4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.onlyspins-ckr8ar 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;
}

.onlyspins-fgncp4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.onlyspins-2jhjrl {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.onlyspins-mo87fs {
  -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.onlyspins-1vjkpp ease-in-out;
  transition: transform 0.onlyspins-1vjkpp ease-in-out;
  -o-transition: transform 0.onlyspins-1vjkpp ease-in-out;
  transition:
    transform 0.onlyspins-1vjkpp ease-in-out,
    -webkit-transform 0.onlyspins-1vjkpp ease-in-out;
  cursor: pointer;
}

.onlyspins-mo87fs svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.onlyspins-mo87fs: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;
}

.onlyspins-qicdp4 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .onlyspins-qicdp4 {
    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);
}

.onlyspins-bfgvzw {
  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;
}

.onlyspins-jw21k0 {
  position: relative;
  width: 100%;
}

.onlyspins-bfgvzw.onlyspins-u457xl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.onlyspins-bfgvzw.onlyspins-2scaa5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.onlyspins-bfgvzw.onlyspins-gx1qnr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.onlyspins-gzop5a {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.onlyspins-ee1tt0 {
  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.onlyspins-1vjkpp ease-in-out;
  cursor: pointer;
}

.onlyspins-ee1tt0:hover {
  opacity: 0.5;
}

.onlyspins-bfgvzw.onlyspins-vc5v0n .onlyspins-ee1tt0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.onlyspins-bfgvzw.onlyspins-vc5v0n .onlyspins-gzop5a {
  cursor: pointer;
}

.onlyspins-fpy4fh {
  fill: #0009;
}

.onlyspins-np2js0 {
  fill: #fff;
}

.onlyspins-ee1tt0:hover .onlyspins-fpy4fh {
  fill: red;
}

.onlyspins-ee1tt0 svg path {
  -webkit-transition: 0.onlyspins-1vjkpp ease-in-out;
  -o-transition: 0.onlyspins-1vjkpp ease-in-out;
  transition: 0.onlyspins-1vjkpp ease-in-out;
}

.onlyspins-344m2b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.onlyspins-344m2b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.onlyspins-344m2b.onlyspins-tnkiky > :not(.get-image) {
  grid-column: 1/3;
}

.onlyspins-u4obt1:not(._h1-block) .onlyspins-344m2b > .onlyspins-fwcclj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.onlyspins-344m2b.onlyspins-tnkiky .onlyspins-htq0rp {
  grid-column: 2/3;
}

.onlyspins-344m2b.onlyspins-tnkiky > .onlyspins-ew11f1 {
  grid-column: 1/2;
}

.onlyspins-344m2b.onlyspins-tnkiky > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.onlyspins-344m2b > p:first-of-type {
  margin-top: 0;
}

.onlyspins-344m2b .onlyspins-ew11f1 {
  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;
}

.onlyspins-u4obt1:not(._h1-block) .onlyspins-fwcclj ~ .onlyspins-ew11f1 {
  grid-row: 2/10;
}

.onlyspins-u4obt1.onlyspins-6qn2dl .onlyspins-fwcclj ~ .onlyspins-ew11f1 {
  grid-row: 1/10;
}

.onlyspins-u4obt1.onlyspins-6qn2dl > .onlyspins-fwcclj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.onlyspins-u4obt1.onlyspins-6qn2dl .onlyspins-ew11f1 {
  grid-row: 1/10;
}

.onlyspins-344m2b.onlyspins-yaajq7 .onlyspins-ew11f1 {
  align-items: flex-start;
}

.onlyspins-344m2b.onlyspins-2scaa5 .onlyspins-htq0rp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.onlyspins-344m2b.onlyspins-2scaa5 .onlyspins-ew11f1 {
  align-items: center;
}

.onlyspins-344m2b.onlyspins-6pws74 .onlyspins-ew11f1 {
  align-items: flex-end;
}

.onlyspins-htq0rp > :first-child {
  margin-top: 0;
}

.onlyspins-htq0rp > :last-child {
  margin-bottom: 0;
}

* + .onlyspins-am0gpt,
.onlyspins-u4obt1 + .onlyspins-u4obt1 {
  margin-top: 2rem;
}

.onlyspins-zffov5 td::before,
.onlyspins-zffov5 th::after {
  display: none !important;
}

.onlyspins-zffov5 #link-selector {
  color: #000;
}

.onlyspins-zffov5 .onlyspins-s2r1jb {
  color: #135e96;
}

.onlyspins-zffov5 .onlyspins-2y576p *,
.onlyspins-zffov5 .onlyspins-kpainx p,
.onlyspins-zffov5 .onlyspins-eor832 * {
  color: #000;
}

.onlyspins-zffov5 .onlyspins-pfpszo {
  background: 0 0 !important;
}

.onlyspins-zffov5 .onlyspins-ipgjvv {
  color: #000;
}

.onlyspins-zffov5 .onlyspins-dbhvzb.onlyspins-ze549w {
  color: #fff;
}

.onlyspins-zffov5 .onlyspins-w6zul6 {
  color: #000;
}

.onlyspins-zffov5
  .onlyspins-l1j07i
  .onlyspins-ni3jc0.onlyspins-ze549w.onlyspins-4hnmbz {
  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;
}

.onlyspins-x0364j,
body .onlyspins-ywfmz5 {
  color: #000;
  background: var(--color-body) !important;
}

.onlyspins-x0364j .onlyspins-6zracb .onlyspins-yjcsfw,
body .onlyspins-ywfmz5 .onlyspins-6zracb .onlyspins-yjcsfw {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onlyspins-h3c6li:focus,
  .onlyspins-h3c6li:hover {
    color: #f9cb16;
  }
  .onlyspins-oirrnl:focus,
  .onlyspins-oirrnl:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onlyspins-ywadha:focus img,
  .onlyspins-ywadha:focus svg,
  .onlyspins-ywadha:hover img,
  .onlyspins-ywadha:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .onlyspins-jjy3qc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .onlyspins-o9e27r:hover .onlyspins-guj3nl svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .onlyspins-guj3nl {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .onlyspins-fotov5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .onlyspins-wd8fy0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .onlyspins-3etb19 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .onlyspins-cm58kg .onlyspins-p90uxo {
    grid-template-columns: 1fr;
  }
  .onlyspins-cm58kg .onlyspins-rh88ez {
    -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;
  }
  .onlyspins-cm58kg .onlyspins-21hepm {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onlyspins-cm58kg .onlyspins-zfvv8i {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onlyspins-cm58kg .onlyspins-o0f6th {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .onlyspins-cm58kg .onlyspins-21hepm:not(:first-child) {
    border: none;
  }
  .onlyspins-cm58kg .onlyspins-21hepm:first-child .onlyspins-zfvv8i {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .onlyspins-cm58kg .onlyspins-21hepm:last-child .onlyspins-zfvv8i {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .onlyspins-s8hx8k {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .onlyspins-10z1tc {
    max-width: 100px;
  }
  .onlyspins-znlb71 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .onlyspins-e1lvq5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .onlyspins-e1lvq5 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .onlyspins-9ekalm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .onlyspins-znlb71 + .onlyspins-e1lvq5 {
    margin-left: auto;
  }
  .onlyspins-xwr79v {
    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;
  }
  .onlyspins-xwr79v.onlyspins-0rs358 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .onlyspins-8of846 {
    -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;
  }
  .onlyspins-i4j0h8 {
    width: 100%;
  }
  .onlyspins-i4j0h8:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .onlyspins-m04evr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .onlyspins-m04evr svg {
    margin-right: 4px;
  }
  .onlyspins-o9e27r {
    -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;
  }
  .onlyspins-guj3nl svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .onlyspins-guj3nl {
    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;
  }
  .onlyspins-5p72ue {
    display: none;
    width: 100%;
  }
  .onlyspins-o9e27r.onlyspins-0rs358 .onlyspins-5p72ue {
    padding: 0 0 0 48px;
  }
  .onlyspins-woxhk3 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .onlyspins-gaonb2 .onlyspins-ew11f1 {
    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;
  }
  .onlyspins-w75ikz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onlyspins-w75ikz + .onlyspins-w75ikz {
    margin-right: 0;
  }
  .onlyspins-w75ikz + .onlyspins-ew11f1 {
    margin: 0;
  }
  .onlyspins-fotov5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .onlyspins-wd8fy0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .onlyspins-gtth62,
  .onlyspins-6mu83v {
    grid-template-columns: repeat(2, 1fr);
  }
  .onlyspins-344m2b {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .onlyspins-344m2b.onlyspins-tnkiky .onlyspins-htq0rp {
    grid-column: auto;
    grid-row: auto;
  }
  .onlyspins-344m2b > .onlyspins-fwcclj {
    grid-column: 1/2;
  }
  .onlyspins-344m2b.onlyspins-tnkiky > :not(.get-image) {
    grid-column: 1/2;
  }
  .onlyspins-344m2b .onlyspins-ew11f1,
  .onlyspins-344m2b.onlyspins-tnkiky > .onlyspins-ew11f1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onlyspins-344m2b.onlyspins-tnkiky > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .onlyspins-u4obt1.onlyspins-6qn2dl .onlyspins-344m2b > .onlyspins-ew11f1 {
    grid-row: 1/2;
  }
  .onlyspins-344m2b .onlyspins-fwcclj ~ .onlyspins-ew11f1,
  .onlyspins-344m2b.onlyspins-tnkiky .onlyspins-fwcclj ~ .onlyspins-ew11f1 {
    grid-row: 2/3;
  }
  .onlyspins-u4obt1.onlyspins-6qn2dl .onlyspins-fwcclj ~ .onlyspins-ew11f1 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .onlyspins-opz9c1:first-child .onlyspins-isskv0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onlyspins-opz9c1:first-child .onlyspins-isskv0 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .onlyspins-opz9c1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .onlyspins-opz9c1 {
    padding: 0;
  }
  .onlyspins-wwgfvo {
    margin-top: 1rem;
  }
  .onlyspins-3os6lk {
    border-radius: 5px;
  }
  .onlyspins-bf77gj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onlyspins-giqgmq::after {
    display: inline-block;
  }
  .onlyspins-giqgmq {
    margin: 0;
    width: 100%;
  }
  .onlyspins-qrrr8g {
    width: 100%;
  }
  .onlyspins-qrrr8g.onlyspins-dey8nh {
    -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%;
  }
  .onlyspins-qrrr8g.onlyspins-dey8nh .onlyspins-3m02n9 {
    width: 100%;
  }
  .onlyspins-qrrr8g.onlyspins-dey8nh .onlyspins-3m02n9:not(:last-child) {
    margin-right: 0;
  }
  .onlyspins-h3c6li {
    width: 100%;
    text-align: center;
  }
  .onlyspins-lqcwi7.onlyspins-0rs358 .onlyspins-qrrr8g {
    margin-top: 1rem;
  }
  .onlyspins-fotov5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .onlyspins-3etb19,
  .onlyspins-wd8fy0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .onlyspins-gtth62,
  .onlyspins-6mu83v,
  .onlyspins-qimksu {
    grid-template-columns: 1fr;
  }
  .onlyspins-mridaz {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .onlyspins-upcbny {
    min-width: 300px;
    max-width: 325px;
  }
  .onlyspins-zfvv8i {
    cursor: auto;
  }
  .onlyspins-q6crm8 .onlyspins-zfvv8i {
    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;
  }
  .onlyspins-qicdp4 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .onlyspins-5p72ue {
    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) {
  .onlyspins-qicdp4 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.onlyspins-w75ikz p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .onlyspins-e1lvq5 {
    margin: 0 -0.2rem;
  }
  .onlyspins-w75ikz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .onlyspins-x6vrpb {
    -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;
  }
  .onlyspins-ydyeok {
    max-width: 100%;
  }
  .onlyspins-fotov5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .onlyspins-3etb19,
  .onlyspins-wd8fy0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .onlyspins-s8hx8k {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onlyspins-e1lvq5 {
    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;
  }
  .onlyspins-37nr47 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onlyspins-sw2aj3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onlyspins-6xul8t,
  .onlyspins-06aecg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .onlyspins-e2pmre {
    width: 100%;
  }
  .onlyspins-fotov5 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .onlyspins-qicdp4 {
    top: 127px !important;
  }
}

.onlyspins-mcqcb6 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .onlyspins-mcqcb6 {
  }
}

@media (max-width: 767px) {
  .onlyspins-mcqcb6 {
    margin-bottom: 12px;
  }
}

.onlyspins-mcqcb6 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.onlyspins-zk73x2 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.onlyspins-zk73x2 > .onlyspins-s7zua7 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .onlyspins-zk73x2 {
    flex-direction: column;
    gap: 12px;
  }
}

.onlyspins-2ji1yy {
  display: flex;
}

.onlyspins-2ji1yy .onlyspins-gfhn0v {
  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;
}

.onlyspins-2ji1yy .onlyspins-kjslyx {
  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;
}

.onlyspins-2ji1yy .onlyspins-4octui {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.onlyspins-2ji1yy .onlyspins-ll3scl {
  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));
  }
}

.onlyspins-2ji1yy .onlyspins-ll3scl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.onlyspins-2ji1yy .onlyspins-s8r9b6 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.onlyspins-63cb9c {
  border: unset;
  background-color: unset;
}

.onlyspins-63cb9c tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.onlyspins-63cb9c .onlyspins-mw43j9,
.onlyspins-63cb9c .onlyspins-9j7dtw {
  flex: 0 1 330px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 {
  flex: 1 1;
}

.onlyspins-63cb9c tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onlyspins-63cb9c tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.onlyspins-63cb9c tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.onlyspins-63cb9c tr td p {
  color: #fff;
  margin: 0;
}

.onlyspins-63cb9c tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.onlyspins-63cb9c tr.onlyspins-mw43j9 td p {
  padding: 16px 0;
}

.onlyspins-63cb9c tr.onlyspins-mw43j9 td p:not(:last-child),
.onlyspins-63cb9c tr.onlyspins-9j7dtw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.onlyspins-63cb9c tr.onlyspins-mw43j9 td p:first-child,
.onlyspins-63cb9c tr.onlyspins-9j7dtw td p:first-child {
  padding-top: 0;
}

.onlyspins-63cb9c tr.onlyspins-9j7dtw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onlyspins-63cb9c tr.onlyspins-9j7dtw td p:last-child {
  padding-bottom: 0;
}

.onlyspins-63cb9c .onlyspins-9j7dtw img {
  max-width: 32px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 {
  min-width: 718px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td {
  display: flex;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh,
.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-xbzcuj,
.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-bhgx6y {
  flex: 1 1 50%;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-aai80y {
  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;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-kjgq2i,
.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-wiewnm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh,
.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-xbzcuj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh span,
.onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-xbzcuj span {
  font-weight: 800;
}

.onlyspins-63cb9c .onlyspins-45mxq5 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .onlyspins-63cb9c tr.onlyspins-mw43j9 td p:last-child {
    padding-bottom: 0;
  }
  .onlyspins-63cb9c .onlyspins-9j7dtw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .onlyspins-63cb9c .onlyspins-9j7dtw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .onlyspins-63cb9c tr.onlyspins-mw43j9 td p:not(:last-child),
  .onlyspins-63cb9c tr.onlyspins-9j7dtw td p:not(:last-child) {
    border-bottom: unset;
  }
  .onlyspins-63cb9c tr.onlyspins-9j7dtw td p:last-child {
    padding-bottom: 12px;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh,
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-xbzcuj,
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-bhgx6y {
    flex: 1 1 50%;
    padding: 0;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh,
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-xbzcuj {
    margin-top: 16px;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-bhgx6y {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-n62reh {
    border-right: 1px solid var(--border-color);
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-bhgx6y:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td:last-child .onlyspins-bhgx6y:last-child {
    padding-bottom: 0;
  }
}

.onlyspins-bhgx6y {
  display: flex;
  flex-direction: column;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y:not(:first-child) {
    padding-left: 0;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 td .onlyspins-bhgx6y:not(:last-of-type) {
    border-right: unset;
  }
}

.onlyspins-63cb9c .onlyspins-v2pvs2 {
  flex: 0 1 485px;
}

.onlyspins-63cb9c .onlyspins-l54np1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.onlyspins-63cb9c .onlyspins-l54np1 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onlyspins-63cb9c .onlyspins-l54np1 li.onlyspins-8afpiq {
  padding: 6px 12px;
}

.onlyspins-63cb9c .onlyspins-l54np1 li a,
.onlyspins-63cb9c .onlyspins-l54np1 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;
}

.onlyspins-63cb9c .onlyspins-nfzi34,
.onlyspins-63cb9c .onlyspins-dw4l9i {
  flex: 1 1;
}

.onlyspins-63cb9c .onlyspins-u0ivhn,
.onlyspins-63cb9c .onlyspins-ngfqju {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.onlyspins-63cb9c .onlyspins-u0ivhn li,
.onlyspins-63cb9c .onlyspins-ngfqju li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onlyspins-63cb9c .onlyspins-dw4l9i img {
  max-width: 32px;
}

.onlyspins-63cb9c .onlyspins-nfzi34 img {
  max-width: 32px;
}

.onlyspins-63cb9c .onlyspins-zdgom7 {
  min-width: 280px;
}

.onlyspins-63cb9c .onlyspins-zdgom7 img {
  max-width: 146px;
}

.onlyspins-63cb9c .onlyspins-zdgom7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .onlyspins-63cb9c .onlyspins-mw43j9,
  .onlyspins-63cb9c .onlyspins-9j7dtw {
    flex: 0 1 auto;
  }
  .onlyspins-63cb9c .onlyspins-45mxq5 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .onlyspins-63cb9c .onlyspins-mw43j9,
  .onlyspins-63cb9c .onlyspins-v2pvs2,
  .onlyspins-63cb9c .onlyspins-9j7dtw,
  .onlyspins-63cb9c .onlyspins-45mxq5 {
    flex: 1 1 calc(50% - 20px);
  }
  .onlyspins-63cb9c .onlyspins-nfzi34,
  .onlyspins-63cb9c .onlyspins-zdgom7,
  .onlyspins-63cb9c .onlyspins-dw4l9i {
    flex: 1 1 30%;
  }
  .onlyspins-63cb9c .onlyspins-zdgom7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .onlyspins-63cb9c .onlyspins-mw43j9,
  .onlyspins-63cb9c .onlyspins-v2pvs2,
  .onlyspins-63cb9c .onlyspins-nfzi34,
  .onlyspins-63cb9c .onlyspins-9j7dtw,
  .onlyspins-63cb9c .onlyspins-45mxq5,
  .onlyspins-63cb9c .onlyspins-zdgom7,
  .onlyspins-63cb9c .onlyspins-dw4l9i {
    flex: 1 1 100%;
  }
}

.onlyspins-id962g .onlyspins-jxx8ee {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onlyspins-id962g .onlyspins-0mae6s {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.onlyspins-id962g .onlyspins-m63hez {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.onlyspins-id962g .onlyspins-bt32be {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.onlyspins-id962g .onlyspins-bt32be > :nth-child(3) {
  margin-top: 0;
}

.onlyspins-id962g .onlyspins-ew11f1 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.onlyspins-id962g .onlyspins-69k8hk {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.onlyspins-id962g .onlyspins-wwgfvo {
  grid-column: 1/2;
}

.onlyspins-id962g > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.onlyspins-id962g .onlyspins-0mae6s: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;
}

.onlyspins-id962g .onlyspins-0mae6s:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.onlyspins-id962g .onlyspins-e2pmre {
  min-width: 240px;
}

@media (max-width: 768px) {
  .onlyspins-id962g .onlyspins-0mae6s:not(:last-child):before {
    bottom: 8px;
  }
  .onlyspins-id962g .onlyspins-0mae6s:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .onlyspins-id962g .onlyspins-bt32be {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .onlyspins-id962g .onlyspins-ew11f1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .onlyspins-id962g .onlyspins-ew11f1 img {
    width: 100%;
    height: auto;
  }
  .onlyspins-id962g .onlyspins-e2pmre {
    width: 100%;
    min-width: unset;
  }
}

.onlyspins-djrytk .onlyspins-e3drab {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.onlyspins-djrytk .onlyspins-z1op8n {
  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;
}

.onlyspins-djrytk .onlyspins-ew11f1 {
  height: 100%;
}

.onlyspins-djrytk .onlyspins-ew11f1 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.onlyspins-djrytk .onlyspins-ifljf9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.onlyspins-djrytk .onlyspins-4tr51s {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.onlyspins-djrytk .onlyspins-1d8li7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .onlyspins-djrytk .onlyspins-z1op8n {
    flex: 1 1 100%;
  }
  .onlyspins-djrytk .onlyspins-risowe {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .onlyspins-djrytk .onlyspins-z1op8n {
    flex-direction: column;
  }
  .onlyspins-djrytk .onlyspins-ew11f1 {
    width: 100%;
    height: auto;
  }
  .onlyspins-djrytk .onlyspins-ew11f1 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .onlyspins-djrytk .onlyspins-ifljf9 {
    padding: 0 16px 16px 16px;
  }
  .onlyspins-djrytk .onlyspins-risowe {
    min-width: unset;
    width: 100%;
  }
}

.onlyspins-3mhls1 .onlyspins-htfn38 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.onlyspins-3mhls1 .onlyspins-ardive {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.onlyspins-3mhls1 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;
}

.onlyspins-3mhls1 .onlyspins-ibbrak {
  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;
}

.onlyspins-3mhls1 .onlyspins-ardive:hover .onlyspins-ibbrak {
  display: flex;
}

.onlyspins-3mhls1 .onlyspins-dlsdh1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onlyspins-3mhls1 .onlyspins-wyvqaz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.onlyspins-4qrgjj {
  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;
}

.onlyspins-4qrgjj.onlyspins-5qs4u3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.onlyspins-t6e6k0 ease-in-out;
}

.onlyspins-4qrgjj.onlyspins-5qs4u3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.onlyspins-3mhls1 .onlyspins-g7vdyh {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.onlyspins-t6e6k0 ease-in-out;
}

.onlyspins-3mhls1 .onlyspins-g7vdyh:hover {
  color: #196948;
  background-color: #f9cb16;
}

.onlyspins-3mhls1 .onlyspins-g7vdyh:after,
.onlyspins-4qrgjj.onlyspins-5qs4u3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.onlyspins-4qrgjj.onlyspins-5qs4u3:after {
  background-image: url(../images/Cash.svg);
}

.onlyspins-3mhls1 .onlyspins-g7vdyh:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .onlyspins-3mhls1 .onlyspins-htfn38 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .onlyspins-3mhls1 .onlyspins-htfn38 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .onlyspins-3mhls1 .onlyspins-htfn38 {
    grid-template-columns: 1fr;
  }
  .onlyspins-3mhls1 .onlyspins-ardive {
    height: auto;
  }
  .onlyspins-3mhls1 .onlyspins-ardive .onlyspins-ibbrak {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .onlyspins-3mhls1 .onlyspins-dlsdh1,
  .onlyspins-3mhls1 .onlyspins-wyvqaz {
    text-align: left;
  }
  .onlyspins-3mhls1 .onlyspins-wyvqaz {
    margin-bottom: 8px;
  }
  .onlyspins-3mhls1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.onlyspins-74yghf {
  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;
}

.onlyspins-74yghf.onlyspins-vc5v0n {
  display: block;
}

.onlyspins-74yghf .onlyspins-shq91n {
  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;
}

.onlyspins-74yghf .onlyspins-g1v8sl {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.onlyspins-74yghf .onlyspins-aolgkc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.onlyspins-74yghf .onlyspins-8spkjt {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.onlyspins-74yghf .onlyspins-4qrgjj {
  min-width: 296px;
  margin-bottom: 0;
}

.onlyspins-74yghf .onlyspins-k729yq {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.onlyspins-74yghf .onlyspins-p9ilo2 {
  position: relative;
  flex: 1 1;
}

.onlyspins-74yghf .onlyspins-p9ilo2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .onlyspins-74yghf .onlyspins-g1v8sl {
    flex-wrap: wrap;
    gap: 8px;
  }
  .onlyspins-74yghf .onlyspins-aolgkc {
    order: 1;
  }
  .onlyspins-74yghf .onlyspins-8spkjt {
    order: 3;
    flex: 1 1 100%;
  }
  .onlyspins-74yghf .onlyspins-4qrgjj {
    width: 100%;
    min-width: unset;
  }
  .onlyspins-74yghf .onlyspins-k729yq {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .onlyspins-344m2b > .onlyspins-fwcclj {
    margin-bottom: 0;
  }
  .onlyspins-344m2b > .onlyspins-wwgfvo,
  .onlyspins-344m2b > p {
    margin-top: 0;
  }
}

.onlyspins-7bw726 img,
.onlyspins-w75ikz img {
  width: auto;
  object-fit: contain;
}

.onlyspins-7bw726 {
  align-items: center;
}

.onlyspins-7bw726 img {
  max-height: 76px;
}

.onlyspins-w75ikz img {
  max-height: 64px;
}

.onlyspins-f8si1p {
  overflow: auto;
}

.onlyspins-nv3s2j {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.onlyspins-9pewuk:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.onlyspins-laaj7i {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.onlyspins-t92ehz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.onlyspins-laaj7i .onlyspins-ew11f1 {
  margin-right: 20px;
  flex-shrink: 0;
}

.onlyspins-laaj7i img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.onlyspins-4sdbu5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.onlyspins-4sdbu5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onlyspins-laaj7i {
    padding: 15px 10px;
  }
  .onlyspins-4sdbu5 {
    padding: 15px 10px;
  }
  .onlyspins-laaj7i .onlyspins-ew11f1 {
    margin-right: 10px;
  }
}

.onlyspins-yqizc2 {
  overflow-x: auto;
}

.onlyspins-cxac19 {
  border-collapse: collapse;
  width: 100%;
}

.onlyspins-yqizc2 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.onlyspins-yqizc2 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.onlyspins-yqizc2 td.onlyspins-u5rhui {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.onlyspins-yqizc2 td.onlyspins-fdmrij {
  border-right: none;
}

.onlyspins-yqizc2 td.onlyspins-fdmrij .onlyspins-ew11f1 {
  justify-content: flex-start;
}

.onlyspins-yqizc2 td.onlyspins-fdmrij .onlyspins-ew11f1 img {
  height: auto;
  width: 90px;
}

.onlyspins-yqizc2 td.onlyspins-eod7hs,
.onlyspins-yqizc2 td.onlyspins-5uiac9 {
  font-weight: 600;
  text-align: right;
}

.onlyspins-yqizc2 td.onlyspins-ko0db0,
.onlyspins-yqizc2 td.onlyspins-eod7hs {
  padding-bottom: 10px;
  border-bottom: none;
}

.onlyspins-yqizc2 td.onlyspins-eod7hs,
.onlyspins-yqizc2 td.onlyspins-5uiac9 {
  border-left: none;
}

.onlyspins-yqizc2 td.onlyspins-ko0db0,
.onlyspins-yqizc2 td.onlyspins-zgbyi8 {
  border-right: none;
}

.onlyspins-yqizc2 td.onlyspins-zgbyi8,
.onlyspins-yqizc2 td.onlyspins-5uiac9 {
  border-top: none;
  padding-top: 10px;
}

.onlyspins-601w2a {
  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;
}

.onlyspins-601w2a .onlyspins-risowe {
  min-width: unset;
  width: 100%;
}

.onlyspins-601w2a .onlyspins-risowe.onlyspins-sy9ajx {
  grid-column: 1/2;
  grid-row: 1/2;
}

.onlyspins-601w2a .onlyspins-risowe.onlyspins-9pj3sd {
  grid-column: 2/3;
  grid-row: 1/2;
}

.onlyspins-601w2a .onlyspins-sshpw2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .onlyspins-601w2a {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .onlyspins-601w2a .onlyspins-risowe.onlyspins-sy9ajx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onlyspins-601w2a .onlyspins-risowe.onlyspins-9pj3sd {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .onlyspins-601w2a .onlyspins-sshpw2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.onlyspins-1qz6m3 {
  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;
}

.onlyspins-w3id36 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.onlyspins-6qvkjz p a img {
  margin: 0 auto;
  display: block;
}

.onlyspins-6qvkjz table {
  margin-bottom: 17px;
}

/* contanct form */
.onlyspins-39qnw7 {
  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;
}

.onlyspins-39qnw7 label {
  font-size: 14px;
}

.onlyspins-39qnw7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onlyspins-39qnw7 input,
.onlyspins-39qnw7 textarea,
.onlyspins-39qnw7 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;
}
.onlyspins-39qnw7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onlyspins-t6e6k0 ease;
}
.onlyspins-39qnw7 button:hover {
  background-color: #691204;
}
.onlyspins-g2opko {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onlyspins-tzqgx4 ease-in;
}

.onlyspins-g2opko h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}