@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);
}

.oz2win-zk241i {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-vr460o {
  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.oz2win-ygr8ym,
ul.oz2win-ygr8ym {
  padding-left: 20px;
}

ul.oz2win-ygr8ym {
  list-style: disc;
}

ol.oz2win-ygr8ym {
  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;
  }
}

.oz2win-oegxpp > .oz2win-32mi3r,
.oz2win-oegxpp > .oz2win-sa2jz4,
.oz2win-oegxpp > blockquote,
.oz2win-oegxpp > h1,
.oz2win-oegxpp > h2,
.oz2win-oegxpp > h3,
.oz2win-oegxpp > h4,
.oz2win-oegxpp > h5,
.oz2win-oegxpp > h6,
.oz2win-oegxpp > ol,
.oz2win-oegxpp > p,
.oz2win-oegxpp > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-oegxpp > ol,
.oz2win-oegxpp > ul {
  padding-left: 50px;
}

.oz2win-oegxpp 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;
}

.oz2win-oegxpp:not(:last-child) {
  margin-bottom: 2rem;
}

.oz2win-oegxpp > :not(:first-child) {
  margin-top: 2rem;
}

.oz2win-oegxpp {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oz2win-oegxpp:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .oz2win-oegxpp:first-child {
    margin-top: 20px;
  }
}

.oz2win-oegxpp > p:last-of-type {
  margin-bottom: 32px;
}

.oz2win-oegxpp > .oz2win-5crxzu:not(:first-child) {
  margin: 64px auto 16px auto;
}

.oz2win-i4l1tg > .oz2win-5crxzu {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-sa2jz4 {
  overflow: auto;
}

.oz2win-sa2jz4::-webkit-scrollbar {
  height: 5px;
}

.oz2win-sa2jz4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.oz2win-sa2jz4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.oz2win-sa2jz4 table thead,
table thead {
  border-bottom: none;
}

.oz2win-sa2jz4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.oz2win-sa2jz4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.oz2win-sa2jz4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.oz2win-sa2jz4 .oz2win-oz9ek7 {
  table-layout: auto;
}

.oz2win-sa2jz4 .oz2win-oz9ek7 th {
  word-break: normal;
}

.oz2win-sa2jz4 .oz2win-oz9ek7 td {
  word-break: normal;
}

.oz2win-zk241i .oz2win-zk241i {
  padding-right: 0;
  padding-left: 0;
}

.oz2win-s8du0k {
  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;
}

.oz2win-nyduc4 {
  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;
}

.oz2win-w12ps8 {
  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;
}

.oz2win-32mi3r {
  margin-top: 24px;
}

.oz2win-32mi3r.oz2win-jwkszu {
  text-align: left;
}

.oz2win-32mi3r.oz2win-n4sovq {
  text-align: right;
}

.oz2win-32mi3r.oz2win-09trg8 {
  text-align: center;
}

.oz2win-1hz8xi {
  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.oz2win-vmnxvp ease-in-out;
  cursor: pointer;
}

.oz2win-1hz8xi:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.oz2win-1hz8xi {
  min-width: 328px;
}

@media (max-width: 768px) {
  .oz2win-1hz8xi {
    min-width: unset;
  }
}

.oz2win-3z4m66 {
  background-color: var(--fh-bg-color);
}

.oz2win-uv7qtp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.oz2win-kjljcw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.oz2win-kjljcw img {
  max-height: 80px;
  object-fit: contain;
}

.oz2win-4qcu27 {
  flex: 1 1;
}

.oz2win-wwl494 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.oz2win-4ltppw {
  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;
}

.oz2win-4ltppw 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;
}

.oz2win-4ltppw.oz2win-o243wo span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.oz2win-4ltppw.oz2win-o243wo span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.oz2win-4ltppw.oz2win-o243wo span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.oz2win-4qcu27 + .oz2win-wwl494 {
  margin-left: 20px;
}

.oz2win-3shyfp {
  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;
}

.oz2win-3shyfp > svg {
  max-width: 24px;
  max-height: 24px;
}

.oz2win-3shyfp + .oz2win-3shyfp {
  margin-left: 5px;
}

