@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);
}

.spinmills-kmwzyw {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmills-6zpm56 {
  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.spinmills-5k412c,
ul.spinmills-5k412c {
  padding-left: 20px;
}

ul.spinmills-5k412c {
  list-style: disc;
}

ol.spinmills-5k412c {
  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;
  }
}

.spinmills-ryrbuo > .spinmills-pycf3f,
.spinmills-ryrbuo > .spinmills-lxonwq,
.spinmills-ryrbuo > blockquote,
.spinmills-ryrbuo > h1,
.spinmills-ryrbuo > h2,
.spinmills-ryrbuo > h3,
.spinmills-ryrbuo > h4,
.spinmills-ryrbuo > h5,
.spinmills-ryrbuo > h6,
.spinmills-ryrbuo > ol,
.spinmills-ryrbuo > p,
.spinmills-ryrbuo > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmills-ryrbuo > ol,
.spinmills-ryrbuo > ul {
  padding-left: 50px;
}

.spinmills-ryrbuo 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;
}

.spinmills-ryrbuo:not(:last-child) {
  margin-bottom: 2rem;
}

.spinmills-ryrbuo > :not(:first-child) {
  margin-top: 2rem;
}

.spinmills-ryrbuo {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinmills-ryrbuo:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinmills-ryrbuo:first-child {
    margin-top: 20px;
  }
}

.spinmills-ryrbuo > p:last-of-type {
  margin-bottom: 32px;
}

.spinmills-ryrbuo > .spinmills-g4hpv2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinmills-07jwk6 > .spinmills-g4hpv2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmills-lxonwq {
  overflow: auto;
}

.spinmills-lxonwq::-webkit-scrollbar {
  height: 5px;
}

.spinmills-lxonwq table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinmills-lxonwq table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinmills-lxonwq table thead,
table thead {
  border-bottom: none;
}

.spinmills-lxonwq table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinmills-lxonwq table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinmills-lxonwq table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinmills-lxonwq .spinmills-wuwbu1 {
  table-layout: auto;
}

.spinmills-lxonwq .spinmills-wuwbu1 th {
  word-break: normal;
}

.spinmills-lxonwq .spinmills-wuwbu1 td {
  word-break: normal;
}

.spinmills-kmwzyw .spinmills-kmwzyw {
  padding-right: 0;
  padding-left: 0;
}

.spinmills-49n3gs {
  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;
}

.spinmills-80o348 {
  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;
}

.spinmills-eb7fjk {
  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;
}

.spinmills-pycf3f {
  margin-top: 24px;
}

.spinmills-pycf3f.spinmills-x9okmh {
  text-align: left;
}

.spinmills-pycf3f.spinmills-fbu6te {
  text-align: right;
}

.spinmills-pycf3f.spinmills-pv7byy {
  text-align: center;
}

.spinmills-rcud0x {
  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.spinmills-z61e2k ease-in-out;
  cursor: pointer;
}

.spinmills-rcud0x:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinmills-rcud0x {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinmills-rcud0x {
    min-width: unset;
  }
}

.spinmills-cv5qgo {
  background-color: var(--fh-bg-color);
}

.spinmills-3mp46g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinmills-slf4n2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.spinmills-slf4n2 img {
  max-height: 44px;
  object-fit: contain;
}

.spinmills-8ze8m4 {
  flex: 1 1;
}

.spinmills-prjr5u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinmills-z6ied8 {
  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;
}

.spinmills-z6ied8 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;
}

.spinmills-z6ied8.spinmills-qlsfgb span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinmills-z6ied8.spinmills-qlsfgb span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinmills-z6ied8.spinmills-qlsfgb span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinmills-8ze8m4 + .spinmills-prjr5u {
  margin-left: 20px;
}

.spinmills-57cepk {
  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;
}

.spinmills-57cepk > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinmills-57cepk + .spinmills-57cepk {
  margin-left: 5px;
}

.spinmills-hc51az {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinmills-hc51az:hover {
  background-color: var(--button-bg-hover);
}

.spinmills-zvkoi8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinmills-z61e2k ease-in-out;
  border: 1px solid var(--border-color);
}

.spinmills-zvkoi8:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinmills-8hpfu2 {
  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) {
  .spinmills-8ze8m4 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinmills-8hpfu2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinmills-8ze8m4 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinmills-57cepk {
    min-width: unset;
    flex: 1 1;
  }
}

.spinmills-qlhpvp {
  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;
}

.spinmills-qlhpvp:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinmills-qlhpvp:hover .spinmills-80uvz1 {
  opacity: 1;
  pointer-events: auto;
}

.spinmills-m6vzay {
  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.spinmills-dzfwd7 ease-in-out;
  gap: 4px;
}

.spinmills-m6vzay > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinmills-m6vzay .spinmills-49n3gs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinmills-nfjcvf,
.spinmills-m6vzay:hover {
  color: var(--button-bg-hover);
}

.spinmills-lvtrvt {
  position: relative;
}

.spinmills-lvtrvt .spinmills-m6vzay {
  margin-right: 0;
  padding-right: 4px;
}

