@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);
}

.spinanga-f86xua {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinanga-u8ip4u {
  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.spinanga-gcponl,
ul.spinanga-gcponl {
  padding-left: 20px;
}

ul.spinanga-gcponl {
  list-style: disc;
}

ol.spinanga-gcponl {
  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;
  }
}

.spinanga-iq7iii > .spinanga-3wvzon,
.spinanga-iq7iii > .spinanga-c3e8h3,
.spinanga-iq7iii > blockquote,
.spinanga-iq7iii > h1,
.spinanga-iq7iii > h2,
.spinanga-iq7iii > h3,
.spinanga-iq7iii > h4,
.spinanga-iq7iii > h5,
.spinanga-iq7iii > h6,
.spinanga-iq7iii > ol,
.spinanga-iq7iii > p,
.spinanga-iq7iii > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinanga-iq7iii > ol,
.spinanga-iq7iii > ul {
  padding-left: 50px;
}

.spinanga-iq7iii 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;
}

.spinanga-iq7iii:not(:last-child) {
  margin-bottom: 2rem;
}

.spinanga-iq7iii > :not(:first-child) {
  margin-top: 2rem;
}

.spinanga-iq7iii {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinanga-iq7iii:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spinanga-iq7iii:first-child {
    margin-top: 20px;
  }
}

.spinanga-iq7iii > p:last-of-type {
  margin-bottom: 32px;
}

.spinanga-iq7iii > .spinanga-h3nxsm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spinanga-osecz0 > .spinanga-h3nxsm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spinanga-c3e8h3 {
  overflow: auto;
}

.spinanga-c3e8h3::-webkit-scrollbar {
  height: 5px;
}

.spinanga-c3e8h3 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spinanga-c3e8h3 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spinanga-c3e8h3 table thead,
table thead {
  border-bottom: none;
}

.spinanga-c3e8h3 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spinanga-c3e8h3 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spinanga-c3e8h3 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spinanga-c3e8h3 .spinanga-ijef4a {
  table-layout: auto;
}

.spinanga-c3e8h3 .spinanga-ijef4a th {
  word-break: normal;
}

.spinanga-c3e8h3 .spinanga-ijef4a td {
  word-break: normal;
}

.spinanga-f86xua .spinanga-f86xua {
  padding-right: 0;
  padding-left: 0;
}

.spinanga-i6d4rp {
  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;
}

.spinanga-koax2z {
  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;
}

.spinanga-142szz {
  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;
}

.spinanga-3wvzon {
  margin-top: 24px;
}

.spinanga-3wvzon.spinanga-j2vv96 {
  text-align: left;
}

.spinanga-3wvzon.spinanga-7r0wsv {
  text-align: right;
}

.spinanga-3wvzon.spinanga-focsbl {
  text-align: center;
}

.spinanga-6w9a6q {
  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.spinanga-es38no ease-in-out;
  cursor: pointer;
}

.spinanga-6w9a6q:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spinanga-6w9a6q {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spinanga-6w9a6q {
    min-width: unset;
  }
}

.spinanga-15np6l {
  background-color: var(--fh-bg-color);
}

.spinanga-3gw7x4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spinanga-5i7qs3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spinanga-5i7qs3 img {
  max-height: 80px;
  object-fit: contain;
}

.spinanga-0h7pbf {
  flex: 1 1;
}

.spinanga-b5gjv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spinanga-7ae0bn {
  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;
}

.spinanga-7ae0bn 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;
}

.spinanga-7ae0bn.spinanga-oeo08u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spinanga-7ae0bn.spinanga-oeo08u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spinanga-7ae0bn.spinanga-oeo08u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spinanga-0h7pbf + .spinanga-b5gjv2 {
  margin-left: 20px;
}

.spinanga-usvhl8 {
  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;
}

.spinanga-usvhl8 > svg {
  max-width: 24px;
  max-height: 24px;
}

.spinanga-usvhl8 + .spinanga-usvhl8 {
  margin-left: 5px;
}

.spinanga-mrjv7c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spinanga-mrjv7c:hover {
  background-color: var(--button-bg-hover);
}

.spinanga-6t3v0s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spinanga-es38no ease-in-out;
  border: 1px solid var(--border-color);
}

