@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);
}

.spinmama-jaep3k {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmama-lv1hky {
  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.spinmama-4oytbh,
ul.spinmama-4oytbh {
  padding-left: 20px;
}

ul.spinmama-4oytbh {
  list-style: disc;
}

ol.spinmama-4oytbh {
  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;
  }
}

.spinmama-jnhylh > .spinmama-5c3txk,
.spinmama-jnhylh > .spinmama-nu00hz,
.spinmama-jnhylh > blockquote,
.spinmama-jnhylh > h1,
.spinmama-jnhylh > h2,
.spinmama-jnhylh > h3,
.spinmama-jnhylh > h4,
.spinmama-jnhylh > h5,
.spinmama-jnhylh > h6,
.spinmama-jnhylh > ol,
.spinmama-jnhylh > p,
.spinmama-jnhylh > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmama-jnhylh > ol,
.spinmama-jnhylh > ul {
  padding-left: 50px;
}

.spinmama-jnhylh 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;
}

.spinmama-jnhylh:not(:last-child) {
  margin-bottom: 2rem;
}

.spinmama-jnhylh > :not(:first-child) {
  margin-top: 2rem;
}

.spinmama-jnhylh {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinmama-jnhylh:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinmama-jnhylh:first-child {
    margin-top: 20px;
  }
}

.spinmama-jnhylh > p:last-of-type {
  margin-bottom: 32px;
}

.spinmama-jnhylh > .spinmama-vgy4xw:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinmama-6x105m > .spinmama-vgy4xw {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinmama-nu00hz {
  overflow: auto;
}

.spinmama-nu00hz::-webkit-scrollbar {
  height: 5px;
}

.spinmama-nu00hz table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinmama-nu00hz table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinmama-nu00hz table thead,
table thead {
  border-bottom: none;
}

.spinmama-nu00hz table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinmama-nu00hz table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinmama-nu00hz table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinmama-nu00hz .spinmama-3rquc9 {
  table-layout: auto;
}

.spinmama-nu00hz .spinmama-3rquc9 th {
  word-break: normal;
}

.spinmama-nu00hz .spinmama-3rquc9 td {
  word-break: normal;
}

.spinmama-jaep3k .spinmama-jaep3k {
  padding-right: 0;
  padding-left: 0;
}

.spinmama-70dlly {
  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;
}

.spinmama-f5cblc {
  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;
}

.spinmama-0nde8k {
  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;
}

.spinmama-5c3txk {
  margin-top: 24px;
}

.spinmama-5c3txk.spinmama-sviw89 {
  text-align: left;
}

.spinmama-5c3txk.spinmama-ol6tzj {
  text-align: right;
}

.spinmama-5c3txk.spinmama-1t088x {
  text-align: center;
}

.spinmama-8uqsl9 {
  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.spinmama-8719sl ease-in-out;
  cursor: pointer;
}

.spinmama-8uqsl9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinmama-8uqsl9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinmama-8uqsl9 {
    min-width: unset;
  }
}

.spinmama-o1s7mr {
  background-color: var(--fh-bg-color);
}

.spinmama-kcgeyx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinmama-8if1wl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spinmama-8if1wl img {
  max-height: 80px;
  object-fit: contain;
}

.spinmama-bhdm81 {
  flex: 1 1;
}

.spinmama-r4r9k0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinmama-yn552c {
  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;
}

.spinmama-yn552c 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;
}

.spinmama-yn552c.spinmama-38h1zk span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinmama-yn552c.spinmama-38h1zk span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinmama-yn552c.spinmama-38h1zk span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinmama-bhdm81 + .spinmama-r4r9k0 {
  margin-left: 20px;
}

.spinmama-y8ibs7 {
  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;
}

.spinmama-y8ibs7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinmama-y8ibs7 + .spinmama-y8ibs7 {
  margin-left: 5px;
}

.spinmama-mm0az2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinmama-mm0az2:hover {
  background-color: var(--button-bg-hover);
}

.spinmama-lqtkpc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinmama-8719sl ease-in-out;
  border: 1px solid var(--border-color);
}

.spinmama-lqtkpc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinmama-qwg6lg {
  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) {
  .spinmama-bhdm81 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinmama-qwg6lg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinmama-bhdm81 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinmama-y8ibs7 {
    min-width: unset;
    flex: 1 1;
  }
}

.spinmama-nro5kq {
  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;
}

.spinmama-nro5kq:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinmama-nro5kq:hover .spinmama-8vg4sj {
  opacity: 1;
  pointer-events: auto;
}

.spinmama-r3oggn {
  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.spinmama-z0as7p ease-in-out;
  gap: 4px;
}

.spinmama-r3oggn > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinmama-r3oggn .spinmama-70dlly img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinmama-yo81sw,
.spinmama-r3oggn:hover {
  color: var(--button-bg-hover);
}

.spinmama-0ckk6w {
  position: relative;
}

.spinmama-0ckk6w .spinmama-r3oggn {
  margin-right: 0;
  padding-right: 4px;
}

.spinmama-7yp2t7 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinmama-0ckk6w.spinmama-38h1zk .spinmama-7yp2t7 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinmama-0ckk6w.spinmama-38h1zk .spinmama-8vg4sj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinmama-0ckk6w.spinmama-38h1zk .spinmama-8vg4sj::before {
  display: none;
}

