@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);
}

.monsterwin-6hh4p0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-oh6bpb {
  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.monsterwin-4zp935,
ul.monsterwin-4zp935 {
  padding-left: 20px;
}

ul.monsterwin-4zp935 {
  list-style: disc;
}

ol.monsterwin-4zp935 {
  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;
  }
}

.monsterwin-ghknbr > .monsterwin-vr7ny9,
.monsterwin-ghknbr > .monsterwin-saapvt,
.monsterwin-ghknbr > blockquote,
.monsterwin-ghknbr > h1,
.monsterwin-ghknbr > h2,
.monsterwin-ghknbr > h3,
.monsterwin-ghknbr > h4,
.monsterwin-ghknbr > h5,
.monsterwin-ghknbr > h6,
.monsterwin-ghknbr > ol,
.monsterwin-ghknbr > p,
.monsterwin-ghknbr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-ghknbr > ol,
.monsterwin-ghknbr > ul {
  padding-left: 50px;
}

.monsterwin-ghknbr 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;
}

.monsterwin-ghknbr:not(:last-child) {
  margin-bottom: 2rem;
}

.monsterwin-ghknbr > :not(:first-child) {
  margin-top: 2rem;
}

.monsterwin-ghknbr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.monsterwin-ghknbr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .monsterwin-ghknbr:first-child {
    margin-top: 20px;
  }
}

.monsterwin-ghknbr > p:last-of-type {
  margin-bottom: 32px;
}

.monsterwin-ghknbr > .monsterwin-323zuc:not(:first-child) {
  margin: 64px auto 16px auto;
}

.monsterwin-2w5e9f > .monsterwin-323zuc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-saapvt {
  overflow: auto;
}

.monsterwin-saapvt::-webkit-scrollbar {
  height: 5px;
}

.monsterwin-saapvt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.monsterwin-saapvt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.monsterwin-saapvt table thead,
table thead {
  border-bottom: none;
}

.monsterwin-saapvt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.monsterwin-saapvt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.monsterwin-saapvt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.monsterwin-saapvt .monsterwin-j1l53u {
  table-layout: auto;
}

.monsterwin-saapvt .monsterwin-j1l53u th {
  word-break: normal;
}

.monsterwin-saapvt .monsterwin-j1l53u td {
  word-break: normal;
}

.monsterwin-6hh4p0 .monsterwin-6hh4p0 {
  padding-right: 0;
  padding-left: 0;
}

.monsterwin-djfumu {
  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;
}

.monsterwin-npqm73 {
  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;
}

.monsterwin-ju6fzn {
  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;
}

.monsterwin-vr7ny9 {
  margin-top: 24px;
}

.monsterwin-vr7ny9.monsterwin-9pcwqq {
  text-align: left;
}

.monsterwin-vr7ny9.monsterwin-aogjof {
  text-align: right;
}

.monsterwin-vr7ny9.monsterwin-4a87i6 {
  text-align: center;
}

.monsterwin-b0wet6 {
  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.monsterwin-dy019p ease-in-out;
  cursor: pointer;
}

.monsterwin-b0wet6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.monsterwin-b0wet6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .monsterwin-b0wet6 {
    min-width: unset;
  }
}

.monsterwin-2oktl5 {
  background-color: var(--fh-bg-color);
}

.monsterwin-25kfko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.monsterwin-xqmgu9 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.monsterwin-xqmgu9 img {
  max-height: 80px;
  object-fit: contain;
}

.monsterwin-44mxor {
  flex: 1 1;
}

.monsterwin-ytivgv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.monsterwin-mkr4wt {
  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;
}

.monsterwin-mkr4wt 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;
}

.monsterwin-mkr4wt.monsterwin-fxsluh span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.monsterwin-mkr4wt.monsterwin-fxsluh span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.monsterwin-mkr4wt.monsterwin-fxsluh span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.monsterwin-44mxor + .monsterwin-ytivgv {
  margin-left: 20px;
}

.monsterwin-f1pckz {
  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;
}

.monsterwin-f1pckz > svg {
  max-width: 24px;
  max-height: 24px;
}

.monsterwin-f1pckz + .monsterwin-f1pckz {
  margin-left: 5px;
}

.monsterwin-8nwkg1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.monsterwin-8nwkg1:hover {
  background-color: var(--button-bg-hover);
}

.monsterwin-1hj6ow {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.monsterwin-dy019p ease-in-out;
  border: 1px solid var(--border-color);
}