.spinmills-29u3u8 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinmills-lvtrvt.spinmills-qlsfgb .spinmills-29u3u8 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinmills-lvtrvt.spinmills-qlsfgb .spinmills-80uvz1 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinmills-lvtrvt.spinmills-qlsfgb .spinmills-80uvz1::before {
  display: none;
}

.spinmills-29u3u8 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinmills-80uvz1 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinmills-xlsete 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinmills-80uvz1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinmills-80uvz1:hover {
  color: var(--fh-bg-color);
}

.spinmills-rf5fe8 {
  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.spinmills-xlsete 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinmills-dzfwd7 ease-in-out;
  -o-transition: 0.spinmills-dzfwd7 ease-in-out;
  transition: 0.spinmills-dzfwd7 ease-in-out;
}

.spinmills-rf5fe8 .spinmills-49n3gs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinmills-4p8svd,
.spinmills-rf5fe8:hover {
  color: var(--button-bg-hover);
}

.spinmills-6yis3q {
  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%;
}

.spinmills-6yis3q.spinmills-aws6iy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinmills-6yis3q.spinmills-aws6iy:after,
.spinmills-6yis3q.spinmills-aws6iy:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinmills-6yis3q.spinmills-aws6iy: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);
  }
}

.spinmills-6yis3q.spinmills-aws6iy:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinmills-6yis3q.spinmills-aws6iy > * {
  z-index: 1;
}