.spinanga-6t3v0s:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spinanga-r4dqgz {
  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) {
  .spinanga-0h7pbf {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spinanga-r4dqgz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spinanga-0h7pbf {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spinanga-usvhl8 {
    min-width: unset;
    flex: 1 1;
  }
}

.spinanga-dar3ey {
  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;
}

.spinanga-dar3ey:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spinanga-dar3ey:hover .spinanga-gc3joa {
  opacity: 1;
  pointer-events: auto;
}

.spinanga-02qn8c {
  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.spinanga-vkwy24 ease-in-out;
  gap: 4px;
}

.spinanga-02qn8c > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinanga-02qn8c .spinanga-i6d4rp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinanga-4ndgea,
.spinanga-02qn8c:hover {
  color: var(--button-bg-hover);
}

.spinanga-hzf24j {
  position: relative;
}

.spinanga-hzf24j .spinanga-02qn8c {
  margin-right: 0;
  padding-right: 4px;
}

.spinanga-t6n94k svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spinanga-hzf24j.spinanga-oeo08u .spinanga-t6n94k svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spinanga-hzf24j.spinanga-oeo08u .spinanga-gc3joa {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spinanga-hzf24j.spinanga-oeo08u .spinanga-gc3joa::before {
  display: none;
}

.spinanga-t6n94k svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spinanga-gc3joa {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spinanga-b9cn86 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spinanga-gc3joa::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spinanga-gc3joa:hover {
  color: var(--fh-bg-color);
}

.spinanga-o97nz1 {
  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.spinanga-b9cn86 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spinanga-vkwy24 ease-in-out;
  -o-transition: 0.spinanga-vkwy24 ease-in-out;
  transition: 0.spinanga-vkwy24 ease-in-out;
}

.spinanga-o97nz1 .spinanga-i6d4rp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinanga-i44s4z,
.spinanga-o97nz1:hover {
  color: var(--button-bg-hover);
}

.spinanga-4920ki {
  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%;
}

.spinanga-4920ki.spinanga-qvh63j {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spinanga-4920ki.spinanga-qvh63j:after,
.spinanga-4920ki.spinanga-qvh63j:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spinanga-4920ki.spinanga-qvh63j: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);
  }
}

.spinanga-4920ki.spinanga-qvh63j:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spinanga-4920ki.spinanga-qvh63j > * {
  z-index: 1;
}

.spinanga-4920ki b,
.spinanga-4920ki strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spinanga-4920ki .spinanga-9xqybe {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spinanga-4920ki .spinanga-y0cmzv {
  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;
}

.spinanga-4920ki .spinanga-i6d4rp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spinanga-4920ki .spinanga-9ovk1l {
  margin-top: 12px;
}

.spinanga-9ovk1l {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spinanga-uihrir {
  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;
}

.spinanga-9ovk1l .spinanga-m48yat {
  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.spinanga-es38no ease-in-out;
}

.spinanga-9ovk1l .spinanga-m48yat:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spinanga-q38a3z {
  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;
}

.spinanga-4920ki.spinanga-k6qq23 {
  gap: 12px;
  padding: 16px;
}

.spinanga-4920ki.spinanga-k6qq23 .spinanga-q38a3z {
  min-width: 240px;
}

.spinanga-4920ki.spinanga-k6qq23 .spinanga-q38a3z.spinanga-ala52x {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spinanga-4920ki .spinanga-9xqybe {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spinanga-4920ki .spinanga-y0cmzv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spinanga-4920ki .spinanga-i6d4rp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-i6d4rp {
    max-width: 126px;
  }
  .spinanga-4920ki .spinanga-9ovk1l {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spinanga-4920ki .spinanga-uihrir {
    max-width: unset;
  }
  .spinanga-q38a3z {
    min-width: unset;
    width: 100%;
  }
  .spinanga-4920ki .spinanga-q38a3z {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spinanga-4920ki.spinanga-k6qq23 {
    grid-template-rows: auto 1fr auto;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-q38a3z {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spinanga-4920ki {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spinanga-4920ki .spinanga-9xqybe {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spinanga-4920ki .spinanga-i6d4rp {
    max-width: 78px;
  }
  .spinanga-4920ki .spinanga-9ovk1l {
    margin-top: -12px;
  }
  .spinanga-4920ki.spinanga-k6qq23 {
    gap: 8px;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-9xqybe {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-y0cmzv {
    grid-column: 1/3;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-i6d4rp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spinanga-4920ki.spinanga-k6qq23 .spinanga-i6d4rp img {
    max-width: 114px;
  }
}

.spinanga-q38a3z.spinanga-2bgzey,
.spinanga-q38a3z.spinanga-7arjl5,
.spinanga-q38a3z.spinanga-8jjhgw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spinanga-es38no ease-in-out;
}

.spinanga-q38a3z.spinanga-2bgzey,
.spinanga-q38a3z.spinanga-8jjhgw {
  padding: 10px;
}

.spinanga-q38a3z.spinanga-2bgzey:hover,
.spinanga-q38a3z.spinanga-7arjl5:hover,
.spinanga-q38a3z.spinanga-8jjhgw:hover {
  background: var(--button-bg-hover);
}

.spinanga-q38a3z.spinanga-2bgzey:hover svg path,
.spinanga-q38a3z.spinanga-8jjhgw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spinanga-q38a3z.spinanga-ala52x {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spinanga-es38no ease-in-out;
  background: var(--button-bg-color);
}

.spinanga-q38a3z.spinanga-ala52x:hover {
  background-color: var(--button-bg-hover);
}

.spinanga-q38a3z.spinanga-7arjl5: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);
  }
}

.spinanga-q38a3z.spinanga-7arjl5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinanga-q38a3z.spinanga-ala52x:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spinanga-mdua9f {
  max-width: 650px;
}

.spinanga-7p6hvn {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spinanga-l45z07 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinanga-qei3zy {
  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.spinanga-vkwy24 ease-in-out;
  cursor: pointer;
}

.spinanga-qei3zy:hover {
  opacity: 0.5;
}

.spinanga-qei3zy:focus {
  outline: 0;
}

.spinanga-qei3zy:focus .spinanga-6iy68g,
.spinanga-qei3zy:hover .spinanga-6iy68g {
  fill: red;
  fill-opacity: 1;
}

.spinanga-qei3zy:hover {
  cursor: pointer;
}

.spinanga-od78h2 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spinanga-mdua9f.spinanga-focsbl {
  margin: 0 auto;
}

.spinanga-mdua9f.spinanga-7r0wsv {
  margin-left: auto;
}

.spinanga-ch8l9c {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spinanga-d03bsq {
  padding-bottom: 50px;
}

.spinanga-z1t56w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spinanga-2lo9wj {
  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;
}

.spinanga-kjenj7 {
  margin-top: 24px;
}

.spinanga-p7ysyl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinanga-xg3gkl {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spinanga-b7c7rz {
  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;
}

.spinanga-zvg6gy {
  width: 468px;
}

.spinanga-b7c7rz .spinanga-gc3joa {
  margin: 0.spinanga-xgv0wo 0;
}

.spinanga-uzrc0q {
  display: flex;
  min-width: 224px;
}

.spinanga-ioq85x {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spinanga-vkwy24 ease-in-out;
}

.spinanga-yv9ova,
.spinanga-ioq85x:hover {
  color: var(--text-color);
}

.spinanga-9d5hcg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spinanga-iqv1l8 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spinanga-ch8l9c {
    padding: 16px;
  }
  .spinanga-9d5hcg {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spinanga-iqv1l8 {
    align-items: center;
  }
  .spinanga-zvg6gy {
    width: unset;
  }
  .spinanga-uzrc0q {
    min-width: unset;
  }
  .spinanga-b7c7rz {
    max-height: unset;
  }
  .spinanga-z1t56w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spinanga-ch8l9c {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spinanga-4cta5c {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinanga-4cta5c:not(:last-child) {
  margin-bottom: 16px;
}

.spinanga-3ym1h7 {
  outline: 0;
}

.spinanga-3ym1h7 .spinanga-mokxvq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spinanga-y80bng {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spinanga-y80bng {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spinanga-y80bng::-webkit-details-marker {
  display: none;
}

.spinanga-y80bng: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;
}

.spinanga-y80bng: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] .spinanga-y80bng:after {
  transform: unset;
}

.spinanga-mokxvq {
  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);
}

.spinanga-mokxvq 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.spinanga-vkwy24 ease-in-out;
  -o-transition: 0.spinanga-vkwy24 ease-in-out;
  transition: 0.spinanga-vkwy24 ease-in-out;
}

.spinanga-4ou3ok {
  padding: 16px 0 0 0;
}

.spinanga-4ou3ok * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spinanga-4ou3ok :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinanga-y80bng {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spinanga-y80bng::after {
    margin-left: auto;
  }
  .spinanga-mokxvq {
    order: 3;
    flex: 1 1 100%;
  }
  .spinanga-y80bng {
    font-size: 14px;
    line-height: 130%;
  }
  .spinanga-mokxvq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spinanga-5srrt2 {
  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;
}

.spinanga-swohen {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spinanga-5srrt2.spinanga-oeo08u .spinanga-swohen {
  margin-bottom: 12px;
}

.spinanga-swohen::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;
}

.spinanga-5srrt2.spinanga-oeo08u .spinanga-swohen::after {
  transform: unset;
}

.spinanga-zljt3j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spinanga-ehor8f {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spinanga-vkwy24 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spinanga-ehor8f: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;
}

.spinanga-5srrt2.spinanga-oeo08u .spinanga-zljt3j {
  max-height: 100%;
}

.spinanga-g4swk2 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spinanga-efy9gl {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spinanga-njv3jy {
  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;
}

.spinanga-q8ux81 {
  margin-right: 4px;
}

.spinanga-t1cidn {
  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.spinanga-vkwy24 ease-in-out;
}

.spinanga-t1cidn svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spinanga-v408h7,
.spinanga-t1cidn:hover {
  color: var(--text-color);
}

.spinanga-7la73g {
  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;
}

.spinanga-7la73g img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spinanga-7la73g .spinanga-4njxvj {
  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;
}

.spinanga-7la73g .spinanga-bhxiib {
  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;
}

.spinanga-s9m9mk {
  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;
}

.spinanga-vxwexs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spinanga-xq14xt .spinanga-f86xua {
  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;
}

.spinanga-xq14xt {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spinanga-m0df5a {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spinanga-bmbxpo {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spinanga-qt3h73 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spinanga-gnyqi8 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;
}

.spinanga-qt3h73:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spinanga-26ibrg {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spinanga-mxdbv9 {
  -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.spinanga-vkwy24 ease-in-out;
  transition: transform 0.spinanga-vkwy24 ease-in-out;
  -o-transition: transform 0.spinanga-vkwy24 ease-in-out;
  transition:
    transform 0.spinanga-vkwy24 ease-in-out,
    -webkit-transform 0.spinanga-vkwy24 ease-in-out;
  cursor: pointer;
}

.spinanga-mxdbv9 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spinanga-mxdbv9: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;
}

.spinanga-zd2rqd {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spinanga-zd2rqd {
    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);
}

.spinanga-1kbc80 {
  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;
}

.spinanga-86j3a4 {
  position: relative;
  width: 100%;
}

.spinanga-1kbc80.spinanga-q83jbn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spinanga-1kbc80.spinanga-focsbl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinanga-1kbc80.spinanga-7r0wsv {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spinanga-n1cdwi {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spinanga-yx1emj {
  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.spinanga-vkwy24 ease-in-out;
  cursor: pointer;
}

.spinanga-yx1emj:hover {
  opacity: 0.5;
}

.spinanga-1kbc80.spinanga-oayrye .spinanga-yx1emj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinanga-1kbc80.spinanga-oayrye .spinanga-n1cdwi {
  cursor: pointer;
}

.spinanga-ttmind {
  fill: #0009;
}

.spinanga-p9adho {
  fill: #fff;
}

.spinanga-yx1emj:hover .spinanga-ttmind {
  fill: red;
}

.spinanga-yx1emj svg path {
  -webkit-transition: 0.spinanga-vkwy24 ease-in-out;
  -o-transition: 0.spinanga-vkwy24 ease-in-out;
  transition: 0.spinanga-vkwy24 ease-in-out;
}

.spinanga-upfoe7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spinanga-upfoe7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spinanga-upfoe7.spinanga-6rpzbp > :not(.get-image) {
  grid-column: 1/3;
}

.spinanga-vkymga:not(._h1-block) .spinanga-upfoe7 > .spinanga-h3nxsm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spinanga-upfoe7.spinanga-6rpzbp .spinanga-b14377 {
  grid-column: 2/3;
}

.spinanga-upfoe7.spinanga-6rpzbp > .spinanga-i6d4rp {
  grid-column: 1/2;
}

.spinanga-upfoe7.spinanga-6rpzbp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spinanga-upfoe7 > p:first-of-type {
  margin-top: 0;
}

.spinanga-upfoe7 .spinanga-i6d4rp {
  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;
}

.spinanga-vkymga:not(._h1-block) .spinanga-h3nxsm ~ .spinanga-i6d4rp {
  grid-row: 2/10;
}

.spinanga-vkymga.spinanga-wnwmkm .spinanga-h3nxsm ~ .spinanga-i6d4rp {
  grid-row: 1/10;
}

.spinanga-vkymga.spinanga-wnwmkm > .spinanga-h3nxsm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spinanga-vkymga.spinanga-wnwmkm .spinanga-i6d4rp {
  grid-row: 1/10;
}

.spinanga-upfoe7.spinanga-co1iem .spinanga-i6d4rp {
  align-items: flex-start;
}

.spinanga-upfoe7.spinanga-focsbl .spinanga-b14377 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spinanga-upfoe7.spinanga-focsbl .spinanga-i6d4rp {
  align-items: center;
}

.spinanga-upfoe7.spinanga-s4kcsh .spinanga-i6d4rp {
  align-items: flex-end;
}

.spinanga-b14377 > :first-child {
  margin-top: 0;
}

.spinanga-b14377 > :last-child {
  margin-bottom: 0;
}

* + .spinanga-1k0hzv,
.spinanga-vkymga + .spinanga-vkymga {
  margin-top: 2rem;
}

.spinanga-aulzvm td::before,
.spinanga-aulzvm th::after {
  display: none !important;
}

.spinanga-aulzvm #link-selector {
  color: #000;
}

.spinanga-aulzvm .spinanga-rwdatd {
  color: #135e96;
}

.spinanga-aulzvm .spinanga-51so9o *,
.spinanga-aulzvm .spinanga-7vpoon p,
.spinanga-aulzvm .spinanga-djrs33 * {
  color: #000;
}

.spinanga-aulzvm .spinanga-baqyd1 {
  background: 0 0 !important;
}

.spinanga-aulzvm .spinanga-mh4pv7 {
  color: #000;
}

.spinanga-aulzvm .spinanga-rofaie.spinanga-3o15n9 {
  color: #fff;
}

.spinanga-aulzvm .spinanga-2qh4wm {
  color: #000;
}

.spinanga-aulzvm
  .spinanga-k1jsm6
  .spinanga-9miohi.spinanga-3o15n9.spinanga-u53uyc {
  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;
}

.spinanga-vsid1t,
body .spinanga-fs3tvc {
  color: #000;
  background: var(--color-body) !important;
}

.spinanga-vsid1t .spinanga-u3oj3n .spinanga-4zhjv6,
body .spinanga-fs3tvc .spinanga-u3oj3n .spinanga-4zhjv6 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinanga-ehor8f:focus,
  .spinanga-ehor8f:hover {
    color: #f9cb16;
  }
  .spinanga-k0yixx:focus,
  .spinanga-k0yixx:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spinanga-wqhfof:focus img,
  .spinanga-wqhfof:focus svg,
  .spinanga-wqhfof:hover img,
  .spinanga-wqhfof:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spinanga-7la73g {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spinanga-hzf24j:hover .spinanga-t6n94k svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spinanga-t6n94k {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spinanga-qn0x7f {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spinanga-l2kzzr {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinanga-rwtjk7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spinanga-icrjme .spinanga-iqzosz {
    grid-template-columns: 1fr;
  }
  .spinanga-icrjme .spinanga-ey7vm5 {
    -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;
  }
  .spinanga-icrjme .spinanga-bkvhpe {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinanga-icrjme .spinanga-83phsr {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spinanga-icrjme .spinanga-jz4yd2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spinanga-icrjme .spinanga-bkvhpe:not(:first-child) {
    border: none;
  }
  .spinanga-icrjme .spinanga-bkvhpe:first-child .spinanga-83phsr {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spinanga-icrjme .spinanga-bkvhpe:last-child .spinanga-83phsr {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spinanga-3gw7x4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spinanga-5i7qs3 {
    max-width: 100px;
  }
  .spinanga-0h7pbf {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spinanga-b5gjv2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spinanga-b5gjv2 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spinanga-7ae0bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spinanga-0h7pbf + .spinanga-b5gjv2 {
    margin-left: auto;
  }
  .spinanga-l2atyj {
    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;
  }
  .spinanga-l2atyj.spinanga-oeo08u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spinanga-r4dqgz {
    -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;
  }
  .spinanga-dar3ey {
    width: 100%;
  }
  .spinanga-dar3ey:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spinanga-02qn8c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spinanga-02qn8c svg {
    margin-right: 4px;
  }
  .spinanga-hzf24j {
    -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;
  }
  .spinanga-t6n94k svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spinanga-t6n94k {
    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;
  }
  .spinanga-gc3joa {
    display: none;
    width: 100%;
  }
  .spinanga-hzf24j.spinanga-oeo08u .spinanga-gc3joa {
    padding: 0 0 0 48px;
  }
  .spinanga-o97nz1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spinanga-2lo9wj .spinanga-i6d4rp {
    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;
  }
  .spinanga-70nyes {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinanga-70nyes + .spinanga-70nyes {
    margin-right: 0;
  }
  .spinanga-70nyes + .spinanga-i6d4rp {
    margin: 0;
  }
  .spinanga-qn0x7f {
    grid-template-columns: repeat(4, 1fr);
  }
  .spinanga-l2kzzr {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinanga-x27v1q,
  .spinanga-mfm8ww {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinanga-upfoe7 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spinanga-upfoe7.spinanga-6rpzbp .spinanga-b14377 {
    grid-column: auto;
    grid-row: auto;
  }
  .spinanga-upfoe7 > .spinanga-h3nxsm {
    grid-column: 1/2;
  }
  .spinanga-upfoe7.spinanga-6rpzbp > :not(.get-image) {
    grid-column: 1/2;
  }
  .spinanga-upfoe7 .spinanga-i6d4rp,
  .spinanga-upfoe7.spinanga-6rpzbp > .spinanga-i6d4rp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinanga-upfoe7.spinanga-6rpzbp > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spinanga-vkymga.spinanga-wnwmkm .spinanga-upfoe7 > .spinanga-i6d4rp {
    grid-row: 1/2;
  }
  .spinanga-upfoe7 .spinanga-h3nxsm ~ .spinanga-i6d4rp,
  .spinanga-upfoe7.spinanga-6rpzbp .spinanga-h3nxsm ~ .spinanga-i6d4rp {
    grid-row: 2/3;
  }
  .spinanga-vkymga.spinanga-wnwmkm .spinanga-h3nxsm ~ .spinanga-i6d4rp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spinanga-iq7iii:first-child .spinanga-mxvkz5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinanga-iq7iii:first-child .spinanga-mxvkz5 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spinanga-iq7iii {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spinanga-iq7iii {
    padding: 0;
  }
  .spinanga-3wvzon {
    margin-top: 1rem;
  }
  .spinanga-3ym1h7 {
    border-radius: 5px;
  }
  .spinanga-ff8zhj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spinanga-swohen::after {
    display: inline-block;
  }
  .spinanga-swohen {
    margin: 0;
    width: 100%;
  }
  .spinanga-zljt3j {
    width: 100%;
  }
  .spinanga-zljt3j.spinanga-8h83qu {
    -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%;
  }
  .spinanga-zljt3j.spinanga-8h83qu .spinanga-hidnp9 {
    width: 100%;
  }
  .spinanga-zljt3j.spinanga-8h83qu .spinanga-hidnp9:not(:last-child) {
    margin-right: 0;
  }
  .spinanga-ehor8f {
    width: 100%;
    text-align: center;
  }
  .spinanga-5srrt2.spinanga-oeo08u .spinanga-zljt3j {
    margin-top: 1rem;
  }
  .spinanga-qn0x7f {
    grid-template-columns: repeat(3, 1fr);
  }
  .spinanga-rwtjk7,
  .spinanga-l2kzzr {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinanga-x27v1q,
  .spinanga-mfm8ww,
  .spinanga-vr3x1t {
    grid-template-columns: 1fr;
  }
  .spinanga-gbgs3j {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spinanga-pg7thi {
    min-width: 300px;
    max-width: 325px;
  }
  .spinanga-83phsr {
    cursor: auto;
  }
  .spinanga-8t167p .spinanga-83phsr {
    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;
  }
  .spinanga-zd2rqd {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spinanga-gc3joa {
    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) {
  .spinanga-zd2rqd {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spinanga-70nyes p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spinanga-b5gjv2 {
    margin: 0 -0.2rem;
  }
  .spinanga-70nyes {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spinanga-45ejb1 {
    -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;
  }
  .spinanga-kop3hd {
    max-width: 100%;
  }
  .spinanga-qn0x7f {
    grid-template-columns: repeat(2, 1fr);
  }
  .spinanga-rwtjk7,
  .spinanga-l2kzzr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spinanga-3gw7x4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinanga-b5gjv2 {
    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;
  }
  .spinanga-15np6l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinanga-usvhl8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spinanga-a5el2t,
  .spinanga-to41p4 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spinanga-6w9a6q {
    width: 100%;
  }
  .spinanga-qn0x7f {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spinanga-zd2rqd {
    top: 127px !important;
  }
}

.spinanga-cavd9h {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spinanga-cavd9h {
  }
}

@media (max-width: 767px) {
  .spinanga-cavd9h {
    margin-bottom: 12px;
  }
}

.spinanga-cavd9h img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spinanga-h7xoff {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spinanga-h7xoff > .spinanga-r912ka {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spinanga-h7xoff {
    flex-direction: column;
    gap: 12px;
  }
}

.spinanga-a2qqvp {
  display: flex;
}

.spinanga-a2qqvp .spinanga-wbi0pc {
  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;
}

.spinanga-a2qqvp .spinanga-vz1eyh {
  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;
}

.spinanga-a2qqvp .spinanga-klfea5 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spinanga-a2qqvp .spinanga-0c9h7r {
  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));
  }
}

.spinanga-a2qqvp .spinanga-0c9h7r:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spinanga-a2qqvp .spinanga-hvr96n {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spinanga-rhl2rh {
  border: unset;
  background-color: unset;
}

.spinanga-rhl2rh tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spinanga-rhl2rh .spinanga-vcb6a2,
.spinanga-rhl2rh .spinanga-92tleb {
  flex: 0 1 330px;
}

.spinanga-rhl2rh .spinanga-myxr7f {
  flex: 1 1;
}

.spinanga-rhl2rh tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spinanga-rhl2rh tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spinanga-rhl2rh tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spinanga-rhl2rh tr td p {
  color: #fff;
  margin: 0;
}

.spinanga-rhl2rh tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spinanga-rhl2rh tr.spinanga-vcb6a2 td p {
  padding: 16px 0;
}

.spinanga-rhl2rh tr.spinanga-vcb6a2 td p:not(:last-child),
.spinanga-rhl2rh tr.spinanga-92tleb td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spinanga-rhl2rh tr.spinanga-vcb6a2 td p:first-child,
.spinanga-rhl2rh tr.spinanga-92tleb td p:first-child {
  padding-top: 0;
}

.spinanga-rhl2rh tr.spinanga-92tleb td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinanga-rhl2rh tr.spinanga-92tleb td p:last-child {
  padding-bottom: 0;
}

.spinanga-rhl2rh .spinanga-92tleb img {
  max-width: 32px;
}

.spinanga-rhl2rh .spinanga-myxr7f {
  min-width: 718px;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spinanga-rhl2rh .spinanga-myxr7f td {
  display: flex;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k,
.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-kbn36j,
.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-jifs98 {
  flex: 1 1 50%;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-o9cul2 {
  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;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-d5vcre,
.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-6kx5pj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k,
.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-kbn36j {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k span,
.spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-kbn36j span {
  font-weight: 800;
}

.spinanga-rhl2rh .spinanga-myxr7f img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spinanga-rhl2rh tr.spinanga-vcb6a2 td p:last-child {
    padding-bottom: 0;
  }
  .spinanga-rhl2rh .spinanga-92tleb > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spinanga-rhl2rh .spinanga-92tleb > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spinanga-rhl2rh tr.spinanga-vcb6a2 td p:not(:last-child),
  .spinanga-rhl2rh tr.spinanga-92tleb td p:not(:last-child) {
    border-bottom: unset;
  }
  .spinanga-rhl2rh tr.spinanga-92tleb td p:last-child {
    padding-bottom: 12px;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k,
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-kbn36j,
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-jifs98 {
    flex: 1 1 50%;
    padding: 0;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k,
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-kbn36j {
    margin-top: 16px;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-jifs98 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-neph8k {
    border-right: 1px solid var(--border-color);
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-jifs98:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td:last-child .spinanga-jifs98:last-child {
    padding-bottom: 0;
  }
}

.spinanga-jifs98 {
  display: flex;
  flex-direction: column;
}

.spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98:not(:first-child) {
    padding-left: 0;
  }
  .spinanga-rhl2rh .spinanga-myxr7f td .spinanga-jifs98:not(:last-of-type) {
    border-right: unset;
  }
}

.spinanga-rhl2rh .spinanga-eq2coo {
  flex: 0 1 485px;
}

.spinanga-rhl2rh .spinanga-9bqwpt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spinanga-rhl2rh .spinanga-9bqwpt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinanga-rhl2rh .spinanga-9bqwpt li.spinanga-j0uee4 {
  padding: 6px 12px;
}

.spinanga-rhl2rh .spinanga-9bqwpt li a,
.spinanga-rhl2rh .spinanga-9bqwpt 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;
}

.spinanga-rhl2rh .spinanga-sod690,
.spinanga-rhl2rh .spinanga-8lp9ab {
  flex: 1 1;
}

.spinanga-rhl2rh .spinanga-3k6ju1,
.spinanga-rhl2rh .spinanga-n9jxdk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spinanga-rhl2rh .spinanga-3k6ju1 li,
.spinanga-rhl2rh .spinanga-n9jxdk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spinanga-rhl2rh .spinanga-8lp9ab img {
  max-width: 32px;
}

.spinanga-rhl2rh .spinanga-sod690 img {
  max-width: 32px;
}

.spinanga-rhl2rh .spinanga-138c9o {
  min-width: 280px;
}

.spinanga-rhl2rh .spinanga-138c9o img {
  max-width: 146px;
}

.spinanga-rhl2rh .spinanga-138c9o td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spinanga-rhl2rh .spinanga-vcb6a2,
  .spinanga-rhl2rh .spinanga-92tleb {
    flex: 0 1 auto;
  }
  .spinanga-rhl2rh .spinanga-myxr7f {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spinanga-rhl2rh .spinanga-vcb6a2,
  .spinanga-rhl2rh .spinanga-eq2coo,
  .spinanga-rhl2rh .spinanga-92tleb,
  .spinanga-rhl2rh .spinanga-myxr7f {
    flex: 1 1 calc(50% - 20px);
  }
  .spinanga-rhl2rh .spinanga-sod690,
  .spinanga-rhl2rh .spinanga-138c9o,
  .spinanga-rhl2rh .spinanga-8lp9ab {
    flex: 1 1 30%;
  }
  .spinanga-rhl2rh .spinanga-138c9o {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spinanga-rhl2rh .spinanga-vcb6a2,
  .spinanga-rhl2rh .spinanga-eq2coo,
  .spinanga-rhl2rh .spinanga-sod690,
  .spinanga-rhl2rh .spinanga-92tleb,
  .spinanga-rhl2rh .spinanga-myxr7f,
  .spinanga-rhl2rh .spinanga-138c9o,
  .spinanga-rhl2rh .spinanga-8lp9ab {
    flex: 1 1 100%;
  }
}

.spinanga-nt6wh8 .spinanga-968spq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spinanga-nt6wh8 .spinanga-5s9gdh {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spinanga-nt6wh8 .spinanga-q9695g {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spinanga-nt6wh8 .spinanga-vb0kg8 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spinanga-nt6wh8 .spinanga-vb0kg8 > :nth-child(3) {
  margin-top: 0;
}

.spinanga-nt6wh8 .spinanga-i6d4rp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spinanga-nt6wh8 .spinanga-bwbsqi {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spinanga-nt6wh8 .spinanga-3wvzon {
  grid-column: 1/2;
}

.spinanga-nt6wh8 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spinanga-nt6wh8 .spinanga-5s9gdh: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;
}

.spinanga-nt6wh8 .spinanga-5s9gdh:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spinanga-nt6wh8 .spinanga-6w9a6q {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spinanga-nt6wh8 .spinanga-5s9gdh:not(:last-child):before {
    bottom: 8px;
  }
  .spinanga-nt6wh8 .spinanga-5s9gdh:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spinanga-nt6wh8 .spinanga-vb0kg8 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spinanga-nt6wh8 .spinanga-i6d4rp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spinanga-nt6wh8 .spinanga-i6d4rp img {
    width: 100%;
    height: auto;
  }
  .spinanga-nt6wh8 .spinanga-6w9a6q {
    width: 100%;
    min-width: unset;
  }
}

.spinanga-ti8tzh .spinanga-6p1pog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spinanga-ti8tzh .spinanga-8xs23s {
  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;
}

.spinanga-ti8tzh .spinanga-i6d4rp {
  height: 100%;
}

.spinanga-ti8tzh .spinanga-i6d4rp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spinanga-ti8tzh .spinanga-3l5qei {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spinanga-ti8tzh .spinanga-qx2pn7 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spinanga-ti8tzh .spinanga-onoecn {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spinanga-ti8tzh .spinanga-8xs23s {
    flex: 1 1 100%;
  }
  .spinanga-ti8tzh .spinanga-q38a3z {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spinanga-ti8tzh .spinanga-8xs23s {
    flex-direction: column;
  }
  .spinanga-ti8tzh .spinanga-i6d4rp {
    width: 100%;
    height: auto;
  }
  .spinanga-ti8tzh .spinanga-i6d4rp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spinanga-ti8tzh .spinanga-3l5qei {
    padding: 0 16px 16px 16px;
  }
  .spinanga-ti8tzh .spinanga-q38a3z {
    min-width: unset;
    width: 100%;
  }
}

.spinanga-g87zun .spinanga-k8vl33 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spinanga-g87zun .spinanga-ar7j4s {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spinanga-g87zun 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;
}

.spinanga-g87zun .spinanga-0rhvqx {
  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;
}

.spinanga-g87zun .spinanga-ar7j4s:hover .spinanga-0rhvqx {
  display: flex;
}

.spinanga-g87zun .spinanga-owodox {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spinanga-g87zun .spinanga-z7y1gb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spinanga-yoq6uj {
  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;
}

.spinanga-yoq6uj.spinanga-m2alr7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spinanga-es38no ease-in-out;
}

.spinanga-yoq6uj.spinanga-m2alr7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spinanga-g87zun .spinanga-xo8g9f {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spinanga-es38no ease-in-out;
}

.spinanga-g87zun .spinanga-xo8g9f:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spinanga-g87zun .spinanga-xo8g9f:after,
.spinanga-yoq6uj.spinanga-m2alr7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spinanga-yoq6uj.spinanga-m2alr7:after {
  background-image: url(../images/Cash.svg);
}

.spinanga-g87zun .spinanga-xo8g9f:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spinanga-g87zun .spinanga-k8vl33 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spinanga-g87zun .spinanga-k8vl33 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spinanga-g87zun .spinanga-k8vl33 {
    grid-template-columns: 1fr;
  }
  .spinanga-g87zun .spinanga-ar7j4s {
    height: auto;
  }
  .spinanga-g87zun .spinanga-ar7j4s .spinanga-0rhvqx {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spinanga-g87zun .spinanga-owodox,
  .spinanga-g87zun .spinanga-z7y1gb {
    text-align: left;
  }
  .spinanga-g87zun .spinanga-z7y1gb {
    margin-bottom: 8px;
  }
  .spinanga-g87zun img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spinanga-f62x8o {
  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;
}

.spinanga-f62x8o.spinanga-oayrye {
  display: block;
}

.spinanga-f62x8o .spinanga-ngbie5 {
  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;
}

.spinanga-f62x8o .spinanga-91wt3r {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spinanga-f62x8o .spinanga-cdppnu {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spinanga-f62x8o .spinanga-o1bu0j {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spinanga-f62x8o .spinanga-yoq6uj {
  min-width: 296px;
  margin-bottom: 0;
}

.spinanga-f62x8o .spinanga-xhks1r {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinanga-f62x8o .spinanga-swr80d {
  position: relative;
  flex: 1 1;
}

.spinanga-f62x8o .spinanga-swr80d iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spinanga-f62x8o .spinanga-91wt3r {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spinanga-f62x8o .spinanga-cdppnu {
    order: 1;
  }
  .spinanga-f62x8o .spinanga-o1bu0j {
    order: 3;
    flex: 1 1 100%;
  }
  .spinanga-f62x8o .spinanga-yoq6uj {
    width: 100%;
    min-width: unset;
  }
  .spinanga-f62x8o .spinanga-xhks1r {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spinanga-upfoe7 > .spinanga-h3nxsm {
    margin-bottom: 0;
  }
  .spinanga-upfoe7 > .spinanga-3wvzon,
  .spinanga-upfoe7 > p {
    margin-top: 0;
  }
}

.spinanga-w7mvar img,
.spinanga-70nyes img {
  width: auto;
  object-fit: contain;
}

.spinanga-w7mvar {
  align-items: center;
}

.spinanga-w7mvar img {
  max-height: 76px;
}

.spinanga-70nyes img {
  max-height: 64px;
}

.spinanga-85bfrr {
  overflow: auto;
}

.spinanga-6dhy18 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spinanga-63c82c:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spinanga-r2h3rt {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spinanga-mia3o2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinanga-r2h3rt .spinanga-i6d4rp {
  margin-right: 20px;
  flex-shrink: 0;
}

.spinanga-r2h3rt img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spinanga-ay0gz4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spinanga-ay0gz4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinanga-r2h3rt {
    padding: 15px 10px;
  }
  .spinanga-ay0gz4 {
    padding: 15px 10px;
  }
  .spinanga-r2h3rt .spinanga-i6d4rp {
    margin-right: 10px;
  }
}

.spinanga-yik2p8 {
  overflow-x: auto;
}

.spinanga-4x8adt {
  border-collapse: collapse;
  width: 100%;
}

.spinanga-yik2p8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spinanga-yik2p8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spinanga-yik2p8 td.spinanga-4onipv {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spinanga-yik2p8 td.spinanga-lu8tso {
  border-right: none;
}

.spinanga-yik2p8 td.spinanga-lu8tso .spinanga-i6d4rp {
  justify-content: flex-start;
}

.spinanga-yik2p8 td.spinanga-lu8tso .spinanga-i6d4rp img {
  height: auto;
  width: 90px;
}

.spinanga-yik2p8 td.spinanga-4p4xyc,
.spinanga-yik2p8 td.spinanga-gg8wv7 {
  font-weight: 600;
  text-align: right;
}

.spinanga-yik2p8 td.spinanga-q20dp9,
.spinanga-yik2p8 td.spinanga-4p4xyc {
  padding-bottom: 10px;
  border-bottom: none;
}

.spinanga-yik2p8 td.spinanga-4p4xyc,
.spinanga-yik2p8 td.spinanga-gg8wv7 {
  border-left: none;
}

.spinanga-yik2p8 td.spinanga-q20dp9,
.spinanga-yik2p8 td.spinanga-k27qxn {
  border-right: none;
}

.spinanga-yik2p8 td.spinanga-k27qxn,
.spinanga-yik2p8 td.spinanga-gg8wv7 {
  border-top: none;
  padding-top: 10px;
}

.spinanga-nusznw {
  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;
}

.spinanga-nusznw .spinanga-q38a3z {
  min-width: unset;
  width: 100%;
}

.spinanga-nusznw .spinanga-q38a3z.spinanga-2bgzey {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spinanga-nusznw .spinanga-q38a3z.spinanga-8jjhgw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spinanga-nusznw .spinanga-yuohkc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spinanga-nusznw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spinanga-nusznw .spinanga-q38a3z.spinanga-2bgzey {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spinanga-nusznw .spinanga-q38a3z.spinanga-8jjhgw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spinanga-nusznw .spinanga-yuohkc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spinanga-wf3t2n {
  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;
}

.spinanga-qfvo8n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spinanga-osecz0 p a img {
  margin: 0 auto;
  display: block;
}

.spinanga-osecz0 table {
  margin-bottom: 17px;
}

/* contanct form */
.spinanga-nhqr2n {
  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;
}

.spinanga-nhqr2n label {
  font-size: 14px;
}

.spinanga-nhqr2n h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinanga-nhqr2n input,
.spinanga-nhqr2n textarea,
.spinanga-nhqr2n 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;
}
.spinanga-nhqr2n button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinanga-es38no ease;
}
.spinanga-nhqr2n button:hover {
  background-color: #691204;
}
.spinanga-vq349n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinanga-eku90o ease-in;
}

.spinanga-vq349n 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;
}
.spinanga-paga27, .spinanga-tad6st, [class*="review-card"],
thead, thead th, table th, .spinanga-qa0jl4,
.spinanga-xa8llr, [class*="collapsible-header"],
.spinanga-tm8c8t, [class*="updated-block"] {
  color: #ece7dc !important;
}
