@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);
}

.spinrollz-k8tb3c {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinrollz-wfmy99 {
  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.spinrollz-0gl1mp,
ul.spinrollz-0gl1mp {
  padding-left: 20px;
}

ul.spinrollz-0gl1mp {
  list-style: disc;
}

ol.spinrollz-0gl1mp {
  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;
  }
}

.spinrollz-aq1ug3 > .spinrollz-ryg06c,
.spinrollz-aq1ug3 > .spinrollz-49uogm,
.spinrollz-aq1ug3 > blockquote,
.spinrollz-aq1ug3 > h1,
.spinrollz-aq1ug3 > h2,
.spinrollz-aq1ug3 > h3,
.spinrollz-aq1ug3 > h4,
.spinrollz-aq1ug3 > h5,
.spinrollz-aq1ug3 > h6,
.spinrollz-aq1ug3 > ol,
.spinrollz-aq1ug3 > p,
.spinrollz-aq1ug3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinrollz-aq1ug3 > ol,
.spinrollz-aq1ug3 > ul {
  padding-left: 50px;
}

.spinrollz-aq1ug3 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;
}

.spinrollz-aq1ug3:not(:last-child) {
  margin-bottom: 2rem;
}

.spinrollz-aq1ug3 > :not(:first-child) {
  margin-top: 2rem;
}

.spinrollz-aq1ug3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinrollz-aq1ug3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinrollz-aq1ug3:first-child {
    margin-top: 20px;
  }
}

.spinrollz-aq1ug3 > p:last-of-type {
  margin-bottom: 32px;
}

.spinrollz-aq1ug3 > .spinrollz-fs7dvr:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinrollz-ngbmcs > .spinrollz-fs7dvr {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinrollz-49uogm {
  overflow: auto;
}

.spinrollz-49uogm::-webkit-scrollbar {
  height: 5px;
}

.spinrollz-49uogm table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinrollz-49uogm table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinrollz-49uogm table thead,
table thead {
  border-bottom: none;
}

.spinrollz-49uogm table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinrollz-49uogm table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinrollz-49uogm table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinrollz-49uogm .spinrollz-8gkfz2 {
  table-layout: auto;
}

.spinrollz-49uogm .spinrollz-8gkfz2 th {
  word-break: normal;
}

.spinrollz-49uogm .spinrollz-8gkfz2 td {
  word-break: normal;
}

.spinrollz-k8tb3c .spinrollz-k8tb3c {
  padding-right: 0;
  padding-left: 0;
}

.spinrollz-vtq5w3 {
  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;
}

.spinrollz-gvdlcq {
  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;
}

.spinrollz-9v4ya2 {
  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;
}

.spinrollz-ryg06c {
  margin-top: 24px;
}

.spinrollz-ryg06c.spinrollz-cflzd8 {
  text-align: left;
}

.spinrollz-ryg06c.spinrollz-ocoily {
  text-align: right;
}

.spinrollz-ryg06c.spinrollz-aaq9ut {
  text-align: center;
}

.spinrollz-xjjjpz {
  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.spinrollz-59k8kh ease-in-out;
  cursor: pointer;
}

.spinrollz-xjjjpz:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinrollz-xjjjpz {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinrollz-xjjjpz {
    min-width: unset;
  }
}

.spinrollz-lnsf1x {
  background-color: var(--fh-bg-color);
}

.spinrollz-xmopex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinrollz-b5egl3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spinrollz-b5egl3 img {
  max-height: 80px;
  object-fit: contain;
}

.spinrollz-ga7xjs {
  flex: 1 1;
}

.spinrollz-fli1zy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinrollz-8127qb {
  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;
}

.spinrollz-8127qb 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;
}

.spinrollz-8127qb.spinrollz-l0nah9 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinrollz-8127qb.spinrollz-l0nah9 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinrollz-8127qb.spinrollz-l0nah9 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinrollz-ga7xjs + .spinrollz-fli1zy {
  margin-left: 20px;
}

.spinrollz-3t2xop {
  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;
}

.spinrollz-3t2xop > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinrollz-3t2xop + .spinrollz-3t2xop {
  margin-left: 5px;
}

.spinrollz-pdr07e {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinrollz-pdr07e:hover {
  background-color: var(--button-bg-hover);
}

.spinrollz-bc3h4c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinrollz-59k8kh ease-in-out;
  border: 1px solid var(--border-color);
}