.spinmills-6yis3q b,
.spinmills-6yis3q strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinmills-6yis3q .spinmills-lz8a0j {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinmills-6yis3q .spinmills-krtlmv {
  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;
}

.spinmills-6yis3q .spinmills-49n3gs {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinmills-6yis3q .spinmills-maveko {
  margin-top: 12px;
}

.spinmills-maveko {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinmills-81ta6d {
  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;
}

.spinmills-maveko .spinmills-w5wx0b {
  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.spinmills-z61e2k ease-in-out;
}

.spinmills-maveko .spinmills-w5wx0b:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinmills-6e8krt {
  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;
}

.spinmills-6yis3q.spinmills-47ljy2 {
  gap: 12px;
  padding: 16px;
}

.spinmills-6yis3q.spinmills-47ljy2 .spinmills-6e8krt {
  min-width: 240px;
}

.spinmills-6yis3q.spinmills-47ljy2 .spinmills-6e8krt.spinmills-rw4qez {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinmills-6yis3q .spinmills-lz8a0j {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinmills-6yis3q .spinmills-krtlmv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinmills-6yis3q .spinmills-49n3gs {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-49n3gs {
    max-width: 126px;
  }
  .spinmills-6yis3q .spinmills-maveko {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinmills-6yis3q .spinmills-81ta6d {
    max-width: unset;
  }
  .spinmills-6e8krt {
    min-width: unset;
    width: 100%;
  }
  .spinmills-6yis3q .spinmills-6e8krt {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinmills-6yis3q.spinmills-47ljy2 {
    grid-template-rows: auto 1fr auto;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-6e8krt {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinmills-6yis3q {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinmills-6yis3q .spinmills-lz8a0j {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinmills-6yis3q .spinmills-49n3gs {
    max-width: 78px;
  }
  .spinmills-6yis3q .spinmills-maveko {
    margin-top: -12px;
  }
  .spinmills-6yis3q.spinmills-47ljy2 {
    gap: 8px;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-lz8a0j {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-krtlmv {
    grid-column: 1/3;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-49n3gs {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinmills-6yis3q.spinmills-47ljy2 .spinmills-49n3gs img {
    max-width: 114px;
  }
}

.spinmills-6e8krt.spinmills-fyp9d4,
.spinmills-6e8krt.spinmills-u1cvj9,
.spinmills-6e8krt.spinmills-o1cx2o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinmills-z61e2k ease-in-out;
}

.spinmills-6e8krt.spinmills-fyp9d4,
.spinmills-6e8krt.spinmills-o1cx2o {
  padding: 10px;
}

.spinmills-6e8krt.spinmills-fyp9d4:hover,
.spinmills-6e8krt.spinmills-u1cvj9:hover,
.spinmills-6e8krt.spinmills-o1cx2o:hover {
  background: var(--button-bg-hover);
}

.spinmills-6e8krt.spinmills-fyp9d4:hover svg path,
.spinmills-6e8krt.spinmills-o1cx2o:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinmills-6e8krt.spinmills-rw4qez {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinmills-z61e2k ease-in-out;
  background: var(--button-bg-color);
}

.spinmills-6e8krt.spinmills-rw4qez:hover {
  background-color: var(--button-bg-hover);
}

.spinmills-6e8krt.spinmills-u1cvj9: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);
  }
}

.spinmills-6e8krt.spinmills-u1cvj9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinmills-6e8krt.spinmills-rw4qez:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinmills-vjdm9e {
  max-width: 650px;
}

.spinmills-r5a410 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinmills-tb4wb6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinmills-k54bg9 {
  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.spinmills-dzfwd7 ease-in-out;
  cursor: pointer;
}

.spinmills-k54bg9:hover {
  opacity: 0.5;
}

.spinmills-k54bg9:focus {
  outline: 0;
}

.spinmills-k54bg9:focus .spinmills-762rx9,
.spinmills-k54bg9:hover .spinmills-762rx9 {
  fill: red;
  fill-opacity: 1;
}

.spinmills-k54bg9:hover {
  cursor: pointer;
}

.spinmills-i067as {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinmills-vjdm9e.spinmills-pv7byy {
  margin: 0 auto;
}

.spinmills-vjdm9e.spinmills-fbu6te {
  margin-left: auto;
}

.spinmills-5qqysm {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinmills-eemlgi {
  padding-bottom: 50px;
}

.spinmills-5afzu7 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinmills-e5qhzx {
  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;
}

.spinmills-1d9eqs {
  margin-top: 24px;
}

.spinmills-dwn23w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinmills-vnzqea {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinmills-jryb8o {
  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;
}

.spinmills-nn63v0 {
  width: 468px;
}

.spinmills-jryb8o .spinmills-80uvz1 {
  margin: 0.spinmills-0mgsg0 0;
}

.spinmills-bktqol {
  display: flex;
  min-width: 224px;
}

.spinmills-7f6zy5 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinmills-dzfwd7 ease-in-out;
}

.spinmills-q8of17,
.spinmills-7f6zy5:hover {
  color: var(--text-color);
}

.spinmills-ohlvy3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinmills-jdd8ko {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinmills-5qqysm {
    padding: 16px;
  }
  .spinmills-ohlvy3 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinmills-jdd8ko {
    align-items: center;
  }
  .spinmills-nn63v0 {
    width: unset;
  }
  .spinmills-bktqol {
    min-width: unset;
  }
  .spinmills-jryb8o {
    max-height: unset;
  }
  .spinmills-5afzu7 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinmills-5qqysm {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinmills-l1a5ov {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinmills-l1a5ov:not(:last-child) {
  margin-bottom: 16px;
}

.spinmills-43coyp {
  outline: 0;
}

.spinmills-43coyp .spinmills-3xingu {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinmills-t08suu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinmills-t08suu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinmills-t08suu::-webkit-details-marker {
  display: none;
}

.spinmills-t08suu: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;
}

.spinmills-t08suu: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] .spinmills-t08suu:after {
  transform: unset;
}

.spinmills-3xingu {
  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);
}

.spinmills-3xingu 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.spinmills-dzfwd7 ease-in-out;
  -o-transition: 0.spinmills-dzfwd7 ease-in-out;
  transition: 0.spinmills-dzfwd7 ease-in-out;
}

.spinmills-57hhzl {
  padding: 16px 0 0 0;
}

.spinmills-57hhzl * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinmills-57hhzl :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmills-t08suu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinmills-t08suu::after {
    margin-left: auto;
  }
  .spinmills-3xingu {
    order: 3;
    flex: 1 1 100%;
  }
  .spinmills-t08suu {
    font-size: 14px;
    line-height: 130%;
  }
  .spinmills-3xingu svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinmills-csew6e {
  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;
}

.spinmills-jqejav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinmills-csew6e.spinmills-qlsfgb .spinmills-jqejav {
  margin-bottom: 12px;
}

.spinmills-jqejav::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;
}

.spinmills-csew6e.spinmills-qlsfgb .spinmills-jqejav::after {
  transform: unset;
}

.spinmills-a5yeg9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinmills-7jsooj {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinmills-dzfwd7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinmills-7jsooj: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;
}

.spinmills-csew6e.spinmills-qlsfgb .spinmills-a5yeg9 {
  max-height: 100%;
}

.spinmills-7a30k1 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinmills-7o2ue2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinmills-h7e4ol {
  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;
}

.spinmills-94mr6h {
  margin-right: 4px;
}

.spinmills-yzrds2 {
  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.spinmills-dzfwd7 ease-in-out;
}

.spinmills-yzrds2 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinmills-p8bqqg,
.spinmills-yzrds2:hover {
  color: var(--text-color);
}

.spinmills-q8wmdu {
  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;
}

.spinmills-q8wmdu img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinmills-q8wmdu .spinmills-wi1ivc {
  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;
}

.spinmills-q8wmdu .spinmills-my7dop {
  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;
}

.spinmills-9mndb2 {
  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;
}

.spinmills-azsc2c {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinmills-05rju3 .spinmills-kmwzyw {
  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;
}

.spinmills-05rju3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinmills-f0wmac {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinmills-afjqdj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinmills-fwdrj4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinmills-ovq5f1 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;
}

.spinmills-fwdrj4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinmills-qo6lma {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinmills-znx35e {
  -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.spinmills-dzfwd7 ease-in-out;
  transition: transform 0.spinmills-dzfwd7 ease-in-out;
  -o-transition: transform 0.spinmills-dzfwd7 ease-in-out;
  transition:
    transform 0.spinmills-dzfwd7 ease-in-out,
    -webkit-transform 0.spinmills-dzfwd7 ease-in-out;
  cursor: pointer;
}

.spinmills-znx35e svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinmills-znx35e: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;
}

.spinmills-rwsd4s {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinmills-rwsd4s {
    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);
}

.spinmills-zj3g75 {
  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;
}

.spinmills-qd418t {
  position: relative;
  width: 100%;
}

.spinmills-zj3g75.spinmills-0rtpq3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinmills-zj3g75.spinmills-pv7byy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinmills-zj3g75.spinmills-fbu6te {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinmills-fkbjll {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinmills-12aigg {
  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.spinmills-dzfwd7 ease-in-out;
  cursor: pointer;
}

.spinmills-12aigg:hover {
  opacity: 0.5;
}

.spinmills-zj3g75.spinmills-dqhsmf .spinmills-12aigg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinmills-zj3g75.spinmills-dqhsmf .spinmills-fkbjll {
  cursor: pointer;
}

.spinmills-8e3jgi {
  fill: #0009;
}

.spinmills-vuvmda {
  fill: #fff;
}

.spinmills-12aigg:hover .spinmills-8e3jgi {
  fill: red;
}

.spinmills-12aigg svg path {
  -webkit-transition: 0.spinmills-dzfwd7 ease-in-out;
  -o-transition: 0.spinmills-dzfwd7 ease-in-out;
  transition: 0.spinmills-dzfwd7 ease-in-out;
}

.spinmills-6iu426 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinmills-6iu426 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinmills-6iu426.spinmills-eqx56u > :not(.get-image) {
  grid-column: 1/3;
}

.spinmills-5no027:not(._h1-block) .spinmills-6iu426 > .spinmills-g4hpv2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinmills-6iu426.spinmills-eqx56u .spinmills-remlvv {
  grid-column: 2/3;
}

.spinmills-6iu426.spinmills-eqx56u > .spinmills-49n3gs {
  grid-column: 1/2;
}

.spinmills-6iu426.spinmills-eqx56u > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinmills-6iu426 > p:first-of-type {
  margin-top: 0;
}

.spinmills-6iu426 .spinmills-49n3gs {
  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;
}

.spinmills-5no027:not(._h1-block) .spinmills-g4hpv2 ~ .spinmills-49n3gs {
  grid-row: 2/10;
}

.spinmills-5no027.spinmills-5iotc8 .spinmills-g4hpv2 ~ .spinmills-49n3gs {
  grid-row: 1/10;
}

.spinmills-5no027.spinmills-5iotc8 > .spinmills-g4hpv2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinmills-5no027.spinmills-5iotc8 .spinmills-49n3gs {
  grid-row: 1/10;
}

.spinmills-6iu426.spinmills-nk8vcv .spinmills-49n3gs {
  align-items: flex-start;
}

.spinmills-6iu426.spinmills-pv7byy .spinmills-remlvv {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinmills-6iu426.spinmills-pv7byy .spinmills-49n3gs {
  align-items: center;
}

.spinmills-6iu426.spinmills-5adumb .spinmills-49n3gs {
  align-items: flex-end;
}

.spinmills-remlvv > :first-child {
  margin-top: 0;
}

.spinmills-remlvv > :last-child {
  margin-bottom: 0;
}

* + .spinmills-lmyvv2,
.spinmills-5no027 + .spinmills-5no027 {
  margin-top: 2rem;
}

.spinmills-a2hf8z td::before,
.spinmills-a2hf8z th::after {
  display: none !important;
}

.spinmills-a2hf8z #link-selector {
  color: #000;
}

.spinmills-a2hf8z .spinmills-6tedhr {
  color: #135e96;
}

.spinmills-a2hf8z .spinmills-qilcii *,
.spinmills-a2hf8z .spinmills-t9afw9 p,
.spinmills-a2hf8z .spinmills-evcf4s * {
  color: #000;
}

.spinmills-a2hf8z .spinmills-8nxto9 {
  background: 0 0 !important;
}

.spinmills-a2hf8z .spinmills-dtw8fh {
  color: #000;
}

.spinmills-a2hf8z .spinmills-jvod38.spinmills-jyei6q {
  color: #fff;
}

.spinmills-a2hf8z .spinmills-dd9o5p {
  color: #000;
}

.spinmills-a2hf8z
  .spinmills-2gm7hi
  .spinmills-ydyqww.spinmills-jyei6q.spinmills-fghfs9 {
  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;
}

.spinmills-euwtg4,
body .spinmills-8zv01k {
  color: #000;
  background: var(--color-body) !important;
}

.spinmills-euwtg4 .spinmills-7hd37p .spinmills-vsezlv,
body .spinmills-8zv01k .spinmills-7hd37p .spinmills-vsezlv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinmills-7jsooj:focus,
  .spinmills-7jsooj:hover {
    color: #f9cb16;
  }
  .spinmills-gwdotn:focus,
  .spinmills-gwdotn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinmills-k687d4:focus img,
  .spinmills-k687d4:focus svg,
  .spinmills-k687d4:hover img,
  .spinmills-k687d4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinmills-q8wmdu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinmills-lvtrvt:hover .spinmills-29u3u8 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinmills-29u3u8 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinmills-kj6sz0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinmills-quxibg {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinmills-cku10f {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinmills-nzr1fg .spinmills-8ke6r0 {
    grid-template-columns: 1fr;
  }
  .spinmills-nzr1fg .spinmills-prdolq {
    -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;
  }
  .spinmills-nzr1fg .spinmills-hdup7q {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinmills-nzr1fg .spinmills-driwgi {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinmills-nzr1fg .spinmills-otxzu5 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinmills-nzr1fg .spinmills-hdup7q:not(:first-child) {
    border: none;
  }
  .spinmills-nzr1fg .spinmills-hdup7q:first-child .spinmills-driwgi {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinmills-nzr1fg .spinmills-hdup7q:last-child .spinmills-driwgi {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinmills-3mp46g {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinmills-slf4n2 {
    max-width: 100px;
  }
  .spinmills-8ze8m4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinmills-prjr5u {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinmills-prjr5u svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinmills-z6ied8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinmills-8ze8m4 + .spinmills-prjr5u {
    margin-left: auto;
  }
  .spinmills-uywlpj {
    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;
  }
  .spinmills-uywlpj.spinmills-qlsfgb {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinmills-8hpfu2 {
    -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;
  }
  .spinmills-qlhpvp {
    width: 100%;
  }
  .spinmills-qlhpvp:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinmills-m6vzay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinmills-m6vzay svg {
    margin-right: 4px;
  }
  .spinmills-lvtrvt {
    -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;
  }
  .spinmills-29u3u8 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinmills-29u3u8 {
    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;
  }
  .spinmills-80uvz1 {
    display: none;
    width: 100%;
  }
  .spinmills-lvtrvt.spinmills-qlsfgb .spinmills-80uvz1 {
    padding: 0 0 0 48px;
  }
  .spinmills-rf5fe8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinmills-e5qhzx .spinmills-49n3gs {
    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;
  }
  .spinmills-4o6koy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinmills-4o6koy + .spinmills-4o6koy {
    margin-right: 0;
  }
  .spinmills-4o6koy + .spinmills-49n3gs {
    margin: 0;
  }
  .spinmills-kj6sz0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinmills-quxibg {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinmills-o5wdga,
  .spinmills-qqbdz2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmills-6iu426 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinmills-6iu426.spinmills-eqx56u .spinmills-remlvv {
    grid-column: auto;
    grid-row: auto;
  }
  .spinmills-6iu426 > .spinmills-g4hpv2 {
    grid-column: 1/2;
  }
  .spinmills-6iu426.spinmills-eqx56u > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinmills-6iu426 .spinmills-49n3gs,
  .spinmills-6iu426.spinmills-eqx56u > .spinmills-49n3gs {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinmills-6iu426.spinmills-eqx56u > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinmills-5no027.spinmills-5iotc8 .spinmills-6iu426 > .spinmills-49n3gs {
    grid-row: 1/2;
  }
  .spinmills-6iu426 .spinmills-g4hpv2 ~ .spinmills-49n3gs,
  .spinmills-6iu426.spinmills-eqx56u .spinmills-g4hpv2 ~ .spinmills-49n3gs {
    grid-row: 2/3;
  }
  .spinmills-5no027.spinmills-5iotc8 .spinmills-g4hpv2 ~ .spinmills-49n3gs {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinmills-ryrbuo:first-child .spinmills-3gv54n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinmills-ryrbuo:first-child .spinmills-3gv54n h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinmills-ryrbuo {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinmills-ryrbuo {
    padding: 0;
  }
  .spinmills-pycf3f {
    margin-top: 1rem;
  }
  .spinmills-43coyp {
    border-radius: 5px;
  }
  .spinmills-23tkk8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinmills-jqejav::after {
    display: inline-block;
  }
  .spinmills-jqejav {
    margin: 0;
    width: 100%;
  }
  .spinmills-a5yeg9 {
    width: 100%;
  }
  .spinmills-a5yeg9.spinmills-34w1m4 {
    -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%;
  }
  .spinmills-a5yeg9.spinmills-34w1m4 .spinmills-6bj919 {
    width: 100%;
  }
  .spinmills-a5yeg9.spinmills-34w1m4 .spinmills-6bj919:not(:last-child) {
    margin-right: 0;
  }
  .spinmills-7jsooj {
    width: 100%;
    text-align: center;
  }
  .spinmills-csew6e.spinmills-qlsfgb .spinmills-a5yeg9 {
    margin-top: 1rem;
  }
  .spinmills-kj6sz0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinmills-cku10f,
  .spinmills-quxibg {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmills-o5wdga,
  .spinmills-qqbdz2,
  .spinmills-s0fm1y {
    grid-template-columns: 1fr;
  }
  .spinmills-krj6l0 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinmills-4qsz5t {
    min-width: 300px;
    max-width: 325px;
  }
  .spinmills-driwgi {
    cursor: auto;
  }
  .spinmills-c8wtgz .spinmills-driwgi {
    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;
  }
  .spinmills-rwsd4s {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinmills-80uvz1 {
    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) {
  .spinmills-rwsd4s {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinmills-4o6koy p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinmills-prjr5u {
    margin: 0 -0.2rem;
  }
  .spinmills-4o6koy {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinmills-etv86z {
    -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;
  }
  .spinmills-8qlbuk {
    max-width: 100%;
  }
  .spinmills-kj6sz0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmills-cku10f,
  .spinmills-quxibg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinmills-3mp46g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinmills-prjr5u {
    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;
  }
  .spinmills-cv5qgo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinmills-57cepk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinmills-9bwft9,
  .spinmills-bh2n1b {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinmills-rcud0x {
    width: 100%;
  }
  .spinmills-kj6sz0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinmills-rwsd4s {
    top: 127px !important;
  }
}

.spinmills-efg0bv {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinmills-efg0bv {
  }
}

@media (max-width: 767px) {
  .spinmills-efg0bv {
    margin-bottom: 12px;
  }
}

.spinmills-efg0bv img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinmills-q0mgr0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinmills-q0mgr0 > .spinmills-us8gdz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinmills-q0mgr0 {
    flex-direction: column;
    gap: 12px;
  }
}

.spinmills-w3ngfw {
  display: flex;
}

.spinmills-w3ngfw .spinmills-474xkk {
  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;
}

.spinmills-w3ngfw .spinmills-o3a8zz {
  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;
}

.spinmills-w3ngfw .spinmills-21dwtc {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinmills-w3ngfw .spinmills-ggo5oq {
  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));
  }
}

.spinmills-w3ngfw .spinmills-ggo5oq:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinmills-w3ngfw .spinmills-lsh9vf {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinmills-hcdroe {
  border: unset;
  background-color: unset;
}

.spinmills-hcdroe tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinmills-hcdroe .spinmills-ld5iin,
.spinmills-hcdroe .spinmills-jy40cy {
  flex: 0 1 330px;
}

.spinmills-hcdroe .spinmills-c3sc9f {
  flex: 1 1;
}

.spinmills-hcdroe tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinmills-hcdroe tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinmills-hcdroe tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinmills-hcdroe tr td p {
  color: #fff;
  margin: 0;
}

.spinmills-hcdroe tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinmills-hcdroe tr.spinmills-ld5iin td p {
  padding: 16px 0;
}

.spinmills-hcdroe tr.spinmills-ld5iin td p:not(:last-child),
.spinmills-hcdroe tr.spinmills-jy40cy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinmills-hcdroe tr.spinmills-ld5iin td p:first-child,
.spinmills-hcdroe tr.spinmills-jy40cy td p:first-child {
  padding-top: 0;
}

.spinmills-hcdroe tr.spinmills-jy40cy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinmills-hcdroe tr.spinmills-jy40cy td p:last-child {
  padding-bottom: 0;
}

.spinmills-hcdroe .spinmills-jy40cy img {
  max-width: 32px;
}

.spinmills-hcdroe .spinmills-c3sc9f {
  min-width: 718px;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinmills-hcdroe .spinmills-c3sc9f td {
  display: flex;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8,
.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-42ucpq,
.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-c9kts0 {
  flex: 1 1 50%;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-0n04pk {
  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;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-4tcft7,
.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-agrr6p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8,
.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-42ucpq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8 span,
.spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-42ucpq span {
  font-weight: 800;
}

.spinmills-hcdroe .spinmills-c3sc9f img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinmills-hcdroe tr.spinmills-ld5iin td p:last-child {
    padding-bottom: 0;
  }
  .spinmills-hcdroe .spinmills-jy40cy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinmills-hcdroe .spinmills-jy40cy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinmills-hcdroe tr.spinmills-ld5iin td p:not(:last-child),
  .spinmills-hcdroe tr.spinmills-jy40cy td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinmills-hcdroe tr.spinmills-jy40cy td p:last-child {
    padding-bottom: 12px;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8,
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-42ucpq,
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-c9kts0 {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8,
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-42ucpq {
    margin-top: 16px;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-c9kts0 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-94v5x8 {
    border-right: 1px solid var(--border-color);
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-c9kts0:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td:last-child .spinmills-c9kts0:last-child {
    padding-bottom: 0;
  }
}

.spinmills-c9kts0 {
  display: flex;
  flex-direction: column;
}

.spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0:not(:first-child) {
    padding-left: 0;
  }
  .spinmills-hcdroe .spinmills-c3sc9f td .spinmills-c9kts0:not(:last-of-type) {
    border-right: unset;
  }
}

.spinmills-hcdroe .spinmills-8s0l09 {
  flex: 0 1 485px;
}

.spinmills-hcdroe .spinmills-cdup0f {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinmills-hcdroe .spinmills-cdup0f li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmills-hcdroe .spinmills-cdup0f li.spinmills-bg1lqn {
  padding: 6px 12px;
}

.spinmills-hcdroe .spinmills-cdup0f li a,
.spinmills-hcdroe .spinmills-cdup0f 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;
}

.spinmills-hcdroe .spinmills-dcrb7g,
.spinmills-hcdroe .spinmills-wtupub {
  flex: 1 1;
}

.spinmills-hcdroe .spinmills-r137r5,
.spinmills-hcdroe .spinmills-pr0w6k {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinmills-hcdroe .spinmills-r137r5 li,
.spinmills-hcdroe .spinmills-pr0w6k li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinmills-hcdroe .spinmills-wtupub img {
  max-width: 32px;
}

.spinmills-hcdroe .spinmills-dcrb7g img {
  max-width: 32px;
}

.spinmills-hcdroe .spinmills-jqb6lt {
  min-width: 280px;
}

.spinmills-hcdroe .spinmills-jqb6lt img {
  max-width: 146px;
}

.spinmills-hcdroe .spinmills-jqb6lt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinmills-hcdroe .spinmills-ld5iin,
  .spinmills-hcdroe .spinmills-jy40cy {
    flex: 0 1 auto;
  }
  .spinmills-hcdroe .spinmills-c3sc9f {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinmills-hcdroe .spinmills-ld5iin,
  .spinmills-hcdroe .spinmills-8s0l09,
  .spinmills-hcdroe .spinmills-jy40cy,
  .spinmills-hcdroe .spinmills-c3sc9f {
    flex: 1 1 calc(50% - 20px);
  }
  .spinmills-hcdroe .spinmills-dcrb7g,
  .spinmills-hcdroe .spinmills-jqb6lt,
  .spinmills-hcdroe .spinmills-wtupub {
    flex: 1 1 30%;
  }
  .spinmills-hcdroe .spinmills-jqb6lt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinmills-hcdroe .spinmills-ld5iin,
  .spinmills-hcdroe .spinmills-8s0l09,
  .spinmills-hcdroe .spinmills-dcrb7g,
  .spinmills-hcdroe .spinmills-jy40cy,
  .spinmills-hcdroe .spinmills-c3sc9f,
  .spinmills-hcdroe .spinmills-jqb6lt,
  .spinmills-hcdroe .spinmills-wtupub {
    flex: 1 1 100%;
  }
}

.spinmills-d96lex .spinmills-046do5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinmills-d96lex .spinmills-9qtrfn {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinmills-d96lex .spinmills-z63dmu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinmills-d96lex .spinmills-012dia {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinmills-d96lex .spinmills-012dia > :nth-child(3) {
  margin-top: 0;
}

.spinmills-d96lex .spinmills-49n3gs {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinmills-d96lex .spinmills-tuapd7 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinmills-d96lex .spinmills-pycf3f {
  grid-column: 1/2;
}

.spinmills-d96lex > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinmills-d96lex .spinmills-9qtrfn: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;
}

.spinmills-d96lex .spinmills-9qtrfn:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinmills-d96lex .spinmills-rcud0x {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinmills-d96lex .spinmills-9qtrfn:not(:last-child):before {
    bottom: 8px;
  }
  .spinmills-d96lex .spinmills-9qtrfn:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinmills-d96lex .spinmills-012dia {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinmills-d96lex .spinmills-49n3gs {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinmills-d96lex .spinmills-49n3gs img {
    width: 100%;
    height: auto;
  }
  .spinmills-d96lex .spinmills-rcud0x {
    width: 100%;
    min-width: unset;
  }
}

.spinmills-ng4vdw .spinmills-3fu33i {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinmills-ng4vdw .spinmills-yq189l {
  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;
}

.spinmills-ng4vdw .spinmills-49n3gs {
  height: 100%;
}

.spinmills-ng4vdw .spinmills-49n3gs img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinmills-ng4vdw .spinmills-dsv7le {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinmills-ng4vdw .spinmills-3omuzk {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinmills-ng4vdw .spinmills-0rbb82 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinmills-ng4vdw .spinmills-yq189l {
    flex: 1 1 100%;
  }
  .spinmills-ng4vdw .spinmills-6e8krt {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinmills-ng4vdw .spinmills-yq189l {
    flex-direction: column;
  }
  .spinmills-ng4vdw .spinmills-49n3gs {
    width: 100%;
    height: auto;
  }
  .spinmills-ng4vdw .spinmills-49n3gs img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinmills-ng4vdw .spinmills-dsv7le {
    padding: 0 16px 16px 16px;
  }
  .spinmills-ng4vdw .spinmills-6e8krt {
    min-width: unset;
    width: 100%;
  }
}

.spinmills-2djxgv .spinmills-2trir4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinmills-2djxgv .spinmills-moh6ea {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinmills-2djxgv 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;
}

.spinmills-2djxgv .spinmills-mcbsxy {
  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;
}

.spinmills-2djxgv .spinmills-moh6ea:hover .spinmills-mcbsxy {
  display: flex;
}

.spinmills-2djxgv .spinmills-s9tkdc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmills-2djxgv .spinmills-pe0u14 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinmills-8fi0hn {
  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;
}

.spinmills-8fi0hn.spinmills-ew4eug {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinmills-z61e2k ease-in-out;
}

.spinmills-8fi0hn.spinmills-ew4eug:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinmills-2djxgv .spinmills-k9h08p {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinmills-z61e2k ease-in-out;
}

.spinmills-2djxgv .spinmills-k9h08p:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinmills-2djxgv .spinmills-k9h08p:after,
.spinmills-8fi0hn.spinmills-ew4eug:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinmills-8fi0hn.spinmills-ew4eug:after {
  background-image: url(../images/Cash.svg);
}

.spinmills-2djxgv .spinmills-k9h08p:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinmills-2djxgv .spinmills-2trir4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinmills-2djxgv .spinmills-2trir4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinmills-2djxgv .spinmills-2trir4 {
    grid-template-columns: 1fr;
  }
  .spinmills-2djxgv .spinmills-moh6ea {
    height: auto;
  }
  .spinmills-2djxgv .spinmills-moh6ea .spinmills-mcbsxy {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinmills-2djxgv .spinmills-s9tkdc,
  .spinmills-2djxgv .spinmills-pe0u14 {
    text-align: left;
  }
  .spinmills-2djxgv .spinmills-pe0u14 {
    margin-bottom: 8px;
  }
  .spinmills-2djxgv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinmills-apf4x7 {
  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;
}

.spinmills-apf4x7.spinmills-dqhsmf {
  display: block;
}

.spinmills-apf4x7 .spinmills-8zxuw2 {
  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;
}

.spinmills-apf4x7 .spinmills-sv9a9f {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinmills-apf4x7 .spinmills-i0gay9 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinmills-apf4x7 .spinmills-uww92h {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinmills-apf4x7 .spinmills-8fi0hn {
  min-width: 296px;
  margin-bottom: 0;
}

.spinmills-apf4x7 .spinmills-tunp65 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinmills-apf4x7 .spinmills-up1xut {
  position: relative;
  flex: 1 1;
}

.spinmills-apf4x7 .spinmills-up1xut iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinmills-apf4x7 .spinmills-sv9a9f {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinmills-apf4x7 .spinmills-i0gay9 {
    order: 1;
  }
  .spinmills-apf4x7 .spinmills-uww92h {
    order: 3;
    flex: 1 1 100%;
  }
  .spinmills-apf4x7 .spinmills-8fi0hn {
    width: 100%;
    min-width: unset;
  }
  .spinmills-apf4x7 .spinmills-tunp65 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinmills-6iu426 > .spinmills-g4hpv2 {
    margin-bottom: 0;
  }
  .spinmills-6iu426 > .spinmills-pycf3f,
  .spinmills-6iu426 > p {
    margin-top: 0;
  }
}

.spinmills-a00jbi img,
.spinmills-4o6koy img {
  width: auto;
  object-fit: contain;
}

.spinmills-a00jbi {
  align-items: center;
}

.spinmills-a00jbi img {
  max-height: 76px;
}

.spinmills-4o6koy img {
  max-height: 64px;
}

.spinmills-u5n2oj {
  overflow: auto;
}

.spinmills-2if3zq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinmills-kwlqyu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinmills-ftxwox {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinmills-3jdued {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinmills-ftxwox .spinmills-49n3gs {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinmills-ftxwox img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinmills-ro3vy2 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinmills-ro3vy2 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmills-ftxwox {
    padding: 15px 10px;
  }
  .spinmills-ro3vy2 {
    padding: 15px 10px;
  }
  .spinmills-ftxwox .spinmills-49n3gs {
    margin-right: 10px;
  }
}

.spinmills-7txiyu {
  overflow-x: auto;
}

.spinmills-9be0dw {
  border-collapse: collapse;
  width: 100%;
}

.spinmills-7txiyu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinmills-7txiyu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinmills-7txiyu td.spinmills-uql5gt {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinmills-7txiyu td.spinmills-76uoaz {
  border-right: none;
}

.spinmills-7txiyu td.spinmills-76uoaz .spinmills-49n3gs {
  justify-content: flex-start;
}

.spinmills-7txiyu td.spinmills-76uoaz .spinmills-49n3gs img {
  height: auto;
  width: 90px;
}

.spinmills-7txiyu td.spinmills-g990sq,
.spinmills-7txiyu td.spinmills-77hjl9 {
  font-weight: 600;
  text-align: right;
}

.spinmills-7txiyu td.spinmills-yvungh,
.spinmills-7txiyu td.spinmills-g990sq {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinmills-7txiyu td.spinmills-g990sq,
.spinmills-7txiyu td.spinmills-77hjl9 {
  border-left: none;
}

.spinmills-7txiyu td.spinmills-yvungh,
.spinmills-7txiyu td.spinmills-kjkibi {
  border-right: none;
}

.spinmills-7txiyu td.spinmills-kjkibi,
.spinmills-7txiyu td.spinmills-77hjl9 {
  border-top: none;
  padding-top: 10px;
}

.spinmills-dkwr9f {
  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;
}

.spinmills-dkwr9f .spinmills-6e8krt {
  min-width: unset;
  width: 100%;
}

.spinmills-dkwr9f .spinmills-6e8krt.spinmills-fyp9d4 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinmills-dkwr9f .spinmills-6e8krt.spinmills-o1cx2o {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinmills-dkwr9f .spinmills-xjfhcu {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmills-dkwr9f {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinmills-dkwr9f .spinmills-6e8krt.spinmills-fyp9d4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinmills-dkwr9f .spinmills-6e8krt.spinmills-o1cx2o {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinmills-dkwr9f .spinmills-xjfhcu {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinmills-stlgcj {
  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;
}

.spinmills-rgedgp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinmills-07jwk6 p a img {
  margin: 0 auto;
  display: block;
}

.spinmills-07jwk6 table {
  margin-bottom: 17px;
}

/* contanct form */
.spinmills-az3fvs {
  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;
}

.spinmills-az3fvs label {
  font-size: 14px;
}

.spinmills-az3fvs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinmills-az3fvs input,
.spinmills-az3fvs textarea,
.spinmills-az3fvs 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;
}
.spinmills-az3fvs button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinmills-z61e2k ease;
}
.spinmills-az3fvs button:hover {
  background-color: #691204;
}
.spinmills-ydv7mq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinmills-6bxdal ease-in;
}

.spinmills-ydv7mq h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}