@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);
}

.slotlounge-zd2uud {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotlounge-077zoh {
  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.slotlounge-zs6no0,
ul.slotlounge-zs6no0 {
  padding-left: 20px;
}

ul.slotlounge-zs6no0 {
  list-style: disc;
}

ol.slotlounge-zs6no0 {
  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;
  }
}

.slotlounge-iwkcd2 > .slotlounge-t9dz05,
.slotlounge-iwkcd2 > .slotlounge-epsk9p,
.slotlounge-iwkcd2 > blockquote,
.slotlounge-iwkcd2 > h1,
.slotlounge-iwkcd2 > h2,
.slotlounge-iwkcd2 > h3,
.slotlounge-iwkcd2 > h4,
.slotlounge-iwkcd2 > h5,
.slotlounge-iwkcd2 > h6,
.slotlounge-iwkcd2 > ol,
.slotlounge-iwkcd2 > p,
.slotlounge-iwkcd2 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotlounge-iwkcd2 > ol,
.slotlounge-iwkcd2 > ul {
  padding-left: 50px;
}

.slotlounge-iwkcd2 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;
}

.slotlounge-iwkcd2:not(:last-child) {
  margin-bottom: 2rem;
}

.slotlounge-iwkcd2 > :not(:first-child) {
  margin-top: 2rem;
}

.slotlounge-iwkcd2 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotlounge-iwkcd2:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slotlounge-iwkcd2:first-child {
    margin-top: 20px;
  }
}

.slotlounge-iwkcd2 > p:last-of-type {
  margin-bottom: 32px;
}

.slotlounge-iwkcd2 > .slotlounge-gzkla6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slotlounge-ciui19 > .slotlounge-gzkla6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotlounge-epsk9p {
  overflow: auto;
}

.slotlounge-epsk9p::-webkit-scrollbar {
  height: 5px;
}

.slotlounge-epsk9p table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slotlounge-epsk9p table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slotlounge-epsk9p table thead,
table thead {
  border-bottom: none;
}

.slotlounge-epsk9p table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slotlounge-epsk9p table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slotlounge-epsk9p table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slotlounge-epsk9p .slotlounge-qfnuh3 {
  table-layout: auto;
}

.slotlounge-epsk9p .slotlounge-qfnuh3 th {
  word-break: normal;
}

.slotlounge-epsk9p .slotlounge-qfnuh3 td {
  word-break: normal;
}

.slotlounge-zd2uud .slotlounge-zd2uud {
  padding-right: 0;
  padding-left: 0;
}

.slotlounge-t38czp {
  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;
}

.slotlounge-6t170x {
  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;
}

.slotlounge-jb3aq8 {
  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;
}

.slotlounge-t9dz05 {
  margin-top: 24px;
}

.slotlounge-t9dz05.slotlounge-5q2ij5 {
  text-align: left;
}

.slotlounge-t9dz05.slotlounge-c4w2t5 {
  text-align: right;
}

.slotlounge-t9dz05.slotlounge-f6xt0y {
  text-align: center;
}

.slotlounge-3kwopj {
  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.slotlounge-0s4drj ease-in-out;
  cursor: pointer;
}

.slotlounge-3kwopj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slotlounge-3kwopj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slotlounge-3kwopj {
    min-width: unset;
  }
}

.slotlounge-o3ktgn {
  background-color: var(--fh-bg-color);
}

.slotlounge-bfdl19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slotlounge-qk8umk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.slotlounge-qk8umk img {
  max-height: 80px;
  object-fit: contain;
}

.slotlounge-aumtyl {
  flex: 1 1;
}

.slotlounge-plgkgv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slotlounge-31l6d6 {
  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;
}

.slotlounge-31l6d6 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;
}

.slotlounge-31l6d6.slotlounge-jpok32 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slotlounge-31l6d6.slotlounge-jpok32 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slotlounge-31l6d6.slotlounge-jpok32 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slotlounge-aumtyl + .slotlounge-plgkgv {
  margin-left: 20px;
}

.slotlounge-1w7mwy {
  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;
}

.slotlounge-1w7mwy > svg {
  max-width: 24px;
  max-height: 24px;
}

.slotlounge-1w7mwy + .slotlounge-1w7mwy {
  margin-left: 5px;
}

.slotlounge-8dja9i {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slotlounge-8dja9i:hover {
  background-color: var(--button-bg-hover);
}

.slotlounge-2aeyyq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slotlounge-0s4drj ease-in-out;
  border: 1px solid var(--border-color);
}

.slotlounge-2aeyyq:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slotlounge-y6mo36 {
  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) {
  .slotlounge-aumtyl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slotlounge-y6mo36 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slotlounge-aumtyl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slotlounge-1w7mwy {
    min-width: unset;
    flex: 1 1;
  }
}

.slotlounge-a5bv91 {
  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;
}

.slotlounge-a5bv91:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slotlounge-a5bv91:hover .slotlounge-on25kx {
  opacity: 1;
  pointer-events: auto;
}

.slotlounge-p4f72o {
  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.slotlounge-13hm23 ease-in-out;
  gap: 4px;
}

.slotlounge-p4f72o > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotlounge-p4f72o .slotlounge-t38czp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotlounge-5aqawn,
.slotlounge-p4f72o:hover {
  color: var(--button-bg-hover);
}

.slotlounge-qjhrh7 {
  position: relative;
}

.slotlounge-qjhrh7 .slotlounge-p4f72o {
  margin-right: 0;
  padding-right: 4px;
}

