@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);
}

.spinfred-sk3ekp {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinfred-ngovab {
  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.spinfred-hxoxeu,
ul.spinfred-hxoxeu {
  padding-left: 20px;
}

ul.spinfred-hxoxeu {
  list-style: disc;
}

ol.spinfred-hxoxeu {
  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;
  }
}

.spinfred-j24kk2 > .spinfred-37c1y7,
.spinfred-j24kk2 > .spinfred-2bhapx,
.spinfred-j24kk2 > blockquote,
.spinfred-j24kk2 > h1,
.spinfred-j24kk2 > h2,
.spinfred-j24kk2 > h3,
.spinfred-j24kk2 > h4,
.spinfred-j24kk2 > h5,
.spinfred-j24kk2 > h6,
.spinfred-j24kk2 > ol,
.spinfred-j24kk2 > p,
.spinfred-j24kk2 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinfred-j24kk2 > ol,
.spinfred-j24kk2 > ul {
  padding-left: 50px;
}

.spinfred-j24kk2 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;
}

.spinfred-j24kk2:not(:last-child) {
  margin-bottom: 2rem;
}

.spinfred-j24kk2 > :not(:first-child) {
  margin-top: 2rem;
}

.spinfred-j24kk2 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinfred-j24kk2:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinfred-j24kk2:first-child {
    margin-top: 20px;
  }
}

.spinfred-j24kk2 > p:last-of-type {
  margin-bottom: 32px;
}

.spinfred-j24kk2 > .spinfred-uh66ij:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinfred-vthyp9 > .spinfred-uh66ij {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinfred-2bhapx {
  overflow: auto;
}

.spinfred-2bhapx::-webkit-scrollbar {
  height: 5px;
}

.spinfred-2bhapx table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinfred-2bhapx table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinfred-2bhapx table thead,
table thead {
  border-bottom: none;
}

.spinfred-2bhapx table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinfred-2bhapx table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinfred-2bhapx table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinfred-2bhapx .spinfred-3vy76w {
  table-layout: auto;
}

.spinfred-2bhapx .spinfred-3vy76w th {
  word-break: normal;
}

.spinfred-2bhapx .spinfred-3vy76w td {
  word-break: normal;
}

.spinfred-sk3ekp .spinfred-sk3ekp {
  padding-right: 0;
  padding-left: 0;
}

.spinfred-hcg4gl {
  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;
}

.spinfred-yd1s59 {
  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;
}

.spinfred-zynubz {
  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;
}

.spinfred-37c1y7 {
  margin-top: 24px;
}

.spinfred-37c1y7.spinfred-pjvdy9 {
  text-align: left;
}

.spinfred-37c1y7.spinfred-vfq8zw {
  text-align: right;
}

.spinfred-37c1y7.spinfred-sza2w3 {
  text-align: center;
}

.spinfred-y49zxe {
  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.spinfred-q4wanh ease-in-out;
  cursor: pointer;
}

.spinfred-y49zxe:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinfred-y49zxe {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinfred-y49zxe {
    min-width: unset;
  }
}

.spinfred-c9b5m0 {
  background-color: var(--fh-bg-color);
}

.spinfred-ovd8mo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinfred-9ftn23 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spinfred-9ftn23 img {
  max-height: 80px;
  object-fit: contain;
}

.spinfred-2yqhjw {
  flex: 1 1;
}

.spinfred-l856j9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinfred-17eujw {
  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;
}

.spinfred-17eujw 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;
}

.spinfred-17eujw.spinfred-17kejz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinfred-17eujw.spinfred-17kejz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinfred-17eujw.spinfred-17kejz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinfred-2yqhjw + .spinfred-l856j9 {
  margin-left: 20px;
}

.spinfred-kcu5n0 {
  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;
}

.spinfred-kcu5n0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinfred-kcu5n0 + .spinfred-kcu5n0 {
  margin-left: 5px;
}

.spinfred-dy2gke {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinfred-dy2gke:hover {
  background-color: var(--button-bg-hover);
}

.spinfred-9ko1lq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinfred-q4wanh ease-in-out;
  border: 1px solid var(--border-color);
}

.spinfred-9ko1lq:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinfred-g0cc7l {
  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) {
  .spinfred-2yqhjw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinfred-g0cc7l {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinfred-2yqhjw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinfred-kcu5n0 {
    min-width: unset;
    flex: 1 1;
  }
}

.spinfred-2xxe6u {
  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;
}

.spinfred-2xxe6u:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinfred-2xxe6u:hover .spinfred-w76bqj {
  opacity: 1;
  pointer-events: auto;
}

.spinfred-4zuxkg {
  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.spinfred-3sts9b ease-in-out;
  gap: 4px;
}

.spinfred-4zuxkg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinfred-4zuxkg .spinfred-hcg4gl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinfred-u9ukp1,
.spinfred-4zuxkg:hover {
  color: var(--button-bg-hover);
}

.spinfred-einmds {
  position: relative;
}

.spinfred-einmds .spinfred-4zuxkg {
  margin-right: 0;
  padding-right: 4px;
}

.spinfred-byjbyk svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinfred-einmds.spinfred-17kejz .spinfred-byjbyk svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinfred-einmds.spinfred-17kejz .spinfred-w76bqj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinfred-einmds.spinfred-17kejz .spinfred-w76bqj::before {
  display: none;
}

.spinfred-byjbyk svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinfred-w76bqj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinfred-w9w075 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinfred-w76bqj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinfred-w76bqj:hover {
  color: var(--fh-bg-color);
}

.spinfred-ezt2ir {
  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.spinfred-w9w075 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinfred-3sts9b ease-in-out;
  -o-transition: 0.spinfred-3sts9b ease-in-out;
  transition: 0.spinfred-3sts9b ease-in-out;
}

.spinfred-ezt2ir .spinfred-hcg4gl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinfred-hf88tv,
.spinfred-ezt2ir:hover {
  color: var(--button-bg-hover);
}

.spinfred-lrzrud {
  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%;
}

.spinfred-lrzrud.spinfred-l19owh {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinfred-lrzrud.spinfred-l19owh:after,
.spinfred-lrzrud.spinfred-l19owh:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinfred-lrzrud.spinfred-l19owh: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);
  }
}

