@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-86zhkc {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-3wfg97 {
  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-foywcr,
ul.monsterwin-foywcr {
  padding-left: 20px;
}

ul.monsterwin-foywcr {
  list-style: disc;
}

ol.monsterwin-foywcr {
  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-eiznq1 > .monsterwin-ta6k98,
.monsterwin-eiznq1 > .monsterwin-2gai71,
.monsterwin-eiznq1 > blockquote,
.monsterwin-eiznq1 > h1,
.monsterwin-eiznq1 > h2,
.monsterwin-eiznq1 > h3,
.monsterwin-eiznq1 > h4,
.monsterwin-eiznq1 > h5,
.monsterwin-eiznq1 > h6,
.monsterwin-eiznq1 > ol,
.monsterwin-eiznq1 > p,
.monsterwin-eiznq1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-eiznq1 > ol,
.monsterwin-eiznq1 > ul {
  padding-left: 50px;
}

.monsterwin-eiznq1 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-eiznq1:not(:last-child) {
  margin-bottom: 2rem;
}

.monsterwin-eiznq1 > :not(:first-child) {
  margin-top: 2rem;
}

.monsterwin-eiznq1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.monsterwin-eiznq1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .monsterwin-eiznq1:first-child {
    margin-top: 20px;
  }
}

.monsterwin-eiznq1 > p:last-of-type {
  margin-bottom: 32px;
}

.monsterwin-eiznq1 > .monsterwin-z6wtzy:not(:first-child) {
  margin: 64px auto 16px auto;
}

.monsterwin-9uzsff > .monsterwin-z6wtzy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.monsterwin-2gai71 {
  overflow: auto;
}

.monsterwin-2gai71::-webkit-scrollbar {
  height: 5px;
}

.monsterwin-2gai71 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.monsterwin-2gai71 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.monsterwin-2gai71 table thead,
table thead {
  border-bottom: none;
}

.monsterwin-2gai71 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.monsterwin-2gai71 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.monsterwin-2gai71 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.monsterwin-2gai71 .monsterwin-2hlvcf {
  table-layout: auto;
}

.monsterwin-2gai71 .monsterwin-2hlvcf th {
  word-break: normal;
}

.monsterwin-2gai71 .monsterwin-2hlvcf td {
  word-break: normal;
}

.monsterwin-86zhkc .monsterwin-86zhkc {
  padding-right: 0;
  padding-left: 0;
}

.monsterwin-mpwuah {
  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-cfe0cc {
  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-o00jf4 {
  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-ta6k98 {
  margin-top: 24px;
}

.monsterwin-ta6k98.monsterwin-33u1nf {
  text-align: left;
}

.monsterwin-ta6k98.monsterwin-zu41n8 {
  text-align: right;
}

.monsterwin-ta6k98.monsterwin-6os4nu {
  text-align: center;
}

.monsterwin-ds4lpn {
  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-qvcb0o ease-in-out;
  cursor: pointer;
}

.monsterwin-ds4lpn:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.monsterwin-ds4lpn {
  min-width: 328px;
}

@media (max-width: 768px) {
  .monsterwin-ds4lpn {
    min-width: unset;
  }
}

.monsterwin-s00fwq {
  background-color: var(--fh-bg-color);
}

.monsterwin-xirsld {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.monsterwin-wp0p17 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.monsterwin-wp0p17 img {
  max-height: 80px;
  object-fit: contain;
}

.monsterwin-bvgw8y {
  flex: 1 1;
}

.monsterwin-ov2d57 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.monsterwin-n2tswa {
  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-n2tswa 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-n2tswa.monsterwin-nhubfm span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.monsterwin-n2tswa.monsterwin-nhubfm span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.monsterwin-n2tswa.monsterwin-nhubfm span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.monsterwin-bvgw8y + .monsterwin-ov2d57 {
  margin-left: 20px;
}

.monsterwin-oth3ax {
  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-oth3ax > svg {
  max-width: 24px;
  max-height: 24px;
}

.monsterwin-oth3ax + .monsterwin-oth3ax {
  margin-left: 5px;
}

.monsterwin-xak4r3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.monsterwin-xak4r3:hover {
  background-color: var(--button-bg-hover);
}

.monsterwin-0s02rt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.monsterwin-qvcb0o ease-in-out;
  border: 1px solid var(--border-color);
}

.monsterwin-0s02rt:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.monsterwin-yxif14 {
  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-bvgw8y {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .monsterwin-yxif14 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .monsterwin-bvgw8y {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .monsterwin-oth3ax {
    min-width: unset;
    flex: 1 1;
  }
}

.monsterwin-0abaaw {
  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-0abaaw:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.monsterwin-0abaaw:hover .monsterwin-5mutb7 {
  opacity: 1;
  pointer-events: auto;
}

.monsterwin-flo0jj {
  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-1g9cif ease-in-out;
  gap: 4px;
}

.monsterwin-flo0jj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.monsterwin-flo0jj .monsterwin-mpwuah img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.monsterwin-qcrvki,
.monsterwin-flo0jj:hover {
  color: var(--button-bg-hover);
}

.monsterwin-uzp49y {
  position: relative;
}

.monsterwin-uzp49y .monsterwin-flo0jj {
  margin-right: 0;
  padding-right: 4px;
}

.monsterwin-rxi91k svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.monsterwin-uzp49y.monsterwin-nhubfm .monsterwin-rxi91k svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.monsterwin-uzp49y.monsterwin-nhubfm .monsterwin-5mutb7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.monsterwin-uzp49y.monsterwin-nhubfm .monsterwin-5mutb7::before {
  display: none;
}

.monsterwin-rxi91k svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.monsterwin-5mutb7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.monsterwin-0ichyh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.monsterwin-5mutb7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.monsterwin-5mutb7:hover {
  color: var(--fh-bg-color);
}

.monsterwin-sed5ib {
  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-0ichyh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.monsterwin-1g9cif ease-in-out;
  -o-transition: 0.monsterwin-1g9cif ease-in-out;
  transition: 0.monsterwin-1g9cif ease-in-out;
}

.monsterwin-sed5ib .monsterwin-mpwuah img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.monsterwin-m73vqw,
.monsterwin-sed5ib:hover {
  color: var(--button-bg-hover);
}

.monsterwin-tdafed {
  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-tdafed.monsterwin-kjbi60 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.monsterwin-tdafed.monsterwin-kjbi60:after,
.monsterwin-tdafed.monsterwin-kjbi60:before {
  content: "";
  position: absolute;
  margin: auto;
}

.monsterwin-tdafed.monsterwin-kjbi60: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-tdafed.monsterwin-kjbi60:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.monsterwin-tdafed.monsterwin-kjbi60 > * {
  z-index: 1;
}

.monsterwin-tdafed b,
.monsterwin-tdafed strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.monsterwin-tdafed .monsterwin-3dzr1u {
  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-tdafed .monsterwin-gm9zkl {
  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-tdafed .monsterwin-mpwuah {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.monsterwin-tdafed .monsterwin-okp1kw {
  margin-top: 12px;
}

.monsterwin-okp1kw {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.monsterwin-09o46a {
  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-okp1kw .monsterwin-g1k1sy {
  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-qvcb0o ease-in-out;
}

.monsterwin-okp1kw .monsterwin-g1k1sy:hover {
  background: rgba(255, 255, 255, 0.3);
}

.monsterwin-edaa4y {
  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-tdafed.monsterwin-7rlfcg {
  gap: 12px;
  padding: 16px;
}

.monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-edaa4y {
  min-width: 240px;
}

.monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-edaa4y.monsterwin-6u87n7 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .monsterwin-tdafed .monsterwin-3dzr1u {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .monsterwin-tdafed .monsterwin-gm9zkl {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .monsterwin-tdafed .monsterwin-mpwuah {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-mpwuah {
    max-width: 126px;
  }
  .monsterwin-tdafed .monsterwin-okp1kw {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .monsterwin-tdafed .monsterwin-09o46a {
    max-width: unset;
  }
  .monsterwin-edaa4y {
    min-width: unset;
    width: 100%;
  }
  .monsterwin-tdafed .monsterwin-edaa4y {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg {
    grid-template-rows: auto 1fr auto;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-edaa4y {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .monsterwin-tdafed {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .monsterwin-tdafed .monsterwin-3dzr1u {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .monsterwin-tdafed .monsterwin-mpwuah {
    max-width: 78px;
  }
  .monsterwin-tdafed .monsterwin-okp1kw {
    margin-top: -12px;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg {
    gap: 8px;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-3dzr1u {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-gm9zkl {
    grid-column: 1/3;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-mpwuah {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .monsterwin-tdafed.monsterwin-7rlfcg .monsterwin-mpwuah img {
    max-width: 114px;
  }
}

.monsterwin-edaa4y.monsterwin-jt660q,
.monsterwin-edaa4y.monsterwin-yvg43r,
.monsterwin-edaa4y.monsterwin-vf9cvf {
  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-qvcb0o ease-in-out;
}

.monsterwin-edaa4y.monsterwin-jt660q,
.monsterwin-edaa4y.monsterwin-vf9cvf {
  padding: 10px;
}

.monsterwin-edaa4y.monsterwin-jt660q:hover,
.monsterwin-edaa4y.monsterwin-yvg43r:hover,
.monsterwin-edaa4y.monsterwin-vf9cvf:hover {
  background: var(--button-bg-hover);
}

.monsterwin-edaa4y.monsterwin-jt660q:hover svg path,
.monsterwin-edaa4y.monsterwin-vf9cvf:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.monsterwin-edaa4y.monsterwin-6u87n7 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.monsterwin-qvcb0o ease-in-out;
  background: var(--button-bg-color);
}

.monsterwin-edaa4y.monsterwin-6u87n7:hover {
  background-color: var(--button-bg-hover);
}

.monsterwin-edaa4y.monsterwin-yvg43r: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-edaa4y.monsterwin-yvg43r:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.monsterwin-edaa4y.monsterwin-6u87n7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.monsterwin-2b4xry {
  max-width: 650px;
}

.monsterwin-uzvlq4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.monsterwin-hdt8b6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.monsterwin-k6kqhk {
  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-1g9cif ease-in-out;
  cursor: pointer;
}

.monsterwin-k6kqhk:hover {
  opacity: 0.5;
}

.monsterwin-k6kqhk:focus {
  outline: 0;
}

.monsterwin-k6kqhk:focus .monsterwin-75kj94,
.monsterwin-k6kqhk:hover .monsterwin-75kj94 {
  fill: red;
  fill-opacity: 1;
}

.monsterwin-k6kqhk:hover {
  cursor: pointer;
}

.monsterwin-xldn1r {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.monsterwin-2b4xry.monsterwin-6os4nu {
  margin: 0 auto;
}

.monsterwin-2b4xry.monsterwin-zu41n8 {
  margin-left: auto;
}

.monsterwin-gcbb7z {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.monsterwin-x7t9sh {
  padding-bottom: 50px;
}

.monsterwin-0eiet7 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.monsterwin-ch2boi {
  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-57b26j {
  margin-top: 24px;
}

.monsterwin-un45zd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monsterwin-ddzbot {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.monsterwin-wiqnya {
  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-0nnw2h {
  width: 468px;
}

.monsterwin-wiqnya .monsterwin-5mutb7 {
  margin: 0.monsterwin-8loggq 0;
}

.monsterwin-gubyt2 {
  display: flex;
  min-width: 224px;
}

.monsterwin-xskens {
  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-1g9cif ease-in-out;
}

.monsterwin-90qjey,
.monsterwin-xskens:hover {
  color: var(--text-color);
}

.monsterwin-77a04o {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.monsterwin-132pkg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .monsterwin-gcbb7z {
    padding: 16px;
  }
  .monsterwin-77a04o {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .monsterwin-132pkg {
    align-items: center;
  }
  .monsterwin-0nnw2h {
    width: unset;
  }
  .monsterwin-gubyt2 {
    min-width: unset;
  }
  .monsterwin-wiqnya {
    max-height: unset;
  }
  .monsterwin-0eiet7 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .monsterwin-gcbb7z {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.monsterwin-dpbbtx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.monsterwin-dpbbtx:not(:last-child) {
  margin-bottom: 16px;
}

.monsterwin-jmccfv {
  outline: 0;
}

.monsterwin-jmccfv .monsterwin-974vs4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.monsterwin-1n6yat {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .monsterwin-1n6yat {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.monsterwin-1n6yat::-webkit-details-marker {
  display: none;
}

.monsterwin-1n6yat: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-1n6yat: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-1n6yat:after {
  transform: unset;
}

.monsterwin-974vs4 {
  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-974vs4 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-1g9cif ease-in-out;
  -o-transition: 0.monsterwin-1g9cif ease-in-out;
  transition: 0.monsterwin-1g9cif ease-in-out;
}

.monsterwin-sh0x0c {
  padding: 16px 0 0 0;
}

.monsterwin-sh0x0c * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .monsterwin-sh0x0c :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-1n6yat {
    flex-wrap: wrap;
    gap: 12px;
  }
  .monsterwin-1n6yat::after {
    margin-left: auto;
  }
  .monsterwin-974vs4 {
    order: 3;
    flex: 1 1 100%;
  }
  .monsterwin-1n6yat {
    font-size: 14px;
    line-height: 130%;
  }
  .monsterwin-974vs4 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.monsterwin-qbtg7g {
  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-qgszeb {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.monsterwin-qbtg7g.monsterwin-nhubfm .monsterwin-qgszeb {
  margin-bottom: 12px;
}

.monsterwin-qgszeb::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-qbtg7g.monsterwin-nhubfm .monsterwin-qgszeb::after {
  transform: unset;
}

.monsterwin-q8iyzn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.monsterwin-qdy3ig {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.monsterwin-1g9cif ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.monsterwin-qdy3ig: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-qbtg7g.monsterwin-nhubfm .monsterwin-q8iyzn {
  max-height: 100%;
}

.monsterwin-i5fp1n {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.monsterwin-jicdkn {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.monsterwin-avbz9z {
  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-noisfx {
  margin-right: 4px;
}

.monsterwin-5wxnm4 {
  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-1g9cif ease-in-out;
}

.monsterwin-5wxnm4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.monsterwin-6vf501,
.monsterwin-5wxnm4:hover {
  color: var(--text-color);
}

.monsterwin-l8shfe {
  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-l8shfe img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.monsterwin-l8shfe .monsterwin-09sdu5 {
  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-l8shfe .monsterwin-k0dmm7 {
  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-9adz58 {
  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-qcgoot {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.monsterwin-wlnv77 .monsterwin-86zhkc {
  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-wlnv77 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.monsterwin-1b2av0 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.monsterwin-bw373f {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.monsterwin-dg2jdq {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.monsterwin-ocegl9 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-dg2jdq:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.monsterwin-yyq76t {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.monsterwin-69gaxm {
  -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-1g9cif ease-in-out;
  transition: transform 0.monsterwin-1g9cif ease-in-out;
  -o-transition: transform 0.monsterwin-1g9cif ease-in-out;
  transition:
    transform 0.monsterwin-1g9cif ease-in-out,
    -webkit-transform 0.monsterwin-1g9cif ease-in-out;
  cursor: pointer;
}

.monsterwin-69gaxm svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.monsterwin-69gaxm: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-b9vler {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .monsterwin-b9vler {
    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-hlat0g {
  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-nr78ry {
  position: relative;
  width: 100%;
}

.monsterwin-hlat0g.monsterwin-9g19yg {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.monsterwin-hlat0g.monsterwin-6os4nu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.monsterwin-hlat0g.monsterwin-zu41n8 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.monsterwin-nhkpv0 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.monsterwin-o8tzwg {
  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-1g9cif ease-in-out;
  cursor: pointer;
}

.monsterwin-o8tzwg:hover {
  opacity: 0.5;
}

.monsterwin-hlat0g.monsterwin-uu2fza .monsterwin-o8tzwg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.monsterwin-hlat0g.monsterwin-uu2fza .monsterwin-nhkpv0 {
  cursor: pointer;
}

.monsterwin-h334p8 {
  fill: #0009;
}

.monsterwin-u5nk0t {
  fill: #fff;
}

.monsterwin-o8tzwg:hover .monsterwin-h334p8 {
  fill: red;
}

.monsterwin-o8tzwg svg path {
  -webkit-transition: 0.monsterwin-1g9cif ease-in-out;
  -o-transition: 0.monsterwin-1g9cif ease-in-out;
  transition: 0.monsterwin-1g9cif ease-in-out;
}

.monsterwin-oxco3w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.monsterwin-oxco3w > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.monsterwin-oxco3w.monsterwin-6buops > :not(.get-image) {
  grid-column: 1/3;
}

.monsterwin-v5lk2j:not(._h1-block) .monsterwin-oxco3w > .monsterwin-z6wtzy {
  grid-row: 1/2;
  grid-column: 1/3;
}

.monsterwin-oxco3w.monsterwin-6buops .monsterwin-krsk2z {
  grid-column: 2/3;
}

.monsterwin-oxco3w.monsterwin-6buops > .monsterwin-mpwuah {
  grid-column: 1/2;
}

.monsterwin-oxco3w.monsterwin-6buops > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.monsterwin-oxco3w > p:first-of-type {
  margin-top: 0;
}

.monsterwin-oxco3w .monsterwin-mpwuah {
  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-v5lk2j:not(._h1-block) .monsterwin-z6wtzy ~ .monsterwin-mpwuah {
  grid-row: 2/10;
}

.monsterwin-v5lk2j.monsterwin-8ofkzs .monsterwin-z6wtzy ~ .monsterwin-mpwuah {
  grid-row: 1/10;
}

.monsterwin-v5lk2j.monsterwin-8ofkzs > .monsterwin-z6wtzy {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.monsterwin-v5lk2j.monsterwin-8ofkzs .monsterwin-mpwuah {
  grid-row: 1/10;
}

.monsterwin-oxco3w.monsterwin-dy8ui9 .monsterwin-mpwuah {
  align-items: flex-start;
}

.monsterwin-oxco3w.monsterwin-6os4nu .monsterwin-krsk2z {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.monsterwin-oxco3w.monsterwin-6os4nu .monsterwin-mpwuah {
  align-items: center;
}

.monsterwin-oxco3w.monsterwin-ity5jq .monsterwin-mpwuah {
  align-items: flex-end;
}

.monsterwin-krsk2z > :first-child {
  margin-top: 0;
}

.monsterwin-krsk2z > :last-child {
  margin-bottom: 0;
}

* + .monsterwin-y7lhvl,
.monsterwin-v5lk2j + .monsterwin-v5lk2j {
  margin-top: 2rem;
}

.monsterwin-w6mdpd td::before,
.monsterwin-w6mdpd th::after {
  display: none !important;
}

.monsterwin-w6mdpd #link-selector {
  color: #000;
}

.monsterwin-w6mdpd .monsterwin-atkl4b {
  color: #135e96;
}

.monsterwin-w6mdpd .monsterwin-6p6xnw *,
.monsterwin-w6mdpd .monsterwin-j1mvsh p,
.monsterwin-w6mdpd .monsterwin-chqckn * {
  color: #000;
}

.monsterwin-w6mdpd .monsterwin-xch3eo {
  background: 0 0 !important;
}

.monsterwin-w6mdpd .monsterwin-0ydakt {
  color: #000;
}

.monsterwin-w6mdpd .monsterwin-52p3ez.monsterwin-3521we {
  color: #fff;
}

.monsterwin-w6mdpd .monsterwin-n8oepp {
  color: #000;
}

.monsterwin-w6mdpd
  .monsterwin-uts932
  .monsterwin-3wu253.monsterwin-3521we.monsterwin-j85lee {
  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-7oma2k,
body .monsterwin-e0zd4b {
  color: #000;
  background: var(--color-body) !important;
}

.monsterwin-7oma2k .monsterwin-gfte3n .monsterwin-32ix5r,
body .monsterwin-e0zd4b .monsterwin-gfte3n .monsterwin-32ix5r {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .monsterwin-qdy3ig:focus,
  .monsterwin-qdy3ig:hover {
    color: #f9cb16;
  }
  .monsterwin-ppdet8:focus,
  .monsterwin-ppdet8:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .monsterwin-hpo7vm:focus img,
  .monsterwin-hpo7vm:focus svg,
  .monsterwin-hpo7vm:hover img,
  .monsterwin-hpo7vm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .monsterwin-l8shfe {
    display: none;
  }
}

@media (min-width: 1024px) {
  .monsterwin-uzp49y:hover .monsterwin-rxi91k svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .monsterwin-rxi91k {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .monsterwin-f0u7aa {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .monsterwin-xtfrqs {
    grid-template-columns: repeat(4, 1fr);
  }
  .monsterwin-20c6nl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .monsterwin-nfutra .monsterwin-oex7cl {
    grid-template-columns: 1fr;
  }
  .monsterwin-nfutra .monsterwin-6asry7 {
    -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-nfutra .monsterwin-60mszr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .monsterwin-nfutra .monsterwin-qrrpwt {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .monsterwin-nfutra .monsterwin-1xwdnt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .monsterwin-nfutra .monsterwin-60mszr:not(:first-child) {
    border: none;
  }
  .monsterwin-nfutra .monsterwin-60mszr:first-child .monsterwin-qrrpwt {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .monsterwin-nfutra .monsterwin-60mszr:last-child .monsterwin-qrrpwt {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .monsterwin-xirsld {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .monsterwin-wp0p17 {
    max-width: 100px;
  }
  .monsterwin-bvgw8y {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .monsterwin-ov2d57 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .monsterwin-ov2d57 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .monsterwin-n2tswa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .monsterwin-bvgw8y + .monsterwin-ov2d57 {
    margin-left: auto;
  }
  .monsterwin-ug4qof {
    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-ug4qof.monsterwin-nhubfm {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .monsterwin-yxif14 {
    -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-0abaaw {
    width: 100%;
  }
  .monsterwin-0abaaw:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .monsterwin-flo0jj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .monsterwin-flo0jj svg {
    margin-right: 4px;
  }
  .monsterwin-uzp49y {
    -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-rxi91k svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .monsterwin-rxi91k {
    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-5mutb7 {
    display: none;
    width: 100%;
  }
  .monsterwin-uzp49y.monsterwin-nhubfm .monsterwin-5mutb7 {
    padding: 0 0 0 48px;
  }
  .monsterwin-sed5ib {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .monsterwin-ch2boi .monsterwin-mpwuah {
    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-qepmpc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .monsterwin-qepmpc + .monsterwin-qepmpc {
    margin-right: 0;
  }
  .monsterwin-qepmpc + .monsterwin-mpwuah {
    margin: 0;
  }
  .monsterwin-f0u7aa {
    grid-template-columns: repeat(4, 1fr);
  }
  .monsterwin-xtfrqs {
    grid-template-columns: repeat(3, 1fr);
  }
  .monsterwin-j2mhwe,
  .monsterwin-r64nf1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-oxco3w {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .monsterwin-oxco3w.monsterwin-6buops .monsterwin-krsk2z {
    grid-column: auto;
    grid-row: auto;
  }
  .monsterwin-oxco3w > .monsterwin-z6wtzy {
    grid-column: 1/2;
  }
  .monsterwin-oxco3w.monsterwin-6buops > :not(.get-image) {
    grid-column: 1/2;
  }
  .monsterwin-oxco3w .monsterwin-mpwuah,
  .monsterwin-oxco3w.monsterwin-6buops > .monsterwin-mpwuah {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .monsterwin-oxco3w.monsterwin-6buops > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .monsterwin-v5lk2j.monsterwin-8ofkzs .monsterwin-oxco3w > .monsterwin-mpwuah {
    grid-row: 1/2;
  }
  .monsterwin-oxco3w .monsterwin-z6wtzy ~ .monsterwin-mpwuah,
  .monsterwin-oxco3w.monsterwin-6buops .monsterwin-z6wtzy ~ .monsterwin-mpwuah {
    grid-row: 2/3;
  }
  .monsterwin-v5lk2j.monsterwin-8ofkzs .monsterwin-z6wtzy ~ .monsterwin-mpwuah {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .monsterwin-eiznq1:first-child .monsterwin-i8cicv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monsterwin-eiznq1:first-child .monsterwin-i8cicv h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .monsterwin-eiznq1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .monsterwin-eiznq1 {
    padding: 0;
  }
  .monsterwin-ta6k98 {
    margin-top: 1rem;
  }
  .monsterwin-jmccfv {
    border-radius: 5px;
  }
  .monsterwin-jgwk39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .monsterwin-qgszeb::after {
    display: inline-block;
  }
  .monsterwin-qgszeb {
    margin: 0;
    width: 100%;
  }
  .monsterwin-q8iyzn {
    width: 100%;
  }
  .monsterwin-q8iyzn.monsterwin-vcnpyj {
    -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-q8iyzn.monsterwin-vcnpyj .monsterwin-jiafqb {
    width: 100%;
  }
  .monsterwin-q8iyzn.monsterwin-vcnpyj .monsterwin-jiafqb:not(:last-child) {
    margin-right: 0;
  }
  .monsterwin-qdy3ig {
    width: 100%;
    text-align: center;
  }
  .monsterwin-qbtg7g.monsterwin-nhubfm .monsterwin-q8iyzn {
    margin-top: 1rem;
  }
  .monsterwin-f0u7aa {
    grid-template-columns: repeat(3, 1fr);
  }
  .monsterwin-20c6nl,
  .monsterwin-xtfrqs {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-j2mhwe,
  .monsterwin-r64nf1,
  .monsterwin-q8sbeo {
    grid-template-columns: 1fr;
  }
  .monsterwin-h1ug4s {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .monsterwin-j2g0ul {
    min-width: 300px;
    max-width: 325px;
  }
  .monsterwin-qrrpwt {
    cursor: auto;
  }
  .monsterwin-qnn5sg .monsterwin-qrrpwt {
    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-b9vler {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .monsterwin-5mutb7 {
    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-b9vler {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.monsterwin-qepmpc p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .monsterwin-ov2d57 {
    margin: 0 -0.2rem;
  }
  .monsterwin-qepmpc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .monsterwin-fhqqxn {
    -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-mub0vk {
    max-width: 100%;
  }
  .monsterwin-f0u7aa {
    grid-template-columns: repeat(2, 1fr);
  }
  .monsterwin-20c6nl,
  .monsterwin-xtfrqs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .monsterwin-xirsld {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .monsterwin-ov2d57 {
    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-s00fwq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .monsterwin-oth3ax {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .monsterwin-brp9v1,
  .monsterwin-5cfwv7 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .monsterwin-ds4lpn {
    width: 100%;
  }
  .monsterwin-f0u7aa {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .monsterwin-b9vler {
    top: 127px !important;
  }
}

.monsterwin-1mosss {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .monsterwin-1mosss {
  }
}

@media (max-width: 767px) {
  .monsterwin-1mosss {
    margin-bottom: 12px;
  }
}

.monsterwin-1mosss img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.monsterwin-aksbwi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.monsterwin-aksbwi > .monsterwin-onzq9h {
  flex: 1 1;
}

@media (max-width: 767px) {
  .monsterwin-aksbwi {
    flex-direction: column;
    gap: 12px;
  }
}

.monsterwin-rxxses {
  display: flex;
}

.monsterwin-rxxses .monsterwin-d7c9cp {
  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-rxxses .monsterwin-3q4gjx {
  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-rxxses .monsterwin-yofu7v {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.monsterwin-rxxses .monsterwin-c10j3e {
  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-rxxses .monsterwin-c10j3e:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.monsterwin-rxxses .monsterwin-gh424x {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.monsterwin-1n1x5z {
  border: unset;
  background-color: unset;
}

.monsterwin-1n1x5z tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.monsterwin-1n1x5z .monsterwin-gj0tmy,
.monsterwin-1n1x5z .monsterwin-qqrluq {
  flex: 0 1 330px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a {
  flex: 1 1;
}

.monsterwin-1n1x5z 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-1n1x5z tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.monsterwin-1n1x5z tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.monsterwin-1n1x5z tr td p {
  color: #fff;
  margin: 0;
}

.monsterwin-1n1x5z tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.monsterwin-1n1x5z tr.monsterwin-gj0tmy td p {
  padding: 16px 0;
}

.monsterwin-1n1x5z tr.monsterwin-gj0tmy td p:not(:last-child),
.monsterwin-1n1x5z tr.monsterwin-qqrluq td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.monsterwin-1n1x5z tr.monsterwin-gj0tmy td p:first-child,
.monsterwin-1n1x5z tr.monsterwin-qqrluq td p:first-child {
  padding-top: 0;
}

.monsterwin-1n1x5z tr.monsterwin-qqrluq td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.monsterwin-1n1x5z tr.monsterwin-qqrluq td p:last-child {
  padding-bottom: 0;
}

.monsterwin-1n1x5z .monsterwin-qqrluq img {
  max-width: 32px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a {
  min-width: 718px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td {
  display: flex;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1,
.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-6rf81d,
.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-1lkt47 {
  flex: 1 1 50%;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-zifov5 {
  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-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-em3y93,
.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-5ve922 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1,
.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-6rf81d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1 span,
.monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-6rf81d span {
  font-weight: 800;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .monsterwin-1n1x5z tr.monsterwin-gj0tmy td p:last-child {
    padding-bottom: 0;
  }
  .monsterwin-1n1x5z .monsterwin-qqrluq > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .monsterwin-1n1x5z .monsterwin-qqrluq > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .monsterwin-1n1x5z tr.monsterwin-gj0tmy td p:not(:last-child),
  .monsterwin-1n1x5z tr.monsterwin-qqrluq td p:not(:last-child) {
    border-bottom: unset;
  }
  .monsterwin-1n1x5z tr.monsterwin-qqrluq td p:last-child {
    padding-bottom: 12px;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1,
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-6rf81d,
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-1lkt47 {
    flex: 1 1 50%;
    padding: 0;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1,
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-6rf81d {
    margin-top: 16px;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-1lkt47 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-u652g1 {
    border-right: 1px solid var(--border-color);
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-1lkt47:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td:last-child .monsterwin-1lkt47:last-child {
    padding-bottom: 0;
  }
}

.monsterwin-1lkt47 {
  display: flex;
  flex-direction: column;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47:not(:first-child) {
    padding-left: 0;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a td .monsterwin-1lkt47:not(:last-of-type) {
    border-right: unset;
  }
}

.monsterwin-1n1x5z .monsterwin-x81sb3 {
  flex: 0 1 485px;
}

.monsterwin-1n1x5z .monsterwin-v6ci62 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.monsterwin-1n1x5z .monsterwin-v6ci62 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-1n1x5z .monsterwin-v6ci62 li.monsterwin-vzn2jt {
  padding: 6px 12px;
}

.monsterwin-1n1x5z .monsterwin-v6ci62 li a,
.monsterwin-1n1x5z .monsterwin-v6ci62 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-1n1x5z .monsterwin-7ahwwr,
.monsterwin-1n1x5z .monsterwin-brcl7j {
  flex: 1 1;
}

.monsterwin-1n1x5z .monsterwin-k4j6y1,
.monsterwin-1n1x5z .monsterwin-pbxpvv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.monsterwin-1n1x5z .monsterwin-k4j6y1 li,
.monsterwin-1n1x5z .monsterwin-pbxpvv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.monsterwin-1n1x5z .monsterwin-brcl7j img {
  max-width: 32px;
}

.monsterwin-1n1x5z .monsterwin-7ahwwr img {
  max-width: 32px;
}

.monsterwin-1n1x5z .monsterwin-i24q3v {
  min-width: 280px;
}

.monsterwin-1n1x5z .monsterwin-i24q3v img {
  max-width: 146px;
}

.monsterwin-1n1x5z .monsterwin-i24q3v td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .monsterwin-1n1x5z .monsterwin-gj0tmy,
  .monsterwin-1n1x5z .monsterwin-qqrluq {
    flex: 0 1 auto;
  }
  .monsterwin-1n1x5z .monsterwin-g0gl6a {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .monsterwin-1n1x5z .monsterwin-gj0tmy,
  .monsterwin-1n1x5z .monsterwin-x81sb3,
  .monsterwin-1n1x5z .monsterwin-qqrluq,
  .monsterwin-1n1x5z .monsterwin-g0gl6a {
    flex: 1 1 calc(50% - 20px);
  }
  .monsterwin-1n1x5z .monsterwin-7ahwwr,
  .monsterwin-1n1x5z .monsterwin-i24q3v,
  .monsterwin-1n1x5z .monsterwin-brcl7j {
    flex: 1 1 30%;
  }
  .monsterwin-1n1x5z .monsterwin-i24q3v {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .monsterwin-1n1x5z .monsterwin-gj0tmy,
  .monsterwin-1n1x5z .monsterwin-x81sb3,
  .monsterwin-1n1x5z .monsterwin-7ahwwr,
  .monsterwin-1n1x5z .monsterwin-qqrluq,
  .monsterwin-1n1x5z .monsterwin-g0gl6a,
  .monsterwin-1n1x5z .monsterwin-i24q3v,
  .monsterwin-1n1x5z .monsterwin-brcl7j {
    flex: 1 1 100%;
  }
}

.monsterwin-sqo3vz .monsterwin-sfozv8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.monsterwin-sqo3vz .monsterwin-q686ml {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.monsterwin-sqo3vz .monsterwin-37l0tz {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.monsterwin-sqo3vz .monsterwin-0h61mr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.monsterwin-sqo3vz .monsterwin-0h61mr > :nth-child(3) {
  margin-top: 0;
}

.monsterwin-sqo3vz .monsterwin-mpwuah {
  grid-column: 2/3;
  grid-row: 1/10;
}

.monsterwin-sqo3vz .monsterwin-mr0fii {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.monsterwin-sqo3vz .monsterwin-ta6k98 {
  grid-column: 1/2;
}

.monsterwin-sqo3vz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.monsterwin-sqo3vz .monsterwin-q686ml: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-sqo3vz .monsterwin-q686ml:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.monsterwin-sqo3vz .monsterwin-ds4lpn {
  min-width: 240px;
}

@media (max-width: 768px) {
  .monsterwin-sqo3vz .monsterwin-q686ml:not(:last-child):before {
    bottom: 8px;
  }
  .monsterwin-sqo3vz .monsterwin-q686ml:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .monsterwin-sqo3vz .monsterwin-0h61mr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .monsterwin-sqo3vz .monsterwin-mpwuah {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .monsterwin-sqo3vz .monsterwin-mpwuah img {
    width: 100%;
    height: auto;
  }
  .monsterwin-sqo3vz .monsterwin-ds4lpn {
    width: 100%;
    min-width: unset;
  }
}

.monsterwin-vyyg1d .monsterwin-w3i2yl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.monsterwin-vyyg1d .monsterwin-jg4ube {
  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-vyyg1d .monsterwin-mpwuah {
  height: 100%;
}

.monsterwin-vyyg1d .monsterwin-mpwuah img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.monsterwin-vyyg1d .monsterwin-d77l2h {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.monsterwin-vyyg1d .monsterwin-bctgoq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.monsterwin-vyyg1d .monsterwin-jc7grp {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .monsterwin-vyyg1d .monsterwin-jg4ube {
    flex: 1 1 100%;
  }
  .monsterwin-vyyg1d .monsterwin-edaa4y {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .monsterwin-vyyg1d .monsterwin-jg4ube {
    flex-direction: column;
  }
  .monsterwin-vyyg1d .monsterwin-mpwuah {
    width: 100%;
    height: auto;
  }
  .monsterwin-vyyg1d .monsterwin-mpwuah img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .monsterwin-vyyg1d .monsterwin-d77l2h {
    padding: 0 16px 16px 16px;
  }
  .monsterwin-vyyg1d .monsterwin-edaa4y {
    min-width: unset;
    width: 100%;
  }
}

.monsterwin-77ioq9 .monsterwin-qifqxl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.monsterwin-77ioq9 .monsterwin-5wm6il {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.monsterwin-77ioq9 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-77ioq9 .monsterwin-3p8w2z {
  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-77ioq9 .monsterwin-5wm6il:hover .monsterwin-3p8w2z {
  display: flex;
}

.monsterwin-77ioq9 .monsterwin-7bv6wn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.monsterwin-77ioq9 .monsterwin-2udsi2 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.monsterwin-j1h43x {
  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-j1h43x.monsterwin-8nzwe3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.monsterwin-qvcb0o ease-in-out;
}

.monsterwin-j1h43x.monsterwin-8nzwe3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.monsterwin-77ioq9 .monsterwin-748ius {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.monsterwin-qvcb0o ease-in-out;
}

.monsterwin-77ioq9 .monsterwin-748ius:hover {
  color: #196948;
  background-color: #f9cb16;
}

.monsterwin-77ioq9 .monsterwin-748ius:after,
.monsterwin-j1h43x.monsterwin-8nzwe3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.monsterwin-j1h43x.monsterwin-8nzwe3:after {
  background-image: url(../images/Cash.svg);
}

.monsterwin-77ioq9 .monsterwin-748ius:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .monsterwin-77ioq9 .monsterwin-qifqxl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .monsterwin-77ioq9 .monsterwin-qifqxl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .monsterwin-77ioq9 .monsterwin-qifqxl {
    grid-template-columns: 1fr;
  }
  .monsterwin-77ioq9 .monsterwin-5wm6il {
    height: auto;
  }
  .monsterwin-77ioq9 .monsterwin-5wm6il .monsterwin-3p8w2z {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .monsterwin-77ioq9 .monsterwin-7bv6wn,
  .monsterwin-77ioq9 .monsterwin-2udsi2 {
    text-align: left;
  }
  .monsterwin-77ioq9 .monsterwin-2udsi2 {
    margin-bottom: 8px;
  }
  .monsterwin-77ioq9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.monsterwin-exajus {
  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-exajus.monsterwin-uu2fza {
  display: block;
}

.monsterwin-exajus .monsterwin-fdlo9a {
  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-exajus .monsterwin-zlc1k4 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.monsterwin-exajus .monsterwin-i03by4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.monsterwin-exajus .monsterwin-xcfwmr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.monsterwin-exajus .monsterwin-j1h43x {
  min-width: 296px;
  margin-bottom: 0;
}

.monsterwin-exajus .monsterwin-pg0lc5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.monsterwin-exajus .monsterwin-3veq8a {
  position: relative;
  flex: 1 1;
}

.monsterwin-exajus .monsterwin-3veq8a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .monsterwin-exajus .monsterwin-zlc1k4 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .monsterwin-exajus .monsterwin-i03by4 {
    order: 1;
  }
  .monsterwin-exajus .monsterwin-xcfwmr {
    order: 3;
    flex: 1 1 100%;
  }
  .monsterwin-exajus .monsterwin-j1h43x {
    width: 100%;
    min-width: unset;
  }
  .monsterwin-exajus .monsterwin-pg0lc5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .monsterwin-oxco3w > .monsterwin-z6wtzy {
    margin-bottom: 0;
  }
  .monsterwin-oxco3w > .monsterwin-ta6k98,
  .monsterwin-oxco3w > p {
    margin-top: 0;
  }
}

.monsterwin-jedbrx img,
.monsterwin-qepmpc img {
  width: auto;
  object-fit: contain;
}

.monsterwin-jedbrx {
  align-items: center;
}

.monsterwin-jedbrx img {
  max-height: 76px;
}

.monsterwin-qepmpc img {
  max-height: 64px;
}

.monsterwin-7iyyt2 {
  overflow: auto;
}

.monsterwin-jp5lbh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.monsterwin-de4ai9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.monsterwin-7v0ra1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.monsterwin-17mpng {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.monsterwin-7v0ra1 .monsterwin-mpwuah {
  margin-right: 20px;
  flex-shrink: 0;
}

.monsterwin-7v0ra1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.monsterwin-iu51eh {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.monsterwin-iu51eh > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-7v0ra1 {
    padding: 15px 10px;
  }
  .monsterwin-iu51eh {
    padding: 15px 10px;
  }
  .monsterwin-7v0ra1 .monsterwin-mpwuah {
    margin-right: 10px;
  }
}

.monsterwin-9ngu27 {
  overflow-x: auto;
}

.monsterwin-l6fxyb {
  border-collapse: collapse;
  width: 100%;
}

.monsterwin-9ngu27 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.monsterwin-9ngu27 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.monsterwin-9ngu27 td.monsterwin-ftujw2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.monsterwin-9ngu27 td.monsterwin-z643jb {
  border-right: none;
}

.monsterwin-9ngu27 td.monsterwin-z643jb .monsterwin-mpwuah {
  justify-content: flex-start;
}

.monsterwin-9ngu27 td.monsterwin-z643jb .monsterwin-mpwuah img {
  height: auto;
  width: 90px;
}

.monsterwin-9ngu27 td.monsterwin-8r38pt,
.monsterwin-9ngu27 td.monsterwin-55z5tm {
  font-weight: 600;
  text-align: right;
}

.monsterwin-9ngu27 td.monsterwin-3l5yen,
.monsterwin-9ngu27 td.monsterwin-8r38pt {
  padding-bottom: 10px;
  border-bottom: none;
}

.monsterwin-9ngu27 td.monsterwin-8r38pt,
.monsterwin-9ngu27 td.monsterwin-55z5tm {
  border-left: none;
}

.monsterwin-9ngu27 td.monsterwin-3l5yen,
.monsterwin-9ngu27 td.monsterwin-xyhj3q {
  border-right: none;
}

.monsterwin-9ngu27 td.monsterwin-xyhj3q,
.monsterwin-9ngu27 td.monsterwin-55z5tm {
  border-top: none;
  padding-top: 10px;
}

.monsterwin-r1sauc {
  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-r1sauc .monsterwin-edaa4y {
  min-width: unset;
  width: 100%;
}

.monsterwin-r1sauc .monsterwin-edaa4y.monsterwin-jt660q {
  grid-column: 1/2;
  grid-row: 1/2;
}

.monsterwin-r1sauc .monsterwin-edaa4y.monsterwin-vf9cvf {
  grid-column: 2/3;
  grid-row: 1/2;
}

.monsterwin-r1sauc .monsterwin-71q22s {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .monsterwin-r1sauc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .monsterwin-r1sauc .monsterwin-edaa4y.monsterwin-jt660q {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .monsterwin-r1sauc .monsterwin-edaa4y.monsterwin-vf9cvf {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .monsterwin-r1sauc .monsterwin-71q22s {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.monsterwin-4didtm {
  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-4rd0ty {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.monsterwin-9uzsff p a img {
  margin: 0 auto;
  display: block;
}

.monsterwin-9uzsff table {
  margin-bottom: 17px;
}

/* contanct form */
.monsterwin-yrms3e {
  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-yrms3e label {
  font-size: 14px;
}

.monsterwin-yrms3e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.monsterwin-yrms3e input,
.monsterwin-yrms3e textarea,
.monsterwin-yrms3e 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-yrms3e button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.monsterwin-qvcb0o ease;
}
.monsterwin-yrms3e button:hover {
  background-color: #691204;
}
.monsterwin-s3c97d {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.monsterwin-k567aw ease-in;
}

.monsterwin-s3c97d 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-1y5ha5, .monsterwin-sy3s4w, [class*="review-card"],
thead, thead th, table th, .monsterwin-9vdl1r,
.monsterwin-ywk76n, [class*="collapsible-header"],
.monsterwin-ynzf9q, [class*="updated-block"] {
  color: #ece7dc !important;
}