.spinrollz-bc3h4c:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinrollz-m9htgn {
  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) {
  .spinrollz-ga7xjs {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinrollz-m9htgn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinrollz-ga7xjs {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinrollz-3t2xop {
    min-width: unset;
    flex: 1 1;
  }
}

.spinrollz-360f2q {
  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;
}

.spinrollz-360f2q:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinrollz-360f2q:hover .spinrollz-ry80u1 {
  opacity: 1;
  pointer-events: auto;
}

.spinrollz-qiv2vp {
  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.spinrollz-g3edfr ease-in-out;
  gap: 4px;
}

.spinrollz-qiv2vp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinrollz-qiv2vp .spinrollz-vtq5w3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinrollz-6cyxt9,
.spinrollz-qiv2vp:hover {
  color: var(--button-bg-hover);
}

.spinrollz-1qct91 {
  position: relative;
}

.spinrollz-1qct91 .spinrollz-qiv2vp {
  margin-right: 0;
  padding-right: 4px;
}

.spinrollz-lqmf0p svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinrollz-1qct91.spinrollz-l0nah9 .spinrollz-lqmf0p svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinrollz-1qct91.spinrollz-l0nah9 .spinrollz-ry80u1 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinrollz-1qct91.spinrollz-l0nah9 .spinrollz-ry80u1::before {
  display: none;
}

.spinrollz-lqmf0p svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinrollz-ry80u1 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinrollz-qdk4z5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinrollz-ry80u1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinrollz-ry80u1:hover {
  color: var(--fh-bg-color);
}

.spinrollz-vorqzo {
  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.spinrollz-qdk4z5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinrollz-g3edfr ease-in-out;
  -o-transition: 0.spinrollz-g3edfr ease-in-out;
  transition: 0.spinrollz-g3edfr ease-in-out;
}

.spinrollz-vorqzo .spinrollz-vtq5w3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinrollz-g14ruc,
.spinrollz-vorqzo:hover {
  color: var(--button-bg-hover);
}

.spinrollz-b85gmj {
  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%;
}

.spinrollz-b85gmj.spinrollz-72dl1c {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinrollz-b85gmj.spinrollz-72dl1c:after,
.spinrollz-b85gmj.spinrollz-72dl1c:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinrollz-b85gmj.spinrollz-72dl1c: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);
  }
}

.spinrollz-b85gmj.spinrollz-72dl1c:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinrollz-b85gmj.spinrollz-72dl1c > * {
  z-index: 1;
}

.spinrollz-b85gmj b,
.spinrollz-b85gmj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinrollz-b85gmj .spinrollz-m4vx18 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinrollz-b85gmj .spinrollz-b8clcj {
  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;
}

.spinrollz-b85gmj .spinrollz-vtq5w3 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinrollz-b85gmj .spinrollz-nur2wp {
  margin-top: 12px;
}

