@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);
}

.redspin-eyiy96 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-43l5o4 {
  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.redspin-rhvpei,
ul.redspin-rhvpei {
  padding-left: 20px;
}

ul.redspin-rhvpei {
  list-style: disc;
}

ol.redspin-rhvpei {
  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;
  }
}

.redspin-a6353m > .redspin-i62qyf,
.redspin-a6353m > .redspin-fg5ll2,
.redspin-a6353m > blockquote,
.redspin-a6353m > h1,
.redspin-a6353m > h2,
.redspin-a6353m > h3,
.redspin-a6353m > h4,
.redspin-a6353m > h5,
.redspin-a6353m > h6,
.redspin-a6353m > ol,
.redspin-a6353m > p,
.redspin-a6353m > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-a6353m > ol,
.redspin-a6353m > ul {
  padding-left: 50px;
}

.redspin-a6353m 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;
}

.redspin-a6353m:not(:last-child) {
  margin-bottom: 2rem;
}

.redspin-a6353m > :not(:first-child) {
  margin-top: 2rem;
}

.redspin-a6353m {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.redspin-a6353m:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .redspin-a6353m:first-child {
    margin-top: 20px;
  }
}

.redspin-a6353m > p:last-of-type {
  margin-bottom: 32px;
}

.redspin-a6353m > .redspin-qbkc11:not(:first-child) {
  margin: 64px auto 16px auto;
}

.redspin-a504f3 > .redspin-qbkc11 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-fg5ll2 {
  overflow: auto;
}

.redspin-fg5ll2::-webkit-scrollbar {
  height: 5px;
}

.redspin-fg5ll2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.redspin-fg5ll2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.redspin-fg5ll2 table thead,
table thead {
  border-bottom: none;
}

.redspin-fg5ll2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.redspin-fg5ll2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.redspin-fg5ll2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.redspin-fg5ll2 .redspin-3espvy {
  table-layout: auto;
}

.redspin-fg5ll2 .redspin-3espvy th {
  word-break: normal;
}

.redspin-fg5ll2 .redspin-3espvy td {
  word-break: normal;
}

.redspin-eyiy96 .redspin-eyiy96 {
  padding-right: 0;
  padding-left: 0;
}

.redspin-k6whq9 {
  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;
}

.redspin-w1nith {
  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;
}

.redspin-ngd5sh {
  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;
}

.redspin-i62qyf {
  margin-top: 24px;
}

.redspin-i62qyf.redspin-t9wtuk {
  text-align: left;
}

.redspin-i62qyf.redspin-h5eaa0 {
  text-align: right;
}

.redspin-i62qyf.redspin-xznmo1 {
  text-align: center;
}

.redspin-9nh7i5 {
  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.redspin-18mkvh ease-in-out;
  cursor: pointer;
}

.redspin-9nh7i5:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.redspin-9nh7i5 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .redspin-9nh7i5 {
    min-width: unset;
  }
}

.redspin-vya286 {
  background-color: var(--fh-bg-color);
}

.redspin-ebujcj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.redspin-klwc2i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.redspin-klwc2i img {
  max-height: 80px;
  object-fit: contain;
}

.redspin-ci5xzi {
  flex: 1 1;
}

.redspin-1hdjgm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.redspin-8vcwuz {
  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;
}

.redspin-8vcwuz 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;
}

.redspin-8vcwuz.redspin-4erxqh span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.redspin-8vcwuz.redspin-4erxqh span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.redspin-8vcwuz.redspin-4erxqh span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.redspin-ci5xzi + .redspin-1hdjgm {
  margin-left: 20px;
}

.redspin-qprdco {
  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;
}

.redspin-qprdco > svg {
  max-width: 24px;
  max-height: 24px;
}

.redspin-qprdco + .redspin-qprdco {
  margin-left: 5px;
}

.redspin-cf925a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.redspin-cf925a:hover {
  background-color: var(--button-bg-hover);
}

.redspin-wicktu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.redspin-18mkvh ease-in-out;
  border: 1px solid var(--border-color);
}