.slotlounge-6thi2v svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotlounge-qjhrh7.slotlounge-jpok32 .slotlounge-6thi2v svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slotlounge-qjhrh7.slotlounge-jpok32 .slotlounge-on25kx {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slotlounge-qjhrh7.slotlounge-jpok32 .slotlounge-on25kx::before {
  display: none;
}

.slotlounge-6thi2v svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotlounge-on25kx {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slotlounge-ez2efb 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slotlounge-on25kx::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slotlounge-on25kx:hover {
  color: var(--fh-bg-color);
}

.slotlounge-usl1kd {
  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.slotlounge-ez2efb 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slotlounge-13hm23 ease-in-out;
  -o-transition: 0.slotlounge-13hm23 ease-in-out;
  transition: 0.slotlounge-13hm23 ease-in-out;
}

.slotlounge-usl1kd .slotlounge-t38czp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotlounge-8iubmn,
.slotlounge-usl1kd:hover {
  color: var(--button-bg-hover);
}

.slotlounge-ld0vkx {
  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%;
}

.slotlounge-ld0vkx.slotlounge-44ulfe {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slotlounge-ld0vkx.slotlounge-44ulfe:after,
.slotlounge-ld0vkx.slotlounge-44ulfe:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slotlounge-ld0vkx.slotlounge-44ulfe: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);
  }
}

.slotlounge-ld0vkx.slotlounge-44ulfe:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slotlounge-ld0vkx.slotlounge-44ulfe > * {
  z-index: 1;
}