.oz2win-fpr1ao {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.oz2win-fpr1ao:hover {
  background-color: var(--button-bg-hover);
}

.oz2win-14ru3f {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.oz2win-vmnxvp ease-in-out;
  border: 1px solid var(--border-color);
}

.oz2win-14ru3f:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.oz2win-x4o7a4 {
  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) {
  .oz2win-4qcu27 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .oz2win-x4o7a4 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .oz2win-4qcu27 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .oz2win-3shyfp {
    min-width: unset;
    flex: 1 1;
  }
}

.oz2win-yhoc1n {
  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;
}

.oz2win-yhoc1n:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.oz2win-yhoc1n:hover .oz2win-ag2s8x {
  opacity: 1;
  pointer-events: auto;
}

.oz2win-hhzs6y {
  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.oz2win-bda6nm ease-in-out;
  gap: 4px;
}

.oz2win-hhzs6y > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oz2win-hhzs6y .oz2win-s8du0k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oz2win-4n3935,
.oz2win-hhzs6y:hover {
  color: var(--button-bg-hover);
}

.oz2win-3l85hz {
  position: relative;
}

.oz2win-3l85hz .oz2win-hhzs6y {
  margin-right: 0;
  padding-right: 4px;
}

.oz2win-au0r7p svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oz2win-3l85hz.oz2win-o243wo .oz2win-au0r7p svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.oz2win-3l85hz.oz2win-o243wo .oz2win-ag2s8x {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.oz2win-3l85hz.oz2win-o243wo .oz2win-ag2s8x::before {
  display: none;
}

.oz2win-au0r7p svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.oz2win-ag2s8x {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.oz2win-tfowb1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.oz2win-ag2s8x::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.oz2win-ag2s8x:hover {
  color: var(--fh-bg-color);
}

.oz2win-u53hjo {
  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.oz2win-tfowb1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.oz2win-bda6nm ease-in-out;
  -o-transition: 0.oz2win-bda6nm ease-in-out;
  transition: 0.oz2win-bda6nm ease-in-out;
}

.oz2win-u53hjo .oz2win-s8du0k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oz2win-leww6v,
.oz2win-u53hjo:hover {
  color: var(--button-bg-hover);
}

.oz2win-zmhh6k {
  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%;
}

.oz2win-zmhh6k.oz2win-c9qcru {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.oz2win-zmhh6k.oz2win-c9qcru:after,
.oz2win-zmhh6k.oz2win-c9qcru:before {
  content: "";
  position: absolute;
  margin: auto;
}

.oz2win-zmhh6k.oz2win-c9qcru: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);
  }
}

.oz2win-zmhh6k.oz2win-c9qcru:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.oz2win-zmhh6k.oz2win-c9qcru > * {
  z-index: 1;
}

.oz2win-zmhh6k b,
.oz2win-zmhh6k strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.oz2win-zmhh6k .oz2win-1lwa9e {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.oz2win-zmhh6k .oz2win-1irlqv {
  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;
}

.oz2win-zmhh6k .oz2win-s8du0k {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.oz2win-zmhh6k .oz2win-bzbti7 {
  margin-top: 12px;
}

.oz2win-bzbti7 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.oz2win-zwxjyd {
  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;
}

.oz2win-bzbti7 .oz2win-tf5mw8 {
  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.oz2win-vmnxvp ease-in-out;
}

.oz2win-bzbti7 .oz2win-tf5mw8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.oz2win-ybpm9l {
  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;
}

.oz2win-zmhh6k.oz2win-2oy6yn {
  gap: 12px;
  padding: 16px;
}

.oz2win-zmhh6k.oz2win-2oy6yn .oz2win-ybpm9l {
  min-width: 240px;
}

.oz2win-zmhh6k.oz2win-2oy6yn .oz2win-ybpm9l.oz2win-plb38o {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .oz2win-zmhh6k .oz2win-1lwa9e {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .oz2win-zmhh6k .oz2win-1irlqv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .oz2win-zmhh6k .oz2win-s8du0k {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-s8du0k {
    max-width: 126px;
  }
  .oz2win-zmhh6k .oz2win-bzbti7 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .oz2win-zmhh6k .oz2win-zwxjyd {
    max-width: unset;
  }
  .oz2win-ybpm9l {
    min-width: unset;
    width: 100%;
  }
  .oz2win-zmhh6k .oz2win-ybpm9l {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn {
    grid-template-rows: auto 1fr auto;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-ybpm9l {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .oz2win-zmhh6k {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .oz2win-zmhh6k .oz2win-1lwa9e {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .oz2win-zmhh6k .oz2win-s8du0k {
    max-width: 78px;
  }
  .oz2win-zmhh6k .oz2win-bzbti7 {
    margin-top: -12px;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn {
    gap: 8px;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-1lwa9e {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-1irlqv {
    grid-column: 1/3;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-s8du0k {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .oz2win-zmhh6k.oz2win-2oy6yn .oz2win-s8du0k img {
    max-width: 114px;
  }
}

.oz2win-ybpm9l.oz2win-vknhax,
.oz2win-ybpm9l.oz2win-xsjbgg,
.oz2win-ybpm9l.oz2win-353731 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.oz2win-vmnxvp ease-in-out;
}

.oz2win-ybpm9l.oz2win-vknhax,
.oz2win-ybpm9l.oz2win-353731 {
  padding: 10px;
}

.oz2win-ybpm9l.oz2win-vknhax:hover,
.oz2win-ybpm9l.oz2win-xsjbgg:hover,
.oz2win-ybpm9l.oz2win-353731:hover {
  background: var(--button-bg-hover);
}

.oz2win-ybpm9l.oz2win-vknhax:hover svg path,
.oz2win-ybpm9l.oz2win-353731:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.oz2win-ybpm9l.oz2win-plb38o {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.oz2win-vmnxvp ease-in-out;
  background: var(--button-bg-color);
}

.oz2win-ybpm9l.oz2win-plb38o:hover {
  background-color: var(--button-bg-hover);
}

.oz2win-ybpm9l.oz2win-xsjbgg: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);
  }
}

.oz2win-ybpm9l.oz2win-xsjbgg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oz2win-ybpm9l.oz2win-plb38o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oz2win-kfdf72 {
  max-width: 650px;
}

.oz2win-qvk6yd {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.oz2win-6jxsh8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.oz2win-nzln72 {
  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.oz2win-bda6nm ease-in-out;
  cursor: pointer;
}

.oz2win-nzln72:hover {
  opacity: 0.5;
}

.oz2win-nzln72:focus {
  outline: 0;
}

.oz2win-nzln72:focus .oz2win-ggsuaw,
.oz2win-nzln72:hover .oz2win-ggsuaw {
  fill: red;
  fill-opacity: 1;
}

.oz2win-nzln72:hover {
  cursor: pointer;
}

.oz2win-tiqjn7 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.oz2win-kfdf72.oz2win-09trg8 {
  margin: 0 auto;
}

.oz2win-kfdf72.oz2win-n4sovq {
  margin-left: auto;
}

.oz2win-keov8w {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.oz2win-y2m9nf {
  padding-bottom: 50px;
}

.oz2win-whkgkq {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.oz2win-lvrr91 {
  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;
}

.oz2win-2lgyra {
  margin-top: 24px;
}

.oz2win-3jeoul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oz2win-3ogkhg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.oz2win-ik9n4d {
  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;
}

.oz2win-tlfc05 {
  width: 468px;
}

.oz2win-ik9n4d .oz2win-ag2s8x {
  margin: 0.oz2win-ua6xba 0;
}

.oz2win-28ym11 {
  display: flex;
  min-width: 224px;
}

.oz2win-pjybdc {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.oz2win-bda6nm ease-in-out;
}

.oz2win-prh5ik,
.oz2win-pjybdc:hover {
  color: var(--text-color);
}

.oz2win-69345a {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.oz2win-whno6x {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .oz2win-keov8w {
    padding: 16px;
  }
  .oz2win-69345a {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .oz2win-whno6x {
    align-items: center;
  }
  .oz2win-tlfc05 {
    width: unset;
  }
  .oz2win-28ym11 {
    min-width: unset;
  }
  .oz2win-ik9n4d {
    max-height: unset;
  }
  .oz2win-whkgkq {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .oz2win-keov8w {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.oz2win-fz8xjk {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oz2win-fz8xjk:not(:last-child) {
  margin-bottom: 16px;
}

.oz2win-d5suzw {
  outline: 0;
}

.oz2win-d5suzw .oz2win-32zjnk {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.oz2win-boz31s {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .oz2win-boz31s {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.oz2win-boz31s::-webkit-details-marker {
  display: none;
}

.oz2win-boz31s: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;
}

.oz2win-boz31s: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] .oz2win-boz31s:after {
  transform: unset;
}

.oz2win-32zjnk {
  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);
}

.oz2win-32zjnk 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.oz2win-bda6nm ease-in-out;
  -o-transition: 0.oz2win-bda6nm ease-in-out;
  transition: 0.oz2win-bda6nm ease-in-out;
}

.oz2win-4qx44a {
  padding: 16px 0 0 0;
}

.oz2win-4qx44a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .oz2win-4qx44a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-boz31s {
    flex-wrap: wrap;
    gap: 12px;
  }
  .oz2win-boz31s::after {
    margin-left: auto;
  }
  .oz2win-32zjnk {
    order: 3;
    flex: 1 1 100%;
  }
  .oz2win-boz31s {
    font-size: 14px;
    line-height: 130%;
  }
  .oz2win-32zjnk svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.oz2win-fzr57k {
  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;
}

.oz2win-6b7431 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.oz2win-fzr57k.oz2win-o243wo .oz2win-6b7431 {
  margin-bottom: 12px;
}

.oz2win-6b7431::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;
}

.oz2win-fzr57k.oz2win-o243wo .oz2win-6b7431::after {
  transform: unset;
}

.oz2win-bq1ex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.oz2win-dxbo0s {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.oz2win-bda6nm ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.oz2win-dxbo0s: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;
}

.oz2win-fzr57k.oz2win-o243wo .oz2win-bq1ex1 {
  max-height: 100%;
}

.oz2win-0f2q2q {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.oz2win-s9iggj {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.oz2win-e8btmd {
  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;
}

.oz2win-7pkmgg {
  margin-right: 4px;
}

.oz2win-f5jphh {
  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.oz2win-bda6nm ease-in-out;
}

.oz2win-f5jphh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.oz2win-9muyu2,
.oz2win-f5jphh:hover {
  color: var(--text-color);
}

.oz2win-g0al9c {
  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;
}

.oz2win-g0al9c img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.oz2win-g0al9c .oz2win-liakxy {
  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;
}

.oz2win-g0al9c .oz2win-l4a0ma {
  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;
}

.oz2win-7t8g4t {
  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;
}

.oz2win-2wio4a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oz2win-2aqvsk .oz2win-zk241i {
  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;
}

.oz2win-2aqvsk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.oz2win-v6rlck {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.oz2win-u1o7bv {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.oz2win-a59rz7 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.oz2win-d3jp82 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;
}

.oz2win-a59rz7:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.oz2win-cjeja8 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.oz2win-o1dv46 {
  -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.oz2win-bda6nm ease-in-out;
  transition: transform 0.oz2win-bda6nm ease-in-out;
  -o-transition: transform 0.oz2win-bda6nm ease-in-out;
  transition:
    transform 0.oz2win-bda6nm ease-in-out,
    -webkit-transform 0.oz2win-bda6nm ease-in-out;
  cursor: pointer;
}

.oz2win-o1dv46 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.oz2win-o1dv46: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;
}

.oz2win-5lapvr {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .oz2win-5lapvr {
    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);
}

.oz2win-qshzl8 {
  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;
}

.oz2win-w1wwsz {
  position: relative;
  width: 100%;
}

.oz2win-qshzl8.oz2win-qzn9nr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.oz2win-qshzl8.oz2win-09trg8 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oz2win-qshzl8.oz2win-n4sovq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.oz2win-7xg3q3 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.oz2win-4i33gf {
  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.oz2win-bda6nm ease-in-out;
  cursor: pointer;
}

.oz2win-4i33gf:hover {
  opacity: 0.5;
}

.oz2win-qshzl8.oz2win-w3zgbz .oz2win-4i33gf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.oz2win-qshzl8.oz2win-w3zgbz .oz2win-7xg3q3 {
  cursor: pointer;
}

.oz2win-3wtvfg {
  fill: #0009;
}

.oz2win-10xqnt {
  fill: #fff;
}

.oz2win-4i33gf:hover .oz2win-3wtvfg {
  fill: red;
}

.oz2win-4i33gf svg path {
  -webkit-transition: 0.oz2win-bda6nm ease-in-out;
  -o-transition: 0.oz2win-bda6nm ease-in-out;
  transition: 0.oz2win-bda6nm ease-in-out;
}

.oz2win-urkakp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.oz2win-urkakp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.oz2win-urkakp.oz2win-ptmsr5 > :not(.get-image) {
  grid-column: 1/3;
}

.oz2win-iya1f2:not(._h1-block) .oz2win-urkakp > .oz2win-5crxzu {
  grid-row: 1/2;
  grid-column: 1/3;
}

.oz2win-urkakp.oz2win-ptmsr5 .oz2win-64dksb {
  grid-column: 2/3;
}

.oz2win-urkakp.oz2win-ptmsr5 > .oz2win-s8du0k {
  grid-column: 1/2;
}

.oz2win-urkakp.oz2win-ptmsr5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.oz2win-urkakp > p:first-of-type {
  margin-top: 0;
}

.oz2win-urkakp .oz2win-s8du0k {
  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;
}

.oz2win-iya1f2:not(._h1-block) .oz2win-5crxzu ~ .oz2win-s8du0k {
  grid-row: 2/10;
}

.oz2win-iya1f2.oz2win-b1eh9a .oz2win-5crxzu ~ .oz2win-s8du0k {
  grid-row: 1/10;
}

.oz2win-iya1f2.oz2win-b1eh9a > .oz2win-5crxzu {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.oz2win-iya1f2.oz2win-b1eh9a .oz2win-s8du0k {
  grid-row: 1/10;
}

.oz2win-urkakp.oz2win-lm8yzh .oz2win-s8du0k {
  align-items: flex-start;
}

.oz2win-urkakp.oz2win-09trg8 .oz2win-64dksb {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.oz2win-urkakp.oz2win-09trg8 .oz2win-s8du0k {
  align-items: center;
}

.oz2win-urkakp.oz2win-8tc18l .oz2win-s8du0k {
  align-items: flex-end;
}

.oz2win-64dksb > :first-child {
  margin-top: 0;
}

.oz2win-64dksb > :last-child {
  margin-bottom: 0;
}

* + .oz2win-ec13g5,
.oz2win-iya1f2 + .oz2win-iya1f2 {
  margin-top: 2rem;
}

.oz2win-extgs7 td::before,
.oz2win-extgs7 th::after {
  display: none !important;
}

.oz2win-extgs7 #link-selector {
  color: #000;
}

.oz2win-extgs7 .oz2win-x8sj5v {
  color: #135e96;
}

.oz2win-extgs7 .oz2win-16o7hi *,
.oz2win-extgs7 .oz2win-j5nqku p,
.oz2win-extgs7 .oz2win-1vsolz * {
  color: #000;
}

.oz2win-extgs7 .oz2win-x0eutn {
  background: 0 0 !important;
}

.oz2win-extgs7 .oz2win-joquh7 {
  color: #000;
}

.oz2win-extgs7 .oz2win-q7qt9p.oz2win-axpbl1 {
  color: #fff;
}

.oz2win-extgs7 .oz2win-u362iw {
  color: #000;
}

.oz2win-extgs7
  .oz2win-7meh8j
  .oz2win-sft4yp.oz2win-axpbl1.oz2win-q1dsnj {
  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;
}

.oz2win-ktvwpl,
body .oz2win-8illdn {
  color: #000;
  background: var(--color-body) !important;
}

.oz2win-ktvwpl .oz2win-9nrgbh .oz2win-y5o0jp,
body .oz2win-8illdn .oz2win-9nrgbh .oz2win-y5o0jp {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oz2win-dxbo0s:focus,
  .oz2win-dxbo0s:hover {
    color: #f9cb16;
  }
  .oz2win-jt7pyz:focus,
  .oz2win-jt7pyz:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oz2win-wjw1ay:focus img,
  .oz2win-wjw1ay:focus svg,
  .oz2win-wjw1ay:hover img,
  .oz2win-wjw1ay:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .oz2win-g0al9c {
    display: none;
  }
}

@media (min-width: 1024px) {
  .oz2win-3l85hz:hover .oz2win-au0r7p svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .oz2win-au0r7p {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .oz2win-h3eodf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .oz2win-hf73dc {
    grid-template-columns: repeat(4, 1fr);
  }
  .oz2win-sll7jb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .oz2win-bbhxml .oz2win-0323e3 {
    grid-template-columns: 1fr;
  }
  .oz2win-bbhxml .oz2win-cyz6sy {
    -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;
  }
  .oz2win-bbhxml .oz2win-ivrlls {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oz2win-bbhxml .oz2win-eeskhc {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oz2win-bbhxml .oz2win-kwwo1c {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .oz2win-bbhxml .oz2win-ivrlls:not(:first-child) {
    border: none;
  }
  .oz2win-bbhxml .oz2win-ivrlls:first-child .oz2win-eeskhc {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .oz2win-bbhxml .oz2win-ivrlls:last-child .oz2win-eeskhc {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .oz2win-uv7qtp {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .oz2win-kjljcw {
    max-width: 100px;
  }
  .oz2win-4qcu27 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .oz2win-wwl494 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .oz2win-wwl494 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .oz2win-4ltppw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .oz2win-4qcu27 + .oz2win-wwl494 {
    margin-left: auto;
  }
  .oz2win-d3w8nl {
    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;
  }
  .oz2win-d3w8nl.oz2win-o243wo {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .oz2win-x4o7a4 {
    -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;
  }
  .oz2win-yhoc1n {
    width: 100%;
  }
  .oz2win-yhoc1n:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .oz2win-hhzs6y {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .oz2win-hhzs6y svg {
    margin-right: 4px;
  }
  .oz2win-3l85hz {
    -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;
  }
  .oz2win-au0r7p svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .oz2win-au0r7p {
    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;
  }
  .oz2win-ag2s8x {
    display: none;
    width: 100%;
  }
  .oz2win-3l85hz.oz2win-o243wo .oz2win-ag2s8x {
    padding: 0 0 0 48px;
  }
  .oz2win-u53hjo {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .oz2win-lvrr91 .oz2win-s8du0k {
    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;
  }
  .oz2win-bqwv5z {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oz2win-bqwv5z + .oz2win-bqwv5z {
    margin-right: 0;
  }
  .oz2win-bqwv5z + .oz2win-s8du0k {
    margin: 0;
  }
  .oz2win-h3eodf {
    grid-template-columns: repeat(4, 1fr);
  }
  .oz2win-hf73dc {
    grid-template-columns: repeat(3, 1fr);
  }
  .oz2win-x5579t,
  .oz2win-xg8fs0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-urkakp {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .oz2win-urkakp.oz2win-ptmsr5 .oz2win-64dksb {
    grid-column: auto;
    grid-row: auto;
  }
  .oz2win-urkakp > .oz2win-5crxzu {
    grid-column: 1/2;
  }
  .oz2win-urkakp.oz2win-ptmsr5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .oz2win-urkakp .oz2win-s8du0k,
  .oz2win-urkakp.oz2win-ptmsr5 > .oz2win-s8du0k {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oz2win-urkakp.oz2win-ptmsr5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .oz2win-iya1f2.oz2win-b1eh9a .oz2win-urkakp > .oz2win-s8du0k {
    grid-row: 1/2;
  }
  .oz2win-urkakp .oz2win-5crxzu ~ .oz2win-s8du0k,
  .oz2win-urkakp.oz2win-ptmsr5 .oz2win-5crxzu ~ .oz2win-s8du0k {
    grid-row: 2/3;
  }
  .oz2win-iya1f2.oz2win-b1eh9a .oz2win-5crxzu ~ .oz2win-s8du0k {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .oz2win-oegxpp:first-child .oz2win-h2ibqt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oz2win-oegxpp:first-child .oz2win-h2ibqt h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .oz2win-oegxpp {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .oz2win-oegxpp {
    padding: 0;
  }
  .oz2win-32mi3r {
    margin-top: 1rem;
  }
  .oz2win-d5suzw {
    border-radius: 5px;
  }
  .oz2win-iaavh5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oz2win-6b7431::after {
    display: inline-block;
  }
  .oz2win-6b7431 {
    margin: 0;
    width: 100%;
  }
  .oz2win-bq1ex1 {
    width: 100%;
  }
  .oz2win-bq1ex1.oz2win-dybirv {
    -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%;
  }
  .oz2win-bq1ex1.oz2win-dybirv .oz2win-4kl6xo {
    width: 100%;
  }
  .oz2win-bq1ex1.oz2win-dybirv .oz2win-4kl6xo:not(:last-child) {
    margin-right: 0;
  }
  .oz2win-dxbo0s {
    width: 100%;
    text-align: center;
  }
  .oz2win-fzr57k.oz2win-o243wo .oz2win-bq1ex1 {
    margin-top: 1rem;
  }
  .oz2win-h3eodf {
    grid-template-columns: repeat(3, 1fr);
  }
  .oz2win-sll7jb,
  .oz2win-hf73dc {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-x5579t,
  .oz2win-xg8fs0,
  .oz2win-gznibe {
    grid-template-columns: 1fr;
  }
  .oz2win-e8xct1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .oz2win-aucu23 {
    min-width: 300px;
    max-width: 325px;
  }
  .oz2win-eeskhc {
    cursor: auto;
  }
  .oz2win-8j7yaf .oz2win-eeskhc {
    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;
  }
  .oz2win-5lapvr {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .oz2win-ag2s8x {
    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) {
  .oz2win-5lapvr {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.oz2win-bqwv5z p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .oz2win-wwl494 {
    margin: 0 -0.2rem;
  }
  .oz2win-bqwv5z {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .oz2win-zjwozl {
    -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;
  }
  .oz2win-kybh9x {
    max-width: 100%;
  }
  .oz2win-h3eodf {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-sll7jb,
  .oz2win-hf73dc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .oz2win-uv7qtp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oz2win-wwl494 {
    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;
  }
  .oz2win-3z4m66 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oz2win-3shyfp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oz2win-489wvm,
  .oz2win-lgo81x {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .oz2win-1hz8xi {
    width: 100%;
  }
  .oz2win-h3eodf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .oz2win-5lapvr {
    top: 127px !important;
  }
}

.oz2win-cnmjr6 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .oz2win-cnmjr6 {
  }
}

@media (max-width: 767px) {
  .oz2win-cnmjr6 {
    margin-bottom: 12px;
  }
}

.oz2win-cnmjr6 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.oz2win-dgy8v0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.oz2win-dgy8v0 > .oz2win-22hv1w {
  flex: 1 1;
}

@media (max-width: 767px) {
  .oz2win-dgy8v0 {
    flex-direction: column;
    gap: 12px;
  }
}

.oz2win-97n9s3 {
  display: flex;
}

.oz2win-97n9s3 .oz2win-yyxxfw {
  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;
}

.oz2win-97n9s3 .oz2win-yzsa46 {
  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;
}

.oz2win-97n9s3 .oz2win-g0qvqh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.oz2win-97n9s3 .oz2win-voj7ty {
  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));
  }
}

.oz2win-97n9s3 .oz2win-voj7ty:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.oz2win-97n9s3 .oz2win-wptuyk {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.oz2win-b5vddq {
  border: unset;
  background-color: unset;
}

.oz2win-b5vddq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.oz2win-b5vddq .oz2win-wk52we,
.oz2win-b5vddq .oz2win-fzutpq {
  flex: 0 1 330px;
}

.oz2win-b5vddq .oz2win-pdfj7r {
  flex: 1 1;
}

.oz2win-b5vddq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oz2win-b5vddq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.oz2win-b5vddq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.oz2win-b5vddq tr td p {
  color: #fff;
  margin: 0;
}

.oz2win-b5vddq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.oz2win-b5vddq tr.oz2win-wk52we td p {
  padding: 16px 0;
}

.oz2win-b5vddq tr.oz2win-wk52we td p:not(:last-child),
.oz2win-b5vddq tr.oz2win-fzutpq td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.oz2win-b5vddq tr.oz2win-wk52we td p:first-child,
.oz2win-b5vddq tr.oz2win-fzutpq td p:first-child {
  padding-top: 0;
}

.oz2win-b5vddq tr.oz2win-fzutpq td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oz2win-b5vddq tr.oz2win-fzutpq td p:last-child {
  padding-bottom: 0;
}

.oz2win-b5vddq .oz2win-fzutpq img {
  max-width: 32px;
}

.oz2win-b5vddq .oz2win-pdfj7r {
  min-width: 718px;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.oz2win-b5vddq .oz2win-pdfj7r td {
  display: flex;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4,
.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-y8uyix,
.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-ekom2l {
  flex: 1 1 50%;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-v32chb {
  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;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-p7jy9u,
.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-vmp3b1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4,
.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-y8uyix {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4 span,
.oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-y8uyix span {
  font-weight: 800;
}

.oz2win-b5vddq .oz2win-pdfj7r img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .oz2win-b5vddq tr.oz2win-wk52we td p:last-child {
    padding-bottom: 0;
  }
  .oz2win-b5vddq .oz2win-fzutpq > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .oz2win-b5vddq .oz2win-fzutpq > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .oz2win-b5vddq tr.oz2win-wk52we td p:not(:last-child),
  .oz2win-b5vddq tr.oz2win-fzutpq td p:not(:last-child) {
    border-bottom: unset;
  }
  .oz2win-b5vddq tr.oz2win-fzutpq td p:last-child {
    padding-bottom: 12px;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4,
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-y8uyix,
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-ekom2l {
    flex: 1 1 50%;
    padding: 0;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4,
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-y8uyix {
    margin-top: 16px;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-ekom2l {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-7m29m4 {
    border-right: 1px solid var(--border-color);
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-ekom2l:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td:last-child .oz2win-ekom2l:last-child {
    padding-bottom: 0;
  }
}

.oz2win-ekom2l {
  display: flex;
  flex-direction: column;
}

.oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l:not(:first-child) {
    padding-left: 0;
  }
  .oz2win-b5vddq .oz2win-pdfj7r td .oz2win-ekom2l:not(:last-of-type) {
    border-right: unset;
  }
}

.oz2win-b5vddq .oz2win-hsk6ve {
  flex: 0 1 485px;
}

.oz2win-b5vddq .oz2win-w2v8s9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.oz2win-b5vddq .oz2win-w2v8s9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-b5vddq .oz2win-w2v8s9 li.oz2win-dlrw42 {
  padding: 6px 12px;
}

.oz2win-b5vddq .oz2win-w2v8s9 li a,
.oz2win-b5vddq .oz2win-w2v8s9 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;
}

.oz2win-b5vddq .oz2win-wsbczi,
.oz2win-b5vddq .oz2win-ht5pz0 {
  flex: 1 1;
}

.oz2win-b5vddq .oz2win-ahsszr,
.oz2win-b5vddq .oz2win-fyu13t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oz2win-b5vddq .oz2win-ahsszr li,
.oz2win-b5vddq .oz2win-fyu13t li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oz2win-b5vddq .oz2win-ht5pz0 img {
  max-width: 32px;
}

.oz2win-b5vddq .oz2win-wsbczi img {
  max-width: 32px;
}

.oz2win-b5vddq .oz2win-unjy65 {
  min-width: 280px;
}

.oz2win-b5vddq .oz2win-unjy65 img {
  max-width: 146px;
}

.oz2win-b5vddq .oz2win-unjy65 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .oz2win-b5vddq .oz2win-wk52we,
  .oz2win-b5vddq .oz2win-fzutpq {
    flex: 0 1 auto;
  }
  .oz2win-b5vddq .oz2win-pdfj7r {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .oz2win-b5vddq .oz2win-wk52we,
  .oz2win-b5vddq .oz2win-hsk6ve,
  .oz2win-b5vddq .oz2win-fzutpq,
  .oz2win-b5vddq .oz2win-pdfj7r {
    flex: 1 1 calc(50% - 20px);
  }
  .oz2win-b5vddq .oz2win-wsbczi,
  .oz2win-b5vddq .oz2win-unjy65,
  .oz2win-b5vddq .oz2win-ht5pz0 {
    flex: 1 1 30%;
  }
  .oz2win-b5vddq .oz2win-unjy65 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .oz2win-b5vddq .oz2win-wk52we,
  .oz2win-b5vddq .oz2win-hsk6ve,
  .oz2win-b5vddq .oz2win-wsbczi,
  .oz2win-b5vddq .oz2win-fzutpq,
  .oz2win-b5vddq .oz2win-pdfj7r,
  .oz2win-b5vddq .oz2win-unjy65,
  .oz2win-b5vddq .oz2win-ht5pz0 {
    flex: 1 1 100%;
  }
}

.oz2win-o6q55c .oz2win-jtieyj {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oz2win-o6q55c .oz2win-7xg59t {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.oz2win-o6q55c .oz2win-gspe2g {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.oz2win-o6q55c .oz2win-r6yqhp {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.oz2win-o6q55c .oz2win-r6yqhp > :nth-child(3) {
  margin-top: 0;
}

.oz2win-o6q55c .oz2win-s8du0k {
  grid-column: 2/3;
  grid-row: 1/10;
}

.oz2win-o6q55c .oz2win-jqa3a6 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.oz2win-o6q55c .oz2win-32mi3r {
  grid-column: 1/2;
}

.oz2win-o6q55c > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.oz2win-o6q55c .oz2win-7xg59t: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;
}

.oz2win-o6q55c .oz2win-7xg59t:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.oz2win-o6q55c .oz2win-1hz8xi {
  min-width: 240px;
}

@media (max-width: 768px) {
  .oz2win-o6q55c .oz2win-7xg59t:not(:last-child):before {
    bottom: 8px;
  }
  .oz2win-o6q55c .oz2win-7xg59t:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .oz2win-o6q55c .oz2win-r6yqhp {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .oz2win-o6q55c .oz2win-s8du0k {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .oz2win-o6q55c .oz2win-s8du0k img {
    width: 100%;
    height: auto;
  }
  .oz2win-o6q55c .oz2win-1hz8xi {
    width: 100%;
    min-width: unset;
  }
}

.oz2win-aahijx .oz2win-xhfkg5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.oz2win-aahijx .oz2win-frv2tv {
  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;
}

.oz2win-aahijx .oz2win-s8du0k {
  height: 100%;
}

.oz2win-aahijx .oz2win-s8du0k img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.oz2win-aahijx .oz2win-2sfqq0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.oz2win-aahijx .oz2win-ljzv3a {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.oz2win-aahijx .oz2win-x4fcvo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .oz2win-aahijx .oz2win-frv2tv {
    flex: 1 1 100%;
  }
  .oz2win-aahijx .oz2win-ybpm9l {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .oz2win-aahijx .oz2win-frv2tv {
    flex-direction: column;
  }
  .oz2win-aahijx .oz2win-s8du0k {
    width: 100%;
    height: auto;
  }
  .oz2win-aahijx .oz2win-s8du0k img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .oz2win-aahijx .oz2win-2sfqq0 {
    padding: 0 16px 16px 16px;
  }
  .oz2win-aahijx .oz2win-ybpm9l {
    min-width: unset;
    width: 100%;
  }
}

.oz2win-266zso .oz2win-pkjg2x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.oz2win-266zso .oz2win-elmsvh {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.oz2win-266zso 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;
}

.oz2win-266zso .oz2win-hclhiu {
  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;
}

.oz2win-266zso .oz2win-elmsvh:hover .oz2win-hclhiu {
  display: flex;
}

.oz2win-266zso .oz2win-irfnme {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-266zso .oz2win-em72oc {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.oz2win-5p0rn6 {
  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;
}

.oz2win-5p0rn6.oz2win-4xj6l8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.oz2win-vmnxvp ease-in-out;
}

.oz2win-5p0rn6.oz2win-4xj6l8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.oz2win-266zso .oz2win-r0c1uj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.oz2win-vmnxvp ease-in-out;
}

.oz2win-266zso .oz2win-r0c1uj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.oz2win-266zso .oz2win-r0c1uj:after,
.oz2win-5p0rn6.oz2win-4xj6l8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.oz2win-5p0rn6.oz2win-4xj6l8:after {
  background-image: url(../images/Cash.svg);
}

.oz2win-266zso .oz2win-r0c1uj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .oz2win-266zso .oz2win-pkjg2x {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .oz2win-266zso .oz2win-pkjg2x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .oz2win-266zso .oz2win-pkjg2x {
    grid-template-columns: 1fr;
  }
  .oz2win-266zso .oz2win-elmsvh {
    height: auto;
  }
  .oz2win-266zso .oz2win-elmsvh .oz2win-hclhiu {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .oz2win-266zso .oz2win-irfnme,
  .oz2win-266zso .oz2win-em72oc {
    text-align: left;
  }
  .oz2win-266zso .oz2win-em72oc {
    margin-bottom: 8px;
  }
  .oz2win-266zso img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.oz2win-s63ed4 {
  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;
}

.oz2win-s63ed4.oz2win-w3zgbz {
  display: block;
}

.oz2win-s63ed4 .oz2win-b7sras {
  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;
}

.oz2win-s63ed4 .oz2win-n3n7o0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.oz2win-s63ed4 .oz2win-mb3qes {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.oz2win-s63ed4 .oz2win-upl7uh {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.oz2win-s63ed4 .oz2win-5p0rn6 {
  min-width: 296px;
  margin-bottom: 0;
}

.oz2win-s63ed4 .oz2win-wdn7ze {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.oz2win-s63ed4 .oz2win-h7g7x8 {
  position: relative;
  flex: 1 1;
}

.oz2win-s63ed4 .oz2win-h7g7x8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .oz2win-s63ed4 .oz2win-n3n7o0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .oz2win-s63ed4 .oz2win-mb3qes {
    order: 1;
  }
  .oz2win-s63ed4 .oz2win-upl7uh {
    order: 3;
    flex: 1 1 100%;
  }
  .oz2win-s63ed4 .oz2win-5p0rn6 {
    width: 100%;
    min-width: unset;
  }
  .oz2win-s63ed4 .oz2win-wdn7ze {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .oz2win-urkakp > .oz2win-5crxzu {
    margin-bottom: 0;
  }
  .oz2win-urkakp > .oz2win-32mi3r,
  .oz2win-urkakp > p {
    margin-top: 0;
  }
}

.oz2win-o8lrsi img,
.oz2win-bqwv5z img {
  width: auto;
  object-fit: contain;
}

.oz2win-o8lrsi {
  align-items: center;
}

.oz2win-o8lrsi img {
  max-height: 76px;
}

.oz2win-bqwv5z img {
  max-height: 64px;
}

.oz2win-ctrij2 {
  overflow: auto;
}

.oz2win-v3epgv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.oz2win-nyc9xy:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.oz2win-g1muqz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.oz2win-u2wf47 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.oz2win-g1muqz .oz2win-s8du0k {
  margin-right: 20px;
  flex-shrink: 0;
}

.oz2win-g1muqz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.oz2win-s532jj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.oz2win-s532jj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-g1muqz {
    padding: 15px 10px;
  }
  .oz2win-s532jj {
    padding: 15px 10px;
  }
  .oz2win-g1muqz .oz2win-s8du0k {
    margin-right: 10px;
  }
}

.oz2win-n9wvqu {
  overflow-x: auto;
}

.oz2win-jc7pur {
  border-collapse: collapse;
  width: 100%;
}

.oz2win-n9wvqu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.oz2win-n9wvqu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.oz2win-n9wvqu td.oz2win-1v8jib {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.oz2win-n9wvqu td.oz2win-90ehji {
  border-right: none;
}

.oz2win-n9wvqu td.oz2win-90ehji .oz2win-s8du0k {
  justify-content: flex-start;
}

.oz2win-n9wvqu td.oz2win-90ehji .oz2win-s8du0k img {
  height: auto;
  width: 90px;
}

.oz2win-n9wvqu td.oz2win-kt63nm,
.oz2win-n9wvqu td.oz2win-bf52of {
  font-weight: 600;
  text-align: right;
}

.oz2win-n9wvqu td.oz2win-w6ijgp,
.oz2win-n9wvqu td.oz2win-kt63nm {
  padding-bottom: 10px;
  border-bottom: none;
}

.oz2win-n9wvqu td.oz2win-kt63nm,
.oz2win-n9wvqu td.oz2win-bf52of {
  border-left: none;
}

.oz2win-n9wvqu td.oz2win-w6ijgp,
.oz2win-n9wvqu td.oz2win-0dn3vt {
  border-right: none;
}

.oz2win-n9wvqu td.oz2win-0dn3vt,
.oz2win-n9wvqu td.oz2win-bf52of {
  border-top: none;
  padding-top: 10px;
}

.oz2win-1nngs3 {
  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;
}

.oz2win-1nngs3 .oz2win-ybpm9l {
  min-width: unset;
  width: 100%;
}

.oz2win-1nngs3 .oz2win-ybpm9l.oz2win-vknhax {
  grid-column: 1/2;
  grid-row: 1/2;
}

.oz2win-1nngs3 .oz2win-ybpm9l.oz2win-353731 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.oz2win-1nngs3 .oz2win-liamx8 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-1nngs3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .oz2win-1nngs3 .oz2win-ybpm9l.oz2win-vknhax {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oz2win-1nngs3 .oz2win-ybpm9l.oz2win-353731 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .oz2win-1nngs3 .oz2win-liamx8 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.oz2win-kt896p {
  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;
}

.oz2win-dusshp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.oz2win-i4l1tg p a img {
  margin: 0 auto;
  display: block;
}

.oz2win-i4l1tg table {
  margin-bottom: 17px;
}

/* contanct form */
.oz2win-kom2tm {
  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;
}

.oz2win-kom2tm label {
  font-size: 14px;
}

.oz2win-kom2tm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.oz2win-kom2tm input,
.oz2win-kom2tm textarea,
.oz2win-kom2tm 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;
}
.oz2win-kom2tm button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.oz2win-vmnxvp ease;
}
.oz2win-kom2tm button:hover {
  background-color: #691204;
}
.oz2win-dizyy2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.oz2win-ut84ud ease-in;
}

.oz2win-dizyy2 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;
}
.oz2win-jmy1bh, .oz2win-p53968, [class*="review-card"],
thead, thead th, table th, .oz2win-gdwdbz,
.oz2win-h1edde, [class*="collapsible-header"],
.oz2win-cr00sv, [class*="updated-block"] {
  color: #ece7dc !important;
}