.monsterwin-1hj6ow:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.monsterwin-pltm2t {
  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) {
  .monsterwin-44mxor {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .monsterwin-pltm2t {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .monsterwin-44mxor {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .monsterwin-f1pckz {
    min-width: unset;
    flex: 1 1;
  }
}

.monsterwin-a3bxjm {
  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;
}

.monsterwin-a3bxjm:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.monsterwin-a3bxjm:hover .monsterwin-r92k8s {
  opacity: 1;
  pointer-events: auto;
}

.monsterwin-cc7p7p {
  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.monsterwin-7jbyqd ease-in-out;
  gap: 4px;
}

.monsterwin-cc7p7p > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.monsterwin-cc7p7p .monsterwin-djfumu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.monsterwin-kp8b07,
.monsterwin-cc7p7p:hover {
  color: var(--button-bg-hover);
}

.monsterwin-er300p {
  position: relative;
}

.monsterwin-er300p .monsterwin-cc7p7p {
  margin-right: 0;
  padding-right: 4px;
}

.monsterwin-u46vz3 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.monsterwin-er300p.monsterwin-fxsluh .monsterwin-u46vz3 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.monsterwin-er300p.monsterwin-fxsluh .monsterwin-r92k8s {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.monsterwin-er300p.monsterwin-fxsluh .monsterwin-r92k8s::before {
  display: none;
}

.monsterwin-u46vz3 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.monsterwin-r92k8s {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.monsterwin-1sa4p0 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.monsterwin-r92k8s::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.monsterwin-r92k8s:hover {
  color: var(--fh-bg-color);
}

.monsterwin-6rs6oj {
  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.monsterwin-1sa4p0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.monsterwin-7jbyqd ease-in-out;
  -o-transition: 0.monsterwin-7jbyqd ease-in-out;
  transition: 0.monsterwin-7jbyqd ease-in-out;
}

.monsterwin-6rs6oj .monsterwin-djfumu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.monsterwin-oy9abi,
.monsterwin-6rs6oj:hover {
  color: var(--button-bg-hover);
}

.monsterwin-vatimj {
  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%;
}

.monsterwin-vatimj.monsterwin-r6hy0s {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.monsterwin-vatimj.monsterwin-r6hy0s:after,
.monsterwin-vatimj.monsterwin-r6hy0s:before {
  content: "";
  position: absolute;
  margin: auto;
}

.monsterwin-vatimj.monsterwin-r6hy0s: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);
  }
}

.monsterwin-vatimj.monsterwin-r6hy0s:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.monsterwin-vatimj.monsterwin-r6hy0s > * {
  z-index: 1;
}

.monsterwin-vatimj b,
.monsterwin-vatimj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.monsterwin-vatimj .monsterwin-gpu2q1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.monsterwin-vatimj .monsterwin-yldmug {
  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;
}

.monsterwin-vatimj .monsterwin-djfumu {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.monsterwin-vatimj .monsterwin-27ybs5 {
  margin-top: 12px;
}

.monsterwin-27ybs5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.monsterwin-w25cq3 {
  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;
}

.monsterwin-27ybs5 .monsterwin-sj2qqi {
  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.monsterwin-dy019p ease-in-out;
}

.monsterwin-27ybs5 .monsterwin-sj2qqi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.monsterwin-pnwzyh {
  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;
}

.monsterwin-vatimj.monsterwin-ftz2tf {
  gap: 12px;
  padding: 16px;
}

.monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-pnwzyh {
  min-width: 240px;
}

.monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-pnwzyh.monsterwin-1kupgb {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .monsterwin-vatimj .monsterwin-gpu2q1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .monsterwin-vatimj .monsterwin-yldmug {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .monsterwin-vatimj .monsterwin-djfumu {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-djfumu {
    max-width: 126px;
  }
  .monsterwin-vatimj .monsterwin-27ybs5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .monsterwin-vatimj .monsterwin-w25cq3 {
    max-width: unset;
  }
  .monsterwin-pnwzyh {
    min-width: unset;
    width: 100%;
  }
  .monsterwin-vatimj .monsterwin-pnwzyh {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf {
    grid-template-rows: auto 1fr auto;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-pnwzyh {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .monsterwin-vatimj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .monsterwin-vatimj .monsterwin-gpu2q1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .monsterwin-vatimj .monsterwin-djfumu {
    max-width: 78px;
  }
  .monsterwin-vatimj .monsterwin-27ybs5 {
    margin-top: -12px;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf {
    gap: 8px;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-gpu2q1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-yldmug {
    grid-column: 1/3;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-djfumu {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .monsterwin-vatimj.monsterwin-ftz2tf .monsterwin-djfumu img {
    max-width: 114px;
  }
}

.monsterwin-pnwzyh.monsterwin-e603uy,
.monsterwin-pnwzyh.monsterwin-0edva1,
.monsterwin-pnwzyh.monsterwin-xnaayu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.monsterwin-dy019p ease-in-out;
}

.monsterwin-pnwzyh.monsterwin-e603uy,
.monsterwin-pnwzyh.monsterwin-xnaayu {
  padding: 10px;
}

.monsterwin-pnwzyh.monsterwin-e603uy:hover,
.monsterwin-pnwzyh.monsterwin-0edva1:hover,
.monsterwin-pnwzyh.monsterwin-xnaayu:hover {
  background: var(--button-bg-hover);
}

.monsterwin-pnwzyh.monsterwin-e603uy:hover svg path,
.monsterwin-pnwzyh.monsterwin-xnaayu:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.monsterwin-pnwzyh.monsterwin-1kupgb {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.monsterwin-dy019p ease-in-out;
  background: var(--button-bg-color);
}

.monsterwin-pnwzyh.monsterwin-1kupgb:hover {
  background-color: var(--button-bg-hover);
}

.monsterwin-pnwzyh.monsterwin-0edva1: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);
  }
}

.monsterwin-pnwzyh.monsterwin-0edva1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.monsterwin-pnwzyh.monsterwin-1kupgb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.monsterwin-p55nql {
  max-width: 650px;
}

.monsterwin-yo7qon {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.monsterwin-kkxcee {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.monsterwin-ofovfc {
  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.monsterwin-7jbyqd ease-in-out;
  cursor: pointer;
}

.monsterwin-ofovfc:hover {
  opacity: 0.5;
}

.monsterwin-ofovfc:focus {
  outline: 0;
}

.monsterwin-ofovfc:focus .monsterwin-opwiic,
.monsterwin-ofovfc:hover .monsterwin-opwiic {
  fill: red;
  fill-opacity: 1;
}

.monsterwin-ofovfc:hover {
  cursor: pointer;
}

.monsterwin-c93o1c {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.monsterwin-p55nql.monsterwin-4a87i6 {
  margin: 0 auto;
}

.monsterwin-p55nql.monsterwin-aogjof {
  margin-left: auto;
}

.monsterwin-6gam62 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.monsterwin-2g7tqd {
  padding-bottom: 50px;
}

.monsterwin-9sb1pd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.monsterwin-wbmhtx {
  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;
}

.monsterwin-8n73zz {
  margin-top: 24px;
}

.monsterwin-uv96ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monsterwin-jdpjyt {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.monsterwin-ktvmbq {
  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;
}

.monsterwin-ok7pos {
  width: 468px;
}

.monsterwin-ktvmbq .monsterwin-r92k8s {
  margin: 0.monsterwin-sgn1e7 0;
}

.monsterwin-oo1iz4 {
  display: flex;
  min-width: 224px;
}

.monsterwin-hykd5n {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.monsterwin-7jbyqd ease-in-out;
}

.monsterwin-7bagoi,
.monsterwin-hykd5n:hover {
  color: var(--text-color);
}

.monsterwin-75bkp8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.monsterwin-60mf33 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .monsterwin-6gam62 {
    padding: 16px;
  }
  .monsterwin-75bkp8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .monsterwin-60mf33 {
    align-items: center;
  }
  .monsterwin-ok7pos {
    width: unset;
  }
  .monsterwin-oo1iz4 {
    min-width: unset;
  }
  .monsterwin-ktvmbq {
    max-height: unset;
  }
  .monsterwin-9sb1pd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .monsterwin-6gam62 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.monsterwin-nmnyjf {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.monsterwin-nmnyjf:not(:last-child) {
  margin-bottom: 16px;
}

.monsterwin-f23sbd {
  outline: 0;
}

.monsterwin-f23sbd .monsterwin-wfm24y {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.monsterwin-jlwtwo {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .monsterwin-jlwtwo {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.monsterwin-jlwtwo::-webkit-details-marker {
  display: none;
}

.monsterwin-jlwtwo: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;
}

.monsterwin-jlwtwo: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] .monsterwin-jlwtwo:after {
  transform: unset;
}

.monsterwin-wfm24y {
  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);
}

.monsterwin-wfm24y 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.monsterwin-7jbyqd ease-in-out;
  -o-transition: 0.monsterwin-7jbyqd ease-in-out;
  transition: 0.monsterwin-7jbyqd ease-in-out;
}

.monsterwin-y830am {
  padding: 16px 0 0 0;
}

.monsterwin-y830am * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .monsterwin-y830am :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-jlwtwo {
    flex-wrap: wrap;
    gap: 12px;
  }
  .monsterwin-jlwtwo::after {
    margin-left: auto;
  }
  .monsterwin-wfm24y {
    order: 3;
    flex: 1 1 100%;
  }
  .monsterwin-jlwtwo {
    font-size: 14px;
    line-height: 130%;
  }
  .monsterwin-wfm24y svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.monsterwin-2b36u7 {
  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;
}

.monsterwin-ehum20 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.monsterwin-2b36u7.monsterwin-fxsluh .monsterwin-ehum20 {
  margin-bottom: 12px;
}

.monsterwin-ehum20::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;
}

.monsterwin-2b36u7.monsterwin-fxsluh .monsterwin-ehum20::after {
  transform: unset;
}

.monsterwin-alpeea {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.monsterwin-r0t460 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.monsterwin-7jbyqd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.monsterwin-r0t460: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;
}

.monsterwin-2b36u7.monsterwin-fxsluh .monsterwin-alpeea {
  max-height: 100%;
}

.monsterwin-y57svj {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.monsterwin-x1g8mf {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.monsterwin-0p3d3o {
  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;
}

.monsterwin-7g7h7u {
  margin-right: 4px;
}

.monsterwin-7q1dmd {
  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.monsterwin-7jbyqd ease-in-out;
}

.monsterwin-7q1dmd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.monsterwin-mpu3s5,
.monsterwin-7q1dmd:hover {
  color: var(--text-color);
}

.monsterwin-v19ezp {
  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;
}

.monsterwin-v19ezp img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.monsterwin-v19ezp .monsterwin-4dusf1 {
  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;
}

.monsterwin-v19ezp .monsterwin-21dwmq {
  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;
}

.monsterwin-f1gnd8 {
  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;
}

.monsterwin-xr4e3e {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.monsterwin-jth2bl .monsterwin-6hh4p0 {
  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;
}

.monsterwin-jth2bl {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.monsterwin-xeic20 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.monsterwin-wnxbe2 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.monsterwin-0yue4v {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.monsterwin-vli3qb 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;
}

.monsterwin-0yue4v:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.monsterwin-iqvfmf {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.monsterwin-nf82tc {
  -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.monsterwin-7jbyqd ease-in-out;
  transition: transform 0.monsterwin-7jbyqd ease-in-out;
  -o-transition: transform 0.monsterwin-7jbyqd ease-in-out;
  transition:
    transform 0.monsterwin-7jbyqd ease-in-out,
    -webkit-transform 0.monsterwin-7jbyqd ease-in-out;
  cursor: pointer;
}

.monsterwin-nf82tc svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.monsterwin-nf82tc: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;
}

.monsterwin-e572lx {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .monsterwin-e572lx {
    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);
}

.monsterwin-m9kub7 {
  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;
}

.monsterwin-0fgu7d {
  position: relative;
  width: 100%;
}

.monsterwin-m9kub7.monsterwin-pjkn75 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.monsterwin-m9kub7.monsterwin-4a87i6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monsterwin-m9kub7.monsterwin-aogjof {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.monsterwin-nwkyk8 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.monsterwin-knicbj {
  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.monsterwin-7jbyqd ease-in-out;
  cursor: pointer;
}

.monsterwin-knicbj:hover {
  opacity: 0.5;
}

.monsterwin-m9kub7.monsterwin-69rbez .monsterwin-knicbj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.monsterwin-m9kub7.monsterwin-69rbez .monsterwin-nwkyk8 {
  cursor: pointer;
}

.monsterwin-907kb0 {
  fill: #0009;
}

.monsterwin-ob3y4f {
  fill: #fff;
}

.monsterwin-knicbj:hover .monsterwin-907kb0 {
  fill: red;
}

.monsterwin-knicbj svg path {
  -webkit-transition: 0.monsterwin-7jbyqd ease-in-out;
  -o-transition: 0.monsterwin-7jbyqd ease-in-out;
  transition: 0.monsterwin-7jbyqd ease-in-out;
}

.monsterwin-tou1e8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.monsterwin-tou1e8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.monsterwin-tou1e8.monsterwin-mbqnmj > :not(.get-image) {
  grid-column: 1/3;
}

.monsterwin-fgytkb:not(._h1-block) .monsterwin-tou1e8 > .monsterwin-323zuc {
  grid-row: 1/2;
  grid-column: 1/3;
}

.monsterwin-tou1e8.monsterwin-mbqnmj .monsterwin-53ha2w {
  grid-column: 2/3;
}

.monsterwin-tou1e8.monsterwin-mbqnmj > .monsterwin-djfumu {
  grid-column: 1/2;
}

.monsterwin-tou1e8.monsterwin-mbqnmj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.monsterwin-tou1e8 > p:first-of-type {
  margin-top: 0;
}

.monsterwin-tou1e8 .monsterwin-djfumu {
  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;
}

.monsterwin-fgytkb:not(._h1-block) .monsterwin-323zuc ~ .monsterwin-djfumu {
  grid-row: 2/10;
}

.monsterwin-fgytkb.monsterwin-aodd8g .monsterwin-323zuc ~ .monsterwin-djfumu {
  grid-row: 1/10;
}

.monsterwin-fgytkb.monsterwin-aodd8g > .monsterwin-323zuc {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.monsterwin-fgytkb.monsterwin-aodd8g .monsterwin-djfumu {
  grid-row: 1/10;
}

.monsterwin-tou1e8.monsterwin-slk49i .monsterwin-djfumu {
  align-items: flex-start;
}

.monsterwin-tou1e8.monsterwin-4a87i6 .monsterwin-53ha2w {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.monsterwin-tou1e8.monsterwin-4a87i6 .monsterwin-djfumu {
  align-items: center;
}

.monsterwin-tou1e8.monsterwin-7ikvha .monsterwin-djfumu {
  align-items: flex-end;
}

.monsterwin-53ha2w > :first-child {
  margin-top: 0;
}

.monsterwin-53ha2w > :last-child {
  margin-bottom: 0;
}

* + .monsterwin-zk3hcy,
.monsterwin-fgytkb + .monsterwin-fgytkb {
  margin-top: 2rem;
}

.monsterwin-rkwhyq td::before,
.monsterwin-rkwhyq th::after {
  display: none !important;
}

.monsterwin-rkwhyq #link-selector {
  color: #000;
}

.monsterwin-rkwhyq .monsterwin-ur68yp {
  color: #135e96;
}

.monsterwin-rkwhyq .monsterwin-7k0fn3 *,
.monsterwin-rkwhyq .monsterwin-eudp0v p,
.monsterwin-rkwhyq .monsterwin-idst59 * {
  color: #000;
}

.monsterwin-rkwhyq .monsterwin-ehz1oy {
  background: 0 0 !important;
}

.monsterwin-rkwhyq .monsterwin-n13lz2 {
  color: #000;
}

.monsterwin-rkwhyq .monsterwin-z68scq.monsterwin-coarse {
  color: #fff;
}

.monsterwin-rkwhyq .monsterwin-krqru6 {
  color: #000;
}

.monsterwin-rkwhyq
  .monsterwin-ajph4q
  .monsterwin-wdkbsd.monsterwin-coarse.monsterwin-af6r03 {
  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;
}

.monsterwin-xwylsb,
body .monsterwin-dsgqv7 {
  color: #000;
  background: var(--color-body) !important;
}

.monsterwin-xwylsb .monsterwin-03f2b8 .monsterwin-9l3anr,
body .monsterwin-dsgqv7 .monsterwin-03f2b8 .monsterwin-9l3anr {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .monsterwin-r0t460:focus,
  .monsterwin-r0t460:hover {
    color: #f9cb16;
  }
  .monsterwin-68f9xg:focus,
  .monsterwin-68f9xg:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .monsterwin-pddtag:focus img,
  .monsterwin-pddtag:focus svg,
  .monsterwin-pddtag:hover img,
  .monsterwin-pddtag:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .monsterwin-v19ezp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .monsterwin-er300p:hover .monsterwin-u46vz3 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .monsterwin-u46vz3 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .monsterwin-fr3841 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .monsterwin-6l39y2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .monsterwin-owbdra {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .monsterwin-lx419q .monsterwin-53lwea {
    grid-template-columns: 1fr;
  }
  .monsterwin-lx419q .monsterwin-rujb4p {
    -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;
  }
  .monsterwin-lx419q .monsterwin-hopf0k {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .monsterwin-lx419q .monsterwin-r5a1t9 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .monsterwin-lx419q .monsterwin-i586w0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .monsterwin-lx419q .monsterwin-hopf0k:not(:first-child) {
    border: none;
  }
  .monsterwin-lx419q .monsterwin-hopf0k:first-child .monsterwin-r5a1t9 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .monsterwin-lx419q .monsterwin-hopf0k:last-child .monsterwin-r5a1t9 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .monsterwin-25kfko {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .monsterwin-xqmgu9 {
    max-width: 100px;
  }
  .monsterwin-44mxor {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .monsterwin-ytivgv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .monsterwin-ytivgv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .monsterwin-mkr4wt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .monsterwin-44mxor + .monsterwin-ytivgv {
    margin-left: auto;
  }
  .monsterwin-pj3zwa {
    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;
  }
  .monsterwin-pj3zwa.monsterwin-fxsluh {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .monsterwin-pltm2t {
    -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;
  }
  .monsterwin-a3bxjm {
    width: 100%;
  }
  .monsterwin-a3bxjm:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .monsterwin-cc7p7p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .monsterwin-cc7p7p svg {
    margin-right: 4px;
  }
  .monsterwin-er300p {
    -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;
  }
  .monsterwin-u46vz3 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .monsterwin-u46vz3 {
    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;
  }
  .monsterwin-r92k8s {
    display: none;
    width: 100%;
  }
  .monsterwin-er300p.monsterwin-fxsluh .monsterwin-r92k8s {
    padding: 0 0 0 48px;
  }
  .monsterwin-6rs6oj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .monsterwin-wbmhtx .monsterwin-djfumu {
    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;
  }
  .monsterwin-nh4h18 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .monsterwin-nh4h18 + .monsterwin-nh4h18 {
    margin-right: 0;
  }
  .monsterwin-nh4h18 + .monsterwin-djfumu {
    margin: 0;
  }
  .monsterwin-fr3841 {
    grid-template-columns: repeat(4, 1fr);
  }
  .monsterwin-6l39y2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .monsterwin-w1g95s,
  .monsterwin-r6hesz {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-tou1e8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .monsterwin-tou1e8.monsterwin-mbqnmj .monsterwin-53ha2w {
    grid-column: auto;
    grid-row: auto;
  }
  .monsterwin-tou1e8 > .monsterwin-323zuc {
    grid-column: 1/2;
  }
  .monsterwin-tou1e8.monsterwin-mbqnmj > :not(.get-image) {
    grid-column: 1/2;
  }
  .monsterwin-tou1e8 .monsterwin-djfumu,
  .monsterwin-tou1e8.monsterwin-mbqnmj > .monsterwin-djfumu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .monsterwin-tou1e8.monsterwin-mbqnmj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .monsterwin-fgytkb.monsterwin-aodd8g .monsterwin-tou1e8 > .monsterwin-djfumu {
    grid-row: 1/2;
  }
  .monsterwin-tou1e8 .monsterwin-323zuc ~ .monsterwin-djfumu,
  .monsterwin-tou1e8.monsterwin-mbqnmj .monsterwin-323zuc ~ .monsterwin-djfumu {
    grid-row: 2/3;
  }
  .monsterwin-fgytkb.monsterwin-aodd8g .monsterwin-323zuc ~ .monsterwin-djfumu {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .monsterwin-ghknbr:first-child .monsterwin-7e24q1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monsterwin-ghknbr:first-child .monsterwin-7e24q1 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .monsterwin-ghknbr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .monsterwin-ghknbr {
    padding: 0;
  }
  .monsterwin-vr7ny9 {
    margin-top: 1rem;
  }
  .monsterwin-f23sbd {
    border-radius: 5px;
  }
  .monsterwin-pi8no2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monsterwin-ehum20::after {
    display: inline-block;
  }
  .monsterwin-ehum20 {
    margin: 0;
    width: 100%;
  }
  .monsterwin-alpeea {
    width: 100%;
  }
  .monsterwin-alpeea.monsterwin-jpvf92 {
    -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%;
  }
  .monsterwin-alpeea.monsterwin-jpvf92 .monsterwin-mn8wl7 {
    width: 100%;
  }
  .monsterwin-alpeea.monsterwin-jpvf92 .monsterwin-mn8wl7:not(:last-child) {
    margin-right: 0;
  }
  .monsterwin-r0t460 {
    width: 100%;
    text-align: center;
  }
  .monsterwin-2b36u7.monsterwin-fxsluh .monsterwin-alpeea {
    margin-top: 1rem;
  }
  .monsterwin-fr3841 {
    grid-template-columns: repeat(3, 1fr);
  }
  .monsterwin-owbdra,
  .monsterwin-6l39y2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-w1g95s,
  .monsterwin-r6hesz,
  .monsterwin-nggovw {
    grid-template-columns: 1fr;
  }
  .monsterwin-kdw8h2 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .monsterwin-dwgqly {
    min-width: 300px;
    max-width: 325px;
  }
  .monsterwin-r5a1t9 {
    cursor: auto;
  }
  .monsterwin-9idizy .monsterwin-r5a1t9 {
    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;
  }
  .monsterwin-e572lx {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .monsterwin-r92k8s {
    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) {
  .monsterwin-e572lx {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.monsterwin-nh4h18 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .monsterwin-ytivgv {
    margin: 0 -0.2rem;
  }
  .monsterwin-nh4h18 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .monsterwin-rxh2wt {
    -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;
  }
  .monsterwin-x402gw {
    max-width: 100%;
  }
  .monsterwin-fr3841 {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-owbdra,
  .monsterwin-6l39y2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .monsterwin-25kfko {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .monsterwin-ytivgv {
    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;
  }
  .monsterwin-2oktl5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .monsterwin-f1pckz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .monsterwin-vdinu7,
  .monsterwin-gtcap4 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .monsterwin-b0wet6 {
    width: 100%;
  }
  .monsterwin-fr3841 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .monsterwin-e572lx {
    top: 127px !important;
  }
}

.monsterwin-u4y3gs {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .monsterwin-u4y3gs {
  }
}

@media (max-width: 767px) {
  .monsterwin-u4y3gs {
    margin-bottom: 12px;
  }
}

.monsterwin-u4y3gs img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.monsterwin-v0i7uv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.monsterwin-v0i7uv > .monsterwin-rcvaur {
  flex: 1 1;
}

@media (max-width: 767px) {
  .monsterwin-v0i7uv {
    flex-direction: column;
    gap: 12px;
  }
}

.monsterwin-3ni81e {
  display: flex;
}

.monsterwin-3ni81e .monsterwin-irv4nc {
  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;
}

.monsterwin-3ni81e .monsterwin-jdpq33 {
  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;
}

.monsterwin-3ni81e .monsterwin-0pc7uh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.monsterwin-3ni81e .monsterwin-fphp68 {
  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));
  }
}

.monsterwin-3ni81e .monsterwin-fphp68:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.monsterwin-3ni81e .monsterwin-53ddat {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.monsterwin-ctbzq2 {
  border: unset;
  background-color: unset;
}

.monsterwin-ctbzq2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.monsterwin-ctbzq2 .monsterwin-736acr,
.monsterwin-ctbzq2 .monsterwin-hfe7am {
  flex: 0 1 330px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 {
  flex: 1 1;
}

.monsterwin-ctbzq2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.monsterwin-ctbzq2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.monsterwin-ctbzq2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.monsterwin-ctbzq2 tr td p {
  color: #fff;
  margin: 0;
}

.monsterwin-ctbzq2 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.monsterwin-ctbzq2 tr.monsterwin-736acr td p {
  padding: 16px 0;
}

.monsterwin-ctbzq2 tr.monsterwin-736acr td p:not(:last-child),
.monsterwin-ctbzq2 tr.monsterwin-hfe7am td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.monsterwin-ctbzq2 tr.monsterwin-736acr td p:first-child,
.monsterwin-ctbzq2 tr.monsterwin-hfe7am td p:first-child {
  padding-top: 0;
}

.monsterwin-ctbzq2 tr.monsterwin-hfe7am td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.monsterwin-ctbzq2 tr.monsterwin-hfe7am td p:last-child {
  padding-bottom: 0;
}

.monsterwin-ctbzq2 .monsterwin-hfe7am img {
  max-width: 32px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 {
  min-width: 718px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td {
  display: flex;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm,
.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7twuxl,
.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-ky4vns {
  flex: 1 1 50%;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-145c42 {
  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;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7ogco1,
.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-2kbcvl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm,
.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7twuxl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm span,
.monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7twuxl span {
  font-weight: 800;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .monsterwin-ctbzq2 tr.monsterwin-736acr td p:last-child {
    padding-bottom: 0;
  }
  .monsterwin-ctbzq2 .monsterwin-hfe7am > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .monsterwin-ctbzq2 .monsterwin-hfe7am > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .monsterwin-ctbzq2 tr.monsterwin-736acr td p:not(:last-child),
  .monsterwin-ctbzq2 tr.monsterwin-hfe7am td p:not(:last-child) {
    border-bottom: unset;
  }
  .monsterwin-ctbzq2 tr.monsterwin-hfe7am td p:last-child {
    padding-bottom: 12px;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm,
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7twuxl,
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-ky4vns {
    flex: 1 1 50%;
    padding: 0;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm,
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-7twuxl {
    margin-top: 16px;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-ky4vns {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-r6b4lm {
    border-right: 1px solid var(--border-color);
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-ky4vns:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td:last-child .monsterwin-ky4vns:last-child {
    padding-bottom: 0;
  }
}

.monsterwin-ky4vns {
  display: flex;
  flex-direction: column;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns:not(:first-child) {
    padding-left: 0;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 td .monsterwin-ky4vns:not(:last-of-type) {
    border-right: unset;
  }
}

.monsterwin-ctbzq2 .monsterwin-ykzcfe {
  flex: 0 1 485px;
}

.monsterwin-ctbzq2 .monsterwin-ui46yv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.monsterwin-ctbzq2 .monsterwin-ui46yv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-ctbzq2 .monsterwin-ui46yv li.monsterwin-h85uz7 {
  padding: 6px 12px;
}

.monsterwin-ctbzq2 .monsterwin-ui46yv li a,
.monsterwin-ctbzq2 .monsterwin-ui46yv 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;
}

.monsterwin-ctbzq2 .monsterwin-zzgzwg,
.monsterwin-ctbzq2 .monsterwin-bfp7u3 {
  flex: 1 1;
}

.monsterwin-ctbzq2 .monsterwin-ltmqsx,
.monsterwin-ctbzq2 .monsterwin-m8py3o {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.monsterwin-ctbzq2 .monsterwin-ltmqsx li,
.monsterwin-ctbzq2 .monsterwin-m8py3o li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.monsterwin-ctbzq2 .monsterwin-bfp7u3 img {
  max-width: 32px;
}

.monsterwin-ctbzq2 .monsterwin-zzgzwg img {
  max-width: 32px;
}

.monsterwin-ctbzq2 .monsterwin-cy0q6p {
  min-width: 280px;
}

.monsterwin-ctbzq2 .monsterwin-cy0q6p img {
  max-width: 146px;
}

.monsterwin-ctbzq2 .monsterwin-cy0q6p td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .monsterwin-ctbzq2 .monsterwin-736acr,
  .monsterwin-ctbzq2 .monsterwin-hfe7am {
    flex: 0 1 auto;
  }
  .monsterwin-ctbzq2 .monsterwin-gtz883 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .monsterwin-ctbzq2 .monsterwin-736acr,
  .monsterwin-ctbzq2 .monsterwin-ykzcfe,
  .monsterwin-ctbzq2 .monsterwin-hfe7am,
  .monsterwin-ctbzq2 .monsterwin-gtz883 {
    flex: 1 1 calc(50% - 20px);
  }
  .monsterwin-ctbzq2 .monsterwin-zzgzwg,
  .monsterwin-ctbzq2 .monsterwin-cy0q6p,
  .monsterwin-ctbzq2 .monsterwin-bfp7u3 {
    flex: 1 1 30%;
  }
  .monsterwin-ctbzq2 .monsterwin-cy0q6p {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .monsterwin-ctbzq2 .monsterwin-736acr,
  .monsterwin-ctbzq2 .monsterwin-ykzcfe,
  .monsterwin-ctbzq2 .monsterwin-zzgzwg,
  .monsterwin-ctbzq2 .monsterwin-hfe7am,
  .monsterwin-ctbzq2 .monsterwin-gtz883,
  .monsterwin-ctbzq2 .monsterwin-cy0q6p,
  .monsterwin-ctbzq2 .monsterwin-bfp7u3 {
    flex: 1 1 100%;
  }
}

.monsterwin-k9wz32 .monsterwin-g5bx3i {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.monsterwin-k9wz32 .monsterwin-57wstx {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.monsterwin-k9wz32 .monsterwin-uh41lb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.monsterwin-k9wz32 .monsterwin-fdepuh {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.monsterwin-k9wz32 .monsterwin-fdepuh > :nth-child(3) {
  margin-top: 0;
}

.monsterwin-k9wz32 .monsterwin-djfumu {
  grid-column: 2/3;
  grid-row: 1/10;
}

.monsterwin-k9wz32 .monsterwin-1gwivo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.monsterwin-k9wz32 .monsterwin-vr7ny9 {
  grid-column: 1/2;
}

.monsterwin-k9wz32 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.monsterwin-k9wz32 .monsterwin-57wstx: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;
}

.monsterwin-k9wz32 .monsterwin-57wstx:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.monsterwin-k9wz32 .monsterwin-b0wet6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .monsterwin-k9wz32 .monsterwin-57wstx:not(:last-child):before {
    bottom: 8px;
  }
  .monsterwin-k9wz32 .monsterwin-57wstx:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .monsterwin-k9wz32 .monsterwin-fdepuh {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .monsterwin-k9wz32 .monsterwin-djfumu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .monsterwin-k9wz32 .monsterwin-djfumu img {
    width: 100%;
    height: auto;
  }
  .monsterwin-k9wz32 .monsterwin-b0wet6 {
    width: 100%;
    min-width: unset;
  }
}

.monsterwin-7xuppp .monsterwin-hhd0te {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.monsterwin-7xuppp .monsterwin-41sjz9 {
  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;
}

.monsterwin-7xuppp .monsterwin-djfumu {
  height: 100%;
}

.monsterwin-7xuppp .monsterwin-djfumu img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.monsterwin-7xuppp .monsterwin-x405w9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.monsterwin-7xuppp .monsterwin-lnejyo {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.monsterwin-7xuppp .monsterwin-0oo1r0 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .monsterwin-7xuppp .monsterwin-41sjz9 {
    flex: 1 1 100%;
  }
  .monsterwin-7xuppp .monsterwin-pnwzyh {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .monsterwin-7xuppp .monsterwin-41sjz9 {
    flex-direction: column;
  }
  .monsterwin-7xuppp .monsterwin-djfumu {
    width: 100%;
    height: auto;
  }
  .monsterwin-7xuppp .monsterwin-djfumu img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .monsterwin-7xuppp .monsterwin-x405w9 {
    padding: 0 16px 16px 16px;
  }
  .monsterwin-7xuppp .monsterwin-pnwzyh {
    min-width: unset;
    width: 100%;
  }
}

.monsterwin-p3bzv4 .monsterwin-g0txxd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.monsterwin-p3bzv4 .monsterwin-9fbbop {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.monsterwin-p3bzv4 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;
}

.monsterwin-p3bzv4 .monsterwin-6hkh1b {
  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;
}

.monsterwin-p3bzv4 .monsterwin-9fbbop:hover .monsterwin-6hkh1b {
  display: flex;
}

.monsterwin-p3bzv4 .monsterwin-nhvs0b {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-p3bzv4 .monsterwin-39hb8y {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.monsterwin-9dnpyd {
  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;
}

.monsterwin-9dnpyd.monsterwin-smyiw7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.monsterwin-dy019p ease-in-out;
}

.monsterwin-9dnpyd.monsterwin-smyiw7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.monsterwin-p3bzv4 .monsterwin-zbvxz9 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.monsterwin-dy019p ease-in-out;
}

.monsterwin-p3bzv4 .monsterwin-zbvxz9:hover {
  color: #196948;
  background-color: #f9cb16;
}

.monsterwin-p3bzv4 .monsterwin-zbvxz9:after,
.monsterwin-9dnpyd.monsterwin-smyiw7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.monsterwin-9dnpyd.monsterwin-smyiw7:after {
  background-image: url(../images/Cash.svg);
}

.monsterwin-p3bzv4 .monsterwin-zbvxz9:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .monsterwin-p3bzv4 .monsterwin-g0txxd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .monsterwin-p3bzv4 .monsterwin-g0txxd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .monsterwin-p3bzv4 .monsterwin-g0txxd {
    grid-template-columns: 1fr;
  }
  .monsterwin-p3bzv4 .monsterwin-9fbbop {
    height: auto;
  }
  .monsterwin-p3bzv4 .monsterwin-9fbbop .monsterwin-6hkh1b {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .monsterwin-p3bzv4 .monsterwin-nhvs0b,
  .monsterwin-p3bzv4 .monsterwin-39hb8y {
    text-align: left;
  }
  .monsterwin-p3bzv4 .monsterwin-39hb8y {
    margin-bottom: 8px;
  }
  .monsterwin-p3bzv4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.monsterwin-i61gkg {
  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;
}

.monsterwin-i61gkg.monsterwin-69rbez {
  display: block;
}

.monsterwin-i61gkg .monsterwin-pwv5jp {
  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;
}

.monsterwin-i61gkg .monsterwin-4z85su {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.monsterwin-i61gkg .monsterwin-nh5cfb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.monsterwin-i61gkg .monsterwin-cpgj20 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.monsterwin-i61gkg .monsterwin-9dnpyd {
  min-width: 296px;
  margin-bottom: 0;
}

.monsterwin-i61gkg .monsterwin-x6irhf {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.monsterwin-i61gkg .monsterwin-9gufta {
  position: relative;
  flex: 1 1;
}

.monsterwin-i61gkg .monsterwin-9gufta iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .monsterwin-i61gkg .monsterwin-4z85su {
    flex-wrap: wrap;
    gap: 8px;
  }
  .monsterwin-i61gkg .monsterwin-nh5cfb {
    order: 1;
  }
  .monsterwin-i61gkg .monsterwin-cpgj20 {
    order: 3;
    flex: 1 1 100%;
  }
  .monsterwin-i61gkg .monsterwin-9dnpyd {
    width: 100%;
    min-width: unset;
  }
  .monsterwin-i61gkg .monsterwin-x6irhf {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .monsterwin-tou1e8 > .monsterwin-323zuc {
    margin-bottom: 0;
  }
  .monsterwin-tou1e8 > .monsterwin-vr7ny9,
  .monsterwin-tou1e8 > p {
    margin-top: 0;
  }
}

.monsterwin-5adb47 img,
.monsterwin-nh4h18 img {
  width: auto;
  object-fit: contain;
}

.monsterwin-5adb47 {
  align-items: center;
}

.monsterwin-5adb47 img {
  max-height: 76px;
}

.monsterwin-nh4h18 img {
  max-height: 64px;
}

.monsterwin-iwvb2z {
  overflow: auto;
}

.monsterwin-dw0r0x {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.monsterwin-hro355:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.monsterwin-r14a7h {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.monsterwin-fa9kwk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.monsterwin-r14a7h .monsterwin-djfumu {
  margin-right: 20px;
  flex-shrink: 0;
}

.monsterwin-r14a7h img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.monsterwin-vvsjme {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.monsterwin-vvsjme > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-r14a7h {
    padding: 15px 10px;
  }
  .monsterwin-vvsjme {
    padding: 15px 10px;
  }
  .monsterwin-r14a7h .monsterwin-djfumu {
    margin-right: 10px;
  }
}

.monsterwin-zk726s {
  overflow-x: auto;
}

.monsterwin-p0fpxi {
  border-collapse: collapse;
  width: 100%;
}

.monsterwin-zk726s th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.monsterwin-zk726s td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.monsterwin-zk726s td.monsterwin-qz6oss {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.monsterwin-zk726s td.monsterwin-k5jo1w {
  border-right: none;
}

.monsterwin-zk726s td.monsterwin-k5jo1w .monsterwin-djfumu {
  justify-content: flex-start;
}

.monsterwin-zk726s td.monsterwin-k5jo1w .monsterwin-djfumu img {
  height: auto;
  width: 90px;
}

.monsterwin-zk726s td.monsterwin-2o6w8e,
.monsterwin-zk726s td.monsterwin-gy9f7r {
  font-weight: 600;
  text-align: right;
}

.monsterwin-zk726s td.monsterwin-n6elu4,
.monsterwin-zk726s td.monsterwin-2o6w8e {
  padding-bottom: 10px;
  border-bottom: none;
}

.monsterwin-zk726s td.monsterwin-2o6w8e,
.monsterwin-zk726s td.monsterwin-gy9f7r {
  border-left: none;
}

.monsterwin-zk726s td.monsterwin-n6elu4,
.monsterwin-zk726s td.monsterwin-981dh0 {
  border-right: none;
}

.monsterwin-zk726s td.monsterwin-981dh0,
.monsterwin-zk726s td.monsterwin-gy9f7r {
  border-top: none;
  padding-top: 10px;
}

.monsterwin-s3mtcz {
  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;
}

.monsterwin-s3mtcz .monsterwin-pnwzyh {
  min-width: unset;
  width: 100%;
}

.monsterwin-s3mtcz .monsterwin-pnwzyh.monsterwin-e603uy {
  grid-column: 1/2;
  grid-row: 1/2;
}

.monsterwin-s3mtcz .monsterwin-pnwzyh.monsterwin-xnaayu {
  grid-column: 2/3;
  grid-row: 1/2;
}

.monsterwin-s3mtcz .monsterwin-r6z11q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-s3mtcz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .monsterwin-s3mtcz .monsterwin-pnwzyh.monsterwin-e603uy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .monsterwin-s3mtcz .monsterwin-pnwzyh.monsterwin-xnaayu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .monsterwin-s3mtcz .monsterwin-r6z11q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.monsterwin-n16x7w {
  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;
}

.monsterwin-6mc81s {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.monsterwin-2w5e9f p a img {
  margin: 0 auto;
  display: block;
}

.monsterwin-2w5e9f table {
  margin-bottom: 17px;
}

/* contanct form */
.monsterwin-obfczz {
  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;
}

.monsterwin-obfczz label {
  font-size: 14px;
}

.monsterwin-obfczz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.monsterwin-obfczz input,
.monsterwin-obfczz textarea,
.monsterwin-obfczz 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;
}
.monsterwin-obfczz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.monsterwin-dy019p ease;
}
.monsterwin-obfczz button:hover {
  background-color: #691204;
}
.monsterwin-iwklcr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.monsterwin-ezumll ease-in;
}

.monsterwin-iwklcr 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;
}
.monsterwin-z2c4gh, .monsterwin-82bqb6, [class*="review-card"],
thead, thead th, table th, .monsterwin-ospl6s,
.monsterwin-2sac43, [class*="collapsible-header"],
.monsterwin-ehbqzp, [class*="updated-block"] {
  color: #ece7dc !important;
}