.spinmama-7yp2t7 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinmama-8vg4sj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinmama-0xsxf2 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinmama-8vg4sj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinmama-8vg4sj:hover {
  color: var(--fh-bg-color);
}

.spinmama-4c95sd {
  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.spinmama-0xsxf2 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinmama-z0as7p ease-in-out;
  -o-transition: 0.spinmama-z0as7p ease-in-out;
  transition: 0.spinmama-z0as7p ease-in-out;
}

.spinmama-4c95sd .spinmama-70dlly img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinmama-cpm0cs,
.spinmama-4c95sd:hover {
  color: var(--button-bg-hover);
}

.spinmama-v10yb8 {
  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%;
}

.spinmama-v10yb8.spinmama-ihe4e9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinmama-v10yb8.spinmama-ihe4e9:after,
.spinmama-v10yb8.spinmama-ihe4e9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinmama-v10yb8.spinmama-ihe4e9: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);
  }
}

.spinmama-v10yb8.spinmama-ihe4e9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinmama-v10yb8.spinmama-ihe4e9 > * {
  z-index: 1;
}

.spinmama-v10yb8 b,
.spinmama-v10yb8 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinmama-v10yb8 .spinmama-cuiq70 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinmama-v10yb8 .spinmama-gfi0ho {
  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;
}