.spinrollz-nur2wp {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinrollz-k1rh36 {
  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;
}

.spinrollz-nur2wp .spinrollz-x4r3n2 {
  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.spinrollz-59k8kh ease-in-out;
}

.spinrollz-nur2wp .spinrollz-x4r3n2:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinrollz-8wugz5 {
  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;
}

.spinrollz-b85gmj.spinrollz-uckms9 {
  gap: 12px;
  padding: 16px;
}

.spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-8wugz5 {
  min-width: 240px;
}

.spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-8wugz5.spinrollz-4w1f1s {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinrollz-b85gmj .spinrollz-m4vx18 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinrollz-b85gmj .spinrollz-b8clcj {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinrollz-b85gmj .spinrollz-vtq5w3 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-vtq5w3 {
    max-width: 126px;
  }
  .spinrollz-b85gmj .spinrollz-nur2wp {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinrollz-b85gmj .spinrollz-k1rh36 {
    max-width: unset;
  }
  .spinrollz-8wugz5 {
    min-width: unset;
    width: 100%;
  }
  .spinrollz-b85gmj .spinrollz-8wugz5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 {
    grid-template-rows: auto 1fr auto;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-8wugz5 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinrollz-b85gmj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinrollz-b85gmj .spinrollz-m4vx18 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinrollz-b85gmj .spinrollz-vtq5w3 {
    max-width: 78px;
  }
  .spinrollz-b85gmj .spinrollz-nur2wp {
    margin-top: -12px;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 {
    gap: 8px;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-m4vx18 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-b8clcj {
    grid-column: 1/3;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-vtq5w3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinrollz-b85gmj.spinrollz-uckms9 .spinrollz-vtq5w3 img {
    max-width: 114px;
  }
}

.spinrollz-8wugz5.spinrollz-uar665,
.spinrollz-8wugz5.spinrollz-quxbjk,
.spinrollz-8wugz5.spinrollz-uylu82 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinrollz-59k8kh ease-in-out;
}

.spinrollz-8wugz5.spinrollz-uar665,
.spinrollz-8wugz5.spinrollz-uylu82 {
  padding: 10px;
}

.spinrollz-8wugz5.spinrollz-uar665:hover,
.spinrollz-8wugz5.spinrollz-quxbjk:hover,
.spinrollz-8wugz5.spinrollz-uylu82:hover {
  background: var(--button-bg-hover);
}

.spinrollz-8wugz5.spinrollz-uar665:hover svg path,
.spinrollz-8wugz5.spinrollz-uylu82:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinrollz-8wugz5.spinrollz-4w1f1s {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinrollz-59k8kh ease-in-out;
  background: var(--button-bg-color);
}

.spinrollz-8wugz5.spinrollz-4w1f1s:hover {
  background-color: var(--button-bg-hover);
}

.spinrollz-8wugz5.spinrollz-quxbjk: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);
  }
}

.spinrollz-8wugz5.spinrollz-quxbjk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinrollz-8wugz5.spinrollz-4w1f1s:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinrollz-5ww77x {
  max-width: 650px;
}

.spinrollz-mlegft {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinrollz-6zw93v {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinrollz-on7g3a {
  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.spinrollz-g3edfr ease-in-out;
  cursor: pointer;
}

.spinrollz-on7g3a:hover {
  opacity: 0.5;
}

.spinrollz-on7g3a:focus {
  outline: 0;
}

.spinrollz-on7g3a:focus .spinrollz-irpycb,
.spinrollz-on7g3a:hover .spinrollz-irpycb {
  fill: red;
  fill-opacity: 1;
}

.spinrollz-on7g3a:hover {
  cursor: pointer;
}

.spinrollz-x2oazs {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinrollz-5ww77x.spinrollz-aaq9ut {
  margin: 0 auto;
}

.spinrollz-5ww77x.spinrollz-ocoily {
  margin-left: auto;
}

.spinrollz-0ews1l {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinrollz-5mrwnn {
  padding-bottom: 50px;
}

.spinrollz-hvtb15 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinrollz-1okb32 {
  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;
}

.spinrollz-mh3ljz {
  margin-top: 24px;
}

.spinrollz-4r0653 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinrollz-cuioj1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinrollz-kmq4mf {
  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;
}

.spinrollz-e2f64u {
  width: 468px;
}

.spinrollz-kmq4mf .spinrollz-ry80u1 {
  margin: 0.spinrollz-3cpqhr 0;
}

.spinrollz-013edv {
  display: flex;
  min-width: 224px;
}

.spinrollz-shf15f {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinrollz-g3edfr ease-in-out;
}

.spinrollz-ixafkx,
.spinrollz-shf15f:hover {
  color: var(--text-color);
}

.spinrollz-bt7owe {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinrollz-a5lqms {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinrollz-0ews1l {
    padding: 16px;
  }
  .spinrollz-bt7owe {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinrollz-a5lqms {
    align-items: center;
  }
  .spinrollz-e2f64u {
    width: unset;
  }
  .spinrollz-013edv {
    min-width: unset;
  }
  .spinrollz-kmq4mf {
    max-height: unset;
  }
  .spinrollz-hvtb15 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinrollz-0ews1l {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinrollz-jskjd9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinrollz-jskjd9:not(:last-child) {
  margin-bottom: 16px;
}

.spinrollz-sqqo6m {
  outline: 0;
}

.spinrollz-sqqo6m .spinrollz-gn7rmb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinrollz-4extsu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinrollz-4extsu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinrollz-4extsu::-webkit-details-marker {
  display: none;
}

.spinrollz-4extsu: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;
}

.spinrollz-4extsu: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] .spinrollz-4extsu:after {
  transform: unset;
}

.spinrollz-gn7rmb {
  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);
}

.spinrollz-gn7rmb 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.spinrollz-g3edfr ease-in-out;
  -o-transition: 0.spinrollz-g3edfr ease-in-out;
  transition: 0.spinrollz-g3edfr ease-in-out;
}

.spinrollz-ol8vcg {
  padding: 16px 0 0 0;
}

.spinrollz-ol8vcg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinrollz-ol8vcg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinrollz-4extsu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinrollz-4extsu::after {
    margin-left: auto;
  }
  .spinrollz-gn7rmb {
    order: 3;
    flex: 1 1 100%;
  }
  .spinrollz-4extsu {
    font-size: 14px;
    line-height: 130%;
  }
  .spinrollz-gn7rmb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinrollz-4qq2ov {
  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;
}

.spinrollz-z2e3jp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinrollz-4qq2ov.spinrollz-l0nah9 .spinrollz-z2e3jp {
  margin-bottom: 12px;
}

.spinrollz-z2e3jp::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;
}

.spinrollz-4qq2ov.spinrollz-l0nah9 .spinrollz-z2e3jp::after {
  transform: unset;
}

.spinrollz-590a9y {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinrollz-18b6c3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinrollz-g3edfr ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinrollz-18b6c3: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;
}

.spinrollz-4qq2ov.spinrollz-l0nah9 .spinrollz-590a9y {
  max-height: 100%;
}

.spinrollz-l8eu3x {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinrollz-5cvbo1 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinrollz-7y505w {
  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;
}

.spinrollz-be86wi {
  margin-right: 4px;
}

.spinrollz-igf1zd {
  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.spinrollz-g3edfr ease-in-out;
}

.spinrollz-igf1zd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinrollz-zjqp2k,
.spinrollz-igf1zd:hover {
  color: var(--text-color);
}

.spinrollz-0xlwmd {
  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;
}

.spinrollz-0xlwmd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinrollz-0xlwmd .spinrollz-696qj2 {
  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;
}

.spinrollz-0xlwmd .spinrollz-kaa47u {
  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;
}

.spinrollz-40hx54 {
  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;
}

.spinrollz-68qwuf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinrollz-zf8t0p .spinrollz-k8tb3c {
  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;
}

.spinrollz-zf8t0p {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinrollz-4xi41v {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinrollz-gjwk6o {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinrollz-5qy8ek {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinrollz-333lnk 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;
}

.spinrollz-5qy8ek:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinrollz-pi0vkw {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinrollz-jtqvw1 {
  -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.spinrollz-g3edfr ease-in-out;
  transition: transform 0.spinrollz-g3edfr ease-in-out;
  -o-transition: transform 0.spinrollz-g3edfr ease-in-out;
  transition:
    transform 0.spinrollz-g3edfr ease-in-out,
    -webkit-transform 0.spinrollz-g3edfr ease-in-out;
  cursor: pointer;
}

.spinrollz-jtqvw1 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinrollz-jtqvw1: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;
}

.spinrollz-ns5g6c {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinrollz-ns5g6c {
    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);
}

.spinrollz-jecy1x {
  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;
}

.spinrollz-6wliso {
  position: relative;
  width: 100%;
}

.spinrollz-jecy1x.spinrollz-xs8t2q {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinrollz-jecy1x.spinrollz-aaq9ut {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinrollz-jecy1x.spinrollz-ocoily {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinrollz-m35mdh {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinrollz-0ac2sl {
  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.spinrollz-g3edfr ease-in-out;
  cursor: pointer;
}

.spinrollz-0ac2sl:hover {
  opacity: 0.5;
}

.spinrollz-jecy1x.spinrollz-86bly5 .spinrollz-0ac2sl {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinrollz-jecy1x.spinrollz-86bly5 .spinrollz-m35mdh {
  cursor: pointer;
}

.spinrollz-2enrpe {
  fill: #0009;
}

.spinrollz-68x56f {
  fill: #fff;
}

.spinrollz-0ac2sl:hover .spinrollz-2enrpe {
  fill: red;
}

.spinrollz-0ac2sl svg path {
  -webkit-transition: 0.spinrollz-g3edfr ease-in-out;
  -o-transition: 0.spinrollz-g3edfr ease-in-out;
  transition: 0.spinrollz-g3edfr ease-in-out;
}

.spinrollz-echz94 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinrollz-echz94 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinrollz-echz94.spinrollz-rcop90 > :not(.get-image) {
  grid-column: 1/3;
}

.spinrollz-enbdmf:not(._h1-block) .spinrollz-echz94 > .spinrollz-fs7dvr {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinrollz-echz94.spinrollz-rcop90 .spinrollz-lul687 {
  grid-column: 2/3;
}

.spinrollz-echz94.spinrollz-rcop90 > .spinrollz-vtq5w3 {
  grid-column: 1/2;
}

.spinrollz-echz94.spinrollz-rcop90 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinrollz-echz94 > p:first-of-type {
  margin-top: 0;
}

.spinrollz-echz94 .spinrollz-vtq5w3 {
  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;
}

.spinrollz-enbdmf:not(._h1-block) .spinrollz-fs7dvr ~ .spinrollz-vtq5w3 {
  grid-row: 2/10;
}

.spinrollz-enbdmf.spinrollz-u5hzm8 .spinrollz-fs7dvr ~ .spinrollz-vtq5w3 {
  grid-row: 1/10;
}

.spinrollz-enbdmf.spinrollz-u5hzm8 > .spinrollz-fs7dvr {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinrollz-enbdmf.spinrollz-u5hzm8 .spinrollz-vtq5w3 {
  grid-row: 1/10;
}

.spinrollz-echz94.spinrollz-6j7qp4 .spinrollz-vtq5w3 {
  align-items: flex-start;
}

.spinrollz-echz94.spinrollz-aaq9ut .spinrollz-lul687 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinrollz-echz94.spinrollz-aaq9ut .spinrollz-vtq5w3 {
  align-items: center;
}

.spinrollz-echz94.spinrollz-3k3rfh .spinrollz-vtq5w3 {
  align-items: flex-end;
}

.spinrollz-lul687 > :first-child {
  margin-top: 0;
}

.spinrollz-lul687 > :last-child {
  margin-bottom: 0;
}

* + .spinrollz-lqtp7o,
.spinrollz-enbdmf + .spinrollz-enbdmf {
  margin-top: 2rem;
}

.spinrollz-ztljc9 td::before,
.spinrollz-ztljc9 th::after {
  display: none !important;
}

.spinrollz-ztljc9 #link-selector {
  color: #000;
}

.spinrollz-ztljc9 .spinrollz-w8u8xm {
  color: #135e96;
}

.spinrollz-ztljc9 .spinrollz-qlzjg3 *,
.spinrollz-ztljc9 .spinrollz-m6si65 p,
.spinrollz-ztljc9 .spinrollz-p03pf3 * {
  color: #000;
}

.spinrollz-ztljc9 .spinrollz-oy2ugx {
  background: 0 0 !important;
}

.spinrollz-ztljc9 .spinrollz-nh79sa {
  color: #000;
}

.spinrollz-ztljc9 .spinrollz-0xyp24.spinrollz-2fio2e {
  color: #fff;
}

.spinrollz-ztljc9 .spinrollz-v2qs9b {
  color: #000;
}

.spinrollz-ztljc9
  .spinrollz-wwjqbd
  .spinrollz-enja6p.spinrollz-2fio2e.spinrollz-7gv157 {
  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;
}

.spinrollz-3fa9v3,
body .spinrollz-werfnb {
  color: #000;
  background: var(--color-body) !important;
}

.spinrollz-3fa9v3 .spinrollz-qnv9px .spinrollz-aej0h0,
body .spinrollz-werfnb .spinrollz-qnv9px .spinrollz-aej0h0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinrollz-18b6c3:focus,
  .spinrollz-18b6c3:hover {
    color: #f9cb16;
  }
  .spinrollz-0j15m2:focus,
  .spinrollz-0j15m2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinrollz-lfoey4:focus img,
  .spinrollz-lfoey4:focus svg,
  .spinrollz-lfoey4:hover img,
  .spinrollz-lfoey4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinrollz-0xlwmd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinrollz-1qct91:hover .spinrollz-lqmf0p svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinrollz-lqmf0p {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinrollz-fatwra {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinrollz-x4kx72 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinrollz-tp4wi4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinrollz-5g1jl2 .spinrollz-xih5k9 {
    grid-template-columns: 1fr;
  }
  .spinrollz-5g1jl2 .spinrollz-6qmxne {
    -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;
  }
  .spinrollz-5g1jl2 .spinrollz-n1kt3e {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinrollz-5g1jl2 .spinrollz-31i3kz {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinrollz-5g1jl2 .spinrollz-p1c1wr {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinrollz-5g1jl2 .spinrollz-n1kt3e:not(:first-child) {
    border: none;
  }
  .spinrollz-5g1jl2 .spinrollz-n1kt3e:first-child .spinrollz-31i3kz {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinrollz-5g1jl2 .spinrollz-n1kt3e:last-child .spinrollz-31i3kz {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinrollz-xmopex {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinrollz-b5egl3 {
    max-width: 100px;
  }
  .spinrollz-ga7xjs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinrollz-fli1zy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinrollz-fli1zy svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinrollz-8127qb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinrollz-ga7xjs + .spinrollz-fli1zy {
    margin-left: auto;
  }
  .spinrollz-kvydiz {
    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;
  }
  .spinrollz-kvydiz.spinrollz-l0nah9 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinrollz-m9htgn {
    -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;
  }
  .spinrollz-360f2q {
    width: 100%;
  }
  .spinrollz-360f2q:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinrollz-qiv2vp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinrollz-qiv2vp svg {
    margin-right: 4px;
  }
  .spinrollz-1qct91 {
    -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;
  }
  .spinrollz-lqmf0p svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinrollz-lqmf0p {
    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;
  }
  .spinrollz-ry80u1 {
    display: none;
    width: 100%;
  }
  .spinrollz-1qct91.spinrollz-l0nah9 .spinrollz-ry80u1 {
    padding: 0 0 0 48px;
  }
  .spinrollz-vorqzo {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinrollz-1okb32 .spinrollz-vtq5w3 {
    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;
  }
  .spinrollz-g1qju8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinrollz-g1qju8 + .spinrollz-g1qju8 {
    margin-right: 0;
  }
  .spinrollz-g1qju8 + .spinrollz-vtq5w3 {
    margin: 0;
  }
  .spinrollz-fatwra {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinrollz-x4kx72 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinrollz-6ui9g0,
  .spinrollz-h25uja {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinrollz-echz94 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinrollz-echz94.spinrollz-rcop90 .spinrollz-lul687 {
    grid-column: auto;
    grid-row: auto;
  }
  .spinrollz-echz94 > .spinrollz-fs7dvr {
    grid-column: 1/2;
  }
  .spinrollz-echz94.spinrollz-rcop90 > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinrollz-echz94 .spinrollz-vtq5w3,
  .spinrollz-echz94.spinrollz-rcop90 > .spinrollz-vtq5w3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinrollz-echz94.spinrollz-rcop90 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinrollz-enbdmf.spinrollz-u5hzm8 .spinrollz-echz94 > .spinrollz-vtq5w3 {
    grid-row: 1/2;
  }
  .spinrollz-echz94 .spinrollz-fs7dvr ~ .spinrollz-vtq5w3,
  .spinrollz-echz94.spinrollz-rcop90 .spinrollz-fs7dvr ~ .spinrollz-vtq5w3 {
    grid-row: 2/3;
  }
  .spinrollz-enbdmf.spinrollz-u5hzm8 .spinrollz-fs7dvr ~ .spinrollz-vtq5w3 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinrollz-aq1ug3:first-child .spinrollz-yd8ogi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinrollz-aq1ug3:first-child .spinrollz-yd8ogi h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinrollz-aq1ug3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinrollz-aq1ug3 {
    padding: 0;
  }
  .spinrollz-ryg06c {
    margin-top: 1rem;
  }
  .spinrollz-sqqo6m {
    border-radius: 5px;
  }
  .spinrollz-fyiwlh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinrollz-z2e3jp::after {
    display: inline-block;
  }
  .spinrollz-z2e3jp {
    margin: 0;
    width: 100%;
  }
  .spinrollz-590a9y {
    width: 100%;
  }
  .spinrollz-590a9y.spinrollz-rea04j {
    -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%;
  }
  .spinrollz-590a9y.spinrollz-rea04j .spinrollz-b5vrn2 {
    width: 100%;
  }
  .spinrollz-590a9y.spinrollz-rea04j .spinrollz-b5vrn2:not(:last-child) {
    margin-right: 0;
  }
  .spinrollz-18b6c3 {
    width: 100%;
    text-align: center;
  }
  .spinrollz-4qq2ov.spinrollz-l0nah9 .spinrollz-590a9y {
    margin-top: 1rem;
  }
  .spinrollz-fatwra {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinrollz-tp4wi4,
  .spinrollz-x4kx72 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinrollz-6ui9g0,
  .spinrollz-h25uja,
  .spinrollz-jtyttr {
    grid-template-columns: 1fr;
  }
  .spinrollz-ku2mvc {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinrollz-3h7vmx {
    min-width: 300px;
    max-width: 325px;
  }
  .spinrollz-31i3kz {
    cursor: auto;
  }
  .spinrollz-d4xd96 .spinrollz-31i3kz {
    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;
  }
  .spinrollz-ns5g6c {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinrollz-ry80u1 {
    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) {
  .spinrollz-ns5g6c {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinrollz-g1qju8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinrollz-fli1zy {
    margin: 0 -0.2rem;
  }
  .spinrollz-g1qju8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinrollz-e1hkps {
    -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;
  }
  .spinrollz-8voy3s {
    max-width: 100%;
  }
  .spinrollz-fatwra {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinrollz-tp4wi4,
  .spinrollz-x4kx72 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinrollz-xmopex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinrollz-fli1zy {
    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;
  }
  .spinrollz-lnsf1x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinrollz-3t2xop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinrollz-7d23bo,
  .spinrollz-apxmdw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinrollz-xjjjpz {
    width: 100%;
  }
  .spinrollz-fatwra {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinrollz-ns5g6c {
    top: 127px !important;
  }
}

.spinrollz-g2rxkr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinrollz-g2rxkr {
  }
}

@media (max-width: 767px) {
  .spinrollz-g2rxkr {
    margin-bottom: 12px;
  }
}

.spinrollz-g2rxkr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinrollz-vf7xyq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinrollz-vf7xyq > .spinrollz-vf5q7j {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinrollz-vf7xyq {
    flex-direction: column;
    gap: 12px;
  }
}

.spinrollz-l9u495 {
  display: flex;
}

.spinrollz-l9u495 .spinrollz-gtefa6 {
  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;
}

.spinrollz-l9u495 .spinrollz-t4munn {
  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;
}

.spinrollz-l9u495 .spinrollz-x8vxzn {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinrollz-l9u495 .spinrollz-td4wfp {
  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));
  }
}

.spinrollz-l9u495 .spinrollz-td4wfp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinrollz-l9u495 .spinrollz-m8s28y {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinrollz-eymip2 {
  border: unset;
  background-color: unset;
}

.spinrollz-eymip2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinrollz-eymip2 .spinrollz-4byrae,
.spinrollz-eymip2 .spinrollz-uqugfz {
  flex: 0 1 330px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn {
  flex: 1 1;
}

.spinrollz-eymip2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinrollz-eymip2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinrollz-eymip2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinrollz-eymip2 tr td p {
  color: #fff;
  margin: 0;
}

.spinrollz-eymip2 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinrollz-eymip2 tr.spinrollz-4byrae td p {
  padding: 16px 0;
}

.spinrollz-eymip2 tr.spinrollz-4byrae td p:not(:last-child),
.spinrollz-eymip2 tr.spinrollz-uqugfz td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinrollz-eymip2 tr.spinrollz-4byrae td p:first-child,
.spinrollz-eymip2 tr.spinrollz-uqugfz td p:first-child {
  padding-top: 0;
}

.spinrollz-eymip2 tr.spinrollz-uqugfz td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinrollz-eymip2 tr.spinrollz-uqugfz td p:last-child {
  padding-bottom: 0;
}

.spinrollz-eymip2 .spinrollz-uqugfz img {
  max-width: 32px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn {
  min-width: 718px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td {
  display: flex;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf,
.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-u9dx6z,
.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-xm7c4p {
  flex: 1 1 50%;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-jnwu2l {
  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;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-juebfl,
.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-hlrwmq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf,
.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-u9dx6z {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf span,
.spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-u9dx6z span {
  font-weight: 800;
}

.spinrollz-eymip2 .spinrollz-i7k7wn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinrollz-eymip2 tr.spinrollz-4byrae td p:last-child {
    padding-bottom: 0;
  }
  .spinrollz-eymip2 .spinrollz-uqugfz > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinrollz-eymip2 .spinrollz-uqugfz > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinrollz-eymip2 tr.spinrollz-4byrae td p:not(:last-child),
  .spinrollz-eymip2 tr.spinrollz-uqugfz td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinrollz-eymip2 tr.spinrollz-uqugfz td p:last-child {
    padding-bottom: 12px;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf,
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-u9dx6z,
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-xm7c4p {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf,
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-u9dx6z {
    margin-top: 16px;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-xm7c4p {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-byacaf {
    border-right: 1px solid var(--border-color);
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-xm7c4p:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td:last-child .spinrollz-xm7c4p:last-child {
    padding-bottom: 0;
  }
}

.spinrollz-xm7c4p {
  display: flex;
  flex-direction: column;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p:not(:first-child) {
    padding-left: 0;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn td .spinrollz-xm7c4p:not(:last-of-type) {
    border-right: unset;
  }
}

.spinrollz-eymip2 .spinrollz-er701n {
  flex: 0 1 485px;
}

.spinrollz-eymip2 .spinrollz-gy25hw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinrollz-eymip2 .spinrollz-gy25hw li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinrollz-eymip2 .spinrollz-gy25hw li.spinrollz-d2popq {
  padding: 6px 12px;
}

.spinrollz-eymip2 .spinrollz-gy25hw li a,
.spinrollz-eymip2 .spinrollz-gy25hw 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;
}

.spinrollz-eymip2 .spinrollz-bzi2fd,
.spinrollz-eymip2 .spinrollz-oe738z {
  flex: 1 1;
}

.spinrollz-eymip2 .spinrollz-5z2ce7,
.spinrollz-eymip2 .spinrollz-lh535b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinrollz-eymip2 .spinrollz-5z2ce7 li,
.spinrollz-eymip2 .spinrollz-lh535b li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinrollz-eymip2 .spinrollz-oe738z img {
  max-width: 32px;
}

.spinrollz-eymip2 .spinrollz-bzi2fd img {
  max-width: 32px;
}

.spinrollz-eymip2 .spinrollz-qzb6y5 {
  min-width: 280px;
}

.spinrollz-eymip2 .spinrollz-qzb6y5 img {
  max-width: 146px;
}

.spinrollz-eymip2 .spinrollz-qzb6y5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinrollz-eymip2 .spinrollz-4byrae,
  .spinrollz-eymip2 .spinrollz-uqugfz {
    flex: 0 1 auto;
  }
  .spinrollz-eymip2 .spinrollz-i7k7wn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinrollz-eymip2 .spinrollz-4byrae,
  .spinrollz-eymip2 .spinrollz-er701n,
  .spinrollz-eymip2 .spinrollz-uqugfz,
  .spinrollz-eymip2 .spinrollz-i7k7wn {
    flex: 1 1 calc(50% - 20px);
  }
  .spinrollz-eymip2 .spinrollz-bzi2fd,
  .spinrollz-eymip2 .spinrollz-qzb6y5,
  .spinrollz-eymip2 .spinrollz-oe738z {
    flex: 1 1 30%;
  }
  .spinrollz-eymip2 .spinrollz-qzb6y5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinrollz-eymip2 .spinrollz-4byrae,
  .spinrollz-eymip2 .spinrollz-er701n,
  .spinrollz-eymip2 .spinrollz-bzi2fd,
  .spinrollz-eymip2 .spinrollz-uqugfz,
  .spinrollz-eymip2 .spinrollz-i7k7wn,
  .spinrollz-eymip2 .spinrollz-qzb6y5,
  .spinrollz-eymip2 .spinrollz-oe738z {
    flex: 1 1 100%;
  }
}

.spinrollz-9ja9xe .spinrollz-x3n5vl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinrollz-9ja9xe .spinrollz-d0nkfp {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinrollz-9ja9xe .spinrollz-ixi3er {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinrollz-9ja9xe .spinrollz-vlotu7 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinrollz-9ja9xe .spinrollz-vlotu7 > :nth-child(3) {
  margin-top: 0;
}

.spinrollz-9ja9xe .spinrollz-vtq5w3 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinrollz-9ja9xe .spinrollz-au5ycl {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinrollz-9ja9xe .spinrollz-ryg06c {
  grid-column: 1/2;
}

.spinrollz-9ja9xe > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinrollz-9ja9xe .spinrollz-d0nkfp: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;
}

.spinrollz-9ja9xe .spinrollz-d0nkfp:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinrollz-9ja9xe .spinrollz-xjjjpz {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinrollz-9ja9xe .spinrollz-d0nkfp:not(:last-child):before {
    bottom: 8px;
  }
  .spinrollz-9ja9xe .spinrollz-d0nkfp:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinrollz-9ja9xe .spinrollz-vlotu7 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinrollz-9ja9xe .spinrollz-vtq5w3 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinrollz-9ja9xe .spinrollz-vtq5w3 img {
    width: 100%;
    height: auto;
  }
  .spinrollz-9ja9xe .spinrollz-xjjjpz {
    width: 100%;
    min-width: unset;
  }
}

.spinrollz-863874 .spinrollz-7c1gt3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinrollz-863874 .spinrollz-sg6sft {
  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;
}

.spinrollz-863874 .spinrollz-vtq5w3 {
  height: 100%;
}

.spinrollz-863874 .spinrollz-vtq5w3 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinrollz-863874 .spinrollz-auzg94 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinrollz-863874 .spinrollz-lykhm9 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinrollz-863874 .spinrollz-52jber {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinrollz-863874 .spinrollz-sg6sft {
    flex: 1 1 100%;
  }
  .spinrollz-863874 .spinrollz-8wugz5 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinrollz-863874 .spinrollz-sg6sft {
    flex-direction: column;
  }
  .spinrollz-863874 .spinrollz-vtq5w3 {
    width: 100%;
    height: auto;
  }
  .spinrollz-863874 .spinrollz-vtq5w3 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinrollz-863874 .spinrollz-auzg94 {
    padding: 0 16px 16px 16px;
  }
  .spinrollz-863874 .spinrollz-8wugz5 {
    min-width: unset;
    width: 100%;
  }
}

.spinrollz-y9xg4m .spinrollz-hqmnmv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinrollz-y9xg4m .spinrollz-uitz26 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinrollz-y9xg4m 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;
}

.spinrollz-y9xg4m .spinrollz-2046qv {
  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;
}

.spinrollz-y9xg4m .spinrollz-uitz26:hover .spinrollz-2046qv {
  display: flex;
}

.spinrollz-y9xg4m .spinrollz-sd5do0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinrollz-y9xg4m .spinrollz-385kcl {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinrollz-erljzu {
  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;
}

.spinrollz-erljzu.spinrollz-1fibzg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinrollz-59k8kh ease-in-out;
}

.spinrollz-erljzu.spinrollz-1fibzg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinrollz-y9xg4m .spinrollz-6p8ao8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinrollz-59k8kh ease-in-out;
}

.spinrollz-y9xg4m .spinrollz-6p8ao8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinrollz-y9xg4m .spinrollz-6p8ao8:after,
.spinrollz-erljzu.spinrollz-1fibzg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinrollz-erljzu.spinrollz-1fibzg:after {
  background-image: url(../images/Cash.svg);
}

.spinrollz-y9xg4m .spinrollz-6p8ao8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinrollz-y9xg4m .spinrollz-hqmnmv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinrollz-y9xg4m .spinrollz-hqmnmv {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinrollz-y9xg4m .spinrollz-hqmnmv {
    grid-template-columns: 1fr;
  }
  .spinrollz-y9xg4m .spinrollz-uitz26 {
    height: auto;
  }
  .spinrollz-y9xg4m .spinrollz-uitz26 .spinrollz-2046qv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinrollz-y9xg4m .spinrollz-sd5do0,
  .spinrollz-y9xg4m .spinrollz-385kcl {
    text-align: left;
  }
  .spinrollz-y9xg4m .spinrollz-385kcl {
    margin-bottom: 8px;
  }
  .spinrollz-y9xg4m img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinrollz-48cic5 {
  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;
}

.spinrollz-48cic5.spinrollz-86bly5 {
  display: block;
}

.spinrollz-48cic5 .spinrollz-f84qaj {
  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;
}

.spinrollz-48cic5 .spinrollz-v9dvxx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinrollz-48cic5 .spinrollz-k64oga {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinrollz-48cic5 .spinrollz-gfs01q {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinrollz-48cic5 .spinrollz-erljzu {
  min-width: 296px;
  margin-bottom: 0;
}

.spinrollz-48cic5 .spinrollz-z3353c {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinrollz-48cic5 .spinrollz-qrurj8 {
  position: relative;
  flex: 1 1;
}

.spinrollz-48cic5 .spinrollz-qrurj8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinrollz-48cic5 .spinrollz-v9dvxx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinrollz-48cic5 .spinrollz-k64oga {
    order: 1;
  }
  .spinrollz-48cic5 .spinrollz-gfs01q {
    order: 3;
    flex: 1 1 100%;
  }
  .spinrollz-48cic5 .spinrollz-erljzu {
    width: 100%;
    min-width: unset;
  }
  .spinrollz-48cic5 .spinrollz-z3353c {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinrollz-echz94 > .spinrollz-fs7dvr {
    margin-bottom: 0;
  }
  .spinrollz-echz94 > .spinrollz-ryg06c,
  .spinrollz-echz94 > p {
    margin-top: 0;
  }
}

.spinrollz-f9wups img,
.spinrollz-g1qju8 img {
  width: auto;
  object-fit: contain;
}

.spinrollz-f9wups {
  align-items: center;
}

.spinrollz-f9wups img {
  max-height: 76px;
}

.spinrollz-g1qju8 img {
  max-height: 64px;
}

.spinrollz-ko4v39 {
  overflow: auto;
}

.spinrollz-pvx14j {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinrollz-gwzkn1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinrollz-9xy3iy {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinrollz-bse3fh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinrollz-9xy3iy .spinrollz-vtq5w3 {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinrollz-9xy3iy img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinrollz-z7cziv {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinrollz-z7cziv > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinrollz-9xy3iy {
    padding: 15px 10px;
  }
  .spinrollz-z7cziv {
    padding: 15px 10px;
  }
  .spinrollz-9xy3iy .spinrollz-vtq5w3 {
    margin-right: 10px;
  }
}

.spinrollz-7foc6x {
  overflow-x: auto;
}

.spinrollz-ix2psx {
  border-collapse: collapse;
  width: 100%;
}

.spinrollz-7foc6x th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinrollz-7foc6x td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinrollz-7foc6x td.spinrollz-wcuzz5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinrollz-7foc6x td.spinrollz-pkbs8g {
  border-right: none;
}

.spinrollz-7foc6x td.spinrollz-pkbs8g .spinrollz-vtq5w3 {
  justify-content: flex-start;
}

.spinrollz-7foc6x td.spinrollz-pkbs8g .spinrollz-vtq5w3 img {
  height: auto;
  width: 90px;
}

.spinrollz-7foc6x td.spinrollz-b4jp43,
.spinrollz-7foc6x td.spinrollz-0snlvw {
  font-weight: 600;
  text-align: right;
}

.spinrollz-7foc6x td.spinrollz-ou4gk7,
.spinrollz-7foc6x td.spinrollz-b4jp43 {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinrollz-7foc6x td.spinrollz-b4jp43,
.spinrollz-7foc6x td.spinrollz-0snlvw {
  border-left: none;
}

.spinrollz-7foc6x td.spinrollz-ou4gk7,
.spinrollz-7foc6x td.spinrollz-3gx948 {
  border-right: none;
}

.spinrollz-7foc6x td.spinrollz-3gx948,
.spinrollz-7foc6x td.spinrollz-0snlvw {
  border-top: none;
  padding-top: 10px;
}

.spinrollz-slr9pz {
  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;
}

.spinrollz-slr9pz .spinrollz-8wugz5 {
  min-width: unset;
  width: 100%;
}

.spinrollz-slr9pz .spinrollz-8wugz5.spinrollz-uar665 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinrollz-slr9pz .spinrollz-8wugz5.spinrollz-uylu82 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinrollz-slr9pz .spinrollz-iot74v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinrollz-slr9pz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinrollz-slr9pz .spinrollz-8wugz5.spinrollz-uar665 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinrollz-slr9pz .spinrollz-8wugz5.spinrollz-uylu82 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinrollz-slr9pz .spinrollz-iot74v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinrollz-yza9aw {
  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;
}

.spinrollz-6bgtwp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinrollz-ngbmcs p a img {
  margin: 0 auto;
  display: block;
}

.spinrollz-ngbmcs table {
  margin-bottom: 17px;
}

/* contanct form */
.spinrollz-heui8q {
  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;
}

.spinrollz-heui8q label {
  font-size: 14px;
}

.spinrollz-heui8q h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinrollz-heui8q input,
.spinrollz-heui8q textarea,
.spinrollz-heui8q 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;
}
.spinrollz-heui8q button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinrollz-59k8kh ease;
}
.spinrollz-heui8q button:hover {
  background-color: #691204;
}
.spinrollz-8k5srl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinrollz-21s9pd ease-in;
}

.spinrollz-8k5srl 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;
}
.spinrollz-rlk469, .spinrollz-56eqnz, [class*="review-card"],
thead, thead th, table th, .spinrollz-mgm7oe,
.spinrollz-ennw9l, [class*="collapsible-header"],
.spinrollz-1r880p, [class*="updated-block"] {
  color: #ece7dc !important;
}