.spinfred-lrzrud.spinfred-l19owh:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinfred-lrzrud.spinfred-l19owh > * {
  z-index: 1;
}

.spinfred-lrzrud b,
.spinfred-lrzrud strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinfred-lrzrud .spinfred-upl639 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinfred-lrzrud .spinfred-q04ner {
  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;
}

.spinfred-lrzrud .spinfred-hcg4gl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinfred-lrzrud .spinfred-jhyoln {
  margin-top: 12px;
}

.spinfred-jhyoln {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinfred-nweqcq {
  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;
}

.spinfred-jhyoln .spinfred-2jmn6b {
  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.spinfred-q4wanh ease-in-out;
}

.spinfred-jhyoln .spinfred-2jmn6b:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinfred-oph9qk {
  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;
}

.spinfred-lrzrud.spinfred-ilh21e {
  gap: 12px;
  padding: 16px;
}

.spinfred-lrzrud.spinfred-ilh21e .spinfred-oph9qk {
  min-width: 240px;
}

.spinfred-lrzrud.spinfred-ilh21e .spinfred-oph9qk.spinfred-j0lxsc {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinfred-lrzrud .spinfred-upl639 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinfred-lrzrud .spinfred-q04ner {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinfred-lrzrud .spinfred-hcg4gl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-hcg4gl {
    max-width: 126px;
  }
  .spinfred-lrzrud .spinfred-jhyoln {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinfred-lrzrud .spinfred-nweqcq {
    max-width: unset;
  }
  .spinfred-oph9qk {
    min-width: unset;
    width: 100%;
  }
  .spinfred-lrzrud .spinfred-oph9qk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinfred-lrzrud.spinfred-ilh21e {
    grid-template-rows: auto 1fr auto;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-oph9qk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinfred-lrzrud {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinfred-lrzrud .spinfred-upl639 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinfred-lrzrud .spinfred-hcg4gl {
    max-width: 78px;
  }
  .spinfred-lrzrud .spinfred-jhyoln {
    margin-top: -12px;
  }
  .spinfred-lrzrud.spinfred-ilh21e {
    gap: 8px;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-upl639 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-q04ner {
    grid-column: 1/3;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-hcg4gl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinfred-lrzrud.spinfred-ilh21e .spinfred-hcg4gl img {
    max-width: 114px;
  }
}

.spinfred-oph9qk.spinfred-frotl5,
.spinfred-oph9qk.spinfred-gr5nq6,
.spinfred-oph9qk.spinfred-5d3s8b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinfred-q4wanh ease-in-out;
}

.spinfred-oph9qk.spinfred-frotl5,
.spinfred-oph9qk.spinfred-5d3s8b {
  padding: 10px;
}

.spinfred-oph9qk.spinfred-frotl5:hover,
.spinfred-oph9qk.spinfred-gr5nq6:hover,
.spinfred-oph9qk.spinfred-5d3s8b:hover {
  background: var(--button-bg-hover);
}

.spinfred-oph9qk.spinfred-frotl5:hover svg path,
.spinfred-oph9qk.spinfred-5d3s8b:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinfred-oph9qk.spinfred-j0lxsc {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinfred-q4wanh ease-in-out;
  background: var(--button-bg-color);
}

.spinfred-oph9qk.spinfred-j0lxsc:hover {
  background-color: var(--button-bg-hover);
}

.spinfred-oph9qk.spinfred-gr5nq6: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);
  }
}

.spinfred-oph9qk.spinfred-gr5nq6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinfred-oph9qk.spinfred-j0lxsc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinfred-fzuecx {
  max-width: 650px;
}

.spinfred-eof4nn {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinfred-un4imb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinfred-69ponk {
  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.spinfred-3sts9b ease-in-out;
  cursor: pointer;
}

.spinfred-69ponk:hover {
  opacity: 0.5;
}

.spinfred-69ponk:focus {
  outline: 0;
}

.spinfred-69ponk:focus .spinfred-wk0j6k,
.spinfred-69ponk:hover .spinfred-wk0j6k {
  fill: red;
  fill-opacity: 1;
}

.spinfred-69ponk:hover {
  cursor: pointer;
}

.spinfred-f3js1o {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinfred-fzuecx.spinfred-sza2w3 {
  margin: 0 auto;
}

.spinfred-fzuecx.spinfred-vfq8zw {
  margin-left: auto;
}

.spinfred-k66sql {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinfred-nkotdx {
  padding-bottom: 50px;
}

.spinfred-3xjh92 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinfred-fos735 {
  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;
}

.spinfred-ffqxos {
  margin-top: 24px;
}

.spinfred-qvvei7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinfred-dn0ids {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinfred-sht3xu {
  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;
}

.spinfred-xhf3c3 {
  width: 468px;
}

.spinfred-sht3xu .spinfred-w76bqj {
  margin: 0.spinfred-bnyzt0 0;
}

.spinfred-hxd6vw {
  display: flex;
  min-width: 224px;
}

.spinfred-2yzjif {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinfred-3sts9b ease-in-out;
}

.spinfred-nlbb6r,
.spinfred-2yzjif:hover {
  color: var(--text-color);
}

.spinfred-hf27g9 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinfred-iki3uv {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinfred-k66sql {
    padding: 16px;
  }
  .spinfred-hf27g9 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinfred-iki3uv {
    align-items: center;
  }
  .spinfred-xhf3c3 {
    width: unset;
  }
  .spinfred-hxd6vw {
    min-width: unset;
  }
  .spinfred-sht3xu {
    max-height: unset;
  }
  .spinfred-3xjh92 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinfred-k66sql {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinfred-q9fydy {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinfred-q9fydy:not(:last-child) {
  margin-bottom: 16px;
}

.spinfred-k8r671 {
  outline: 0;
}

.spinfred-k8r671 .spinfred-8qpo1k {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinfred-nwf7tr {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinfred-nwf7tr {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinfred-nwf7tr::-webkit-details-marker {
  display: none;
}

.spinfred-nwf7tr: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;
}

.spinfred-nwf7tr: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] .spinfred-nwf7tr:after {
  transform: unset;
}

.spinfred-8qpo1k {
  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);
}

.spinfred-8qpo1k 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.spinfred-3sts9b ease-in-out;
  -o-transition: 0.spinfred-3sts9b ease-in-out;
  transition: 0.spinfred-3sts9b ease-in-out;
}

.spinfred-1pbxdd {
  padding: 16px 0 0 0;
}

.spinfred-1pbxdd * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinfred-1pbxdd :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinfred-nwf7tr {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinfred-nwf7tr::after {
    margin-left: auto;
  }
  .spinfred-8qpo1k {
    order: 3;
    flex: 1 1 100%;
  }
  .spinfred-nwf7tr {
    font-size: 14px;
    line-height: 130%;
  }
  .spinfred-8qpo1k svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinfred-x7f804 {
  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;
}

.spinfred-2h2wa5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinfred-x7f804.spinfred-17kejz .spinfred-2h2wa5 {
  margin-bottom: 12px;
}

.spinfred-2h2wa5::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;
}

.spinfred-x7f804.spinfred-17kejz .spinfred-2h2wa5::after {
  transform: unset;
}

.spinfred-m2dkft {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinfred-7zbsjb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinfred-3sts9b ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinfred-7zbsjb: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;
}

.spinfred-x7f804.spinfred-17kejz .spinfred-m2dkft {
  max-height: 100%;
}

.spinfred-cdq7qa {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinfred-f79urx {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinfred-39xb02 {
  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;
}

.spinfred-t87ozp {
  margin-right: 4px;
}

.spinfred-k6kwqc {
  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.spinfred-3sts9b ease-in-out;
}

.spinfred-k6kwqc svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinfred-zwsag8,
.spinfred-k6kwqc:hover {
  color: var(--text-color);
}

.spinfred-29thh0 {
  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;
}

.spinfred-29thh0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinfred-29thh0 .spinfred-ifes7l {
  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;
}

.spinfred-29thh0 .spinfred-3oq0wt {
  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;
}

.spinfred-2t4b48 {
  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;
}

.spinfred-2g92ti {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinfred-p3mazg .spinfred-sk3ekp {
  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;
}

.spinfred-p3mazg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinfred-xfa2bu {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinfred-8l3swl {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinfred-ban0hv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinfred-qpdpua 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;
}

.spinfred-ban0hv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinfred-zshefl {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinfred-h9ojji {
  -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.spinfred-3sts9b ease-in-out;
  transition: transform 0.spinfred-3sts9b ease-in-out;
  -o-transition: transform 0.spinfred-3sts9b ease-in-out;
  transition:
    transform 0.spinfred-3sts9b ease-in-out,
    -webkit-transform 0.spinfred-3sts9b ease-in-out;
  cursor: pointer;
}

.spinfred-h9ojji svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinfred-h9ojji: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;
}

.spinfred-u1zltg {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinfred-u1zltg {
    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);
}

.spinfred-86ze1r {
  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;
}

.spinfred-l46fvb {
  position: relative;
  width: 100%;
}

.spinfred-86ze1r.spinfred-87ejx1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinfred-86ze1r.spinfred-sza2w3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinfred-86ze1r.spinfred-vfq8zw {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinfred-oqlxmq {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinfred-l4f04i {
  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.spinfred-3sts9b ease-in-out;
  cursor: pointer;
}

.spinfred-l4f04i:hover {
  opacity: 0.5;
}

.spinfred-86ze1r.spinfred-lso1aq .spinfred-l4f04i {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinfred-86ze1r.spinfred-lso1aq .spinfred-oqlxmq {
  cursor: pointer;
}

.spinfred-1olq6w {
  fill: #0009;
}

.spinfred-jrqmzr {
  fill: #fff;
}

.spinfred-l4f04i:hover .spinfred-1olq6w {
  fill: red;
}

.spinfred-l4f04i svg path {
  -webkit-transition: 0.spinfred-3sts9b ease-in-out;
  -o-transition: 0.spinfred-3sts9b ease-in-out;
  transition: 0.spinfred-3sts9b ease-in-out;
}

.spinfred-xlcioi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinfred-xlcioi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinfred-xlcioi.spinfred-tnra5t > :not(.get-image) {
  grid-column: 1/3;
}

.spinfred-6kqddh:not(._h1-block) .spinfred-xlcioi > .spinfred-uh66ij {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinfred-xlcioi.spinfred-tnra5t .spinfred-l0vla5 {
  grid-column: 2/3;
}

.spinfred-xlcioi.spinfred-tnra5t > .spinfred-hcg4gl {
  grid-column: 1/2;
}

.spinfred-xlcioi.spinfred-tnra5t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinfred-xlcioi > p:first-of-type {
  margin-top: 0;
}

.spinfred-xlcioi .spinfred-hcg4gl {
  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;
}

.spinfred-6kqddh:not(._h1-block) .spinfred-uh66ij ~ .spinfred-hcg4gl {
  grid-row: 2/10;
}

.spinfred-6kqddh.spinfred-0yptec .spinfred-uh66ij ~ .spinfred-hcg4gl {
  grid-row: 1/10;
}

.spinfred-6kqddh.spinfred-0yptec > .spinfred-uh66ij {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinfred-6kqddh.spinfred-0yptec .spinfred-hcg4gl {
  grid-row: 1/10;
}

.spinfred-xlcioi.spinfred-8opofs .spinfred-hcg4gl {
  align-items: flex-start;
}

.spinfred-xlcioi.spinfred-sza2w3 .spinfred-l0vla5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinfred-xlcioi.spinfred-sza2w3 .spinfred-hcg4gl {
  align-items: center;
}

.spinfred-xlcioi.spinfred-jjiypc .spinfred-hcg4gl {
  align-items: flex-end;
}

.spinfred-l0vla5 > :first-child {
  margin-top: 0;
}

.spinfred-l0vla5 > :last-child {
  margin-bottom: 0;
}

* + .spinfred-65vy27,
.spinfred-6kqddh + .spinfred-6kqddh {
  margin-top: 2rem;
}

.spinfred-6wq7hg td::before,
.spinfred-6wq7hg th::after {
  display: none !important;
}

.spinfred-6wq7hg #link-selector {
  color: #000;
}

.spinfred-6wq7hg .spinfred-m3utty {
  color: #135e96;
}

.spinfred-6wq7hg .spinfred-pui5ys *,
.spinfred-6wq7hg .spinfred-pzma4u p,
.spinfred-6wq7hg .spinfred-3y25o1 * {
  color: #000;
}

.spinfred-6wq7hg .spinfred-exfn57 {
  background: 0 0 !important;
}

.spinfred-6wq7hg .spinfred-pwfj4e {
  color: #000;
}

.spinfred-6wq7hg .spinfred-pmtv7d.spinfred-wnk3iy {
  color: #fff;
}

.spinfred-6wq7hg .spinfred-c9r4xi {
  color: #000;
}

.spinfred-6wq7hg
  .spinfred-cn5owb
  .spinfred-51bq31.spinfred-wnk3iy.spinfred-u1yggq {
  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;
}

.spinfred-5pzqa1,
body .spinfred-uswucw {
  color: #000;
  background: var(--color-body) !important;
}

.spinfred-5pzqa1 .spinfred-iiad7w .spinfred-7n1cil,
body .spinfred-uswucw .spinfred-iiad7w .spinfred-7n1cil {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinfred-7zbsjb:focus,
  .spinfred-7zbsjb:hover {
    color: #f9cb16;
  }
  .spinfred-4qhpj1:focus,
  .spinfred-4qhpj1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinfred-e8wn7x:focus img,
  .spinfred-e8wn7x:focus svg,
  .spinfred-e8wn7x:hover img,
  .spinfred-e8wn7x:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinfred-29thh0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinfred-einmds:hover .spinfred-byjbyk svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinfred-byjbyk {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinfred-prw6x3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinfred-dqzco4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinfred-dk2mkm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinfred-1wpk1m .spinfred-msx1bk {
    grid-template-columns: 1fr;
  }
  .spinfred-1wpk1m .spinfred-xdxsyk {
    -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;
  }
  .spinfred-1wpk1m .spinfred-wf4ok5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinfred-1wpk1m .spinfred-hir3a5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinfred-1wpk1m .spinfred-ktwtz8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinfred-1wpk1m .spinfred-wf4ok5:not(:first-child) {
    border: none;
  }
  .spinfred-1wpk1m .spinfred-wf4ok5:first-child .spinfred-hir3a5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinfred-1wpk1m .spinfred-wf4ok5:last-child .spinfred-hir3a5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinfred-ovd8mo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinfred-9ftn23 {
    max-width: 100px;
  }
  .spinfred-2yqhjw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinfred-l856j9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinfred-l856j9 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinfred-17eujw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinfred-2yqhjw + .spinfred-l856j9 {
    margin-left: auto;
  }
  .spinfred-mo115q {
    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;
  }
  .spinfred-mo115q.spinfred-17kejz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinfred-g0cc7l {
    -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;
  }
  .spinfred-2xxe6u {
    width: 100%;
  }
  .spinfred-2xxe6u:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinfred-4zuxkg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinfred-4zuxkg svg {
    margin-right: 4px;
  }
  .spinfred-einmds {
    -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;
  }
  .spinfred-byjbyk svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinfred-byjbyk {
    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;
  }
  .spinfred-w76bqj {
    display: none;
    width: 100%;
  }
  .spinfred-einmds.spinfred-17kejz .spinfred-w76bqj {
    padding: 0 0 0 48px;
  }
  .spinfred-ezt2ir {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinfred-fos735 .spinfred-hcg4gl {
    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;
  }
  .spinfred-so7e4o {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinfred-so7e4o + .spinfred-so7e4o {
    margin-right: 0;
  }
  .spinfred-so7e4o + .spinfred-hcg4gl {
    margin: 0;
  }
  .spinfred-prw6x3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinfred-dqzco4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinfred-ozilpv,
  .spinfred-77r03n {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinfred-xlcioi {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinfred-xlcioi.spinfred-tnra5t .spinfred-l0vla5 {
    grid-column: auto;
    grid-row: auto;
  }
  .spinfred-xlcioi > .spinfred-uh66ij {
    grid-column: 1/2;
  }
  .spinfred-xlcioi.spinfred-tnra5t > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinfred-xlcioi .spinfred-hcg4gl,
  .spinfred-xlcioi.spinfred-tnra5t > .spinfred-hcg4gl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinfred-xlcioi.spinfred-tnra5t > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinfred-6kqddh.spinfred-0yptec .spinfred-xlcioi > .spinfred-hcg4gl {
    grid-row: 1/2;
  }
  .spinfred-xlcioi .spinfred-uh66ij ~ .spinfred-hcg4gl,
  .spinfred-xlcioi.spinfred-tnra5t .spinfred-uh66ij ~ .spinfred-hcg4gl {
    grid-row: 2/3;
  }
  .spinfred-6kqddh.spinfred-0yptec .spinfred-uh66ij ~ .spinfred-hcg4gl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinfred-j24kk2:first-child .spinfred-eovzh3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinfred-j24kk2:first-child .spinfred-eovzh3 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinfred-j24kk2 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinfred-j24kk2 {
    padding: 0;
  }
  .spinfred-37c1y7 {
    margin-top: 1rem;
  }
  .spinfred-k8r671 {
    border-radius: 5px;
  }
  .spinfred-4cb5xr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinfred-2h2wa5::after {
    display: inline-block;
  }
  .spinfred-2h2wa5 {
    margin: 0;
    width: 100%;
  }
  .spinfred-m2dkft {
    width: 100%;
  }
  .spinfred-m2dkft.spinfred-um4pjw {
    -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%;
  }
  .spinfred-m2dkft.spinfred-um4pjw .spinfred-41hhtz {
    width: 100%;
  }
  .spinfred-m2dkft.spinfred-um4pjw .spinfred-41hhtz:not(:last-child) {
    margin-right: 0;
  }
  .spinfred-7zbsjb {
    width: 100%;
    text-align: center;
  }
  .spinfred-x7f804.spinfred-17kejz .spinfred-m2dkft {
    margin-top: 1rem;
  }
  .spinfred-prw6x3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinfred-dk2mkm,
  .spinfred-dqzco4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinfred-ozilpv,
  .spinfred-77r03n,
  .spinfred-aii8sb {
    grid-template-columns: 1fr;
  }
  .spinfred-ppmvei {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinfred-qzukfk {
    min-width: 300px;
    max-width: 325px;
  }
  .spinfred-hir3a5 {
    cursor: auto;
  }
  .spinfred-vcph8d .spinfred-hir3a5 {
    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;
  }
  .spinfred-u1zltg {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinfred-w76bqj {
    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) {
  .spinfred-u1zltg {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinfred-so7e4o p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinfred-l856j9 {
    margin: 0 -0.2rem;
  }
  .spinfred-so7e4o {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinfred-lq3n0k {
    -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;
  }
  .spinfred-gsyh4h {
    max-width: 100%;
  }
  .spinfred-prw6x3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinfred-dk2mkm,
  .spinfred-dqzco4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinfred-ovd8mo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinfred-l856j9 {
    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;
  }
  .spinfred-c9b5m0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinfred-kcu5n0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinfred-svdepe,
  .spinfred-179osc {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinfred-y49zxe {
    width: 100%;
  }
  .spinfred-prw6x3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinfred-u1zltg {
    top: 127px !important;
  }
}

.spinfred-3npsk8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinfred-3npsk8 {
  }
}

@media (max-width: 767px) {
  .spinfred-3npsk8 {
    margin-bottom: 12px;
  }
}

.spinfred-3npsk8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinfred-de2vzb {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinfred-de2vzb > .spinfred-ddh3rv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinfred-de2vzb {
    flex-direction: column;
    gap: 12px;
  }
}

.spinfred-ao5vae {
  display: flex;
}

.spinfred-ao5vae .spinfred-l3zld8 {
  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;
}

.spinfred-ao5vae .spinfred-wc1hr8 {
  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;
}

.spinfred-ao5vae .spinfred-gzvf00 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinfred-ao5vae .spinfred-4d3kxs {
  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));
  }
}

.spinfred-ao5vae .spinfred-4d3kxs:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinfred-ao5vae .spinfred-mgo8us {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinfred-i0ugm9 {
  border: unset;
  background-color: unset;
}

.spinfred-i0ugm9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinfred-i0ugm9 .spinfred-y9ott2,
.spinfred-i0ugm9 .spinfred-febjou {
  flex: 0 1 330px;
}

.spinfred-i0ugm9 .spinfred-i79pnf {
  flex: 1 1;
}

.spinfred-i0ugm9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinfred-i0ugm9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinfred-i0ugm9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinfred-i0ugm9 tr td p {
  color: #fff;
  margin: 0;
}

.spinfred-i0ugm9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinfred-i0ugm9 tr.spinfred-y9ott2 td p {
  padding: 16px 0;
}

.spinfred-i0ugm9 tr.spinfred-y9ott2 td p:not(:last-child),
.spinfred-i0ugm9 tr.spinfred-febjou td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinfred-i0ugm9 tr.spinfred-y9ott2 td p:first-child,
.spinfred-i0ugm9 tr.spinfred-febjou td p:first-child {
  padding-top: 0;
}

.spinfred-i0ugm9 tr.spinfred-febjou td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinfred-i0ugm9 tr.spinfred-febjou td p:last-child {
  padding-bottom: 0;
}

.spinfred-i0ugm9 .spinfred-febjou img {
  max-width: 32px;
}

.spinfred-i0ugm9 .spinfred-i79pnf {
  min-width: 718px;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinfred-i0ugm9 .spinfred-i79pnf td {
  display: flex;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4,
.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-d66o7f,
.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-vvzfga {
  flex: 1 1 50%;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-5ixn66 {
  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;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-p2fdo1,
.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-hyz0xo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4,
.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-d66o7f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4 span,
.spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-d66o7f span {
  font-weight: 800;
}

.spinfred-i0ugm9 .spinfred-i79pnf img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinfred-i0ugm9 tr.spinfred-y9ott2 td p:last-child {
    padding-bottom: 0;
  }
  .spinfred-i0ugm9 .spinfred-febjou > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinfred-i0ugm9 .spinfred-febjou > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinfred-i0ugm9 tr.spinfred-y9ott2 td p:not(:last-child),
  .spinfred-i0ugm9 tr.spinfred-febjou td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinfred-i0ugm9 tr.spinfred-febjou td p:last-child {
    padding-bottom: 12px;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4,
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-d66o7f,
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-vvzfga {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4,
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-d66o7f {
    margin-top: 16px;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-vvzfga {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-3w7ce4 {
    border-right: 1px solid var(--border-color);
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-vvzfga:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td:last-child .spinfred-vvzfga:last-child {
    padding-bottom: 0;
  }
}

.spinfred-vvzfga {
  display: flex;
  flex-direction: column;
}

.spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga:not(:first-child) {
    padding-left: 0;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf td .spinfred-vvzfga:not(:last-of-type) {
    border-right: unset;
  }
}

.spinfred-i0ugm9 .spinfred-kd080u {
  flex: 0 1 485px;
}

.spinfred-i0ugm9 .spinfred-j1eyy6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinfred-i0ugm9 .spinfred-j1eyy6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinfred-i0ugm9 .spinfred-j1eyy6 li.spinfred-xrs3x7 {
  padding: 6px 12px;
}

.spinfred-i0ugm9 .spinfred-j1eyy6 li a,
.spinfred-i0ugm9 .spinfred-j1eyy6 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;
}

.spinfred-i0ugm9 .spinfred-acdqdb,
.spinfred-i0ugm9 .spinfred-0o7lcs {
  flex: 1 1;
}

.spinfred-i0ugm9 .spinfred-m8m8il,
.spinfred-i0ugm9 .spinfred-0l7mbv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinfred-i0ugm9 .spinfred-m8m8il li,
.spinfred-i0ugm9 .spinfred-0l7mbv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinfred-i0ugm9 .spinfred-0o7lcs img {
  max-width: 32px;
}

.spinfred-i0ugm9 .spinfred-acdqdb img {
  max-width: 32px;
}

.spinfred-i0ugm9 .spinfred-2o3ofy {
  min-width: 280px;
}

.spinfred-i0ugm9 .spinfred-2o3ofy img {
  max-width: 146px;
}

.spinfred-i0ugm9 .spinfred-2o3ofy td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinfred-i0ugm9 .spinfred-y9ott2,
  .spinfred-i0ugm9 .spinfred-febjou {
    flex: 0 1 auto;
  }
  .spinfred-i0ugm9 .spinfred-i79pnf {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinfred-i0ugm9 .spinfred-y9ott2,
  .spinfred-i0ugm9 .spinfred-kd080u,
  .spinfred-i0ugm9 .spinfred-febjou,
  .spinfred-i0ugm9 .spinfred-i79pnf {
    flex: 1 1 calc(50% - 20px);
  }
  .spinfred-i0ugm9 .spinfred-acdqdb,
  .spinfred-i0ugm9 .spinfred-2o3ofy,
  .spinfred-i0ugm9 .spinfred-0o7lcs {
    flex: 1 1 30%;
  }
  .spinfred-i0ugm9 .spinfred-2o3ofy {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinfred-i0ugm9 .spinfred-y9ott2,
  .spinfred-i0ugm9 .spinfred-kd080u,
  .spinfred-i0ugm9 .spinfred-acdqdb,
  .spinfred-i0ugm9 .spinfred-febjou,
  .spinfred-i0ugm9 .spinfred-i79pnf,
  .spinfred-i0ugm9 .spinfred-2o3ofy,
  .spinfred-i0ugm9 .spinfred-0o7lcs {
    flex: 1 1 100%;
  }
}

.spinfred-l7436a .spinfred-eqbck7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinfred-l7436a .spinfred-mhlui2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinfred-l7436a .spinfred-3uq7d7 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinfred-l7436a .spinfred-rtzd9z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinfred-l7436a .spinfred-rtzd9z > :nth-child(3) {
  margin-top: 0;
}

.spinfred-l7436a .spinfred-hcg4gl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinfred-l7436a .spinfred-5jy228 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinfred-l7436a .spinfred-37c1y7 {
  grid-column: 1/2;
}

.spinfred-l7436a > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinfred-l7436a .spinfred-mhlui2: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;
}

.spinfred-l7436a .spinfred-mhlui2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinfred-l7436a .spinfred-y49zxe {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinfred-l7436a .spinfred-mhlui2:not(:last-child):before {
    bottom: 8px;
  }
  .spinfred-l7436a .spinfred-mhlui2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinfred-l7436a .spinfred-rtzd9z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinfred-l7436a .spinfred-hcg4gl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinfred-l7436a .spinfred-hcg4gl img {
    width: 100%;
    height: auto;
  }
  .spinfred-l7436a .spinfred-y49zxe {
    width: 100%;
    min-width: unset;
  }
}

.spinfred-bg8ix2 .spinfred-z4rqv3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinfred-bg8ix2 .spinfred-rb57z2 {
  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;
}

.spinfred-bg8ix2 .spinfred-hcg4gl {
  height: 100%;
}

.spinfred-bg8ix2 .spinfred-hcg4gl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinfred-bg8ix2 .spinfred-ems7ha {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinfred-bg8ix2 .spinfred-jgdml6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinfred-bg8ix2 .spinfred-rkvgji {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinfred-bg8ix2 .spinfred-rb57z2 {
    flex: 1 1 100%;
  }
  .spinfred-bg8ix2 .spinfred-oph9qk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinfred-bg8ix2 .spinfred-rb57z2 {
    flex-direction: column;
  }
  .spinfred-bg8ix2 .spinfred-hcg4gl {
    width: 100%;
    height: auto;
  }
  .spinfred-bg8ix2 .spinfred-hcg4gl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinfred-bg8ix2 .spinfred-ems7ha {
    padding: 0 16px 16px 16px;
  }
  .spinfred-bg8ix2 .spinfred-oph9qk {
    min-width: unset;
    width: 100%;
  }
}

.spinfred-ku4puw .spinfred-gnakfm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinfred-ku4puw .spinfred-xo9jvp {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinfred-ku4puw 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;
}

.spinfred-ku4puw .spinfred-kjv78q {
  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;
}

.spinfred-ku4puw .spinfred-xo9jvp:hover .spinfred-kjv78q {
  display: flex;
}

.spinfred-ku4puw .spinfred-8acejy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinfred-ku4puw .spinfred-fin5xu {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinfred-qif12w {
  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;
}

.spinfred-qif12w.spinfred-w8sqex {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinfred-q4wanh ease-in-out;
}

.spinfred-qif12w.spinfred-w8sqex:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinfred-ku4puw .spinfred-0eohj2 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinfred-q4wanh ease-in-out;
}

.spinfred-ku4puw .spinfred-0eohj2:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinfred-ku4puw .spinfred-0eohj2:after,
.spinfred-qif12w.spinfred-w8sqex:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinfred-qif12w.spinfred-w8sqex:after {
  background-image: url(../images/Cash.svg);
}

.spinfred-ku4puw .spinfred-0eohj2:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinfred-ku4puw .spinfred-gnakfm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinfred-ku4puw .spinfred-gnakfm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinfred-ku4puw .spinfred-gnakfm {
    grid-template-columns: 1fr;
  }
  .spinfred-ku4puw .spinfred-xo9jvp {
    height: auto;
  }
  .spinfred-ku4puw .spinfred-xo9jvp .spinfred-kjv78q {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinfred-ku4puw .spinfred-8acejy,
  .spinfred-ku4puw .spinfred-fin5xu {
    text-align: left;
  }
  .spinfred-ku4puw .spinfred-fin5xu {
    margin-bottom: 8px;
  }
  .spinfred-ku4puw img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinfred-bf44ha {
  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;
}

.spinfred-bf44ha.spinfred-lso1aq {
  display: block;
}

.spinfred-bf44ha .spinfred-hm8s4m {
  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;
}

.spinfred-bf44ha .spinfred-p7kncm {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinfred-bf44ha .spinfred-mljr2n {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinfred-bf44ha .spinfred-a9ti1o {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinfred-bf44ha .spinfred-qif12w {
  min-width: 296px;
  margin-bottom: 0;
}

.spinfred-bf44ha .spinfred-zryf26 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinfred-bf44ha .spinfred-3fkvkr {
  position: relative;
  flex: 1 1;
}

.spinfred-bf44ha .spinfred-3fkvkr iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinfred-bf44ha .spinfred-p7kncm {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinfred-bf44ha .spinfred-mljr2n {
    order: 1;
  }
  .spinfred-bf44ha .spinfred-a9ti1o {
    order: 3;
    flex: 1 1 100%;
  }
  .spinfred-bf44ha .spinfred-qif12w {
    width: 100%;
    min-width: unset;
  }
  .spinfred-bf44ha .spinfred-zryf26 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinfred-xlcioi > .spinfred-uh66ij {
    margin-bottom: 0;
  }
  .spinfred-xlcioi > .spinfred-37c1y7,
  .spinfred-xlcioi > p {
    margin-top: 0;
  }
}

.spinfred-mlbnqe img,
.spinfred-so7e4o img {
  width: auto;
  object-fit: contain;
}

.spinfred-mlbnqe {
  align-items: center;
}

.spinfred-mlbnqe img {
  max-height: 76px;
}

.spinfred-so7e4o img {
  max-height: 64px;
}

.spinfred-lo4f0v {
  overflow: auto;
}

.spinfred-0gakpu {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinfred-0bapu2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinfred-7i12cm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinfred-vx63c8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinfred-7i12cm .spinfred-hcg4gl {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinfred-7i12cm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinfred-t6vtbp {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinfred-t6vtbp > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinfred-7i12cm {
    padding: 15px 10px;
  }
  .spinfred-t6vtbp {
    padding: 15px 10px;
  }
  .spinfred-7i12cm .spinfred-hcg4gl {
    margin-right: 10px;
  }
}

.spinfred-dmeuid {
  overflow-x: auto;
}

.spinfred-8n1sl1 {
  border-collapse: collapse;
  width: 100%;
}

.spinfred-dmeuid th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinfred-dmeuid td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinfred-dmeuid td.spinfred-xb42il {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinfred-dmeuid td.spinfred-w28s13 {
  border-right: none;
}

.spinfred-dmeuid td.spinfred-w28s13 .spinfred-hcg4gl {
  justify-content: flex-start;
}

.spinfred-dmeuid td.spinfred-w28s13 .spinfred-hcg4gl img {
  height: auto;
  width: 90px;
}

.spinfred-dmeuid td.spinfred-v53qih,
.spinfred-dmeuid td.spinfred-g2u85z {
  font-weight: 600;
  text-align: right;
}

.spinfred-dmeuid td.spinfred-avbdrw,
.spinfred-dmeuid td.spinfred-v53qih {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinfred-dmeuid td.spinfred-v53qih,
.spinfred-dmeuid td.spinfred-g2u85z {
  border-left: none;
}

.spinfred-dmeuid td.spinfred-avbdrw,
.spinfred-dmeuid td.spinfred-09d6qn {
  border-right: none;
}

.spinfred-dmeuid td.spinfred-09d6qn,
.spinfred-dmeuid td.spinfred-g2u85z {
  border-top: none;
  padding-top: 10px;
}

.spinfred-1i9gde {
  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;
}

.spinfred-1i9gde .spinfred-oph9qk {
  min-width: unset;
  width: 100%;
}

.spinfred-1i9gde .spinfred-oph9qk.spinfred-frotl5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinfred-1i9gde .spinfred-oph9qk.spinfred-5d3s8b {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinfred-1i9gde .spinfred-wuo1bd {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinfred-1i9gde {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinfred-1i9gde .spinfred-oph9qk.spinfred-frotl5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinfred-1i9gde .spinfred-oph9qk.spinfred-5d3s8b {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinfred-1i9gde .spinfred-wuo1bd {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinfred-feveds {
  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;
}

.spinfred-ygy123 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinfred-vthyp9 p a img {
  margin: 0 auto;
  display: block;
}

.spinfred-vthyp9 table {
  margin-bottom: 17px;
}

/* contanct form */
.spinfred-bqpjg4 {
  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;
}

.spinfred-bqpjg4 label {
  font-size: 14px;
}

.spinfred-bqpjg4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinfred-bqpjg4 input,
.spinfred-bqpjg4 textarea,
.spinfred-bqpjg4 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;
}
.spinfred-bqpjg4 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinfred-q4wanh ease;
}
.spinfred-bqpjg4 button:hover {
  background-color: #691204;
}
.spinfred-qrhuw5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinfred-w263vs ease-in;
}

.spinfred-qrhuw5 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;
}
.spinfred-nezwkg, .spinfred-dye56w, [class*="review-card"],
thead, thead th, table th, .spinfred-blvlca,
.spinfred-zt1msn, [class*="collapsible-header"],
.spinfred-tgovjg, [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; }