.spinmama-v10yb8 .spinmama-70dlly {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinmama-v10yb8 .spinmama-z7dfi5 {
  margin-top: 12px;
}

.spinmama-z7dfi5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinmama-qha222 {
  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;
}

.spinmama-z7dfi5 .spinmama-rrjayb {
  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.spinmama-8719sl ease-in-out;
}

.spinmama-z7dfi5 .spinmama-rrjayb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinmama-ib0cff {
  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;
}

.spinmama-v10yb8.spinmama-zmclr1 {
  gap: 12px;
  padding: 16px;
}

.spinmama-v10yb8.spinmama-zmclr1 .spinmama-ib0cff {
  min-width: 240px;
}

.spinmama-v10yb8.spinmama-zmclr1 .spinmama-ib0cff.spinmama-d7tldq {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinmama-v10yb8 .spinmama-cuiq70 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinmama-v10yb8 .spinmama-gfi0ho {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinmama-v10yb8 .spinmama-70dlly {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-70dlly {
    max-width: 126px;
  }
  .spinmama-v10yb8 .spinmama-z7dfi5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinmama-v10yb8 .spinmama-qha222 {
    max-width: unset;
  }
  .spinmama-ib0cff {
    min-width: unset;
    width: 100%;
  }
  .spinmama-v10yb8 .spinmama-ib0cff {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinmama-v10yb8.spinmama-zmclr1 {
    grid-template-rows: auto 1fr auto;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-ib0cff {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinmama-v10yb8 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinmama-v10yb8 .spinmama-cuiq70 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinmama-v10yb8 .spinmama-70dlly {
    max-width: 78px;
  }
  .spinmama-v10yb8 .spinmama-z7dfi5 {
    margin-top: -12px;
  }
  .spinmama-v10yb8.spinmama-zmclr1 {
    gap: 8px;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-cuiq70 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-gfi0ho {
    grid-column: 1/3;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-70dlly {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinmama-v10yb8.spinmama-zmclr1 .spinmama-70dlly img {
    max-width: 114px;
  }
}

.spinmama-ib0cff.spinmama-7hb4o0,
.spinmama-ib0cff.spinmama-kz7l6v,
.spinmama-ib0cff.spinmama-eb89v0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinmama-8719sl ease-in-out;
}

.spinmama-ib0cff.spinmama-7hb4o0,
.spinmama-ib0cff.spinmama-eb89v0 {
  padding: 10px;
}

.spinmama-ib0cff.spinmama-7hb4o0:hover,
.spinmama-ib0cff.spinmama-kz7l6v:hover,
.spinmama-ib0cff.spinmama-eb89v0:hover {
  background: var(--button-bg-hover);
}

.spinmama-ib0cff.spinmama-7hb4o0:hover svg path,
.spinmama-ib0cff.spinmama-eb89v0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinmama-ib0cff.spinmama-d7tldq {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinmama-8719sl ease-in-out;
  background: var(--button-bg-color);
}

.spinmama-ib0cff.spinmama-d7tldq:hover {
  background-color: var(--button-bg-hover);
}

.spinmama-ib0cff.spinmama-kz7l6v: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);
  }
}

.spinmama-ib0cff.spinmama-kz7l6v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinmama-ib0cff.spinmama-d7tldq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinmama-tzdwvh {
  max-width: 650px;
}

.spinmama-tc3g77 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinmama-ea6no9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinmama-jupp5t {
  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.spinmama-z0as7p ease-in-out;
  cursor: pointer;
}

.spinmama-jupp5t:hover {
  opacity: 0.5;
}

.spinmama-jupp5t:focus {
  outline: 0;
}

.spinmama-jupp5t:focus .spinmama-xhzn19,
.spinmama-jupp5t:hover .spinmama-xhzn19 {
  fill: red;
  fill-opacity: 1;
}

.spinmama-jupp5t:hover {
  cursor: pointer;
}

.spinmama-7q0s24 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinmama-tzdwvh.spinmama-1t088x {
  margin: 0 auto;
}

.spinmama-tzdwvh.spinmama-ol6tzj {
  margin-left: auto;
}

.spinmama-31kc5n {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinmama-ndwlja {
  padding-bottom: 50px;
}

.spinmama-e5kkm1 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinmama-y2ga7t {
  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;
}

.spinmama-ueekvl {
  margin-top: 24px;
}

.spinmama-gh4xzh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinmama-anuybb {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinmama-duw64x {
  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;
}

.spinmama-qau178 {
  width: 468px;
}

.spinmama-duw64x .spinmama-8vg4sj {
  margin: 0.spinmama-9hhss2 0;
}

.spinmama-mv4oir {
  display: flex;
  min-width: 224px;
}

.spinmama-pwg6hc {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinmama-z0as7p ease-in-out;
}

.spinmama-scr3av,
.spinmama-pwg6hc:hover {
  color: var(--text-color);
}

.spinmama-zcj486 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinmama-1gahm4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinmama-31kc5n {
    padding: 16px;
  }
  .spinmama-zcj486 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinmama-1gahm4 {
    align-items: center;
  }
  .spinmama-qau178 {
    width: unset;
  }
  .spinmama-mv4oir {
    min-width: unset;
  }
  .spinmama-duw64x {
    max-height: unset;
  }
  .spinmama-e5kkm1 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinmama-31kc5n {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinmama-uf4kxp {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinmama-uf4kxp:not(:last-child) {
  margin-bottom: 16px;
}

.spinmama-k1716n {
  outline: 0;
}

.spinmama-k1716n .spinmama-z4b79n {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinmama-izcyg6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinmama-izcyg6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinmama-izcyg6::-webkit-details-marker {
  display: none;
}

.spinmama-izcyg6: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;
}

.spinmama-izcyg6: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] .spinmama-izcyg6:after {
  transform: unset;
}

.spinmama-z4b79n {
  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);
}

.spinmama-z4b79n 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.spinmama-z0as7p ease-in-out;
  -o-transition: 0.spinmama-z0as7p ease-in-out;
  transition: 0.spinmama-z0as7p ease-in-out;
}

.spinmama-bf5z1r {
  padding: 16px 0 0 0;
}

.spinmama-bf5z1r * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinmama-bf5z1r :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmama-izcyg6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinmama-izcyg6::after {
    margin-left: auto;
  }
  .spinmama-z4b79n {
    order: 3;
    flex: 1 1 100%;
  }
  .spinmama-izcyg6 {
    font-size: 14px;
    line-height: 130%;
  }
  .spinmama-z4b79n svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinmama-yf7rp1 {
  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;
}

.spinmama-h41xcu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinmama-yf7rp1.spinmama-38h1zk .spinmama-h41xcu {
  margin-bottom: 12px;
}

.spinmama-h41xcu::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;
}

.spinmama-yf7rp1.spinmama-38h1zk .spinmama-h41xcu::after {
  transform: unset;
}

.spinmama-6tsgfd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinmama-rfuv34 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinmama-z0as7p ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinmama-rfuv34: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;
}

.spinmama-yf7rp1.spinmama-38h1zk .spinmama-6tsgfd {
  max-height: 100%;
}

.spinmama-0cwr9b {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinmama-xg0v6v {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinmama-s9cwxl {
  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;
}

.spinmama-xy3k54 {
  margin-right: 4px;
}

.spinmama-tfxw4m {
  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.spinmama-z0as7p ease-in-out;
}

.spinmama-tfxw4m svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinmama-x8mkpb,
.spinmama-tfxw4m:hover {
  color: var(--text-color);
}

.spinmama-6qznef {
  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;
}

.spinmama-6qznef img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinmama-6qznef .spinmama-kxr0na {
  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;
}

.spinmama-6qznef .spinmama-dv4fco {
  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;
}

.spinmama-qsq10p {
  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;
}

.spinmama-v21j2p {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinmama-wluj9n .spinmama-jaep3k {
  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;
}

.spinmama-wluj9n {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinmama-c6rulg {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinmama-gyoclm {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinmama-8qczbl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinmama-11zt6s 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;
}

.spinmama-8qczbl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinmama-tlq64v {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinmama-dpdg8k {
  -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.spinmama-z0as7p ease-in-out;
  transition: transform 0.spinmama-z0as7p ease-in-out;
  -o-transition: transform 0.spinmama-z0as7p ease-in-out;
  transition:
    transform 0.spinmama-z0as7p ease-in-out,
    -webkit-transform 0.spinmama-z0as7p ease-in-out;
  cursor: pointer;
}

.spinmama-dpdg8k svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinmama-dpdg8k: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;
}

.spinmama-ogg1os {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinmama-ogg1os {
    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);
}

.spinmama-cjec0e {
  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;
}

.spinmama-qufzxq {
  position: relative;
  width: 100%;
}

.spinmama-cjec0e.spinmama-fuorwq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinmama-cjec0e.spinmama-1t088x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinmama-cjec0e.spinmama-ol6tzj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinmama-ai15a7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinmama-0z97dq {
  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.spinmama-z0as7p ease-in-out;
  cursor: pointer;
}

.spinmama-0z97dq:hover {
  opacity: 0.5;
}

.spinmama-cjec0e.spinmama-zyuwgz .spinmama-0z97dq {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinmama-cjec0e.spinmama-zyuwgz .spinmama-ai15a7 {
  cursor: pointer;
}

.spinmama-w1yzew {
  fill: #0009;
}

.spinmama-ojfhoa {
  fill: #fff;
}

.spinmama-0z97dq:hover .spinmama-w1yzew {
  fill: red;
}

.spinmama-0z97dq svg path {
  -webkit-transition: 0.spinmama-z0as7p ease-in-out;
  -o-transition: 0.spinmama-z0as7p ease-in-out;
  transition: 0.spinmama-z0as7p ease-in-out;
}

.spinmama-fufsh3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinmama-fufsh3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinmama-fufsh3.spinmama-p08oe8 > :not(.get-image) {
  grid-column: 1/3;
}

.spinmama-ml1k8h:not(._h1-block) .spinmama-fufsh3 > .spinmama-vgy4xw {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinmama-fufsh3.spinmama-p08oe8 .spinmama-9kbo7n {
  grid-column: 2/3;
}

.spinmama-fufsh3.spinmama-p08oe8 > .spinmama-70dlly {
  grid-column: 1/2;
}

.spinmama-fufsh3.spinmama-p08oe8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinmama-fufsh3 > p:first-of-type {
  margin-top: 0;
}

.spinmama-fufsh3 .spinmama-70dlly {
  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;
}

.spinmama-ml1k8h:not(._h1-block) .spinmama-vgy4xw ~ .spinmama-70dlly {
  grid-row: 2/10;
}

.spinmama-ml1k8h.spinmama-143r7l .spinmama-vgy4xw ~ .spinmama-70dlly {
  grid-row: 1/10;
}

.spinmama-ml1k8h.spinmama-143r7l > .spinmama-vgy4xw {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinmama-ml1k8h.spinmama-143r7l .spinmama-70dlly {
  grid-row: 1/10;
}

.spinmama-fufsh3.spinmama-itdzwv .spinmama-70dlly {
  align-items: flex-start;
}

.spinmama-fufsh3.spinmama-1t088x .spinmama-9kbo7n {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinmama-fufsh3.spinmama-1t088x .spinmama-70dlly {
  align-items: center;
}

.spinmama-fufsh3.spinmama-eo7127 .spinmama-70dlly {
  align-items: flex-end;
}

.spinmama-9kbo7n > :first-child {
  margin-top: 0;
}

.spinmama-9kbo7n > :last-child {
  margin-bottom: 0;
}

* + .spinmama-tm4zgc,
.spinmama-ml1k8h + .spinmama-ml1k8h {
  margin-top: 2rem;
}

.spinmama-t036ny td::before,
.spinmama-t036ny th::after {
  display: none !important;
}

.spinmama-t036ny #link-selector {
  color: #000;
}

.spinmama-t036ny .spinmama-11gusf {
  color: #135e96;
}

.spinmama-t036ny .spinmama-tvhc31 *,
.spinmama-t036ny .spinmama-pcv4n2 p,
.spinmama-t036ny .spinmama-vfxlq8 * {
  color: #000;
}

.spinmama-t036ny .spinmama-e8avnp {
  background: 0 0 !important;
}

.spinmama-t036ny .spinmama-mz1mxp {
  color: #000;
}

.spinmama-t036ny .spinmama-1rrmda.spinmama-49r1oj {
  color: #fff;
}

.spinmama-t036ny .spinmama-9hww1q {
  color: #000;
}

.spinmama-t036ny
  .spinmama-7ypwsa
  .spinmama-l888vq.spinmama-49r1oj.spinmama-y1vt6i {
  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;
}

.spinmama-pzm1ds,
body .spinmama-6cf2d7 {
  color: #000;
  background: var(--color-body) !important;
}

.spinmama-pzm1ds .spinmama-m32sle .spinmama-uqxnir,
body .spinmama-6cf2d7 .spinmama-m32sle .spinmama-uqxnir {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinmama-rfuv34:focus,
  .spinmama-rfuv34:hover {
    color: #f9cb16;
  }
  .spinmama-0znfk8:focus,
  .spinmama-0znfk8:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinmama-l8o6ef:focus img,
  .spinmama-l8o6ef:focus svg,
  .spinmama-l8o6ef:hover img,
  .spinmama-l8o6ef:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinmama-6qznef {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinmama-0ckk6w:hover .spinmama-7yp2t7 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinmama-7yp2t7 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinmama-30kmt4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinmama-l0wwf5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinmama-6vxsk1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinmama-3mdapm .spinmama-940lcq {
    grid-template-columns: 1fr;
  }
  .spinmama-3mdapm .spinmama-xo1yfq {
    -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;
  }
  .spinmama-3mdapm .spinmama-nttxis {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinmama-3mdapm .spinmama-d8ef6q {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinmama-3mdapm .spinmama-ofigh9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinmama-3mdapm .spinmama-nttxis:not(:first-child) {
    border: none;
  }
  .spinmama-3mdapm .spinmama-nttxis:first-child .spinmama-d8ef6q {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinmama-3mdapm .spinmama-nttxis:last-child .spinmama-d8ef6q {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinmama-kcgeyx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinmama-8if1wl {
    max-width: 100px;
  }
  .spinmama-bhdm81 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinmama-r4r9k0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinmama-r4r9k0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinmama-yn552c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinmama-bhdm81 + .spinmama-r4r9k0 {
    margin-left: auto;
  }
  .spinmama-04yms7 {
    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;
  }
  .spinmama-04yms7.spinmama-38h1zk {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinmama-qwg6lg {
    -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;
  }
  .spinmama-nro5kq {
    width: 100%;
  }
  .spinmama-nro5kq:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinmama-r3oggn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinmama-r3oggn svg {
    margin-right: 4px;
  }
  .spinmama-0ckk6w {
    -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;
  }
  .spinmama-7yp2t7 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinmama-7yp2t7 {
    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;
  }
  .spinmama-8vg4sj {
    display: none;
    width: 100%;
  }
  .spinmama-0ckk6w.spinmama-38h1zk .spinmama-8vg4sj {
    padding: 0 0 0 48px;
  }
  .spinmama-4c95sd {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinmama-y2ga7t .spinmama-70dlly {
    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;
  }
  .spinmama-wuju5p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinmama-wuju5p + .spinmama-wuju5p {
    margin-right: 0;
  }
  .spinmama-wuju5p + .spinmama-70dlly {
    margin: 0;
  }
  .spinmama-30kmt4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinmama-l0wwf5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinmama-xmba66,
  .spinmama-rt9j2z {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmama-fufsh3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinmama-fufsh3.spinmama-p08oe8 .spinmama-9kbo7n {
    grid-column: auto;
    grid-row: auto;
  }
  .spinmama-fufsh3 > .spinmama-vgy4xw {
    grid-column: 1/2;
  }
  .spinmama-fufsh3.spinmama-p08oe8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinmama-fufsh3 .spinmama-70dlly,
  .spinmama-fufsh3.spinmama-p08oe8 > .spinmama-70dlly {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinmama-fufsh3.spinmama-p08oe8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinmama-ml1k8h.spinmama-143r7l .spinmama-fufsh3 > .spinmama-70dlly {
    grid-row: 1/2;
  }
  .spinmama-fufsh3 .spinmama-vgy4xw ~ .spinmama-70dlly,
  .spinmama-fufsh3.spinmama-p08oe8 .spinmama-vgy4xw ~ .spinmama-70dlly {
    grid-row: 2/3;
  }
  .spinmama-ml1k8h.spinmama-143r7l .spinmama-vgy4xw ~ .spinmama-70dlly {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinmama-jnhylh:first-child .spinmama-x9rjyn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinmama-jnhylh:first-child .spinmama-x9rjyn h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinmama-jnhylh {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinmama-jnhylh {
    padding: 0;
  }
  .spinmama-5c3txk {
    margin-top: 1rem;
  }
  .spinmama-k1716n {
    border-radius: 5px;
  }
  .spinmama-slofab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinmama-h41xcu::after {
    display: inline-block;
  }
  .spinmama-h41xcu {
    margin: 0;
    width: 100%;
  }
  .spinmama-6tsgfd {
    width: 100%;
  }
  .spinmama-6tsgfd.spinmama-nz2bvk {
    -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%;
  }
  .spinmama-6tsgfd.spinmama-nz2bvk .spinmama-andhmf {
    width: 100%;
  }
  .spinmama-6tsgfd.spinmama-nz2bvk .spinmama-andhmf:not(:last-child) {
    margin-right: 0;
  }
  .spinmama-rfuv34 {
    width: 100%;
    text-align: center;
  }
  .spinmama-yf7rp1.spinmama-38h1zk .spinmama-6tsgfd {
    margin-top: 1rem;
  }
  .spinmama-30kmt4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinmama-6vxsk1,
  .spinmama-l0wwf5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmama-xmba66,
  .spinmama-rt9j2z,
  .spinmama-mum9hw {
    grid-template-columns: 1fr;
  }
  .spinmama-2sfklm {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinmama-xne0e9 {
    min-width: 300px;
    max-width: 325px;
  }
  .spinmama-d8ef6q {
    cursor: auto;
  }
  .spinmama-6enjbe .spinmama-d8ef6q {
    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;
  }
  .spinmama-ogg1os {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinmama-8vg4sj {
    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) {
  .spinmama-ogg1os {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinmama-wuju5p p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinmama-r4r9k0 {
    margin: 0 -0.2rem;
  }
  .spinmama-wuju5p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinmama-3m8pr0 {
    -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;
  }
  .spinmama-j72739 {
    max-width: 100%;
  }
  .spinmama-30kmt4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinmama-6vxsk1,
  .spinmama-l0wwf5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinmama-kcgeyx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinmama-r4r9k0 {
    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;
  }
  .spinmama-o1s7mr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinmama-y8ibs7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinmama-xd2qqs,
  .spinmama-w61g1h {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinmama-8uqsl9 {
    width: 100%;
  }
  .spinmama-30kmt4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinmama-ogg1os {
    top: 127px !important;
  }
}

.spinmama-obe70k {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinmama-obe70k {
  }
}

@media (max-width: 767px) {
  .spinmama-obe70k {
    margin-bottom: 12px;
  }
}

.spinmama-obe70k img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinmama-uaftps {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinmama-uaftps > .spinmama-uu31jy {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinmama-uaftps {
    flex-direction: column;
    gap: 12px;
  }
}

.spinmama-0py0a9 {
  display: flex;
}

.spinmama-0py0a9 .spinmama-vha1ng {
  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;
}

.spinmama-0py0a9 .spinmama-f1ufyx {
  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;
}

.spinmama-0py0a9 .spinmama-0jbvsq {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinmama-0py0a9 .spinmama-r6uo5c {
  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));
  }
}

.spinmama-0py0a9 .spinmama-r6uo5c:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinmama-0py0a9 .spinmama-jyvlgo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinmama-kyciwe {
  border: unset;
  background-color: unset;
}

.spinmama-kyciwe tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinmama-kyciwe .spinmama-n69d6f,
.spinmama-kyciwe .spinmama-858p1n {
  flex: 0 1 330px;
}

.spinmama-kyciwe .spinmama-fj276o {
  flex: 1 1;
}

.spinmama-kyciwe tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinmama-kyciwe tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinmama-kyciwe tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinmama-kyciwe tr td p {
  color: #fff;
  margin: 0;
}

.spinmama-kyciwe tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinmama-kyciwe tr.spinmama-n69d6f td p {
  padding: 16px 0;
}

.spinmama-kyciwe tr.spinmama-n69d6f td p:not(:last-child),
.spinmama-kyciwe tr.spinmama-858p1n td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinmama-kyciwe tr.spinmama-n69d6f td p:first-child,
.spinmama-kyciwe tr.spinmama-858p1n td p:first-child {
  padding-top: 0;
}

.spinmama-kyciwe tr.spinmama-858p1n td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinmama-kyciwe tr.spinmama-858p1n td p:last-child {
  padding-bottom: 0;
}

.spinmama-kyciwe .spinmama-858p1n img {
  max-width: 32px;
}

.spinmama-kyciwe .spinmama-fj276o {
  min-width: 718px;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinmama-kyciwe .spinmama-fj276o td {
  display: flex;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500,
.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-wu8ggy,
.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-km5k6k {
  flex: 1 1 50%;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-l91hsx {
  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;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-g4qx7f,
.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-hy2m3v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500,
.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-wu8ggy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500 span,
.spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-wu8ggy span {
  font-weight: 800;
}

.spinmama-kyciwe .spinmama-fj276o img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinmama-kyciwe tr.spinmama-n69d6f td p:last-child {
    padding-bottom: 0;
  }
  .spinmama-kyciwe .spinmama-858p1n > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinmama-kyciwe .spinmama-858p1n > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinmama-kyciwe tr.spinmama-n69d6f td p:not(:last-child),
  .spinmama-kyciwe tr.spinmama-858p1n td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinmama-kyciwe tr.spinmama-858p1n td p:last-child {
    padding-bottom: 12px;
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500,
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-wu8ggy,
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-km5k6k {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500,
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-wu8ggy {
    margin-top: 16px;
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-km5k6k {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-of2500 {
    border-right: 1px solid var(--border-color);
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-km5k6k:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinmama-kyciwe .spinmama-fj276o td:last-child .spinmama-km5k6k:last-child {
    padding-bottom: 0;
  }
}

.spinmama-km5k6k {
  display: flex;
  flex-direction: column;
}

.spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k:not(:first-child) {
    padding-left: 0;
  }
  .spinmama-kyciwe .spinmama-fj276o td .spinmama-km5k6k:not(:last-of-type) {
    border-right: unset;
  }
}

.spinmama-kyciwe .spinmama-r81a1t {
  flex: 0 1 485px;
}

.spinmama-kyciwe .spinmama-3vyc7q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinmama-kyciwe .spinmama-3vyc7q li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmama-kyciwe .spinmama-3vyc7q li.spinmama-7q9cxb {
  padding: 6px 12px;
}

.spinmama-kyciwe .spinmama-3vyc7q li a,
.spinmama-kyciwe .spinmama-3vyc7q 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;
}

.spinmama-kyciwe .spinmama-3lkatt,
.spinmama-kyciwe .spinmama-ho7th9 {
  flex: 1 1;
}

.spinmama-kyciwe .spinmama-wm2cx6,
.spinmama-kyciwe .spinmama-l07m6r {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinmama-kyciwe .spinmama-wm2cx6 li,
.spinmama-kyciwe .spinmama-l07m6r li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinmama-kyciwe .spinmama-ho7th9 img {
  max-width: 32px;
}

.spinmama-kyciwe .spinmama-3lkatt img {
  max-width: 32px;
}

.spinmama-kyciwe .spinmama-27if11 {
  min-width: 280px;
}

.spinmama-kyciwe .spinmama-27if11 img {
  max-width: 146px;
}

.spinmama-kyciwe .spinmama-27if11 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinmama-kyciwe .spinmama-n69d6f,
  .spinmama-kyciwe .spinmama-858p1n {
    flex: 0 1 auto;
  }
  .spinmama-kyciwe .spinmama-fj276o {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinmama-kyciwe .spinmama-n69d6f,
  .spinmama-kyciwe .spinmama-r81a1t,
  .spinmama-kyciwe .spinmama-858p1n,
  .spinmama-kyciwe .spinmama-fj276o {
    flex: 1 1 calc(50% - 20px);
  }
  .spinmama-kyciwe .spinmama-3lkatt,
  .spinmama-kyciwe .spinmama-27if11,
  .spinmama-kyciwe .spinmama-ho7th9 {
    flex: 1 1 30%;
  }
  .spinmama-kyciwe .spinmama-27if11 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinmama-kyciwe .spinmama-n69d6f,
  .spinmama-kyciwe .spinmama-r81a1t,
  .spinmama-kyciwe .spinmama-3lkatt,
  .spinmama-kyciwe .spinmama-858p1n,
  .spinmama-kyciwe .spinmama-fj276o,
  .spinmama-kyciwe .spinmama-27if11,
  .spinmama-kyciwe .spinmama-ho7th9 {
    flex: 1 1 100%;
  }
}

.spinmama-lfy705 .spinmama-22x2b2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinmama-lfy705 .spinmama-0a9bif {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinmama-lfy705 .spinmama-ucakeo {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinmama-lfy705 .spinmama-ehh16w {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinmama-lfy705 .spinmama-ehh16w > :nth-child(3) {
  margin-top: 0;
}

.spinmama-lfy705 .spinmama-70dlly {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinmama-lfy705 .spinmama-cn0k3a {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinmama-lfy705 .spinmama-5c3txk {
  grid-column: 1/2;
}

.spinmama-lfy705 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinmama-lfy705 .spinmama-0a9bif: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;
}

.spinmama-lfy705 .spinmama-0a9bif:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinmama-lfy705 .spinmama-8uqsl9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinmama-lfy705 .spinmama-0a9bif:not(:last-child):before {
    bottom: 8px;
  }
  .spinmama-lfy705 .spinmama-0a9bif:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinmama-lfy705 .spinmama-ehh16w {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinmama-lfy705 .spinmama-70dlly {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinmama-lfy705 .spinmama-70dlly img {
    width: 100%;
    height: auto;
  }
  .spinmama-lfy705 .spinmama-8uqsl9 {
    width: 100%;
    min-width: unset;
  }
}

.spinmama-3fk08g .spinmama-md8c7c {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinmama-3fk08g .spinmama-m6ubie {
  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;
}

.spinmama-3fk08g .spinmama-70dlly {
  height: 100%;
}

.spinmama-3fk08g .spinmama-70dlly img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinmama-3fk08g .spinmama-x0dnvb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinmama-3fk08g .spinmama-v1zabf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinmama-3fk08g .spinmama-w5lh20 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinmama-3fk08g .spinmama-m6ubie {
    flex: 1 1 100%;
  }
  .spinmama-3fk08g .spinmama-ib0cff {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinmama-3fk08g .spinmama-m6ubie {
    flex-direction: column;
  }
  .spinmama-3fk08g .spinmama-70dlly {
    width: 100%;
    height: auto;
  }
  .spinmama-3fk08g .spinmama-70dlly img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinmama-3fk08g .spinmama-x0dnvb {
    padding: 0 16px 16px 16px;
  }
  .spinmama-3fk08g .spinmama-ib0cff {
    min-width: unset;
    width: 100%;
  }
}

.spinmama-vmzfgd .spinmama-wxi42i {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinmama-vmzfgd .spinmama-azke9j {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinmama-vmzfgd 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;
}

.spinmama-vmzfgd .spinmama-ir8unh {
  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;
}

.spinmama-vmzfgd .spinmama-azke9j:hover .spinmama-ir8unh {
  display: flex;
}

.spinmama-vmzfgd .spinmama-1d3mbn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinmama-vmzfgd .spinmama-q0fd8q {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinmama-1de8y3 {
  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;
}

.spinmama-1de8y3.spinmama-04di4t {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinmama-8719sl ease-in-out;
}

.spinmama-1de8y3.spinmama-04di4t:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinmama-vmzfgd .spinmama-hcpj1l {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinmama-8719sl ease-in-out;
}

.spinmama-vmzfgd .spinmama-hcpj1l:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinmama-vmzfgd .spinmama-hcpj1l:after,
.spinmama-1de8y3.spinmama-04di4t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinmama-1de8y3.spinmama-04di4t:after {
  background-image: url(../images/Cash.svg);
}

.spinmama-vmzfgd .spinmama-hcpj1l:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinmama-vmzfgd .spinmama-wxi42i {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinmama-vmzfgd .spinmama-wxi42i {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinmama-vmzfgd .spinmama-wxi42i {
    grid-template-columns: 1fr;
  }
  .spinmama-vmzfgd .spinmama-azke9j {
    height: auto;
  }
  .spinmama-vmzfgd .spinmama-azke9j .spinmama-ir8unh {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinmama-vmzfgd .spinmama-1d3mbn,
  .spinmama-vmzfgd .spinmama-q0fd8q {
    text-align: left;
  }
  .spinmama-vmzfgd .spinmama-q0fd8q {
    margin-bottom: 8px;
  }
  .spinmama-vmzfgd img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinmama-7q32cf {
  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;
}

.spinmama-7q32cf.spinmama-zyuwgz {
  display: block;
}

.spinmama-7q32cf .spinmama-bp1fo4 {
  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;
}

.spinmama-7q32cf .spinmama-xsczb0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinmama-7q32cf .spinmama-gl0emw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinmama-7q32cf .spinmama-rgk59e {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinmama-7q32cf .spinmama-1de8y3 {
  min-width: 296px;
  margin-bottom: 0;
}

.spinmama-7q32cf .spinmama-t1q5v1 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinmama-7q32cf .spinmama-qvxsei {
  position: relative;
  flex: 1 1;
}

.spinmama-7q32cf .spinmama-qvxsei iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinmama-7q32cf .spinmama-xsczb0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinmama-7q32cf .spinmama-gl0emw {
    order: 1;
  }
  .spinmama-7q32cf .spinmama-rgk59e {
    order: 3;
    flex: 1 1 100%;
  }
  .spinmama-7q32cf .spinmama-1de8y3 {
    width: 100%;
    min-width: unset;
  }
  .spinmama-7q32cf .spinmama-t1q5v1 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinmama-fufsh3 > .spinmama-vgy4xw {
    margin-bottom: 0;
  }
  .spinmama-fufsh3 > .spinmama-5c3txk,
  .spinmama-fufsh3 > p {
    margin-top: 0;
  }
}

.spinmama-c2w60w img,
.spinmama-wuju5p img {
  width: auto;
  object-fit: contain;
}

.spinmama-c2w60w {
  align-items: center;
}

.spinmama-c2w60w img {
  max-height: 76px;
}

.spinmama-wuju5p img {
  max-height: 64px;
}

.spinmama-xpi2xm {
  overflow: auto;
}

.spinmama-l5f4jm {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinmama-qnmzon:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinmama-o121z9 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinmama-336rxf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinmama-o121z9 .spinmama-70dlly {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinmama-o121z9 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinmama-uwa5qe {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinmama-uwa5qe > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmama-o121z9 {
    padding: 15px 10px;
  }
  .spinmama-uwa5qe {
    padding: 15px 10px;
  }
  .spinmama-o121z9 .spinmama-70dlly {
    margin-right: 10px;
  }
}

.spinmama-j3hl6g {
  overflow-x: auto;
}

.spinmama-peb08y {
  border-collapse: collapse;
  width: 100%;
}

.spinmama-j3hl6g th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinmama-j3hl6g td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinmama-j3hl6g td.spinmama-z0k6ct {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinmama-j3hl6g td.spinmama-2rtqe5 {
  border-right: none;
}

.spinmama-j3hl6g td.spinmama-2rtqe5 .spinmama-70dlly {
  justify-content: flex-start;
}

.spinmama-j3hl6g td.spinmama-2rtqe5 .spinmama-70dlly img {
  height: auto;
  width: 90px;
}

.spinmama-j3hl6g td.spinmama-p17gl8,
.spinmama-j3hl6g td.spinmama-8us8i0 {
  font-weight: 600;
  text-align: right;
}

.spinmama-j3hl6g td.spinmama-62qwoh,
.spinmama-j3hl6g td.spinmama-p17gl8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinmama-j3hl6g td.spinmama-p17gl8,
.spinmama-j3hl6g td.spinmama-8us8i0 {
  border-left: none;
}

.spinmama-j3hl6g td.spinmama-62qwoh,
.spinmama-j3hl6g td.spinmama-ti8m23 {
  border-right: none;
}

.spinmama-j3hl6g td.spinmama-ti8m23,
.spinmama-j3hl6g td.spinmama-8us8i0 {
  border-top: none;
  padding-top: 10px;
}

.spinmama-nmgf0a {
  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;
}

.spinmama-nmgf0a .spinmama-ib0cff {
  min-width: unset;
  width: 100%;
}

.spinmama-nmgf0a .spinmama-ib0cff.spinmama-7hb4o0 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinmama-nmgf0a .spinmama-ib0cff.spinmama-eb89v0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinmama-nmgf0a .spinmama-m8f9l0 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinmama-nmgf0a {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinmama-nmgf0a .spinmama-ib0cff.spinmama-7hb4o0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinmama-nmgf0a .spinmama-ib0cff.spinmama-eb89v0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinmama-nmgf0a .spinmama-m8f9l0 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinmama-n3yjwl {
  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;
}

.spinmama-0z3orw {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinmama-6x105m p a img {
  margin: 0 auto;
  display: block;
}

.spinmama-6x105m table {
  margin-bottom: 17px;
}

/* contanct form */
.spinmama-g3gqh9 {
  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;
}

.spinmama-g3gqh9 label {
  font-size: 14px;
}

.spinmama-g3gqh9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinmama-g3gqh9 input,
.spinmama-g3gqh9 textarea,
.spinmama-g3gqh9 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;
}
.spinmama-g3gqh9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinmama-8719sl ease;
}
.spinmama-g3gqh9 button:hover {
  background-color: #691204;
}
.spinmama-oez4ob {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinmama-cjpssi ease-in;
}

.spinmama-oez4ob 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;
}
.spinmama-1d33qy, .spinmama-plajux, [class*="review-card"],
thead, thead th, table th, .spinmama-l28nkn,
.spinmama-8b4o2f, [class*="collapsible-header"],
.spinmama-eodw40, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
