@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);
}

.onewin-le77p2 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onewin-jab99d {
  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.onewin-9lv4qc,
ul.onewin-9lv4qc {
  padding-left: 20px;
}

ul.onewin-9lv4qc {
  list-style: disc;
}

ol.onewin-9lv4qc {
  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;
  }
}

.onewin-pqm36h > .onewin-2qp0u7,
.onewin-pqm36h > .onewin-fapg8b,
.onewin-pqm36h > blockquote,
.onewin-pqm36h > h1,
.onewin-pqm36h > h2,
.onewin-pqm36h > h3,
.onewin-pqm36h > h4,
.onewin-pqm36h > h5,
.onewin-pqm36h > h6,
.onewin-pqm36h > ol,
.onewin-pqm36h > p,
.onewin-pqm36h > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onewin-pqm36h > ol,
.onewin-pqm36h > ul {
  padding-left: 50px;
}

.onewin-pqm36h 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;
}

.onewin-pqm36h:not(:last-child) {
  margin-bottom: 2rem;
}

.onewin-pqm36h > :not(:first-child) {
  margin-top: 2rem;
}

.onewin-pqm36h {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onewin-pqm36h:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .onewin-pqm36h:first-child {
    margin-top: 20px;
  }
}

.onewin-pqm36h > p:last-of-type {
  margin-bottom: 32px;
}

.onewin-pqm36h > .onewin-x8x443:not(:first-child) {
  margin: 64px auto 16px auto;
}

.onewin-xh7jvb > .onewin-x8x443 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onewin-fapg8b {
  overflow: auto;
}

.onewin-fapg8b::-webkit-scrollbar {
  height: 5px;
}

.onewin-fapg8b table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.onewin-fapg8b table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.onewin-fapg8b table thead,
table thead {
  border-bottom: none;
}

.onewin-fapg8b table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.onewin-fapg8b table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.onewin-fapg8b table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.onewin-fapg8b .onewin-yw56na {
  table-layout: auto;
}

.onewin-fapg8b .onewin-yw56na th {
  word-break: normal;
}

.onewin-fapg8b .onewin-yw56na td {
  word-break: normal;
}

.onewin-le77p2 .onewin-le77p2 {
  padding-right: 0;
  padding-left: 0;
}

.onewin-83yp3u {
  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;
}

.onewin-0szcx0 {
  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;
}

.onewin-mk85kr {
  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;
}

.onewin-2qp0u7 {
  margin-top: 24px;
}

.onewin-2qp0u7.onewin-2cooq9 {
  text-align: left;
}

.onewin-2qp0u7.onewin-okxsd2 {
  text-align: right;
}

.onewin-2qp0u7.onewin-iqzdyr {
  text-align: center;
}

.onewin-1vzzqj {
  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.onewin-ti5anr ease-in-out;
  cursor: pointer;
}

.onewin-1vzzqj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.onewin-1vzzqj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .onewin-1vzzqj {
    min-width: unset;
  }
}

.onewin-xuwjoe {
  background-color: var(--fh-bg-color);
}

.onewin-fv88jx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.onewin-go54u6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.onewin-go54u6 img {
  max-height: 80px;
  object-fit: contain;
}

.onewin-jlfk7l {
  flex: 1 1;
}

.onewin-pjjd2a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.onewin-rgu93f {
  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;
}

.onewin-rgu93f 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;
}

.onewin-rgu93f.onewin-3883r2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.onewin-rgu93f.onewin-3883r2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.onewin-rgu93f.onewin-3883r2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.onewin-jlfk7l + .onewin-pjjd2a {
  margin-left: 20px;
}

.onewin-l83ac1 {
  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;
}

.onewin-l83ac1 > svg {
  max-width: 24px;
  max-height: 24px;
}

.onewin-l83ac1 + .onewin-l83ac1 {
  margin-left: 5px;
}

.onewin-bksr26 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.onewin-bksr26:hover {
  background-color: var(--button-bg-hover);
}

.onewin-ru6usu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.onewin-ti5anr ease-in-out;
  border: 1px solid var(--border-color);
}

.onewin-ru6usu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.onewin-34x0w7 {
  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) {
  .onewin-jlfk7l {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .onewin-34x0w7 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .onewin-jlfk7l {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .onewin-l83ac1 {
    min-width: unset;
    flex: 1 1;
  }
}

.onewin-s8or0b {
  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;
}

.onewin-s8or0b:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.onewin-s8or0b:hover .onewin-kpcw68 {
  opacity: 1;
  pointer-events: auto;
}

.onewin-19tb4b {
  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.onewin-t2lvkd ease-in-out;
  gap: 4px;
}

.onewin-19tb4b > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onewin-19tb4b .onewin-83yp3u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onewin-nsthtt,
.onewin-19tb4b:hover {
  color: var(--button-bg-hover);
}

.onewin-0i4xa7 {
  position: relative;
}

.onewin-0i4xa7 .onewin-19tb4b {
  margin-right: 0;
  padding-right: 4px;
}

.onewin-b242ce svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onewin-0i4xa7.onewin-3883r2 .onewin-b242ce svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.onewin-0i4xa7.onewin-3883r2 .onewin-kpcw68 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.onewin-0i4xa7.onewin-3883r2 .onewin-kpcw68::before {
  display: none;
}

.onewin-b242ce svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.onewin-kpcw68 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.onewin-5kpy1r 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.onewin-kpcw68::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.onewin-kpcw68:hover {
  color: var(--fh-bg-color);
}

.onewin-yd10w8 {
  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.onewin-5kpy1r 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.onewin-t2lvkd ease-in-out;
  -o-transition: 0.onewin-t2lvkd ease-in-out;
  transition: 0.onewin-t2lvkd ease-in-out;
}

.onewin-yd10w8 .onewin-83yp3u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onewin-n960sx,
.onewin-yd10w8:hover {
  color: var(--button-bg-hover);
}

.onewin-2sunwn {
  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%;
}

.onewin-2sunwn.onewin-2lseod {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.onewin-2sunwn.onewin-2lseod:after,
.onewin-2sunwn.onewin-2lseod:before {
  content: "";
  position: absolute;
  margin: auto;
}

.onewin-2sunwn.onewin-2lseod: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);
  }
}