.redspin-wicktu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.redspin-d3cgd3 {
  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) {
  .redspin-ci5xzi {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .redspin-d3cgd3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .redspin-ci5xzi {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .redspin-qprdco {
    min-width: unset;
    flex: 1 1;
  }
}

.redspin-b1rkf8 {
  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;
}

.redspin-b1rkf8:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.redspin-b1rkf8:hover .redspin-14z9cr {
  opacity: 1;
  pointer-events: auto;
}

.redspin-6jfomw {
  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.redspin-2k6hk2 ease-in-out;
  gap: 4px;
}

.redspin-6jfomw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.redspin-6jfomw .redspin-k6whq9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.redspin-7df2lt,
.redspin-6jfomw:hover {
  color: var(--button-bg-hover);
}

.redspin-3brauv {
  position: relative;
}

.redspin-3brauv .redspin-6jfomw {
  margin-right: 0;
  padding-right: 4px;
}

.redspin-9wgpck svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.redspin-3brauv.redspin-4erxqh .redspin-9wgpck svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.redspin-3brauv.redspin-4erxqh .redspin-14z9cr {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.redspin-3brauv.redspin-4erxqh .redspin-14z9cr::before {
  display: none;
}

.redspin-9wgpck svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.redspin-14z9cr {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.redspin-jpcy82 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.redspin-14z9cr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.redspin-14z9cr:hover {
  color: var(--fh-bg-color);
}

.redspin-r2pdnc {
  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.redspin-jpcy82 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.redspin-2k6hk2 ease-in-out;
  -o-transition: 0.redspin-2k6hk2 ease-in-out;
  transition: 0.redspin-2k6hk2 ease-in-out;
}

.redspin-r2pdnc .redspin-k6whq9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.redspin-2sm2xz,
.redspin-r2pdnc:hover {
  color: var(--button-bg-hover);
}

.redspin-iirb6i {
  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%;
}

.redspin-iirb6i.redspin-bllu4t {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.redspin-iirb6i.redspin-bllu4t:after,
.redspin-iirb6i.redspin-bllu4t:before {
  content: "";
  position: absolute;
  margin: auto;
}

.redspin-iirb6i.redspin-bllu4t: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);
  }
}

.redspin-iirb6i.redspin-bllu4t:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.redspin-iirb6i.redspin-bllu4t > * {
  z-index: 1;
}

.redspin-iirb6i b,
.redspin-iirb6i strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.redspin-iirb6i .redspin-lkgsab {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.redspin-iirb6i .redspin-r0w6xa {
  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;
}

.redspin-iirb6i .redspin-k6whq9 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.redspin-iirb6i .redspin-jyoozw {
  margin-top: 12px;
}

.redspin-jyoozw {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.redspin-lvmw44 {
  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;
}

.redspin-jyoozw .redspin-cqz95v {
  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.redspin-18mkvh ease-in-out;
}

.redspin-jyoozw .redspin-cqz95v:hover {
  background: rgba(255, 255, 255, 0.3);
}

.redspin-00mrle {
  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;
}

.redspin-iirb6i.redspin-dmzs0x {
  gap: 12px;
  padding: 16px;
}

.redspin-iirb6i.redspin-dmzs0x .redspin-00mrle {
  min-width: 240px;
}

.redspin-iirb6i.redspin-dmzs0x .redspin-00mrle.redspin-x9ha86 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .redspin-iirb6i .redspin-lkgsab {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .redspin-iirb6i .redspin-r0w6xa {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .redspin-iirb6i .redspin-k6whq9 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-k6whq9 {
    max-width: 126px;
  }
  .redspin-iirb6i .redspin-jyoozw {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .redspin-iirb6i .redspin-lvmw44 {
    max-width: unset;
  }
  .redspin-00mrle {
    min-width: unset;
    width: 100%;
  }
  .redspin-iirb6i .redspin-00mrle {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .redspin-iirb6i.redspin-dmzs0x {
    grid-template-rows: auto 1fr auto;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-00mrle {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .redspin-iirb6i {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .redspin-iirb6i .redspin-lkgsab {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .redspin-iirb6i .redspin-k6whq9 {
    max-width: 78px;
  }
  .redspin-iirb6i .redspin-jyoozw {
    margin-top: -12px;
  }
  .redspin-iirb6i.redspin-dmzs0x {
    gap: 8px;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-lkgsab {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-r0w6xa {
    grid-column: 1/3;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-k6whq9 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .redspin-iirb6i.redspin-dmzs0x .redspin-k6whq9 img {
    max-width: 114px;
  }
}

.redspin-00mrle.redspin-4fujhf,
.redspin-00mrle.redspin-rcj0pq,
.redspin-00mrle.redspin-zvv395 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.redspin-18mkvh ease-in-out;
}

.redspin-00mrle.redspin-4fujhf,
.redspin-00mrle.redspin-zvv395 {
  padding: 10px;
}

.redspin-00mrle.redspin-4fujhf:hover,
.redspin-00mrle.redspin-rcj0pq:hover,
.redspin-00mrle.redspin-zvv395:hover {
  background: var(--button-bg-hover);
}

.redspin-00mrle.redspin-4fujhf:hover svg path,
.redspin-00mrle.redspin-zvv395:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.redspin-00mrle.redspin-x9ha86 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.redspin-18mkvh ease-in-out;
  background: var(--button-bg-color);
}

.redspin-00mrle.redspin-x9ha86:hover {
  background-color: var(--button-bg-hover);
}

.redspin-00mrle.redspin-rcj0pq: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);
  }
}

.redspin-00mrle.redspin-rcj0pq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.redspin-00mrle.redspin-x9ha86:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.redspin-wuwvay {
  max-width: 650px;
}

.redspin-voio4e {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.redspin-4w1353 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.redspin-scjuz6 {
  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.redspin-2k6hk2 ease-in-out;
  cursor: pointer;
}

.redspin-scjuz6:hover {
  opacity: 0.5;
}

.redspin-scjuz6:focus {
  outline: 0;
}

.redspin-scjuz6:focus .redspin-5g2ik8,
.redspin-scjuz6:hover .redspin-5g2ik8 {
  fill: red;
  fill-opacity: 1;
}

.redspin-scjuz6:hover {
  cursor: pointer;
}

.redspin-mggsn9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.redspin-wuwvay.redspin-xznmo1 {
  margin: 0 auto;
}

.redspin-wuwvay.redspin-h5eaa0 {
  margin-left: auto;
}

.redspin-ikkxi7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.redspin-fah87t {
  padding-bottom: 50px;
}

.redspin-158gwj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.redspin-n2u4bp {
  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;
}

.redspin-fon86p {
  margin-top: 24px;
}

.redspin-9ct74g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redspin-tgjy7a {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.redspin-yv7xqm {
  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;
}

.redspin-mtb24g {
  width: 468px;
}

.redspin-yv7xqm .redspin-14z9cr {
  margin: 0.redspin-9m491g 0;
}

.redspin-t0cr01 {
  display: flex;
  min-width: 224px;
}

.redspin-h617um {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.redspin-2k6hk2 ease-in-out;
}

.redspin-qzuqns,
.redspin-h617um:hover {
  color: var(--text-color);
}

.redspin-v0t7m5 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.redspin-i9qk04 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .redspin-ikkxi7 {
    padding: 16px;
  }
  .redspin-v0t7m5 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .redspin-i9qk04 {
    align-items: center;
  }
  .redspin-mtb24g {
    width: unset;
  }
  .redspin-t0cr01 {
    min-width: unset;
  }
  .redspin-yv7xqm {
    max-height: unset;
  }
  .redspin-158gwj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .redspin-ikkxi7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.redspin-kx0nc0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.redspin-kx0nc0:not(:last-child) {
  margin-bottom: 16px;
}

.redspin-v2gxnk {
  outline: 0;
}

.redspin-v2gxnk .redspin-1p01bq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.redspin-3t8jva {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .redspin-3t8jva {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.redspin-3t8jva::-webkit-details-marker {
  display: none;
}

.redspin-3t8jva: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;
}

.redspin-3t8jva: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] .redspin-3t8jva:after {
  transform: unset;
}

.redspin-1p01bq {
  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);
}

.redspin-1p01bq 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.redspin-2k6hk2 ease-in-out;
  -o-transition: 0.redspin-2k6hk2 ease-in-out;
  transition: 0.redspin-2k6hk2 ease-in-out;
}

.redspin-g68u5v {
  padding: 16px 0 0 0;
}

.redspin-g68u5v * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .redspin-g68u5v :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-3t8jva {
    flex-wrap: wrap;
    gap: 12px;
  }
  .redspin-3t8jva::after {
    margin-left: auto;
  }
  .redspin-1p01bq {
    order: 3;
    flex: 1 1 100%;
  }
  .redspin-3t8jva {
    font-size: 14px;
    line-height: 130%;
  }
  .redspin-1p01bq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.redspin-ycwo19 {
  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;
}

.redspin-c8fwff {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.redspin-ycwo19.redspin-4erxqh .redspin-c8fwff {
  margin-bottom: 12px;
}

.redspin-c8fwff::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;
}

.redspin-ycwo19.redspin-4erxqh .redspin-c8fwff::after {
  transform: unset;
}

.redspin-rg8vmg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.redspin-fzo1nd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.redspin-2k6hk2 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.redspin-fzo1nd: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;
}

.redspin-ycwo19.redspin-4erxqh .redspin-rg8vmg {
  max-height: 100%;
}

.redspin-eqmz7w {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.redspin-yratnb {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.redspin-glw1c2 {
  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;
}

.redspin-n746qq {
  margin-right: 4px;
}

.redspin-98pong {
  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.redspin-2k6hk2 ease-in-out;
}

.redspin-98pong svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.redspin-69acgs,
.redspin-98pong:hover {
  color: var(--text-color);
}

.redspin-479rt0 {
  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;
}

.redspin-479rt0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.redspin-479rt0 .redspin-i3ob40 {
  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;
}

.redspin-479rt0 .redspin-gkl715 {
  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;
}

.redspin-z72t4v {
  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;
}

.redspin-gj72lz {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.redspin-bp9aqk .redspin-eyiy96 {
  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;
}

.redspin-bp9aqk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.redspin-kreluf {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.redspin-099ri3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.redspin-khr0e6 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.redspin-d9nxss 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;
}

.redspin-khr0e6:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.redspin-a3hrvo {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.redspin-oc8gx2 {
  -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.redspin-2k6hk2 ease-in-out;
  transition: transform 0.redspin-2k6hk2 ease-in-out;
  -o-transition: transform 0.redspin-2k6hk2 ease-in-out;
  transition:
    transform 0.redspin-2k6hk2 ease-in-out,
    -webkit-transform 0.redspin-2k6hk2 ease-in-out;
  cursor: pointer;
}

.redspin-oc8gx2 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.redspin-oc8gx2: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;
}

.redspin-ct1l5e {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .redspin-ct1l5e {
    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);
}

.redspin-mjz7f4 {
  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;
}

.redspin-bk3ir5 {
  position: relative;
  width: 100%;
}

.redspin-mjz7f4.redspin-gz1dvp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.redspin-mjz7f4.redspin-xznmo1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.redspin-mjz7f4.redspin-h5eaa0 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.redspin-qt0haw {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.redspin-zutm9y {
  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.redspin-2k6hk2 ease-in-out;
  cursor: pointer;
}

.redspin-zutm9y:hover {
  opacity: 0.5;
}

.redspin-mjz7f4.redspin-vmshbu .redspin-zutm9y {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.redspin-mjz7f4.redspin-vmshbu .redspin-qt0haw {
  cursor: pointer;
}

.redspin-aoxax4 {
  fill: #0009;
}

.redspin-yeb4xv {
  fill: #fff;
}

.redspin-zutm9y:hover .redspin-aoxax4 {
  fill: red;
}

.redspin-zutm9y svg path {
  -webkit-transition: 0.redspin-2k6hk2 ease-in-out;
  -o-transition: 0.redspin-2k6hk2 ease-in-out;
  transition: 0.redspin-2k6hk2 ease-in-out;
}

.redspin-31h95w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.redspin-31h95w > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.redspin-31h95w.redspin-88wwku > :not(.get-image) {
  grid-column: 1/3;
}

.redspin-ie1dch:not(._h1-block) .redspin-31h95w > .redspin-qbkc11 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.redspin-31h95w.redspin-88wwku .redspin-dyvnxl {
  grid-column: 2/3;
}

.redspin-31h95w.redspin-88wwku > .redspin-k6whq9 {
  grid-column: 1/2;
}

.redspin-31h95w.redspin-88wwku > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.redspin-31h95w > p:first-of-type {
  margin-top: 0;
}

.redspin-31h95w .redspin-k6whq9 {
  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;
}

.redspin-ie1dch:not(._h1-block) .redspin-qbkc11 ~ .redspin-k6whq9 {
  grid-row: 2/10;
}

.redspin-ie1dch.redspin-zs6e3h .redspin-qbkc11 ~ .redspin-k6whq9 {
  grid-row: 1/10;
}

.redspin-ie1dch.redspin-zs6e3h > .redspin-qbkc11 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.redspin-ie1dch.redspin-zs6e3h .redspin-k6whq9 {
  grid-row: 1/10;
}

.redspin-31h95w.redspin-gftign .redspin-k6whq9 {
  align-items: flex-start;
}

.redspin-31h95w.redspin-xznmo1 .redspin-dyvnxl {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.redspin-31h95w.redspin-xznmo1 .redspin-k6whq9 {
  align-items: center;
}

.redspin-31h95w.redspin-4tywtt .redspin-k6whq9 {
  align-items: flex-end;
}

.redspin-dyvnxl > :first-child {
  margin-top: 0;
}

.redspin-dyvnxl > :last-child {
  margin-bottom: 0;
}

* + .redspin-rxwwvw,
.redspin-ie1dch + .redspin-ie1dch {
  margin-top: 2rem;
}

.redspin-msekv4 td::before,
.redspin-msekv4 th::after {
  display: none !important;
}

.redspin-msekv4 #link-selector {
  color: #000;
}

.redspin-msekv4 .redspin-9g6uhv {
  color: #135e96;
}

.redspin-msekv4 .redspin-lfcz7p *,
.redspin-msekv4 .redspin-4wau3k p,
.redspin-msekv4 .redspin-wake13 * {
  color: #000;
}

.redspin-msekv4 .redspin-wo7cq7 {
  background: 0 0 !important;
}

.redspin-msekv4 .redspin-my1nsi {
  color: #000;
}

.redspin-msekv4 .redspin-y4rj2c.redspin-r6f3hv {
  color: #fff;
}

.redspin-msekv4 .redspin-nknz8g {
  color: #000;
}

.redspin-msekv4
  .redspin-8bioad
  .redspin-gvrvdn.redspin-r6f3hv.redspin-xwgvqe {
  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;
}

.redspin-4j2wb7,
body .redspin-8b6pb8 {
  color: #000;
  background: var(--color-body) !important;
}

.redspin-4j2wb7 .redspin-3cv7on .redspin-a3ihfw,
body .redspin-8b6pb8 .redspin-3cv7on .redspin-a3ihfw {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .redspin-fzo1nd:focus,
  .redspin-fzo1nd:hover {
    color: #f9cb16;
  }
  .redspin-38xyzu:focus,
  .redspin-38xyzu:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .redspin-ksnao5:focus img,
  .redspin-ksnao5:focus svg,
  .redspin-ksnao5:hover img,
  .redspin-ksnao5:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .redspin-479rt0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .redspin-3brauv:hover .redspin-9wgpck svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .redspin-9wgpck {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .redspin-yj1bgx {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .redspin-w7oiua {
    grid-template-columns: repeat(4, 1fr);
  }
  .redspin-yywurp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .redspin-hbrl21 .redspin-nfybnr {
    grid-template-columns: 1fr;
  }
  .redspin-hbrl21 .redspin-fa4f2g {
    -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;
  }
  .redspin-hbrl21 .redspin-9hwrvy {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .redspin-hbrl21 .redspin-u5obra {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .redspin-hbrl21 .redspin-6s2m3i {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .redspin-hbrl21 .redspin-9hwrvy:not(:first-child) {
    border: none;
  }
  .redspin-hbrl21 .redspin-9hwrvy:first-child .redspin-u5obra {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .redspin-hbrl21 .redspin-9hwrvy:last-child .redspin-u5obra {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .redspin-ebujcj {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .redspin-klwc2i {
    max-width: 100px;
  }
  .redspin-ci5xzi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .redspin-1hdjgm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .redspin-1hdjgm svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .redspin-8vcwuz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .redspin-ci5xzi + .redspin-1hdjgm {
    margin-left: auto;
  }
  .redspin-xjw9x9 {
    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;
  }
  .redspin-xjw9x9.redspin-4erxqh {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .redspin-d3cgd3 {
    -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;
  }
  .redspin-b1rkf8 {
    width: 100%;
  }
  .redspin-b1rkf8:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .redspin-6jfomw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .redspin-6jfomw svg {
    margin-right: 4px;
  }
  .redspin-3brauv {
    -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;
  }
  .redspin-9wgpck svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .redspin-9wgpck {
    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;
  }
  .redspin-14z9cr {
    display: none;
    width: 100%;
  }
  .redspin-3brauv.redspin-4erxqh .redspin-14z9cr {
    padding: 0 0 0 48px;
  }
  .redspin-r2pdnc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .redspin-n2u4bp .redspin-k6whq9 {
    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;
  }
  .redspin-bt15nu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .redspin-bt15nu + .redspin-bt15nu {
    margin-right: 0;
  }
  .redspin-bt15nu + .redspin-k6whq9 {
    margin: 0;
  }
  .redspin-yj1bgx {
    grid-template-columns: repeat(4, 1fr);
  }
  .redspin-w7oiua {
    grid-template-columns: repeat(3, 1fr);
  }
  .redspin-sz2bpi,
  .redspin-8x8awi {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-31h95w {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .redspin-31h95w.redspin-88wwku .redspin-dyvnxl {
    grid-column: auto;
    grid-row: auto;
  }
  .redspin-31h95w > .redspin-qbkc11 {
    grid-column: 1/2;
  }
  .redspin-31h95w.redspin-88wwku > :not(.get-image) {
    grid-column: 1/2;
  }
  .redspin-31h95w .redspin-k6whq9,
  .redspin-31h95w.redspin-88wwku > .redspin-k6whq9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .redspin-31h95w.redspin-88wwku > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .redspin-ie1dch.redspin-zs6e3h .redspin-31h95w > .redspin-k6whq9 {
    grid-row: 1/2;
  }
  .redspin-31h95w .redspin-qbkc11 ~ .redspin-k6whq9,
  .redspin-31h95w.redspin-88wwku .redspin-qbkc11 ~ .redspin-k6whq9 {
    grid-row: 2/3;
  }
  .redspin-ie1dch.redspin-zs6e3h .redspin-qbkc11 ~ .redspin-k6whq9 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .redspin-a6353m:first-child .redspin-878eb5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .redspin-a6353m:first-child .redspin-878eb5 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .redspin-a6353m {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .redspin-a6353m {
    padding: 0;
  }
  .redspin-i62qyf {
    margin-top: 1rem;
  }
  .redspin-v2gxnk {
    border-radius: 5px;
  }
  .redspin-q2ly50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .redspin-c8fwff::after {
    display: inline-block;
  }
  .redspin-c8fwff {
    margin: 0;
    width: 100%;
  }
  .redspin-rg8vmg {
    width: 100%;
  }
  .redspin-rg8vmg.redspin-iaflng {
    -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%;
  }
  .redspin-rg8vmg.redspin-iaflng .redspin-c3s0vi {
    width: 100%;
  }
  .redspin-rg8vmg.redspin-iaflng .redspin-c3s0vi:not(:last-child) {
    margin-right: 0;
  }
  .redspin-fzo1nd {
    width: 100%;
    text-align: center;
  }
  .redspin-ycwo19.redspin-4erxqh .redspin-rg8vmg {
    margin-top: 1rem;
  }
  .redspin-yj1bgx {
    grid-template-columns: repeat(3, 1fr);
  }
  .redspin-yywurp,
  .redspin-w7oiua {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-sz2bpi,
  .redspin-8x8awi,
  .redspin-gvfc0p {
    grid-template-columns: 1fr;
  }
  .redspin-sq0m1c {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .redspin-qdw634 {
    min-width: 300px;
    max-width: 325px;
  }
  .redspin-u5obra {
    cursor: auto;
  }
  .redspin-1hckvo .redspin-u5obra {
    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;
  }
  .redspin-ct1l5e {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .redspin-14z9cr {
    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) {
  .redspin-ct1l5e {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.redspin-bt15nu p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .redspin-1hdjgm {
    margin: 0 -0.2rem;
  }
  .redspin-bt15nu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .redspin-qmbvml {
    -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;
  }
  .redspin-decfn0 {
    max-width: 100%;
  }
  .redspin-yj1bgx {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-yywurp,
  .redspin-w7oiua {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .redspin-ebujcj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .redspin-1hdjgm {
    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;
  }
  .redspin-vya286 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .redspin-qprdco {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .redspin-o4qwxi,
  .redspin-0dl899 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .redspin-9nh7i5 {
    width: 100%;
  }
  .redspin-yj1bgx {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .redspin-ct1l5e {
    top: 127px !important;
  }
}

.redspin-qu2keu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .redspin-qu2keu {
  }
}

@media (max-width: 767px) {
  .redspin-qu2keu {
    margin-bottom: 12px;
  }
}

.redspin-qu2keu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.redspin-mgpmz5 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.redspin-mgpmz5 > .redspin-o0ccp0 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .redspin-mgpmz5 {
    flex-direction: column;
    gap: 12px;
  }
}

.redspin-ct4v98 {
  display: flex;
}

.redspin-ct4v98 .redspin-6kugc2 {
  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;
}

.redspin-ct4v98 .redspin-jytmpu {
  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;
}

.redspin-ct4v98 .redspin-8maow6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.redspin-ct4v98 .redspin-r6wulc {
  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));
  }
}

.redspin-ct4v98 .redspin-r6wulc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.redspin-ct4v98 .redspin-dnhtye {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.redspin-1ijrg5 {
  border: unset;
  background-color: unset;
}

.redspin-1ijrg5 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.redspin-1ijrg5 .redspin-3awpay,
.redspin-1ijrg5 .redspin-ofcb3h {
  flex: 0 1 330px;
}

.redspin-1ijrg5 .redspin-txxfbo {
  flex: 1 1;
}

.redspin-1ijrg5 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.redspin-1ijrg5 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.redspin-1ijrg5 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.redspin-1ijrg5 tr td p {
  color: #fff;
  margin: 0;
}

.redspin-1ijrg5 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.redspin-1ijrg5 tr.redspin-3awpay td p {
  padding: 16px 0;
}

.redspin-1ijrg5 tr.redspin-3awpay td p:not(:last-child),
.redspin-1ijrg5 tr.redspin-ofcb3h td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.redspin-1ijrg5 tr.redspin-3awpay td p:first-child,
.redspin-1ijrg5 tr.redspin-ofcb3h td p:first-child {
  padding-top: 0;
}

.redspin-1ijrg5 tr.redspin-ofcb3h td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.redspin-1ijrg5 tr.redspin-ofcb3h td p:last-child {
  padding-bottom: 0;
}

.redspin-1ijrg5 .redspin-ofcb3h img {
  max-width: 32px;
}

.redspin-1ijrg5 .redspin-txxfbo {
  min-width: 718px;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.redspin-1ijrg5 .redspin-txxfbo td {
  display: flex;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3,
.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-ziw13m,
.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-brth53 {
  flex: 1 1 50%;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-sy8ar8 {
  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;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-pl6wkl,
.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-0u99lt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3,
.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-ziw13m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3 span,
.redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-ziw13m span {
  font-weight: 800;
}

.redspin-1ijrg5 .redspin-txxfbo img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .redspin-1ijrg5 tr.redspin-3awpay td p:last-child {
    padding-bottom: 0;
  }
  .redspin-1ijrg5 .redspin-ofcb3h > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .redspin-1ijrg5 .redspin-ofcb3h > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .redspin-1ijrg5 tr.redspin-3awpay td p:not(:last-child),
  .redspin-1ijrg5 tr.redspin-ofcb3h td p:not(:last-child) {
    border-bottom: unset;
  }
  .redspin-1ijrg5 tr.redspin-ofcb3h td p:last-child {
    padding-bottom: 12px;
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3,
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-ziw13m,
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-brth53 {
    flex: 1 1 50%;
    padding: 0;
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3,
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-ziw13m {
    margin-top: 16px;
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-brth53 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-qxk3q3 {
    border-right: 1px solid var(--border-color);
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-brth53:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .redspin-1ijrg5 .redspin-txxfbo td:last-child .redspin-brth53:last-child {
    padding-bottom: 0;
  }
}

.redspin-brth53 {
  display: flex;
  flex-direction: column;
}

.redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53:not(:first-child) {
    padding-left: 0;
  }
  .redspin-1ijrg5 .redspin-txxfbo td .redspin-brth53:not(:last-of-type) {
    border-right: unset;
  }
}

.redspin-1ijrg5 .redspin-tzh7mc {
  flex: 0 1 485px;
}

.redspin-1ijrg5 .redspin-6y81z8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.redspin-1ijrg5 .redspin-6y81z8 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-1ijrg5 .redspin-6y81z8 li.redspin-bk58fm {
  padding: 6px 12px;
}

.redspin-1ijrg5 .redspin-6y81z8 li a,
.redspin-1ijrg5 .redspin-6y81z8 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;
}

.redspin-1ijrg5 .redspin-1jaqpp,
.redspin-1ijrg5 .redspin-qvgalt {
  flex: 1 1;
}

.redspin-1ijrg5 .redspin-xywkhi,
.redspin-1ijrg5 .redspin-6sns4j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.redspin-1ijrg5 .redspin-xywkhi li,
.redspin-1ijrg5 .redspin-6sns4j li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.redspin-1ijrg5 .redspin-qvgalt img {
  max-width: 32px;
}

.redspin-1ijrg5 .redspin-1jaqpp img {
  max-width: 32px;
}

.redspin-1ijrg5 .redspin-il82gi {
  min-width: 280px;
}

.redspin-1ijrg5 .redspin-il82gi img {
  max-width: 146px;
}

.redspin-1ijrg5 .redspin-il82gi td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .redspin-1ijrg5 .redspin-3awpay,
  .redspin-1ijrg5 .redspin-ofcb3h {
    flex: 0 1 auto;
  }
  .redspin-1ijrg5 .redspin-txxfbo {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .redspin-1ijrg5 .redspin-3awpay,
  .redspin-1ijrg5 .redspin-tzh7mc,
  .redspin-1ijrg5 .redspin-ofcb3h,
  .redspin-1ijrg5 .redspin-txxfbo {
    flex: 1 1 calc(50% - 20px);
  }
  .redspin-1ijrg5 .redspin-1jaqpp,
  .redspin-1ijrg5 .redspin-il82gi,
  .redspin-1ijrg5 .redspin-qvgalt {
    flex: 1 1 30%;
  }
  .redspin-1ijrg5 .redspin-il82gi {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .redspin-1ijrg5 .redspin-3awpay,
  .redspin-1ijrg5 .redspin-tzh7mc,
  .redspin-1ijrg5 .redspin-1jaqpp,
  .redspin-1ijrg5 .redspin-ofcb3h,
  .redspin-1ijrg5 .redspin-txxfbo,
  .redspin-1ijrg5 .redspin-il82gi,
  .redspin-1ijrg5 .redspin-qvgalt {
    flex: 1 1 100%;
  }
}

.redspin-h9xhaf .redspin-rm7vq2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.redspin-h9xhaf .redspin-6t3rdy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.redspin-h9xhaf .redspin-chvy5c {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.redspin-h9xhaf .redspin-tfhdad {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.redspin-h9xhaf .redspin-tfhdad > :nth-child(3) {
  margin-top: 0;
}

.redspin-h9xhaf .redspin-k6whq9 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.redspin-h9xhaf .redspin-fjj8xg {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.redspin-h9xhaf .redspin-i62qyf {
  grid-column: 1/2;
}

.redspin-h9xhaf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.redspin-h9xhaf .redspin-6t3rdy: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;
}

.redspin-h9xhaf .redspin-6t3rdy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.redspin-h9xhaf .redspin-9nh7i5 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .redspin-h9xhaf .redspin-6t3rdy:not(:last-child):before {
    bottom: 8px;
  }
  .redspin-h9xhaf .redspin-6t3rdy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .redspin-h9xhaf .redspin-tfhdad {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .redspin-h9xhaf .redspin-k6whq9 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .redspin-h9xhaf .redspin-k6whq9 img {
    width: 100%;
    height: auto;
  }
  .redspin-h9xhaf .redspin-9nh7i5 {
    width: 100%;
    min-width: unset;
  }
}

.redspin-j5ntxx .redspin-8el92s {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.redspin-j5ntxx .redspin-1divxq {
  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;
}

.redspin-j5ntxx .redspin-k6whq9 {
  height: 100%;
}

.redspin-j5ntxx .redspin-k6whq9 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.redspin-j5ntxx .redspin-wavpdu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.redspin-j5ntxx .redspin-en7ic7 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.redspin-j5ntxx .redspin-z3psat {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .redspin-j5ntxx .redspin-1divxq {
    flex: 1 1 100%;
  }
  .redspin-j5ntxx .redspin-00mrle {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .redspin-j5ntxx .redspin-1divxq {
    flex-direction: column;
  }
  .redspin-j5ntxx .redspin-k6whq9 {
    width: 100%;
    height: auto;
  }
  .redspin-j5ntxx .redspin-k6whq9 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .redspin-j5ntxx .redspin-wavpdu {
    padding: 0 16px 16px 16px;
  }
  .redspin-j5ntxx .redspin-00mrle {
    min-width: unset;
    width: 100%;
  }
}

.redspin-1vc4y8 .redspin-m0k7sh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.redspin-1vc4y8 .redspin-lrzmse {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.redspin-1vc4y8 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;
}

.redspin-1vc4y8 .redspin-eagt37 {
  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;
}

.redspin-1vc4y8 .redspin-lrzmse:hover .redspin-eagt37 {
  display: flex;
}

.redspin-1vc4y8 .redspin-b9h9fr {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-1vc4y8 .redspin-55ijl3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.redspin-w3s4r2 {
  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;
}

.redspin-w3s4r2.redspin-2c6jev {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.redspin-18mkvh ease-in-out;
}

.redspin-w3s4r2.redspin-2c6jev:hover {
  color: #f9cb16;
  background-color: transparent;
}

.redspin-1vc4y8 .redspin-ov4aoa {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.redspin-18mkvh ease-in-out;
}

.redspin-1vc4y8 .redspin-ov4aoa:hover {
  color: #196948;
  background-color: #f9cb16;
}

.redspin-1vc4y8 .redspin-ov4aoa:after,
.redspin-w3s4r2.redspin-2c6jev:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.redspin-w3s4r2.redspin-2c6jev:after {
  background-image: url(../images/Cash.svg);
}

.redspin-1vc4y8 .redspin-ov4aoa:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .redspin-1vc4y8 .redspin-m0k7sh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .redspin-1vc4y8 .redspin-m0k7sh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .redspin-1vc4y8 .redspin-m0k7sh {
    grid-template-columns: 1fr;
  }
  .redspin-1vc4y8 .redspin-lrzmse {
    height: auto;
  }
  .redspin-1vc4y8 .redspin-lrzmse .redspin-eagt37 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .redspin-1vc4y8 .redspin-b9h9fr,
  .redspin-1vc4y8 .redspin-55ijl3 {
    text-align: left;
  }
  .redspin-1vc4y8 .redspin-55ijl3 {
    margin-bottom: 8px;
  }
  .redspin-1vc4y8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.redspin-16drvs {
  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;
}

.redspin-16drvs.redspin-vmshbu {
  display: block;
}

.redspin-16drvs .redspin-zjc8i0 {
  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;
}

.redspin-16drvs .redspin-9q2g1j {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.redspin-16drvs .redspin-k2p88h {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.redspin-16drvs .redspin-plwsoj {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.redspin-16drvs .redspin-w3s4r2 {
  min-width: 296px;
  margin-bottom: 0;
}

.redspin-16drvs .redspin-zhnwy9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.redspin-16drvs .redspin-3pl44o {
  position: relative;
  flex: 1 1;
}

.redspin-16drvs .redspin-3pl44o iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .redspin-16drvs .redspin-9q2g1j {
    flex-wrap: wrap;
    gap: 8px;
  }
  .redspin-16drvs .redspin-k2p88h {
    order: 1;
  }
  .redspin-16drvs .redspin-plwsoj {
    order: 3;
    flex: 1 1 100%;
  }
  .redspin-16drvs .redspin-w3s4r2 {
    width: 100%;
    min-width: unset;
  }
  .redspin-16drvs .redspin-zhnwy9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .redspin-31h95w > .redspin-qbkc11 {
    margin-bottom: 0;
  }
  .redspin-31h95w > .redspin-i62qyf,
  .redspin-31h95w > p {
    margin-top: 0;
  }
}

.redspin-m3eotj img,
.redspin-bt15nu img {
  width: auto;
  object-fit: contain;
}

.redspin-m3eotj {
  align-items: center;
}

.redspin-m3eotj img {
  max-height: 76px;
}

.redspin-bt15nu img {
  max-height: 64px;
}

.redspin-zq44da {
  overflow: auto;
}

.redspin-1pcnns {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.redspin-t24p07:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.redspin-9xly8c {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.redspin-suk9r1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.redspin-9xly8c .redspin-k6whq9 {
  margin-right: 20px;
  flex-shrink: 0;
}

.redspin-9xly8c img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.redspin-obnjed {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.redspin-obnjed > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-9xly8c {
    padding: 15px 10px;
  }
  .redspin-obnjed {
    padding: 15px 10px;
  }
  .redspin-9xly8c .redspin-k6whq9 {
    margin-right: 10px;
  }
}

.redspin-zg6eqy {
  overflow-x: auto;
}

.redspin-gd3yjp {
  border-collapse: collapse;
  width: 100%;
}

.redspin-zg6eqy th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.redspin-zg6eqy td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.redspin-zg6eqy td.redspin-oag7my {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.redspin-zg6eqy td.redspin-1ahcwp {
  border-right: none;
}

.redspin-zg6eqy td.redspin-1ahcwp .redspin-k6whq9 {
  justify-content: flex-start;
}

.redspin-zg6eqy td.redspin-1ahcwp .redspin-k6whq9 img {
  height: auto;
  width: 90px;
}

.redspin-zg6eqy td.redspin-19vpll,
.redspin-zg6eqy td.redspin-tunxmt {
  font-weight: 600;
  text-align: right;
}

.redspin-zg6eqy td.redspin-5qdenh,
.redspin-zg6eqy td.redspin-19vpll {
  padding-bottom: 10px;
  border-bottom: none;
}

.redspin-zg6eqy td.redspin-19vpll,
.redspin-zg6eqy td.redspin-tunxmt {
  border-left: none;
}

.redspin-zg6eqy td.redspin-5qdenh,
.redspin-zg6eqy td.redspin-zn68nh {
  border-right: none;
}

.redspin-zg6eqy td.redspin-zn68nh,
.redspin-zg6eqy td.redspin-tunxmt {
  border-top: none;
  padding-top: 10px;
}

.redspin-1hk4go {
  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;
}

.redspin-1hk4go .redspin-00mrle {
  min-width: unset;
  width: 100%;
}

.redspin-1hk4go .redspin-00mrle.redspin-4fujhf {
  grid-column: 1/2;
  grid-row: 1/2;
}

.redspin-1hk4go .redspin-00mrle.redspin-zvv395 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.redspin-1hk4go .redspin-id0cia {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-1hk4go {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .redspin-1hk4go .redspin-00mrle.redspin-4fujhf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .redspin-1hk4go .redspin-00mrle.redspin-zvv395 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .redspin-1hk4go .redspin-id0cia {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.redspin-f6cqu9 {
  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;
}

.redspin-otiq4w {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.redspin-a504f3 p a img {
  margin: 0 auto;
  display: block;
}

.redspin-a504f3 table {
  margin-bottom: 17px;
}

/* contanct form */
.redspin-umf6mn {
  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;
}

.redspin-umf6mn label {
  font-size: 14px;
}

.redspin-umf6mn h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.redspin-umf6mn input,
.redspin-umf6mn textarea,
.redspin-umf6mn 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;
}
.redspin-umf6mn button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.redspin-18mkvh ease;
}
.redspin-umf6mn button:hover {
  background-color: #691204;
}
.redspin-2n6ozi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.redspin-1geki4 ease-in;
}

.redspin-2n6ozi 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;
}
.redspin-s8lz23, .redspin-46og85, [class*="review-card"],
thead, thead th, table th, .redspin-obwc0o,
.redspin-qmadkf, [class*="collapsible-header"],
.redspin-6g33al, [class*="updated-block"] {
  color: #ece7dc !important;
}