.slotlounge-ld0vkx b,
.slotlounge-ld0vkx strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slotlounge-ld0vkx .slotlounge-dllu0u {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slotlounge-ld0vkx .slotlounge-m4mowp {
  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;
}

.slotlounge-ld0vkx .slotlounge-t38czp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slotlounge-ld0vkx .slotlounge-kwdd93 {
  margin-top: 12px;
}

.slotlounge-kwdd93 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slotlounge-pgyss1 {
  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;
}

.slotlounge-kwdd93 .slotlounge-vthgc9 {
  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.slotlounge-0s4drj ease-in-out;
}

.slotlounge-kwdd93 .slotlounge-vthgc9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slotlounge-yjuwl8 {
  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;
}

.slotlounge-ld0vkx.slotlounge-aa4b0m {
  gap: 12px;
  padding: 16px;
}

.slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-yjuwl8 {
  min-width: 240px;
}

.slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-yjuwl8.slotlounge-hhylz0 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slotlounge-ld0vkx .slotlounge-dllu0u {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slotlounge-ld0vkx .slotlounge-m4mowp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slotlounge-ld0vkx .slotlounge-t38czp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-t38czp {
    max-width: 126px;
  }
  .slotlounge-ld0vkx .slotlounge-kwdd93 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slotlounge-ld0vkx .slotlounge-pgyss1 {
    max-width: unset;
  }
  .slotlounge-yjuwl8 {
    min-width: unset;
    width: 100%;
  }
  .slotlounge-ld0vkx .slotlounge-yjuwl8 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m {
    grid-template-rows: auto 1fr auto;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-yjuwl8 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slotlounge-ld0vkx {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slotlounge-ld0vkx .slotlounge-dllu0u {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slotlounge-ld0vkx .slotlounge-t38czp {
    max-width: 78px;
  }
  .slotlounge-ld0vkx .slotlounge-kwdd93 {
    margin-top: -12px;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m {
    gap: 8px;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-dllu0u {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-m4mowp {
    grid-column: 1/3;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-t38czp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slotlounge-ld0vkx.slotlounge-aa4b0m .slotlounge-t38czp img {
    max-width: 114px;
  }
}

.slotlounge-yjuwl8.slotlounge-hqwpbz,
.slotlounge-yjuwl8.slotlounge-88sahg,
.slotlounge-yjuwl8.slotlounge-7nonz7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slotlounge-0s4drj ease-in-out;
}

.slotlounge-yjuwl8.slotlounge-hqwpbz,
.slotlounge-yjuwl8.slotlounge-7nonz7 {
  padding: 10px;
}

.slotlounge-yjuwl8.slotlounge-hqwpbz:hover,
.slotlounge-yjuwl8.slotlounge-88sahg:hover,
.slotlounge-yjuwl8.slotlounge-7nonz7:hover {
  background: var(--button-bg-hover);
}

.slotlounge-yjuwl8.slotlounge-hqwpbz:hover svg path,
.slotlounge-yjuwl8.slotlounge-7nonz7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slotlounge-yjuwl8.slotlounge-hhylz0 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slotlounge-0s4drj ease-in-out;
  background: var(--button-bg-color);
}

.slotlounge-yjuwl8.slotlounge-hhylz0:hover {
  background-color: var(--button-bg-hover);
}

.slotlounge-yjuwl8.slotlounge-88sahg: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);
  }
}

.slotlounge-yjuwl8.slotlounge-88sahg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotlounge-yjuwl8.slotlounge-hhylz0:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotlounge-jtmla7 {
  max-width: 650px;
}

.slotlounge-qm2y9f {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slotlounge-ak8eoz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slotlounge-u04427 {
  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.slotlounge-13hm23 ease-in-out;
  cursor: pointer;
}

.slotlounge-u04427:hover {
  opacity: 0.5;
}

.slotlounge-u04427:focus {
  outline: 0;
}

.slotlounge-u04427:focus .slotlounge-9whenf,
.slotlounge-u04427:hover .slotlounge-9whenf {
  fill: red;
  fill-opacity: 1;
}

.slotlounge-u04427:hover {
  cursor: pointer;
}

.slotlounge-gvv2wx {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slotlounge-jtmla7.slotlounge-f6xt0y {
  margin: 0 auto;
}

.slotlounge-jtmla7.slotlounge-c4w2t5 {
  margin-left: auto;
}

.slotlounge-lxrxky {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slotlounge-6z79ln {
  padding-bottom: 50px;
}

.slotlounge-ft7181 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slotlounge-rytm7o {
  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;
}

.slotlounge-xxbro2 {
  margin-top: 24px;
}

.slotlounge-kpjtkr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slotlounge-j9yucj {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slotlounge-pknk7q {
  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;
}

.slotlounge-tcbnqr {
  width: 468px;
}

.slotlounge-pknk7q .slotlounge-on25kx {
  margin: 0.slotlounge-g3q13o 0;
}

.slotlounge-6q7ou0 {
  display: flex;
  min-width: 224px;
}

.slotlounge-s093gp {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slotlounge-13hm23 ease-in-out;
}

.slotlounge-h0lq0q,
.slotlounge-s093gp:hover {
  color: var(--text-color);
}

.slotlounge-od54ys {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slotlounge-6oy2f7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slotlounge-lxrxky {
    padding: 16px;
  }
  .slotlounge-od54ys {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slotlounge-6oy2f7 {
    align-items: center;
  }
  .slotlounge-tcbnqr {
    width: unset;
  }
  .slotlounge-6q7ou0 {
    min-width: unset;
  }
  .slotlounge-pknk7q {
    max-height: unset;
  }
  .slotlounge-ft7181 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slotlounge-lxrxky {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slotlounge-iuywg4 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotlounge-iuywg4:not(:last-child) {
  margin-bottom: 16px;
}

.slotlounge-e19iol {
  outline: 0;
}

.slotlounge-e19iol .slotlounge-93xd1i {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slotlounge-mqmiv0 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slotlounge-mqmiv0 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slotlounge-mqmiv0::-webkit-details-marker {
  display: none;
}

.slotlounge-mqmiv0: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;
}

.slotlounge-mqmiv0: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] .slotlounge-mqmiv0:after {
  transform: unset;
}

.slotlounge-93xd1i {
  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);
}

.slotlounge-93xd1i 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.slotlounge-13hm23 ease-in-out;
  -o-transition: 0.slotlounge-13hm23 ease-in-out;
  transition: 0.slotlounge-13hm23 ease-in-out;
}

.slotlounge-1caex5 {
  padding: 16px 0 0 0;
}

.slotlounge-1caex5 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slotlounge-1caex5 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotlounge-mqmiv0 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slotlounge-mqmiv0::after {
    margin-left: auto;
  }
  .slotlounge-93xd1i {
    order: 3;
    flex: 1 1 100%;
  }
  .slotlounge-mqmiv0 {
    font-size: 14px;
    line-height: 130%;
  }
  .slotlounge-93xd1i svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slotlounge-dcahq0 {
  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;
}

.slotlounge-0volxt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slotlounge-dcahq0.slotlounge-jpok32 .slotlounge-0volxt {
  margin-bottom: 12px;
}

.slotlounge-0volxt::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;
}

.slotlounge-dcahq0.slotlounge-jpok32 .slotlounge-0volxt::after {
  transform: unset;
}

.slotlounge-oo4c6n {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slotlounge-vd1r1z {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slotlounge-13hm23 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slotlounge-vd1r1z: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;
}

.slotlounge-dcahq0.slotlounge-jpok32 .slotlounge-oo4c6n {
  max-height: 100%;
}

.slotlounge-goxnlx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slotlounge-3a0w2h {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slotlounge-av1z1u {
  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;
}

.slotlounge-6u2kdf {
  margin-right: 4px;
}

.slotlounge-et584o {
  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.slotlounge-13hm23 ease-in-out;
}

.slotlounge-et584o svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slotlounge-y0w9zw,
.slotlounge-et584o:hover {
  color: var(--text-color);
}

.slotlounge-aq89bu {
  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;
}

.slotlounge-aq89bu img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slotlounge-aq89bu .slotlounge-2omtzm {
  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;
}

.slotlounge-aq89bu .slotlounge-mkswwa {
  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;
}

.slotlounge-wecmr6 {
  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;
}

.slotlounge-3lveig {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotlounge-e7lcj4 .slotlounge-zd2uud {
  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;
}

.slotlounge-e7lcj4 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slotlounge-i3jl6e {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slotlounge-llwn6o {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slotlounge-30oroj {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slotlounge-u5qp4o 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;
}

.slotlounge-30oroj:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slotlounge-2ysy2e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slotlounge-82sjm2 {
  -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.slotlounge-13hm23 ease-in-out;
  transition: transform 0.slotlounge-13hm23 ease-in-out;
  -o-transition: transform 0.slotlounge-13hm23 ease-in-out;
  transition:
    transform 0.slotlounge-13hm23 ease-in-out,
    -webkit-transform 0.slotlounge-13hm23 ease-in-out;
  cursor: pointer;
}

.slotlounge-82sjm2 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slotlounge-82sjm2: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;
}

.slotlounge-qpxusk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotlounge-qpxusk {
    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);
}

.slotlounge-2rrbx1 {
  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;
}

.slotlounge-z1asqs {
  position: relative;
  width: 100%;
}

.slotlounge-2rrbx1.slotlounge-q0anh3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slotlounge-2rrbx1.slotlounge-f6xt0y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slotlounge-2rrbx1.slotlounge-c4w2t5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slotlounge-kf6xm5 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slotlounge-g61g20 {
  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.slotlounge-13hm23 ease-in-out;
  cursor: pointer;
}

.slotlounge-g61g20:hover {
  opacity: 0.5;
}

.slotlounge-2rrbx1.slotlounge-6ggqd0 .slotlounge-g61g20 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slotlounge-2rrbx1.slotlounge-6ggqd0 .slotlounge-kf6xm5 {
  cursor: pointer;
}

.slotlounge-10jz3o {
  fill: #0009;
}

.slotlounge-6twf9d {
  fill: #fff;
}

.slotlounge-g61g20:hover .slotlounge-10jz3o {
  fill: red;
}

.slotlounge-g61g20 svg path {
  -webkit-transition: 0.slotlounge-13hm23 ease-in-out;
  -o-transition: 0.slotlounge-13hm23 ease-in-out;
  transition: 0.slotlounge-13hm23 ease-in-out;
}

.slotlounge-y8hgpn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slotlounge-y8hgpn > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slotlounge-y8hgpn.slotlounge-0b4vmm > :not(.get-image) {
  grid-column: 1/3;
}

.slotlounge-zfwaj5:not(._h1-block) .slotlounge-y8hgpn > .slotlounge-gzkla6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slotlounge-y8hgpn.slotlounge-0b4vmm .slotlounge-j8wbq1 {
  grid-column: 2/3;
}

.slotlounge-y8hgpn.slotlounge-0b4vmm > .slotlounge-t38czp {
  grid-column: 1/2;
}

.slotlounge-y8hgpn.slotlounge-0b4vmm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slotlounge-y8hgpn > p:first-of-type {
  margin-top: 0;
}

.slotlounge-y8hgpn .slotlounge-t38czp {
  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;
}

.slotlounge-zfwaj5:not(._h1-block) .slotlounge-gzkla6 ~ .slotlounge-t38czp {
  grid-row: 2/10;
}

.slotlounge-zfwaj5.slotlounge-ikra5j .slotlounge-gzkla6 ~ .slotlounge-t38czp {
  grid-row: 1/10;
}

.slotlounge-zfwaj5.slotlounge-ikra5j > .slotlounge-gzkla6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slotlounge-zfwaj5.slotlounge-ikra5j .slotlounge-t38czp {
  grid-row: 1/10;
}

.slotlounge-y8hgpn.slotlounge-1whb3n .slotlounge-t38czp {
  align-items: flex-start;
}

.slotlounge-y8hgpn.slotlounge-f6xt0y .slotlounge-j8wbq1 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slotlounge-y8hgpn.slotlounge-f6xt0y .slotlounge-t38czp {
  align-items: center;
}

.slotlounge-y8hgpn.slotlounge-89u7hz .slotlounge-t38czp {
  align-items: flex-end;
}

.slotlounge-j8wbq1 > :first-child {
  margin-top: 0;
}

.slotlounge-j8wbq1 > :last-child {
  margin-bottom: 0;
}

* + .slotlounge-5m25rp,
.slotlounge-zfwaj5 + .slotlounge-zfwaj5 {
  margin-top: 2rem;
}

.slotlounge-bmnvfm td::before,
.slotlounge-bmnvfm th::after {
  display: none !important;
}

.slotlounge-bmnvfm #link-selector {
  color: #000;
}

.slotlounge-bmnvfm .slotlounge-vj50ky {
  color: #135e96;
}

.slotlounge-bmnvfm .slotlounge-8n7h7o *,
.slotlounge-bmnvfm .slotlounge-d5e7ob p,
.slotlounge-bmnvfm .slotlounge-prjysu * {
  color: #000;
}

.slotlounge-bmnvfm .slotlounge-6mfmha {
  background: 0 0 !important;
}

.slotlounge-bmnvfm .slotlounge-1gp3cc {
  color: #000;
}

.slotlounge-bmnvfm .slotlounge-b7hvhh.slotlounge-ap76gq {
  color: #fff;
}

.slotlounge-bmnvfm .slotlounge-7wsabq {
  color: #000;
}

.slotlounge-bmnvfm
  .slotlounge-316pod
  .slotlounge-kttez2.slotlounge-ap76gq.slotlounge-bnoltt {
  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;
}

.slotlounge-c96q0b,
body .slotlounge-3fiodg {
  color: #000;
  background: var(--color-body) !important;
}

.slotlounge-c96q0b .slotlounge-pyf4ic .slotlounge-d2ktar,
body .slotlounge-3fiodg .slotlounge-pyf4ic .slotlounge-d2ktar {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotlounge-vd1r1z:focus,
  .slotlounge-vd1r1z:hover {
    color: #f9cb16;
  }
  .slotlounge-f39nf7:focus,
  .slotlounge-f39nf7:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotlounge-pyag6u:focus img,
  .slotlounge-pyag6u:focus svg,
  .slotlounge-pyag6u:hover img,
  .slotlounge-pyag6u:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slotlounge-aq89bu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slotlounge-qjhrh7:hover .slotlounge-6thi2v svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slotlounge-6thi2v {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slotlounge-0t2egd {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slotlounge-9gxocq {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotlounge-hfy8xu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slotlounge-f42xyr .slotlounge-p81znp {
    grid-template-columns: 1fr;
  }
  .slotlounge-f42xyr .slotlounge-px4c1k {
    -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;
  }
  .slotlounge-f42xyr .slotlounge-omlmhw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotlounge-f42xyr .slotlounge-v2vd1k {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotlounge-f42xyr .slotlounge-t09mzd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slotlounge-f42xyr .slotlounge-omlmhw:not(:first-child) {
    border: none;
  }
  .slotlounge-f42xyr .slotlounge-omlmhw:first-child .slotlounge-v2vd1k {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slotlounge-f42xyr .slotlounge-omlmhw:last-child .slotlounge-v2vd1k {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slotlounge-bfdl19 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slotlounge-qk8umk {
    max-width: 100px;
  }
  .slotlounge-aumtyl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slotlounge-plgkgv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slotlounge-plgkgv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slotlounge-31l6d6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slotlounge-aumtyl + .slotlounge-plgkgv {
    margin-left: auto;
  }
  .slotlounge-jmgy3c {
    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;
  }
  .slotlounge-jmgy3c.slotlounge-jpok32 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slotlounge-y6mo36 {
    -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;
  }
  .slotlounge-a5bv91 {
    width: 100%;
  }
  .slotlounge-a5bv91:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slotlounge-p4f72o {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slotlounge-p4f72o svg {
    margin-right: 4px;
  }
  .slotlounge-qjhrh7 {
    -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;
  }
  .slotlounge-6thi2v svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slotlounge-6thi2v {
    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;
  }
  .slotlounge-on25kx {
    display: none;
    width: 100%;
  }
  .slotlounge-qjhrh7.slotlounge-jpok32 .slotlounge-on25kx {
    padding: 0 0 0 48px;
  }
  .slotlounge-usl1kd {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slotlounge-rytm7o .slotlounge-t38czp {
    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;
  }
  .slotlounge-qtc44k {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotlounge-qtc44k + .slotlounge-qtc44k {
    margin-right: 0;
  }
  .slotlounge-qtc44k + .slotlounge-t38czp {
    margin: 0;
  }
  .slotlounge-0t2egd {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotlounge-9gxocq {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotlounge-9bigow,
  .slotlounge-edgxs8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotlounge-y8hgpn {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slotlounge-y8hgpn.slotlounge-0b4vmm .slotlounge-j8wbq1 {
    grid-column: auto;
    grid-row: auto;
  }
  .slotlounge-y8hgpn > .slotlounge-gzkla6 {
    grid-column: 1/2;
  }
  .slotlounge-y8hgpn.slotlounge-0b4vmm > :not(.get-image) {
    grid-column: 1/2;
  }
  .slotlounge-y8hgpn .slotlounge-t38czp,
  .slotlounge-y8hgpn.slotlounge-0b4vmm > .slotlounge-t38czp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotlounge-y8hgpn.slotlounge-0b4vmm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slotlounge-zfwaj5.slotlounge-ikra5j .slotlounge-y8hgpn > .slotlounge-t38czp {
    grid-row: 1/2;
  }
  .slotlounge-y8hgpn .slotlounge-gzkla6 ~ .slotlounge-t38czp,
  .slotlounge-y8hgpn.slotlounge-0b4vmm .slotlounge-gzkla6 ~ .slotlounge-t38czp {
    grid-row: 2/3;
  }
  .slotlounge-zfwaj5.slotlounge-ikra5j .slotlounge-gzkla6 ~ .slotlounge-t38czp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slotlounge-iwkcd2:first-child .slotlounge-utjw2a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotlounge-iwkcd2:first-child .slotlounge-utjw2a h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slotlounge-iwkcd2 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slotlounge-iwkcd2 {
    padding: 0;
  }
  .slotlounge-t9dz05 {
    margin-top: 1rem;
  }
  .slotlounge-e19iol {
    border-radius: 5px;
  }
  .slotlounge-87si2m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotlounge-0volxt::after {
    display: inline-block;
  }
  .slotlounge-0volxt {
    margin: 0;
    width: 100%;
  }
  .slotlounge-oo4c6n {
    width: 100%;
  }
  .slotlounge-oo4c6n.slotlounge-z3y6yy {
    -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%;
  }
  .slotlounge-oo4c6n.slotlounge-z3y6yy .slotlounge-nonjfk {
    width: 100%;
  }
  .slotlounge-oo4c6n.slotlounge-z3y6yy .slotlounge-nonjfk:not(:last-child) {
    margin-right: 0;
  }
  .slotlounge-vd1r1z {
    width: 100%;
    text-align: center;
  }
  .slotlounge-dcahq0.slotlounge-jpok32 .slotlounge-oo4c6n {
    margin-top: 1rem;
  }
  .slotlounge-0t2egd {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotlounge-hfy8xu,
  .slotlounge-9gxocq {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotlounge-9bigow,
  .slotlounge-edgxs8,
  .slotlounge-6ez1pu {
    grid-template-columns: 1fr;
  }
  .slotlounge-p55jj5 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slotlounge-xmjarg {
    min-width: 300px;
    max-width: 325px;
  }
  .slotlounge-v2vd1k {
    cursor: auto;
  }
  .slotlounge-e6l0z9 .slotlounge-v2vd1k {
    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;
  }
  .slotlounge-qpxusk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slotlounge-on25kx {
    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) {
  .slotlounge-qpxusk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slotlounge-qtc44k p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slotlounge-plgkgv {
    margin: 0 -0.2rem;
  }
  .slotlounge-qtc44k {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slotlounge-brjfva {
    -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;
  }
  .slotlounge-xo06la {
    max-width: 100%;
  }
  .slotlounge-0t2egd {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotlounge-hfy8xu,
  .slotlounge-9gxocq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slotlounge-bfdl19 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotlounge-plgkgv {
    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;
  }
  .slotlounge-o3ktgn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotlounge-1w7mwy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotlounge-qaem6y,
  .slotlounge-philxp {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slotlounge-3kwopj {
    width: 100%;
  }
  .slotlounge-0t2egd {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slotlounge-qpxusk {
    top: 127px !important;
  }
}

.slotlounge-4181uh {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slotlounge-4181uh {
  }
}

@media (max-width: 767px) {
  .slotlounge-4181uh {
    margin-bottom: 12px;
  }
}

.slotlounge-4181uh img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slotlounge-1mzcee {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slotlounge-1mzcee > .slotlounge-6aubqa {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slotlounge-1mzcee {
    flex-direction: column;
    gap: 12px;
  }
}

.slotlounge-kuto2d {
  display: flex;
}

.slotlounge-kuto2d .slotlounge-g4o3p9 {
  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;
}

.slotlounge-kuto2d .slotlounge-ztyadn {
  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;
}

.slotlounge-kuto2d .slotlounge-j1wumj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slotlounge-kuto2d .slotlounge-88l8zi {
  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));
  }
}

.slotlounge-kuto2d .slotlounge-88l8zi:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotlounge-kuto2d .slotlounge-bbmx8m {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slotlounge-ipij1u {
  border: unset;
  background-color: unset;
}

.slotlounge-ipij1u tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slotlounge-ipij1u .slotlounge-4y37fb,
.slotlounge-ipij1u .slotlounge-ngwpml {
  flex: 0 1 330px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c {
  flex: 1 1;
}

.slotlounge-ipij1u tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotlounge-ipij1u tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slotlounge-ipij1u tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slotlounge-ipij1u tr td p {
  color: #fff;
  margin: 0;
}

.slotlounge-ipij1u tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slotlounge-ipij1u tr.slotlounge-4y37fb td p {
  padding: 16px 0;
}

.slotlounge-ipij1u tr.slotlounge-4y37fb td p:not(:last-child),
.slotlounge-ipij1u tr.slotlounge-ngwpml td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slotlounge-ipij1u tr.slotlounge-4y37fb td p:first-child,
.slotlounge-ipij1u tr.slotlounge-ngwpml td p:first-child {
  padding-top: 0;
}

.slotlounge-ipij1u tr.slotlounge-ngwpml td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotlounge-ipij1u tr.slotlounge-ngwpml td p:last-child {
  padding-bottom: 0;
}

.slotlounge-ipij1u .slotlounge-ngwpml img {
  max-width: 32px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c {
  min-width: 718px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td {
  display: flex;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar,
.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-idri3a,
.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-h6ykjf {
  flex: 1 1 50%;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-ysy638 {
  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;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-pf5evm,
.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-bxp60v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar,
.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-idri3a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar span,
.slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-idri3a span {
  font-weight: 800;
}

.slotlounge-ipij1u .slotlounge-6f3w5c img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slotlounge-ipij1u tr.slotlounge-4y37fb td p:last-child {
    padding-bottom: 0;
  }
  .slotlounge-ipij1u .slotlounge-ngwpml > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slotlounge-ipij1u .slotlounge-ngwpml > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slotlounge-ipij1u tr.slotlounge-4y37fb td p:not(:last-child),
  .slotlounge-ipij1u tr.slotlounge-ngwpml td p:not(:last-child) {
    border-bottom: unset;
  }
  .slotlounge-ipij1u tr.slotlounge-ngwpml td p:last-child {
    padding-bottom: 12px;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar,
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-idri3a,
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-h6ykjf {
    flex: 1 1 50%;
    padding: 0;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar,
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-idri3a {
    margin-top: 16px;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-h6ykjf {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-numvar {
    border-right: 1px solid var(--border-color);
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-h6ykjf:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td:last-child .slotlounge-h6ykjf:last-child {
    padding-bottom: 0;
  }
}

.slotlounge-h6ykjf {
  display: flex;
  flex-direction: column;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf:not(:first-child) {
    padding-left: 0;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c td .slotlounge-h6ykjf:not(:last-of-type) {
    border-right: unset;
  }
}

.slotlounge-ipij1u .slotlounge-q4gn7r {
  flex: 0 1 485px;
}

.slotlounge-ipij1u .slotlounge-obakk5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slotlounge-ipij1u .slotlounge-obakk5 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotlounge-ipij1u .slotlounge-obakk5 li.slotlounge-rq24nj {
  padding: 6px 12px;
}

.slotlounge-ipij1u .slotlounge-obakk5 li a,
.slotlounge-ipij1u .slotlounge-obakk5 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;
}

.slotlounge-ipij1u .slotlounge-15t76x,
.slotlounge-ipij1u .slotlounge-389af8 {
  flex: 1 1;
}

.slotlounge-ipij1u .slotlounge-g76klp,
.slotlounge-ipij1u .slotlounge-7fll7z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotlounge-ipij1u .slotlounge-g76klp li,
.slotlounge-ipij1u .slotlounge-7fll7z li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotlounge-ipij1u .slotlounge-389af8 img {
  max-width: 32px;
}

.slotlounge-ipij1u .slotlounge-15t76x img {
  max-width: 32px;
}

.slotlounge-ipij1u .slotlounge-sfq4yp {
  min-width: 280px;
}

.slotlounge-ipij1u .slotlounge-sfq4yp img {
  max-width: 146px;
}

.slotlounge-ipij1u .slotlounge-sfq4yp td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slotlounge-ipij1u .slotlounge-4y37fb,
  .slotlounge-ipij1u .slotlounge-ngwpml {
    flex: 0 1 auto;
  }
  .slotlounge-ipij1u .slotlounge-6f3w5c {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slotlounge-ipij1u .slotlounge-4y37fb,
  .slotlounge-ipij1u .slotlounge-q4gn7r,
  .slotlounge-ipij1u .slotlounge-ngwpml,
  .slotlounge-ipij1u .slotlounge-6f3w5c {
    flex: 1 1 calc(50% - 20px);
  }
  .slotlounge-ipij1u .slotlounge-15t76x,
  .slotlounge-ipij1u .slotlounge-sfq4yp,
  .slotlounge-ipij1u .slotlounge-389af8 {
    flex: 1 1 30%;
  }
  .slotlounge-ipij1u .slotlounge-sfq4yp {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slotlounge-ipij1u .slotlounge-4y37fb,
  .slotlounge-ipij1u .slotlounge-q4gn7r,
  .slotlounge-ipij1u .slotlounge-15t76x,
  .slotlounge-ipij1u .slotlounge-ngwpml,
  .slotlounge-ipij1u .slotlounge-6f3w5c,
  .slotlounge-ipij1u .slotlounge-sfq4yp,
  .slotlounge-ipij1u .slotlounge-389af8 {
    flex: 1 1 100%;
  }
}

.slotlounge-dou3te .slotlounge-ngqz7d {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slotlounge-dou3te .slotlounge-09gbkm {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slotlounge-dou3te .slotlounge-ua0bs9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slotlounge-dou3te .slotlounge-592n5x {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slotlounge-dou3te .slotlounge-592n5x > :nth-child(3) {
  margin-top: 0;
}

.slotlounge-dou3te .slotlounge-t38czp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slotlounge-dou3te .slotlounge-eagkip {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slotlounge-dou3te .slotlounge-t9dz05 {
  grid-column: 1/2;
}

.slotlounge-dou3te > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slotlounge-dou3te .slotlounge-09gbkm: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;
}

.slotlounge-dou3te .slotlounge-09gbkm:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slotlounge-dou3te .slotlounge-3kwopj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slotlounge-dou3te .slotlounge-09gbkm:not(:last-child):before {
    bottom: 8px;
  }
  .slotlounge-dou3te .slotlounge-09gbkm:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slotlounge-dou3te .slotlounge-592n5x {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slotlounge-dou3te .slotlounge-t38czp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slotlounge-dou3te .slotlounge-t38czp img {
    width: 100%;
    height: auto;
  }
  .slotlounge-dou3te .slotlounge-3kwopj {
    width: 100%;
    min-width: unset;
  }
}

.slotlounge-z4nf4b .slotlounge-5o78ts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slotlounge-z4nf4b .slotlounge-7eek6u {
  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;
}

.slotlounge-z4nf4b .slotlounge-t38czp {
  height: 100%;
}

.slotlounge-z4nf4b .slotlounge-t38czp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slotlounge-z4nf4b .slotlounge-4xl619 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slotlounge-z4nf4b .slotlounge-xp5z42 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slotlounge-z4nf4b .slotlounge-ap2jkh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slotlounge-z4nf4b .slotlounge-7eek6u {
    flex: 1 1 100%;
  }
  .slotlounge-z4nf4b .slotlounge-yjuwl8 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slotlounge-z4nf4b .slotlounge-7eek6u {
    flex-direction: column;
  }
  .slotlounge-z4nf4b .slotlounge-t38czp {
    width: 100%;
    height: auto;
  }
  .slotlounge-z4nf4b .slotlounge-t38czp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slotlounge-z4nf4b .slotlounge-4xl619 {
    padding: 0 16px 16px 16px;
  }
  .slotlounge-z4nf4b .slotlounge-yjuwl8 {
    min-width: unset;
    width: 100%;
  }
}

.slotlounge-jr6czf .slotlounge-tn3vfp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slotlounge-jr6czf .slotlounge-dlv03c {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slotlounge-jr6czf 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;
}

.slotlounge-jr6czf .slotlounge-i9b4g4 {
  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;
}

.slotlounge-jr6czf .slotlounge-dlv03c:hover .slotlounge-i9b4g4 {
  display: flex;
}

.slotlounge-jr6czf .slotlounge-eggd2h {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotlounge-jr6czf .slotlounge-uewc3c {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slotlounge-23ytky {
  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;
}

.slotlounge-23ytky.slotlounge-u4hrmw {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slotlounge-0s4drj ease-in-out;
}

.slotlounge-23ytky.slotlounge-u4hrmw:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slotlounge-jr6czf .slotlounge-sbms8l {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slotlounge-0s4drj ease-in-out;
}

.slotlounge-jr6czf .slotlounge-sbms8l:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slotlounge-jr6czf .slotlounge-sbms8l:after,
.slotlounge-23ytky.slotlounge-u4hrmw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slotlounge-23ytky.slotlounge-u4hrmw:after {
  background-image: url(../images/Cash.svg);
}

.slotlounge-jr6czf .slotlounge-sbms8l:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slotlounge-jr6czf .slotlounge-tn3vfp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slotlounge-jr6czf .slotlounge-tn3vfp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slotlounge-jr6czf .slotlounge-tn3vfp {
    grid-template-columns: 1fr;
  }
  .slotlounge-jr6czf .slotlounge-dlv03c {
    height: auto;
  }
  .slotlounge-jr6czf .slotlounge-dlv03c .slotlounge-i9b4g4 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slotlounge-jr6czf .slotlounge-eggd2h,
  .slotlounge-jr6czf .slotlounge-uewc3c {
    text-align: left;
  }
  .slotlounge-jr6czf .slotlounge-uewc3c {
    margin-bottom: 8px;
  }
  .slotlounge-jr6czf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slotlounge-a962hq {
  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;
}

.slotlounge-a962hq.slotlounge-6ggqd0 {
  display: block;
}

.slotlounge-a962hq .slotlounge-et0ewe {
  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;
}

.slotlounge-a962hq .slotlounge-5sl6b0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slotlounge-a962hq .slotlounge-q9q1sb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slotlounge-a962hq .slotlounge-uctbng {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slotlounge-a962hq .slotlounge-23ytky {
  min-width: 296px;
  margin-bottom: 0;
}

.slotlounge-a962hq .slotlounge-ii25s9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slotlounge-a962hq .slotlounge-s2w2ka {
  position: relative;
  flex: 1 1;
}

.slotlounge-a962hq .slotlounge-s2w2ka iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slotlounge-a962hq .slotlounge-5sl6b0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slotlounge-a962hq .slotlounge-q9q1sb {
    order: 1;
  }
  .slotlounge-a962hq .slotlounge-uctbng {
    order: 3;
    flex: 1 1 100%;
  }
  .slotlounge-a962hq .slotlounge-23ytky {
    width: 100%;
    min-width: unset;
  }
  .slotlounge-a962hq .slotlounge-ii25s9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slotlounge-y8hgpn > .slotlounge-gzkla6 {
    margin-bottom: 0;
  }
  .slotlounge-y8hgpn > .slotlounge-t9dz05,
  .slotlounge-y8hgpn > p {
    margin-top: 0;
  }
}

.slotlounge-drtrxw img,
.slotlounge-qtc44k img {
  width: auto;
  object-fit: contain;
}

.slotlounge-drtrxw {
  align-items: center;
}

.slotlounge-drtrxw img {
  max-height: 76px;
}

.slotlounge-qtc44k img {
  max-height: 64px;
}

.slotlounge-kfu1yg {
  overflow: auto;
}

.slotlounge-lr350q {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slotlounge-ogncec:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slotlounge-4fa499 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slotlounge-8w8m7o {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotlounge-4fa499 .slotlounge-t38czp {
  margin-right: 20px;
  flex-shrink: 0;
}

.slotlounge-4fa499 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slotlounge-1fu201 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slotlounge-1fu201 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotlounge-4fa499 {
    padding: 15px 10px;
  }
  .slotlounge-1fu201 {
    padding: 15px 10px;
  }
  .slotlounge-4fa499 .slotlounge-t38czp {
    margin-right: 10px;
  }
}

.slotlounge-dolhb3 {
  overflow-x: auto;
}

.slotlounge-65k9bc {
  border-collapse: collapse;
  width: 100%;
}

.slotlounge-dolhb3 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slotlounge-dolhb3 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slotlounge-dolhb3 td.slotlounge-agflfz {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slotlounge-dolhb3 td.slotlounge-abnnlp {
  border-right: none;
}

.slotlounge-dolhb3 td.slotlounge-abnnlp .slotlounge-t38czp {
  justify-content: flex-start;
}

.slotlounge-dolhb3 td.slotlounge-abnnlp .slotlounge-t38czp img {
  height: auto;
  width: 90px;
}

.slotlounge-dolhb3 td.slotlounge-hkqjsg,
.slotlounge-dolhb3 td.slotlounge-hl22tc {
  font-weight: 600;
  text-align: right;
}

.slotlounge-dolhb3 td.slotlounge-y94fha,
.slotlounge-dolhb3 td.slotlounge-hkqjsg {
  padding-bottom: 10px;
  border-bottom: none;
}

.slotlounge-dolhb3 td.slotlounge-hkqjsg,
.slotlounge-dolhb3 td.slotlounge-hl22tc {
  border-left: none;
}

.slotlounge-dolhb3 td.slotlounge-y94fha,
.slotlounge-dolhb3 td.slotlounge-f01kkp {
  border-right: none;
}

.slotlounge-dolhb3 td.slotlounge-f01kkp,
.slotlounge-dolhb3 td.slotlounge-hl22tc {
  border-top: none;
  padding-top: 10px;
}

.slotlounge-6pzv9x {
  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;
}

.slotlounge-6pzv9x .slotlounge-yjuwl8 {
  min-width: unset;
  width: 100%;
}

.slotlounge-6pzv9x .slotlounge-yjuwl8.slotlounge-hqwpbz {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slotlounge-6pzv9x .slotlounge-yjuwl8.slotlounge-7nonz7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slotlounge-6pzv9x .slotlounge-f4gqan {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotlounge-6pzv9x {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slotlounge-6pzv9x .slotlounge-yjuwl8.slotlounge-hqwpbz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotlounge-6pzv9x .slotlounge-yjuwl8.slotlounge-7nonz7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slotlounge-6pzv9x .slotlounge-f4gqan {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slotlounge-6qkzqn {
  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;
}

.slotlounge-8xct33 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slotlounge-ciui19 p a img {
  margin: 0 auto;
  display: block;
}

.slotlounge-ciui19 table {
  margin-bottom: 17px;
}

/* contanct form */
.slotlounge-3r4a4n {
  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;
}

.slotlounge-3r4a4n label {
  font-size: 14px;
}

.slotlounge-3r4a4n h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotlounge-3r4a4n input,
.slotlounge-3r4a4n textarea,
.slotlounge-3r4a4n 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;
}
.slotlounge-3r4a4n button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotlounge-0s4drj ease;
}
.slotlounge-3r4a4n button:hover {
  background-color: #691204;
}
.slotlounge-lb5iet {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotlounge-agqppe ease-in;
}

.slotlounge-lb5iet 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;
}
.slotlounge-6jkgy6, .slotlounge-yzqgpn, [class*="review-card"],
thead, thead th, table th, .slotlounge-c4ept7,
.slotlounge-t3al4u, [class*="collapsible-header"],
.slotlounge-pps49y, [class*="updated-block"] {
  color: #ece7dc !important;
}