.onewin-2sunwn.onewin-2lseod:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.onewin-2sunwn.onewin-2lseod > * {
  z-index: 1;
}

.onewin-2sunwn b,
.onewin-2sunwn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.onewin-2sunwn .onewin-6p4aid {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.onewin-2sunwn .onewin-214mcu {
  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;
}

.onewin-2sunwn .onewin-83yp3u {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.onewin-2sunwn .onewin-2zyh23 {
  margin-top: 12px;
}

.onewin-2zyh23 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.onewin-rv0ktu {
  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;
}

.onewin-2zyh23 .onewin-b7t8sb {
  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.onewin-ti5anr ease-in-out;
}

.onewin-2zyh23 .onewin-b7t8sb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.onewin-rou8ad {
  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;
}

.onewin-2sunwn.onewin-shiwhp {
  gap: 12px;
  padding: 16px;
}

.onewin-2sunwn.onewin-shiwhp .onewin-rou8ad {
  min-width: 240px;
}

.onewin-2sunwn.onewin-shiwhp .onewin-rou8ad.onewin-4kokvu {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .onewin-2sunwn .onewin-6p4aid {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .onewin-2sunwn .onewin-214mcu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .onewin-2sunwn .onewin-83yp3u {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-83yp3u {
    max-width: 126px;
  }
  .onewin-2sunwn .onewin-2zyh23 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .onewin-2sunwn .onewin-rv0ktu {
    max-width: unset;
  }
  .onewin-rou8ad {
    min-width: unset;
    width: 100%;
  }
  .onewin-2sunwn .onewin-rou8ad {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .onewin-2sunwn.onewin-shiwhp {
    grid-template-rows: auto 1fr auto;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-rou8ad {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .onewin-2sunwn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .onewin-2sunwn .onewin-6p4aid {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .onewin-2sunwn .onewin-83yp3u {
    max-width: 78px;
  }
  .onewin-2sunwn .onewin-2zyh23 {
    margin-top: -12px;
  }
  .onewin-2sunwn.onewin-shiwhp {
    gap: 8px;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-6p4aid {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-214mcu {
    grid-column: 1/3;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-83yp3u {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .onewin-2sunwn.onewin-shiwhp .onewin-83yp3u img {
    max-width: 114px;
  }
}

.onewin-rou8ad.onewin-gxf77h,
.onewin-rou8ad.onewin-7ishmf,
.onewin-rou8ad.onewin-cfravu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.onewin-ti5anr ease-in-out;
}

.onewin-rou8ad.onewin-gxf77h,
.onewin-rou8ad.onewin-cfravu {
  padding: 10px;
}

.onewin-rou8ad.onewin-gxf77h:hover,
.onewin-rou8ad.onewin-7ishmf:hover,
.onewin-rou8ad.onewin-cfravu:hover {
  background: var(--button-bg-hover);
}

.onewin-rou8ad.onewin-gxf77h:hover svg path,
.onewin-rou8ad.onewin-cfravu:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.onewin-rou8ad.onewin-4kokvu {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.onewin-ti5anr ease-in-out;
  background: var(--button-bg-color);
}

.onewin-rou8ad.onewin-4kokvu:hover {
  background-color: var(--button-bg-hover);
}

.onewin-rou8ad.onewin-7ishmf: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);
  }
}

.onewin-rou8ad.onewin-7ishmf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onewin-rou8ad.onewin-4kokvu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onewin-koahw4 {
  max-width: 650px;
}

.onewin-o68kbr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.onewin-qo8iib {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.onewin-ickti2 {
  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.onewin-t2lvkd ease-in-out;
  cursor: pointer;
}

.onewin-ickti2:hover {
  opacity: 0.5;
}

.onewin-ickti2:focus {
  outline: 0;
}

.onewin-ickti2:focus .onewin-wsihcv,
.onewin-ickti2:hover .onewin-wsihcv {
  fill: red;
  fill-opacity: 1;
}

.onewin-ickti2:hover {
  cursor: pointer;
}

.onewin-bw83lj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.onewin-koahw4.onewin-iqzdyr {
  margin: 0 auto;
}

.onewin-koahw4.onewin-okxsd2 {
  margin-left: auto;
}

.onewin-5ffo1k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.onewin-5s484k {
  padding-bottom: 50px;
}

.onewin-7oymib {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.onewin-uqhxxi {
  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;
}

.onewin-uvrsud {
  margin-top: 24px;
}

.onewin-q1py0j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onewin-ere7o3 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.onewin-zl7ra1 {
  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;
}

.onewin-gqcero {
  width: 468px;
}

.onewin-zl7ra1 .onewin-kpcw68 {
  margin: 0.onewin-rv1sgw 0;
}

.onewin-sic3mi {
  display: flex;
  min-width: 224px;
}

.onewin-u3kfno {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.onewin-t2lvkd ease-in-out;
}

.onewin-vkrdap,
.onewin-u3kfno:hover {
  color: var(--text-color);
}

.onewin-g37n44 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.onewin-uhe3eb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .onewin-5ffo1k {
    padding: 16px;
  }
  .onewin-g37n44 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .onewin-uhe3eb {
    align-items: center;
  }
  .onewin-gqcero {
    width: unset;
  }
  .onewin-sic3mi {
    min-width: unset;
  }
  .onewin-zl7ra1 {
    max-height: unset;
  }
  .onewin-7oymib {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .onewin-5ffo1k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.onewin-ylwxvo {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onewin-ylwxvo:not(:last-child) {
  margin-bottom: 16px;
}

.onewin-rh41fu {
  outline: 0;
}

.onewin-rh41fu .onewin-oz4tp8 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.onewin-hixux6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .onewin-hixux6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.onewin-hixux6::-webkit-details-marker {
  display: none;
}

.onewin-hixux6: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;
}

.onewin-hixux6: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] .onewin-hixux6:after {
  transform: unset;
}

.onewin-oz4tp8 {
  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);
}

.onewin-oz4tp8 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.onewin-t2lvkd ease-in-out;
  -o-transition: 0.onewin-t2lvkd ease-in-out;
  transition: 0.onewin-t2lvkd ease-in-out;
}

.onewin-z5wq9a {
  padding: 16px 0 0 0;
}

.onewin-z5wq9a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .onewin-z5wq9a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onewin-hixux6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .onewin-hixux6::after {
    margin-left: auto;
  }
  .onewin-oz4tp8 {
    order: 3;
    flex: 1 1 100%;
  }
  .onewin-hixux6 {
    font-size: 14px;
    line-height: 130%;
  }
  .onewin-oz4tp8 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.onewin-nt4dcn {
  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;
}

.onewin-5z608c {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.onewin-nt4dcn.onewin-3883r2 .onewin-5z608c {
  margin-bottom: 12px;
}

.onewin-5z608c::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;
}

.onewin-nt4dcn.onewin-3883r2 .onewin-5z608c::after {
  transform: unset;
}

.onewin-qf62le {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.onewin-hjf3ck {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.onewin-t2lvkd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.onewin-hjf3ck: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;
}

.onewin-nt4dcn.onewin-3883r2 .onewin-qf62le {
  max-height: 100%;
}

.onewin-b9a0q3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.onewin-juxpd9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.onewin-bgktzj {
  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;
}

.onewin-n2339c {
  margin-right: 4px;
}

.onewin-ckg2hk {
  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.onewin-t2lvkd ease-in-out;
}

.onewin-ckg2hk svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.onewin-9y3es8,
.onewin-ckg2hk:hover {
  color: var(--text-color);
}

.onewin-pzchcq {
  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;
}

.onewin-pzchcq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.onewin-pzchcq .onewin-c2tkbo {
  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;
}

.onewin-pzchcq .onewin-qqg1ar {
  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;
}

.onewin-h411dp {
  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;
}

.onewin-99o51g {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onewin-65llqf .onewin-le77p2 {
  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;
}

.onewin-65llqf {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.onewin-k7yd1u {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.onewin-owayrq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.onewin-9prkyk {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.onewin-fykh61 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;
}

.onewin-9prkyk:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.onewin-32dh4o {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.onewin-1v525y {
  -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.onewin-t2lvkd ease-in-out;
  transition: transform 0.onewin-t2lvkd ease-in-out;
  -o-transition: transform 0.onewin-t2lvkd ease-in-out;
  transition:
    transform 0.onewin-t2lvkd ease-in-out,
    -webkit-transform 0.onewin-t2lvkd ease-in-out;
  cursor: pointer;
}

.onewin-1v525y svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.onewin-1v525y: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;
}

.onewin-e6dahf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .onewin-e6dahf {
    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);
}

.onewin-jtsiou {
  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;
}

.onewin-s84rj9 {
  position: relative;
  width: 100%;
}

.onewin-jtsiou.onewin-ezrntx {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.onewin-jtsiou.onewin-iqzdyr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.onewin-jtsiou.onewin-okxsd2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.onewin-c563tb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.onewin-m1tbgs {
  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.onewin-t2lvkd ease-in-out;
  cursor: pointer;
}

.onewin-m1tbgs:hover {
  opacity: 0.5;
}

.onewin-jtsiou.onewin-xg0oz9 .onewin-m1tbgs {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.onewin-jtsiou.onewin-xg0oz9 .onewin-c563tb {
  cursor: pointer;
}

.onewin-mo5fjx {
  fill: #0009;
}

.onewin-6n2nc6 {
  fill: #fff;
}

.onewin-m1tbgs:hover .onewin-mo5fjx {
  fill: red;
}

.onewin-m1tbgs svg path {
  -webkit-transition: 0.onewin-t2lvkd ease-in-out;
  -o-transition: 0.onewin-t2lvkd ease-in-out;
  transition: 0.onewin-t2lvkd ease-in-out;
}

.onewin-9latw6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.onewin-9latw6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.onewin-9latw6.onewin-woz6x9 > :not(.get-image) {
  grid-column: 1/3;
}

.onewin-yclabz:not(._h1-block) .onewin-9latw6 > .onewin-x8x443 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.onewin-9latw6.onewin-woz6x9 .onewin-yngz4u {
  grid-column: 2/3;
}

.onewin-9latw6.onewin-woz6x9 > .onewin-83yp3u {
  grid-column: 1/2;
}

.onewin-9latw6.onewin-woz6x9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.onewin-9latw6 > p:first-of-type {
  margin-top: 0;
}

.onewin-9latw6 .onewin-83yp3u {
  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;
}

.onewin-yclabz:not(._h1-block) .onewin-x8x443 ~ .onewin-83yp3u {
  grid-row: 2/10;
}

.onewin-yclabz.onewin-h4i2n0 .onewin-x8x443 ~ .onewin-83yp3u {
  grid-row: 1/10;
}

.onewin-yclabz.onewin-h4i2n0 > .onewin-x8x443 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.onewin-yclabz.onewin-h4i2n0 .onewin-83yp3u {
  grid-row: 1/10;
}

.onewin-9latw6.onewin-egbbc9 .onewin-83yp3u {
  align-items: flex-start;
}

.onewin-9latw6.onewin-iqzdyr .onewin-yngz4u {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.onewin-9latw6.onewin-iqzdyr .onewin-83yp3u {
  align-items: center;
}

.onewin-9latw6.onewin-xctwvl .onewin-83yp3u {
  align-items: flex-end;
}

.onewin-yngz4u > :first-child {
  margin-top: 0;
}

.onewin-yngz4u > :last-child {
  margin-bottom: 0;
}

* + .onewin-xzf176,
.onewin-yclabz + .onewin-yclabz {
  margin-top: 2rem;
}

.onewin-5uqyhy td::before,
.onewin-5uqyhy th::after {
  display: none !important;
}

.onewin-5uqyhy #link-selector {
  color: #000;
}

.onewin-5uqyhy .onewin-j6hcyk {
  color: #135e96;
}

.onewin-5uqyhy .onewin-ox6l1u *,
.onewin-5uqyhy .onewin-tk2ere p,
.onewin-5uqyhy .onewin-n2z7ti * {
  color: #000;
}

.onewin-5uqyhy .onewin-gyw4kj {
  background: 0 0 !important;
}

.onewin-5uqyhy .onewin-zlc0l6 {
  color: #000;
}

.onewin-5uqyhy .onewin-bgtneg.onewin-8vo7l8 {
  color: #fff;
}

.onewin-5uqyhy .onewin-0q7qei {
  color: #000;
}

.onewin-5uqyhy
  .onewin-5ndiak
  .onewin-x9rsyv.onewin-8vo7l8.onewin-6k6c0a {
  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;
}

.onewin-cijuay,
body .onewin-2kj950 {
  color: #000;
  background: var(--color-body) !important;
}

.onewin-cijuay .onewin-n247sd .onewin-n89qte,
body .onewin-2kj950 .onewin-n247sd .onewin-n89qte {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onewin-hjf3ck:focus,
  .onewin-hjf3ck:hover {
    color: #f9cb16;
  }
  .onewin-k7rhas:focus,
  .onewin-k7rhas:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onewin-byhocz:focus img,
  .onewin-byhocz:focus svg,
  .onewin-byhocz:hover img,
  .onewin-byhocz:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .onewin-pzchcq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .onewin-0i4xa7:hover .onewin-b242ce svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .onewin-b242ce {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .onewin-y6qd11 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .onewin-pwkaz8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .onewin-67p49k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .onewin-y1wy19 .onewin-rx6a40 {
    grid-template-columns: 1fr;
  }
  .onewin-y1wy19 .onewin-vdya9m {
    -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;
  }
  .onewin-y1wy19 .onewin-g8ha18 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onewin-y1wy19 .onewin-gfmkrm {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onewin-y1wy19 .onewin-cg6168 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .onewin-y1wy19 .onewin-g8ha18:not(:first-child) {
    border: none;
  }
  .onewin-y1wy19 .onewin-g8ha18:first-child .onewin-gfmkrm {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .onewin-y1wy19 .onewin-g8ha18:last-child .onewin-gfmkrm {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .onewin-fv88jx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .onewin-go54u6 {
    max-width: 100px;
  }
  .onewin-jlfk7l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .onewin-pjjd2a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .onewin-pjjd2a svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .onewin-rgu93f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .onewin-jlfk7l + .onewin-pjjd2a {
    margin-left: auto;
  }
  .onewin-okiaag {
    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;
  }
  .onewin-okiaag.onewin-3883r2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .onewin-34x0w7 {
    -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;
  }
  .onewin-s8or0b {
    width: 100%;
  }
  .onewin-s8or0b:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .onewin-19tb4b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .onewin-19tb4b svg {
    margin-right: 4px;
  }
  .onewin-0i4xa7 {
    -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;
  }
  .onewin-b242ce svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .onewin-b242ce {
    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;
  }
  .onewin-kpcw68 {
    display: none;
    width: 100%;
  }
  .onewin-0i4xa7.onewin-3883r2 .onewin-kpcw68 {
    padding: 0 0 0 48px;
  }
  .onewin-yd10w8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .onewin-uqhxxi .onewin-83yp3u {
    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;
  }
  .onewin-3fkbmd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onewin-3fkbmd + .onewin-3fkbmd {
    margin-right: 0;
  }
  .onewin-3fkbmd + .onewin-83yp3u {
    margin: 0;
  }
  .onewin-y6qd11 {
    grid-template-columns: repeat(4, 1fr);
  }
  .onewin-pwkaz8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .onewin-s13rc6,
  .onewin-cvjcqw {
    grid-template-columns: repeat(2, 1fr);
  }
  .onewin-9latw6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .onewin-9latw6.onewin-woz6x9 .onewin-yngz4u {
    grid-column: auto;
    grid-row: auto;
  }
  .onewin-9latw6 > .onewin-x8x443 {
    grid-column: 1/2;
  }
  .onewin-9latw6.onewin-woz6x9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .onewin-9latw6 .onewin-83yp3u,
  .onewin-9latw6.onewin-woz6x9 > .onewin-83yp3u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onewin-9latw6.onewin-woz6x9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .onewin-yclabz.onewin-h4i2n0 .onewin-9latw6 > .onewin-83yp3u {
    grid-row: 1/2;
  }
  .onewin-9latw6 .onewin-x8x443 ~ .onewin-83yp3u,
  .onewin-9latw6.onewin-woz6x9 .onewin-x8x443 ~ .onewin-83yp3u {
    grid-row: 2/3;
  }
  .onewin-yclabz.onewin-h4i2n0 .onewin-x8x443 ~ .onewin-83yp3u {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .onewin-pqm36h:first-child .onewin-m5slrc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onewin-pqm36h:first-child .onewin-m5slrc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .onewin-pqm36h {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .onewin-pqm36h {
    padding: 0;
  }
  .onewin-2qp0u7 {
    margin-top: 1rem;
  }
  .onewin-rh41fu {
    border-radius: 5px;
  }
  .onewin-d2uo6f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onewin-5z608c::after {
    display: inline-block;
  }
  .onewin-5z608c {
    margin: 0;
    width: 100%;
  }
  .onewin-qf62le {
    width: 100%;
  }
  .onewin-qf62le.onewin-8s8vv6 {
    -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%;
  }
  .onewin-qf62le.onewin-8s8vv6 .onewin-dpntln {
    width: 100%;
  }
  .onewin-qf62le.onewin-8s8vv6 .onewin-dpntln:not(:last-child) {
    margin-right: 0;
  }
  .onewin-hjf3ck {
    width: 100%;
    text-align: center;
  }
  .onewin-nt4dcn.onewin-3883r2 .onewin-qf62le {
    margin-top: 1rem;
  }
  .onewin-y6qd11 {
    grid-template-columns: repeat(3, 1fr);
  }
  .onewin-67p49k,
  .onewin-pwkaz8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .onewin-s13rc6,
  .onewin-cvjcqw,
  .onewin-wj5u2c {
    grid-template-columns: 1fr;
  }
  .onewin-5c056o {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .onewin-suf93s {
    min-width: 300px;
    max-width: 325px;
  }
  .onewin-gfmkrm {
    cursor: auto;
  }
  .onewin-lwkndc .onewin-gfmkrm {
    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;
  }
  .onewin-e6dahf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .onewin-kpcw68 {
    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) {
  .onewin-e6dahf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.onewin-3fkbmd p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .onewin-pjjd2a {
    margin: 0 -0.2rem;
  }
  .onewin-3fkbmd {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .onewin-qfacwq {
    -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;
  }
  .onewin-27gx78 {
    max-width: 100%;
  }
  .onewin-y6qd11 {
    grid-template-columns: repeat(2, 1fr);
  }
  .onewin-67p49k,
  .onewin-pwkaz8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .onewin-fv88jx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onewin-pjjd2a {
    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;
  }
  .onewin-xuwjoe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onewin-l83ac1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onewin-ocv3ct,
  .onewin-exbi66 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .onewin-1vzzqj {
    width: 100%;
  }
  .onewin-y6qd11 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .onewin-e6dahf {
    top: 127px !important;
  }
}

.onewin-3dlxhp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .onewin-3dlxhp {
  }
}

@media (max-width: 767px) {
  .onewin-3dlxhp {
    margin-bottom: 12px;
  }
}

.onewin-3dlxhp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.onewin-ifhj8n {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.onewin-ifhj8n > .onewin-4mjnir {
  flex: 1 1;
}

@media (max-width: 767px) {
  .onewin-ifhj8n {
    flex-direction: column;
    gap: 12px;
  }
}

.onewin-ki3r7l {
  display: flex;
}

.onewin-ki3r7l .onewin-kk828f {
  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;
}

.onewin-ki3r7l .onewin-gogqep {
  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;
}

.onewin-ki3r7l .onewin-zz6emb {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.onewin-ki3r7l .onewin-s4g6zk {
  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));
  }
}

.onewin-ki3r7l .onewin-s4g6zk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.onewin-ki3r7l .onewin-xorgaq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.onewin-rxsn39 {
  border: unset;
  background-color: unset;
}

.onewin-rxsn39 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.onewin-rxsn39 .onewin-xkq11k,
.onewin-rxsn39 .onewin-7eno7b {
  flex: 0 1 330px;
}

.onewin-rxsn39 .onewin-st4x12 {
  flex: 1 1;
}

.onewin-rxsn39 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onewin-rxsn39 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.onewin-rxsn39 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.onewin-rxsn39 tr td p {
  color: #fff;
  margin: 0;
}

.onewin-rxsn39 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.onewin-rxsn39 tr.onewin-xkq11k td p {
  padding: 16px 0;
}

.onewin-rxsn39 tr.onewin-xkq11k td p:not(:last-child),
.onewin-rxsn39 tr.onewin-7eno7b td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.onewin-rxsn39 tr.onewin-xkq11k td p:first-child,
.onewin-rxsn39 tr.onewin-7eno7b td p:first-child {
  padding-top: 0;
}

.onewin-rxsn39 tr.onewin-7eno7b td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onewin-rxsn39 tr.onewin-7eno7b td p:last-child {
  padding-bottom: 0;
}

.onewin-rxsn39 .onewin-7eno7b img {
  max-width: 32px;
}

.onewin-rxsn39 .onewin-st4x12 {
  min-width: 718px;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.onewin-rxsn39 .onewin-st4x12 td {
  display: flex;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p,
.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-rah2c3,
.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-t08hmq {
  flex: 1 1 50%;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-zjvl6v {
  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;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-xifkgm,
.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-ughx6c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p,
.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-rah2c3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p span,
.onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-rah2c3 span {
  font-weight: 800;
}

.onewin-rxsn39 .onewin-st4x12 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .onewin-rxsn39 tr.onewin-xkq11k td p:last-child {
    padding-bottom: 0;
  }
  .onewin-rxsn39 .onewin-7eno7b > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .onewin-rxsn39 .onewin-7eno7b > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .onewin-rxsn39 tr.onewin-xkq11k td p:not(:last-child),
  .onewin-rxsn39 tr.onewin-7eno7b td p:not(:last-child) {
    border-bottom: unset;
  }
  .onewin-rxsn39 tr.onewin-7eno7b td p:last-child {
    padding-bottom: 12px;
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p,
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-rah2c3,
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-t08hmq {
    flex: 1 1 50%;
    padding: 0;
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p,
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-rah2c3 {
    margin-top: 16px;
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-t08hmq {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-4eds5p {
    border-right: 1px solid var(--border-color);
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-t08hmq:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .onewin-rxsn39 .onewin-st4x12 td:last-child .onewin-t08hmq:last-child {
    padding-bottom: 0;
  }
}

.onewin-t08hmq {
  display: flex;
  flex-direction: column;
}

.onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq:not(:first-child) {
    padding-left: 0;
  }
  .onewin-rxsn39 .onewin-st4x12 td .onewin-t08hmq:not(:last-of-type) {
    border-right: unset;
  }
}

.onewin-rxsn39 .onewin-w0t9cj {
  flex: 0 1 485px;
}

.onewin-rxsn39 .onewin-lmrjab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.onewin-rxsn39 .onewin-lmrjab li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onewin-rxsn39 .onewin-lmrjab li.onewin-k7wje0 {
  padding: 6px 12px;
}

.onewin-rxsn39 .onewin-lmrjab li a,
.onewin-rxsn39 .onewin-lmrjab 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;
}

.onewin-rxsn39 .onewin-6rje7t,
.onewin-rxsn39 .onewin-hluf6t {
  flex: 1 1;
}

.onewin-rxsn39 .onewin-63j1eo,
.onewin-rxsn39 .onewin-6lisvx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.onewin-rxsn39 .onewin-63j1eo li,
.onewin-rxsn39 .onewin-6lisvx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onewin-rxsn39 .onewin-hluf6t img {
  max-width: 32px;
}

.onewin-rxsn39 .onewin-6rje7t img {
  max-width: 32px;
}

.onewin-rxsn39 .onewin-whm430 {
  min-width: 280px;
}

.onewin-rxsn39 .onewin-whm430 img {
  max-width: 146px;
}

.onewin-rxsn39 .onewin-whm430 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .onewin-rxsn39 .onewin-xkq11k,
  .onewin-rxsn39 .onewin-7eno7b {
    flex: 0 1 auto;
  }
  .onewin-rxsn39 .onewin-st4x12 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .onewin-rxsn39 .onewin-xkq11k,
  .onewin-rxsn39 .onewin-w0t9cj,
  .onewin-rxsn39 .onewin-7eno7b,
  .onewin-rxsn39 .onewin-st4x12 {
    flex: 1 1 calc(50% - 20px);
  }
  .onewin-rxsn39 .onewin-6rje7t,
  .onewin-rxsn39 .onewin-whm430,
  .onewin-rxsn39 .onewin-hluf6t {
    flex: 1 1 30%;
  }
  .onewin-rxsn39 .onewin-whm430 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .onewin-rxsn39 .onewin-xkq11k,
  .onewin-rxsn39 .onewin-w0t9cj,
  .onewin-rxsn39 .onewin-6rje7t,
  .onewin-rxsn39 .onewin-7eno7b,
  .onewin-rxsn39 .onewin-st4x12,
  .onewin-rxsn39 .onewin-whm430,
  .onewin-rxsn39 .onewin-hluf6t {
    flex: 1 1 100%;
  }
}

.onewin-wqm3oy .onewin-hzbdvy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onewin-wqm3oy .onewin-u4z2dz {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.onewin-wqm3oy .onewin-bztisu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.onewin-wqm3oy .onewin-ekpjk7 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.onewin-wqm3oy .onewin-ekpjk7 > :nth-child(3) {
  margin-top: 0;
}

.onewin-wqm3oy .onewin-83yp3u {
  grid-column: 2/3;
  grid-row: 1/10;
}

.onewin-wqm3oy .onewin-c5ow2b {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.onewin-wqm3oy .onewin-2qp0u7 {
  grid-column: 1/2;
}

.onewin-wqm3oy > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.onewin-wqm3oy .onewin-u4z2dz: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;
}

.onewin-wqm3oy .onewin-u4z2dz:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.onewin-wqm3oy .onewin-1vzzqj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .onewin-wqm3oy .onewin-u4z2dz:not(:last-child):before {
    bottom: 8px;
  }
  .onewin-wqm3oy .onewin-u4z2dz:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .onewin-wqm3oy .onewin-ekpjk7 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .onewin-wqm3oy .onewin-83yp3u {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .onewin-wqm3oy .onewin-83yp3u img {
    width: 100%;
    height: auto;
  }
  .onewin-wqm3oy .onewin-1vzzqj {
    width: 100%;
    min-width: unset;
  }
}

.onewin-0h6fr0 .onewin-xfmyc3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.onewin-0h6fr0 .onewin-spw8wg {
  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;
}

.onewin-0h6fr0 .onewin-83yp3u {
  height: 100%;
}

.onewin-0h6fr0 .onewin-83yp3u img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.onewin-0h6fr0 .onewin-2wewv7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.onewin-0h6fr0 .onewin-turbtd {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.onewin-0h6fr0 .onewin-67z3z4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .onewin-0h6fr0 .onewin-spw8wg {
    flex: 1 1 100%;
  }
  .onewin-0h6fr0 .onewin-rou8ad {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .onewin-0h6fr0 .onewin-spw8wg {
    flex-direction: column;
  }
  .onewin-0h6fr0 .onewin-83yp3u {
    width: 100%;
    height: auto;
  }
  .onewin-0h6fr0 .onewin-83yp3u img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .onewin-0h6fr0 .onewin-2wewv7 {
    padding: 0 16px 16px 16px;
  }
  .onewin-0h6fr0 .onewin-rou8ad {
    min-width: unset;
    width: 100%;
  }
}

.onewin-wyd0r3 .onewin-s9rl3y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.onewin-wyd0r3 .onewin-auhkvg {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.onewin-wyd0r3 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;
}

.onewin-wyd0r3 .onewin-aropuk {
  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;
}

.onewin-wyd0r3 .onewin-auhkvg:hover .onewin-aropuk {
  display: flex;
}

.onewin-wyd0r3 .onewin-m01rom {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onewin-wyd0r3 .onewin-ti3fan {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.onewin-18hqov {
  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;
}

.onewin-18hqov.onewin-xsahpx {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.onewin-ti5anr ease-in-out;
}

.onewin-18hqov.onewin-xsahpx:hover {
  color: #f9cb16;
  background-color: transparent;
}

.onewin-wyd0r3 .onewin-t6jmgd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.onewin-ti5anr ease-in-out;
}

.onewin-wyd0r3 .onewin-t6jmgd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.onewin-wyd0r3 .onewin-t6jmgd:after,
.onewin-18hqov.onewin-xsahpx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.onewin-18hqov.onewin-xsahpx:after {
  background-image: url(../images/Cash.svg);
}

.onewin-wyd0r3 .onewin-t6jmgd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .onewin-wyd0r3 .onewin-s9rl3y {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .onewin-wyd0r3 .onewin-s9rl3y {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .onewin-wyd0r3 .onewin-s9rl3y {
    grid-template-columns: 1fr;
  }
  .onewin-wyd0r3 .onewin-auhkvg {
    height: auto;
  }
  .onewin-wyd0r3 .onewin-auhkvg .onewin-aropuk {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .onewin-wyd0r3 .onewin-m01rom,
  .onewin-wyd0r3 .onewin-ti3fan {
    text-align: left;
  }
  .onewin-wyd0r3 .onewin-ti3fan {
    margin-bottom: 8px;
  }
  .onewin-wyd0r3 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.onewin-ihd0bp {
  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;
}

.onewin-ihd0bp.onewin-xg0oz9 {
  display: block;
}

.onewin-ihd0bp .onewin-0mt9sw {
  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;
}

.onewin-ihd0bp .onewin-7hj5q0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.onewin-ihd0bp .onewin-wai88f {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.onewin-ihd0bp .onewin-7u7upg {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.onewin-ihd0bp .onewin-18hqov {
  min-width: 296px;
  margin-bottom: 0;
}

.onewin-ihd0bp .onewin-vh8qwj {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.onewin-ihd0bp .onewin-odlank {
  position: relative;
  flex: 1 1;
}

.onewin-ihd0bp .onewin-odlank iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .onewin-ihd0bp .onewin-7hj5q0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .onewin-ihd0bp .onewin-wai88f {
    order: 1;
  }
  .onewin-ihd0bp .onewin-7u7upg {
    order: 3;
    flex: 1 1 100%;
  }
  .onewin-ihd0bp .onewin-18hqov {
    width: 100%;
    min-width: unset;
  }
  .onewin-ihd0bp .onewin-vh8qwj {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .onewin-9latw6 > .onewin-x8x443 {
    margin-bottom: 0;
  }
  .onewin-9latw6 > .onewin-2qp0u7,
  .onewin-9latw6 > p {
    margin-top: 0;
  }
}

.onewin-4wzg0c img,
.onewin-3fkbmd img {
  width: auto;
  object-fit: contain;
}

.onewin-4wzg0c {
  align-items: center;
}

.onewin-4wzg0c img {
  max-height: 76px;
}

.onewin-3fkbmd img {
  max-height: 64px;
}

.onewin-ngwfkx {
  overflow: auto;
}

.onewin-jqvp7x {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.onewin-ni899n:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.onewin-aivhvz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.onewin-jnkyde {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.onewin-aivhvz .onewin-83yp3u {
  margin-right: 20px;
  flex-shrink: 0;
}

.onewin-aivhvz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.onewin-dce34k {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.onewin-dce34k > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onewin-aivhvz {
    padding: 15px 10px;
  }
  .onewin-dce34k {
    padding: 15px 10px;
  }
  .onewin-aivhvz .onewin-83yp3u {
    margin-right: 10px;
  }
}

.onewin-rvdvah {
  overflow-x: auto;
}

.onewin-9n0nth {
  border-collapse: collapse;
  width: 100%;
}

.onewin-rvdvah th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.onewin-rvdvah td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.onewin-rvdvah td.onewin-lkui5t {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.onewin-rvdvah td.onewin-gcite5 {
  border-right: none;
}

.onewin-rvdvah td.onewin-gcite5 .onewin-83yp3u {
  justify-content: flex-start;
}

.onewin-rvdvah td.onewin-gcite5 .onewin-83yp3u img {
  height: auto;
  width: 90px;
}

.onewin-rvdvah td.onewin-v5jn8e,
.onewin-rvdvah td.onewin-yb0iix {
  font-weight: 600;
  text-align: right;
}

.onewin-rvdvah td.onewin-85ehhq,
.onewin-rvdvah td.onewin-v5jn8e {
  padding-bottom: 10px;
  border-bottom: none;
}

.onewin-rvdvah td.onewin-v5jn8e,
.onewin-rvdvah td.onewin-yb0iix {
  border-left: none;
}

.onewin-rvdvah td.onewin-85ehhq,
.onewin-rvdvah td.onewin-3rhkt5 {
  border-right: none;
}

.onewin-rvdvah td.onewin-3rhkt5,
.onewin-rvdvah td.onewin-yb0iix {
  border-top: none;
  padding-top: 10px;
}

.onewin-1vm82o {
  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;
}

.onewin-1vm82o .onewin-rou8ad {
  min-width: unset;
  width: 100%;
}

.onewin-1vm82o .onewin-rou8ad.onewin-gxf77h {
  grid-column: 1/2;
  grid-row: 1/2;
}

.onewin-1vm82o .onewin-rou8ad.onewin-cfravu {
  grid-column: 2/3;
  grid-row: 1/2;
}

.onewin-1vm82o .onewin-7qek6e {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .onewin-1vm82o {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .onewin-1vm82o .onewin-rou8ad.onewin-gxf77h {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onewin-1vm82o .onewin-rou8ad.onewin-cfravu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .onewin-1vm82o .onewin-7qek6e {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.onewin-6rmfd0 {
  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;
}

.onewin-5qn1cb {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.onewin-xh7jvb p a img {
  margin: 0 auto;
  display: block;
}

.onewin-xh7jvb table {
  margin-bottom: 17px;
}

/* contanct form */
.onewin-n9f9lz {
  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;
}

.onewin-n9f9lz label {
  font-size: 14px;
}

.onewin-n9f9lz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onewin-n9f9lz input,
.onewin-n9f9lz textarea,
.onewin-n9f9lz 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;
}
.onewin-n9f9lz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onewin-ti5anr ease;
}
.onewin-n9f9lz button:hover {
  background-color: #691204;
}
.onewin-e6m3z0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onewin-uailuv ease-in;
}

.onewin-e6m3z0 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;
}
.onewin-w13zli, .onewin-38iqy6, [class*="review-card"],
thead, thead th, table th, .onewin-mqtbj5,
.onewin-gvwbmv, [class*="collapsible-header"],
.onewin-j4ryo2, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
