@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-dlivvh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-mm6vs1 {
  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-d2dawr,
ul.redspin-d2dawr {
  padding-left: 20px;
}

ul.redspin-d2dawr {
  list-style: disc;
}

ol.redspin-d2dawr {
  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-bm4ei8 > .redspin-gvm29n,
.redspin-bm4ei8 > .redspin-uwosnb,
.redspin-bm4ei8 > blockquote,
.redspin-bm4ei8 > h1,
.redspin-bm4ei8 > h2,
.redspin-bm4ei8 > h3,
.redspin-bm4ei8 > h4,
.redspin-bm4ei8 > h5,
.redspin-bm4ei8 > h6,
.redspin-bm4ei8 > ol,
.redspin-bm4ei8 > p,
.redspin-bm4ei8 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-bm4ei8 > ol,
.redspin-bm4ei8 > ul {
  padding-left: 50px;
}

.redspin-bm4ei8 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-bm4ei8:not(:last-child) {
  margin-bottom: 2rem;
}

.redspin-bm4ei8 > :not(:first-child) {
  margin-top: 2rem;
}

.redspin-bm4ei8 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.redspin-bm4ei8:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .redspin-bm4ei8:first-child {
    margin-top: 20px;
  }
}

.redspin-bm4ei8 > p:last-of-type {
  margin-bottom: 32px;
}

.redspin-bm4ei8 > .redspin-3e1u30:not(:first-child) {
  margin: 64px auto 16px auto;
}

.redspin-5ts5c6 > .redspin-3e1u30 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.redspin-uwosnb {
  overflow: auto;
}

.redspin-uwosnb::-webkit-scrollbar {
  height: 5px;
}

.redspin-uwosnb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.redspin-uwosnb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.redspin-uwosnb table thead,
table thead {
  border-bottom: none;
}

.redspin-uwosnb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.redspin-uwosnb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.redspin-uwosnb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.redspin-uwosnb .redspin-08vghx {
  table-layout: auto;
}

.redspin-uwosnb .redspin-08vghx th {
  word-break: normal;
}

.redspin-uwosnb .redspin-08vghx td {
  word-break: normal;
}

.redspin-dlivvh .redspin-dlivvh {
  padding-right: 0;
  padding-left: 0;
}

.redspin-x01qfw {
  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-w998ga {
  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-zrwyrs {
  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-gvm29n {
  margin-top: 24px;
}

.redspin-gvm29n.redspin-2oq4zr {
  text-align: left;
}

.redspin-gvm29n.redspin-p695rs {
  text-align: right;
}

.redspin-gvm29n.redspin-t65akz {
  text-align: center;
}

.redspin-mckzxj {
  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-rhd5yx ease-in-out;
  cursor: pointer;
}

.redspin-mckzxj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.redspin-mckzxj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .redspin-mckzxj {
    min-width: unset;
  }
}

.redspin-rzisyd {
  background-color: var(--fh-bg-color);
}

.redspin-5k0yys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.redspin-0a678u {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.redspin-0a678u img {
  max-height: 80px;
  object-fit: contain;
}

.redspin-vq4ehg {
  flex: 1 1;
}

.redspin-nc3m60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.redspin-xcuz7j {
  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-xcuz7j 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-xcuz7j.redspin-7jg6h6 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.redspin-xcuz7j.redspin-7jg6h6 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.redspin-xcuz7j.redspin-7jg6h6 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.redspin-vq4ehg + .redspin-nc3m60 {
  margin-left: 20px;
}

.redspin-w2j1c7 {
  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-w2j1c7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.redspin-w2j1c7 + .redspin-w2j1c7 {
  margin-left: 5px;
}

.redspin-li9pjh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.redspin-li9pjh:hover {
  background-color: var(--button-bg-hover);
}

.redspin-uvyxcs {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.redspin-rhd5yx ease-in-out;
  border: 1px solid var(--border-color);
}

.redspin-uvyxcs:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.redspin-xglr3q {
  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-vq4ehg {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .redspin-xglr3q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .redspin-vq4ehg {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .redspin-w2j1c7 {
    min-width: unset;
    flex: 1 1;
  }
}

.redspin-3ptci6 {
  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-3ptci6:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.redspin-3ptci6:hover .redspin-700i9d {
  opacity: 1;
  pointer-events: auto;
}

.redspin-wtb9n2 {
  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-ge463d ease-in-out;
  gap: 4px;
}

.redspin-wtb9n2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.redspin-wtb9n2 .redspin-x01qfw img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.redspin-dwjehd,
.redspin-wtb9n2:hover {
  color: var(--button-bg-hover);
}

.redspin-lwkjre {
  position: relative;
}

.redspin-lwkjre .redspin-wtb9n2 {
  margin-right: 0;
  padding-right: 4px;
}

.redspin-u46tzp svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.redspin-lwkjre.redspin-7jg6h6 .redspin-u46tzp svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.redspin-lwkjre.redspin-7jg6h6 .redspin-700i9d {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.redspin-lwkjre.redspin-7jg6h6 .redspin-700i9d::before {
  display: none;
}

.redspin-u46tzp svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.redspin-700i9d {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.redspin-tzri9v 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.redspin-700i9d::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.redspin-700i9d:hover {
  color: var(--fh-bg-color);
}

.redspin-c61xow {
  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-tzri9v 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.redspin-ge463d ease-in-out;
  -o-transition: 0.redspin-ge463d ease-in-out;
  transition: 0.redspin-ge463d ease-in-out;
}

.redspin-c61xow .redspin-x01qfw img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.redspin-ucw0km,
.redspin-c61xow:hover {
  color: var(--button-bg-hover);
}

.redspin-hg8la0 {
  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-hg8la0.redspin-dymjiw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.redspin-hg8la0.redspin-dymjiw:after,
.redspin-hg8la0.redspin-dymjiw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.redspin-hg8la0.redspin-dymjiw: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-hg8la0.redspin-dymjiw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.redspin-hg8la0.redspin-dymjiw > * {
  z-index: 1;
}

.redspin-hg8la0 b,
.redspin-hg8la0 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.redspin-hg8la0 .redspin-yhfmwf {
  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-hg8la0 .redspin-ks7am7 {
  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-hg8la0 .redspin-x01qfw {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.redspin-hg8la0 .redspin-h7e1ry {
  margin-top: 12px;
}

.redspin-h7e1ry {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.redspin-a9eajc {
  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-h7e1ry .redspin-i2rpzk {
  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-rhd5yx ease-in-out;
}

.redspin-h7e1ry .redspin-i2rpzk:hover {
  background: rgba(255, 255, 255, 0.3);
}

.redspin-2fsxmz {
  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-hg8la0.redspin-vi6xb9 {
  gap: 12px;
  padding: 16px;
}

.redspin-hg8la0.redspin-vi6xb9 .redspin-2fsxmz {
  min-width: 240px;
}

.redspin-hg8la0.redspin-vi6xb9 .redspin-2fsxmz.redspin-bzhzab {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .redspin-hg8la0 .redspin-yhfmwf {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .redspin-hg8la0 .redspin-ks7am7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .redspin-hg8la0 .redspin-x01qfw {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-x01qfw {
    max-width: 126px;
  }
  .redspin-hg8la0 .redspin-h7e1ry {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .redspin-hg8la0 .redspin-a9eajc {
    max-width: unset;
  }
  .redspin-2fsxmz {
    min-width: unset;
    width: 100%;
  }
  .redspin-hg8la0 .redspin-2fsxmz {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .redspin-hg8la0.redspin-vi6xb9 {
    grid-template-rows: auto 1fr auto;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-2fsxmz {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .redspin-hg8la0 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .redspin-hg8la0 .redspin-yhfmwf {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .redspin-hg8la0 .redspin-x01qfw {
    max-width: 78px;
  }
  .redspin-hg8la0 .redspin-h7e1ry {
    margin-top: -12px;
  }
  .redspin-hg8la0.redspin-vi6xb9 {
    gap: 8px;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-yhfmwf {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-ks7am7 {
    grid-column: 1/3;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-x01qfw {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .redspin-hg8la0.redspin-vi6xb9 .redspin-x01qfw img {
    max-width: 114px;
  }
}

.redspin-2fsxmz.redspin-taiz64,
.redspin-2fsxmz.redspin-isqit7,
.redspin-2fsxmz.redspin-pomy2o {
  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-rhd5yx ease-in-out;
}

.redspin-2fsxmz.redspin-taiz64,
.redspin-2fsxmz.redspin-pomy2o {
  padding: 10px;
}

.redspin-2fsxmz.redspin-taiz64:hover,
.redspin-2fsxmz.redspin-isqit7:hover,
.redspin-2fsxmz.redspin-pomy2o:hover {
  background: var(--button-bg-hover);
}

.redspin-2fsxmz.redspin-taiz64:hover svg path,
.redspin-2fsxmz.redspin-pomy2o:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.redspin-2fsxmz.redspin-bzhzab {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.redspin-rhd5yx ease-in-out;
  background: var(--button-bg-color);
}

.redspin-2fsxmz.redspin-bzhzab:hover {
  background-color: var(--button-bg-hover);
}

.redspin-2fsxmz.redspin-isqit7: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-2fsxmz.redspin-isqit7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.redspin-2fsxmz.redspin-bzhzab:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.redspin-szfcqk {
  max-width: 650px;
}

.redspin-gedkzb {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.redspin-4hubwd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.redspin-zzg7b8 {
  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-ge463d ease-in-out;
  cursor: pointer;
}

.redspin-zzg7b8:hover {
  opacity: 0.5;
}

.redspin-zzg7b8:focus {
  outline: 0;
}

.redspin-zzg7b8:focus .redspin-u48dp2,
.redspin-zzg7b8:hover .redspin-u48dp2 {
  fill: red;
  fill-opacity: 1;
}

.redspin-zzg7b8:hover {
  cursor: pointer;
}

.redspin-ydd7o1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.redspin-szfcqk.redspin-t65akz {
  margin: 0 auto;
}

.redspin-szfcqk.redspin-p695rs {
  margin-left: auto;
}

.redspin-lwzwv5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.redspin-u1d3ur {
  padding-bottom: 50px;
}

.redspin-ommlf8 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.redspin-6wv9zp {
  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-3ppf42 {
  margin-top: 24px;
}

.redspin-nir39b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redspin-2sjysg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.redspin-qtky5t {
  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-w0x7v5 {
  width: 468px;
}

.redspin-qtky5t .redspin-700i9d {
  margin: 0.redspin-eg6xir 0;
}

.redspin-2z4neb {
  display: flex;
  min-width: 224px;
}

.redspin-zh8t94 {
  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-ge463d ease-in-out;
}

.redspin-80tsc1,
.redspin-zh8t94:hover {
  color: var(--text-color);
}

.redspin-7x4kpz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.redspin-a5r6th {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .redspin-lwzwv5 {
    padding: 16px;
  }
  .redspin-7x4kpz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .redspin-a5r6th {
    align-items: center;
  }
  .redspin-w0x7v5 {
    width: unset;
  }
  .redspin-2z4neb {
    min-width: unset;
  }
  .redspin-qtky5t {
    max-height: unset;
  }
  .redspin-ommlf8 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .redspin-lwzwv5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.redspin-an4gl1 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.redspin-an4gl1:not(:last-child) {
  margin-bottom: 16px;
}

.redspin-sz6zd9 {
  outline: 0;
}

.redspin-sz6zd9 .redspin-su9pm0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.redspin-pkgrb3 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .redspin-pkgrb3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.redspin-pkgrb3::-webkit-details-marker {
  display: none;
}

.redspin-pkgrb3: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-pkgrb3: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-pkgrb3:after {
  transform: unset;
}

.redspin-su9pm0 {
  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-su9pm0 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-ge463d ease-in-out;
  -o-transition: 0.redspin-ge463d ease-in-out;
  transition: 0.redspin-ge463d ease-in-out;
}

.redspin-czp2vg {
  padding: 16px 0 0 0;
}

.redspin-czp2vg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .redspin-czp2vg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-pkgrb3 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .redspin-pkgrb3::after {
    margin-left: auto;
  }
  .redspin-su9pm0 {
    order: 3;
    flex: 1 1 100%;
  }
  .redspin-pkgrb3 {
    font-size: 14px;
    line-height: 130%;
  }
  .redspin-su9pm0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.redspin-prp7ml {
  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-0gcpm3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.redspin-prp7ml.redspin-7jg6h6 .redspin-0gcpm3 {
  margin-bottom: 12px;
}

.redspin-0gcpm3::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-prp7ml.redspin-7jg6h6 .redspin-0gcpm3::after {
  transform: unset;
}

.redspin-nejulf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.redspin-1wq86z {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.redspin-ge463d ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.redspin-1wq86z: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-prp7ml.redspin-7jg6h6 .redspin-nejulf {
  max-height: 100%;
}

.redspin-om093s {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.redspin-phzj2d {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.redspin-2uc273 {
  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-hpguz7 {
  margin-right: 4px;
}

.redspin-pcju9w {
  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-ge463d ease-in-out;
}

.redspin-pcju9w svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.redspin-obsq9a,
.redspin-pcju9w:hover {
  color: var(--text-color);
}

.redspin-0mzif6 {
  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-0mzif6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.redspin-0mzif6 .redspin-dwm7xa {
  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-0mzif6 .redspin-njw7xy {
  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-voih5d {
  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-0f1913 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.redspin-f9vvam .redspin-dlivvh {
  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-f9vvam {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.redspin-94om2z {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.redspin-560a3l {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.redspin-e89azf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.redspin-0wrzwl 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-e89azf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.redspin-6iro0i {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.redspin-bai87n {
  -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-ge463d ease-in-out;
  transition: transform 0.redspin-ge463d ease-in-out;
  -o-transition: transform 0.redspin-ge463d ease-in-out;
  transition:
    transform 0.redspin-ge463d ease-in-out,
    -webkit-transform 0.redspin-ge463d ease-in-out;
  cursor: pointer;
}

.redspin-bai87n svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.redspin-bai87n: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-elgzwp {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .redspin-elgzwp {
    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-8jrcqf {
  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-5cefja {
  position: relative;
  width: 100%;
}

.redspin-8jrcqf.redspin-ugx6r4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.redspin-8jrcqf.redspin-t65akz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.redspin-8jrcqf.redspin-p695rs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.redspin-1kd9sc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.redspin-w4w03m {
  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-ge463d ease-in-out;
  cursor: pointer;
}

.redspin-w4w03m:hover {
  opacity: 0.5;
}

.redspin-8jrcqf.redspin-2v41io .redspin-w4w03m {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.redspin-8jrcqf.redspin-2v41io .redspin-1kd9sc {
  cursor: pointer;
}

.redspin-phq94i {
  fill: #0009;
}

.redspin-uh6fo7 {
  fill: #fff;
}

.redspin-w4w03m:hover .redspin-phq94i {
  fill: red;
}

.redspin-w4w03m svg path {
  -webkit-transition: 0.redspin-ge463d ease-in-out;
  -o-transition: 0.redspin-ge463d ease-in-out;
  transition: 0.redspin-ge463d ease-in-out;
}

.redspin-e27hy7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.redspin-e27hy7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.redspin-e27hy7.redspin-434ted > :not(.get-image) {
  grid-column: 1/3;
}

.redspin-janrug:not(._h1-block) .redspin-e27hy7 > .redspin-3e1u30 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.redspin-e27hy7.redspin-434ted .redspin-w0xdl7 {
  grid-column: 2/3;
}

.redspin-e27hy7.redspin-434ted > .redspin-x01qfw {
  grid-column: 1/2;
}

.redspin-e27hy7.redspin-434ted > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.redspin-e27hy7 > p:first-of-type {
  margin-top: 0;
}

.redspin-e27hy7 .redspin-x01qfw {
  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-janrug:not(._h1-block) .redspin-3e1u30 ~ .redspin-x01qfw {
  grid-row: 2/10;
}

.redspin-janrug.redspin-aa6ogc .redspin-3e1u30 ~ .redspin-x01qfw {
  grid-row: 1/10;
}

.redspin-janrug.redspin-aa6ogc > .redspin-3e1u30 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.redspin-janrug.redspin-aa6ogc .redspin-x01qfw {
  grid-row: 1/10;
}

.redspin-e27hy7.redspin-d7g3rn .redspin-x01qfw {
  align-items: flex-start;
}

.redspin-e27hy7.redspin-t65akz .redspin-w0xdl7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.redspin-e27hy7.redspin-t65akz .redspin-x01qfw {
  align-items: center;
}

.redspin-e27hy7.redspin-c8pugo .redspin-x01qfw {
  align-items: flex-end;
}

.redspin-w0xdl7 > :first-child {
  margin-top: 0;
}

.redspin-w0xdl7 > :last-child {
  margin-bottom: 0;
}

* + .redspin-hyzl0g,
.redspin-janrug + .redspin-janrug {
  margin-top: 2rem;
}

.redspin-jsq7qr td::before,
.redspin-jsq7qr th::after {
  display: none !important;
}

.redspin-jsq7qr #link-selector {
  color: #000;
}

.redspin-jsq7qr .redspin-xou2np {
  color: #135e96;
}

.redspin-jsq7qr .redspin-voachq *,
.redspin-jsq7qr .redspin-ljqrg0 p,
.redspin-jsq7qr .redspin-k9i9bm * {
  color: #000;
}

.redspin-jsq7qr .redspin-dzwk96 {
  background: 0 0 !important;
}

.redspin-jsq7qr .redspin-szuf2d {
  color: #000;
}

.redspin-jsq7qr .redspin-dx5j41.redspin-4geiem {
  color: #fff;
}

.redspin-jsq7qr .redspin-tfmrfg {
  color: #000;
}

.redspin-jsq7qr
  .redspin-sdrqyg
  .redspin-fnloiz.redspin-4geiem.redspin-igz3fx {
  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-xkj8cm,
body .redspin-oml8pe {
  color: #000;
  background: var(--color-body) !important;
}

.redspin-xkj8cm .redspin-6unj88 .redspin-cq4pf0,
body .redspin-oml8pe .redspin-6unj88 .redspin-cq4pf0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .redspin-1wq86z:focus,
  .redspin-1wq86z:hover {
    color: #f9cb16;
  }
  .redspin-xjl7vc:focus,
  .redspin-xjl7vc:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .redspin-m44jyb:focus img,
  .redspin-m44jyb:focus svg,
  .redspin-m44jyb:hover img,
  .redspin-m44jyb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .redspin-0mzif6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .redspin-lwkjre:hover .redspin-u46tzp svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .redspin-u46tzp {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .redspin-zgq8jk {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .redspin-qxdiqj {
    grid-template-columns: repeat(4, 1fr);
  }
  .redspin-kl0tjc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .redspin-dwquez .redspin-cv5v5h {
    grid-template-columns: 1fr;
  }
  .redspin-dwquez .redspin-z6jxb5 {
    -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-dwquez .redspin-2jc2g3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .redspin-dwquez .redspin-pno410 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .redspin-dwquez .redspin-93vx25 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .redspin-dwquez .redspin-2jc2g3:not(:first-child) {
    border: none;
  }
  .redspin-dwquez .redspin-2jc2g3:first-child .redspin-pno410 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .redspin-dwquez .redspin-2jc2g3:last-child .redspin-pno410 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .redspin-5k0yys {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .redspin-0a678u {
    max-width: 100px;
  }
  .redspin-vq4ehg {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .redspin-nc3m60 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .redspin-nc3m60 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .redspin-xcuz7j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .redspin-vq4ehg + .redspin-nc3m60 {
    margin-left: auto;
  }
  .redspin-g9f40v {
    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-g9f40v.redspin-7jg6h6 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .redspin-xglr3q {
    -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-3ptci6 {
    width: 100%;
  }
  .redspin-3ptci6:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .redspin-wtb9n2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .redspin-wtb9n2 svg {
    margin-right: 4px;
  }
  .redspin-lwkjre {
    -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-u46tzp svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .redspin-u46tzp {
    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-700i9d {
    display: none;
    width: 100%;
  }
  .redspin-lwkjre.redspin-7jg6h6 .redspin-700i9d {
    padding: 0 0 0 48px;
  }
  .redspin-c61xow {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .redspin-6wv9zp .redspin-x01qfw {
    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-catp8l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .redspin-catp8l + .redspin-catp8l {
    margin-right: 0;
  }
  .redspin-catp8l + .redspin-x01qfw {
    margin: 0;
  }
  .redspin-zgq8jk {
    grid-template-columns: repeat(4, 1fr);
  }
  .redspin-qxdiqj {
    grid-template-columns: repeat(3, 1fr);
  }
  .redspin-vwmst0,
  .redspin-6vhv34 {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-e27hy7 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .redspin-e27hy7.redspin-434ted .redspin-w0xdl7 {
    grid-column: auto;
    grid-row: auto;
  }
  .redspin-e27hy7 > .redspin-3e1u30 {
    grid-column: 1/2;
  }
  .redspin-e27hy7.redspin-434ted > :not(.get-image) {
    grid-column: 1/2;
  }
  .redspin-e27hy7 .redspin-x01qfw,
  .redspin-e27hy7.redspin-434ted > .redspin-x01qfw {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .redspin-e27hy7.redspin-434ted > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .redspin-janrug.redspin-aa6ogc .redspin-e27hy7 > .redspin-x01qfw {
    grid-row: 1/2;
  }
  .redspin-e27hy7 .redspin-3e1u30 ~ .redspin-x01qfw,
  .redspin-e27hy7.redspin-434ted .redspin-3e1u30 ~ .redspin-x01qfw {
    grid-row: 2/3;
  }
  .redspin-janrug.redspin-aa6ogc .redspin-3e1u30 ~ .redspin-x01qfw {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .redspin-bm4ei8:first-child .redspin-tsolkm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .redspin-bm4ei8:first-child .redspin-tsolkm h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .redspin-bm4ei8 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .redspin-bm4ei8 {
    padding: 0;
  }
  .redspin-gvm29n {
    margin-top: 1rem;
  }
  .redspin-sz6zd9 {
    border-radius: 5px;
  }
  .redspin-juspxc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .redspin-0gcpm3::after {
    display: inline-block;
  }
  .redspin-0gcpm3 {
    margin: 0;
    width: 100%;
  }
  .redspin-nejulf {
    width: 100%;
  }
  .redspin-nejulf.redspin-5q9al3 {
    -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-nejulf.redspin-5q9al3 .redspin-9l88en {
    width: 100%;
  }
  .redspin-nejulf.redspin-5q9al3 .redspin-9l88en:not(:last-child) {
    margin-right: 0;
  }
  .redspin-1wq86z {
    width: 100%;
    text-align: center;
  }
  .redspin-prp7ml.redspin-7jg6h6 .redspin-nejulf {
    margin-top: 1rem;
  }
  .redspin-zgq8jk {
    grid-template-columns: repeat(3, 1fr);
  }
  .redspin-kl0tjc,
  .redspin-qxdiqj {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-vwmst0,
  .redspin-6vhv34,
  .redspin-21r734 {
    grid-template-columns: 1fr;
  }
  .redspin-8tby56 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .redspin-rys2tx {
    min-width: 300px;
    max-width: 325px;
  }
  .redspin-pno410 {
    cursor: auto;
  }
  .redspin-qfndaz .redspin-pno410 {
    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-elgzwp {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .redspin-700i9d {
    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-elgzwp {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.redspin-catp8l p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .redspin-nc3m60 {
    margin: 0 -0.2rem;
  }
  .redspin-catp8l {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .redspin-2bi5qv {
    -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-4awgkd {
    max-width: 100%;
  }
  .redspin-zgq8jk {
    grid-template-columns: repeat(2, 1fr);
  }
  .redspin-kl0tjc,
  .redspin-qxdiqj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .redspin-5k0yys {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .redspin-nc3m60 {
    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-rzisyd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .redspin-w2j1c7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .redspin-uv36h5,
  .redspin-j57s3v {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .redspin-mckzxj {
    width: 100%;
  }
  .redspin-zgq8jk {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .redspin-elgzwp {
    top: 127px !important;
  }
}

.redspin-ceig93 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .redspin-ceig93 {
  }
}

@media (max-width: 767px) {
  .redspin-ceig93 {
    margin-bottom: 12px;
  }
}

.redspin-ceig93 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.redspin-7ny3rr {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.redspin-7ny3rr > .redspin-1k3g9h {
  flex: 1 1;
}

@media (max-width: 767px) {
  .redspin-7ny3rr {
    flex-direction: column;
    gap: 12px;
  }
}

.redspin-lau1k5 {
  display: flex;
}

.redspin-lau1k5 .redspin-z9vigg {
  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-lau1k5 .redspin-w7zsi4 {
  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-lau1k5 .redspin-0ver4s {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.redspin-lau1k5 .redspin-7vnmll {
  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-lau1k5 .redspin-7vnmll:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.redspin-lau1k5 .redspin-is6hjd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.redspin-6f5u3y {
  border: unset;
  background-color: unset;
}

.redspin-6f5u3y tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.redspin-6f5u3y .redspin-o66gno,
.redspin-6f5u3y .redspin-sln84d {
  flex: 0 1 330px;
}

.redspin-6f5u3y .redspin-0ph3il {
  flex: 1 1;
}

.redspin-6f5u3y 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-6f5u3y tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.redspin-6f5u3y tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.redspin-6f5u3y tr td p {
  color: #fff;
  margin: 0;
}

.redspin-6f5u3y tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.redspin-6f5u3y tr.redspin-o66gno td p {
  padding: 16px 0;
}

.redspin-6f5u3y tr.redspin-o66gno td p:not(:last-child),
.redspin-6f5u3y tr.redspin-sln84d td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.redspin-6f5u3y tr.redspin-o66gno td p:first-child,
.redspin-6f5u3y tr.redspin-sln84d td p:first-child {
  padding-top: 0;
}

.redspin-6f5u3y tr.redspin-sln84d td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.redspin-6f5u3y tr.redspin-sln84d td p:last-child {
  padding-bottom: 0;
}

.redspin-6f5u3y .redspin-sln84d img {
  max-width: 32px;
}

.redspin-6f5u3y .redspin-0ph3il {
  min-width: 718px;
}

.redspin-6f5u3y .redspin-0ph3il td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.redspin-6f5u3y .redspin-0ph3il td {
  display: flex;
}

.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb,
.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-mam8lz,
.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-ftdhti {
  flex: 1 1 50%;
}

.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-qaiz49 {
  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-6f5u3y .redspin-0ph3il td:last-child .redspin-j2kkrr,
.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-z1xyfg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb,
.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-mam8lz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb span,
.redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-mam8lz span {
  font-weight: 800;
}

.redspin-6f5u3y .redspin-0ph3il img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .redspin-6f5u3y tr.redspin-o66gno td p:last-child {
    padding-bottom: 0;
  }
  .redspin-6f5u3y .redspin-sln84d > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .redspin-6f5u3y .redspin-sln84d > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .redspin-6f5u3y tr.redspin-o66gno td p:not(:last-child),
  .redspin-6f5u3y tr.redspin-sln84d td p:not(:last-child) {
    border-bottom: unset;
  }
  .redspin-6f5u3y tr.redspin-sln84d td p:last-child {
    padding-bottom: 12px;
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb,
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-mam8lz,
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-ftdhti {
    flex: 1 1 50%;
    padding: 0;
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb,
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-mam8lz {
    margin-top: 16px;
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-ftdhti {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-5atzfb {
    border-right: 1px solid var(--border-color);
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-ftdhti:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .redspin-6f5u3y .redspin-0ph3il td:last-child .redspin-ftdhti:last-child {
    padding-bottom: 0;
  }
}

.redspin-ftdhti {
  display: flex;
  flex-direction: column;
}

.redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti:not(:first-child) {
    padding-left: 0;
  }
  .redspin-6f5u3y .redspin-0ph3il td .redspin-ftdhti:not(:last-of-type) {
    border-right: unset;
  }
}

.redspin-6f5u3y .redspin-jbr1mz {
  flex: 0 1 485px;
}

.redspin-6f5u3y .redspin-7vqbkp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.redspin-6f5u3y .redspin-7vqbkp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-6f5u3y .redspin-7vqbkp li.redspin-fwebfu {
  padding: 6px 12px;
}

.redspin-6f5u3y .redspin-7vqbkp li a,
.redspin-6f5u3y .redspin-7vqbkp 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-6f5u3y .redspin-h4e5u5,
.redspin-6f5u3y .redspin-s97vb6 {
  flex: 1 1;
}

.redspin-6f5u3y .redspin-mi54xu,
.redspin-6f5u3y .redspin-4boqnx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.redspin-6f5u3y .redspin-mi54xu li,
.redspin-6f5u3y .redspin-4boqnx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.redspin-6f5u3y .redspin-s97vb6 img {
  max-width: 32px;
}

.redspin-6f5u3y .redspin-h4e5u5 img {
  max-width: 32px;
}

.redspin-6f5u3y .redspin-43y44c {
  min-width: 280px;
}

.redspin-6f5u3y .redspin-43y44c img {
  max-width: 146px;
}

.redspin-6f5u3y .redspin-43y44c td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .redspin-6f5u3y .redspin-o66gno,
  .redspin-6f5u3y .redspin-sln84d {
    flex: 0 1 auto;
  }
  .redspin-6f5u3y .redspin-0ph3il {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .redspin-6f5u3y .redspin-o66gno,
  .redspin-6f5u3y .redspin-jbr1mz,
  .redspin-6f5u3y .redspin-sln84d,
  .redspin-6f5u3y .redspin-0ph3il {
    flex: 1 1 calc(50% - 20px);
  }
  .redspin-6f5u3y .redspin-h4e5u5,
  .redspin-6f5u3y .redspin-43y44c,
  .redspin-6f5u3y .redspin-s97vb6 {
    flex: 1 1 30%;
  }
  .redspin-6f5u3y .redspin-43y44c {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .redspin-6f5u3y .redspin-o66gno,
  .redspin-6f5u3y .redspin-jbr1mz,
  .redspin-6f5u3y .redspin-h4e5u5,
  .redspin-6f5u3y .redspin-sln84d,
  .redspin-6f5u3y .redspin-0ph3il,
  .redspin-6f5u3y .redspin-43y44c,
  .redspin-6f5u3y .redspin-s97vb6 {
    flex: 1 1 100%;
  }
}

.redspin-7jwfkj .redspin-mb2aei {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.redspin-7jwfkj .redspin-74uwz7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.redspin-7jwfkj .redspin-zf607s {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.redspin-7jwfkj .redspin-xppq2l {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.redspin-7jwfkj .redspin-xppq2l > :nth-child(3) {
  margin-top: 0;
}

.redspin-7jwfkj .redspin-x01qfw {
  grid-column: 2/3;
  grid-row: 1/10;
}

.redspin-7jwfkj .redspin-x6voae {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.redspin-7jwfkj .redspin-gvm29n {
  grid-column: 1/2;
}

.redspin-7jwfkj > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.redspin-7jwfkj .redspin-74uwz7: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-7jwfkj .redspin-74uwz7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.redspin-7jwfkj .redspin-mckzxj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .redspin-7jwfkj .redspin-74uwz7:not(:last-child):before {
    bottom: 8px;
  }
  .redspin-7jwfkj .redspin-74uwz7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .redspin-7jwfkj .redspin-xppq2l {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .redspin-7jwfkj .redspin-x01qfw {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .redspin-7jwfkj .redspin-x01qfw img {
    width: 100%;
    height: auto;
  }
  .redspin-7jwfkj .redspin-mckzxj {
    width: 100%;
    min-width: unset;
  }
}

.redspin-85ls0l .redspin-7qf4r2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.redspin-85ls0l .redspin-d9mp12 {
  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-85ls0l .redspin-x01qfw {
  height: 100%;
}

.redspin-85ls0l .redspin-x01qfw img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.redspin-85ls0l .redspin-8c58e9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.redspin-85ls0l .redspin-93bdh5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.redspin-85ls0l .redspin-srea0f {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .redspin-85ls0l .redspin-d9mp12 {
    flex: 1 1 100%;
  }
  .redspin-85ls0l .redspin-2fsxmz {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .redspin-85ls0l .redspin-d9mp12 {
    flex-direction: column;
  }
  .redspin-85ls0l .redspin-x01qfw {
    width: 100%;
    height: auto;
  }
  .redspin-85ls0l .redspin-x01qfw img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .redspin-85ls0l .redspin-8c58e9 {
    padding: 0 16px 16px 16px;
  }
  .redspin-85ls0l .redspin-2fsxmz {
    min-width: unset;
    width: 100%;
  }
}

.redspin-zvmdou .redspin-uv0rsk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.redspin-zvmdou .redspin-mqbo9t {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.redspin-zvmdou 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-zvmdou .redspin-0ojkko {
  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-zvmdou .redspin-mqbo9t:hover .redspin-0ojkko {
  display: flex;
}

.redspin-zvmdou .redspin-b1in8w {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redspin-zvmdou .redspin-4oe1f9 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.redspin-dmu3a3 {
  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-dmu3a3.redspin-jn5f7x {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.redspin-rhd5yx ease-in-out;
}

.redspin-dmu3a3.redspin-jn5f7x:hover {
  color: #f9cb16;
  background-color: transparent;
}

.redspin-zvmdou .redspin-1tku8m {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.redspin-rhd5yx ease-in-out;
}

.redspin-zvmdou .redspin-1tku8m:hover {
  color: #196948;
  background-color: #f9cb16;
}

.redspin-zvmdou .redspin-1tku8m:after,
.redspin-dmu3a3.redspin-jn5f7x:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.redspin-dmu3a3.redspin-jn5f7x:after {
  background-image: url(../images/Cash.svg);
}

.redspin-zvmdou .redspin-1tku8m:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .redspin-zvmdou .redspin-uv0rsk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .redspin-zvmdou .redspin-uv0rsk {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .redspin-zvmdou .redspin-uv0rsk {
    grid-template-columns: 1fr;
  }
  .redspin-zvmdou .redspin-mqbo9t {
    height: auto;
  }
  .redspin-zvmdou .redspin-mqbo9t .redspin-0ojkko {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .redspin-zvmdou .redspin-b1in8w,
  .redspin-zvmdou .redspin-4oe1f9 {
    text-align: left;
  }
  .redspin-zvmdou .redspin-4oe1f9 {
    margin-bottom: 8px;
  }
  .redspin-zvmdou img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.redspin-37jelm {
  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-37jelm.redspin-2v41io {
  display: block;
}

.redspin-37jelm .redspin-6mbezv {
  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-37jelm .redspin-4o3hxj {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.redspin-37jelm .redspin-ihafs7 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.redspin-37jelm .redspin-tzpnc7 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.redspin-37jelm .redspin-dmu3a3 {
  min-width: 296px;
  margin-bottom: 0;
}

.redspin-37jelm .redspin-6nybua {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.redspin-37jelm .redspin-z92tg4 {
  position: relative;
  flex: 1 1;
}

.redspin-37jelm .redspin-z92tg4 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .redspin-37jelm .redspin-4o3hxj {
    flex-wrap: wrap;
    gap: 8px;
  }
  .redspin-37jelm .redspin-ihafs7 {
    order: 1;
  }
  .redspin-37jelm .redspin-tzpnc7 {
    order: 3;
    flex: 1 1 100%;
  }
  .redspin-37jelm .redspin-dmu3a3 {
    width: 100%;
    min-width: unset;
  }
  .redspin-37jelm .redspin-6nybua {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .redspin-e27hy7 > .redspin-3e1u30 {
    margin-bottom: 0;
  }
  .redspin-e27hy7 > .redspin-gvm29n,
  .redspin-e27hy7 > p {
    margin-top: 0;
  }
}

.redspin-boi4hm img,
.redspin-catp8l img {
  width: auto;
  object-fit: contain;
}

.redspin-boi4hm {
  align-items: center;
}

.redspin-boi4hm img {
  max-height: 76px;
}

.redspin-catp8l img {
  max-height: 64px;
}

.redspin-a044wk {
  overflow: auto;
}

.redspin-7zzuh4 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.redspin-4rnosh:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.redspin-015ppo {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.redspin-9c3wdk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.redspin-015ppo .redspin-x01qfw {
  margin-right: 20px;
  flex-shrink: 0;
}

.redspin-015ppo img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.redspin-iak6sc {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.redspin-iak6sc > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-015ppo {
    padding: 15px 10px;
  }
  .redspin-iak6sc {
    padding: 15px 10px;
  }
  .redspin-015ppo .redspin-x01qfw {
    margin-right: 10px;
  }
}

.redspin-b65sk8 {
  overflow-x: auto;
}

.redspin-xolgww {
  border-collapse: collapse;
  width: 100%;
}

.redspin-b65sk8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.redspin-b65sk8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.redspin-b65sk8 td.redspin-2xgg38 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.redspin-b65sk8 td.redspin-7dbeds {
  border-right: none;
}

.redspin-b65sk8 td.redspin-7dbeds .redspin-x01qfw {
  justify-content: flex-start;
}

.redspin-b65sk8 td.redspin-7dbeds .redspin-x01qfw img {
  height: auto;
  width: 90px;
}

.redspin-b65sk8 td.redspin-h7z33s,
.redspin-b65sk8 td.redspin-l8xhou {
  font-weight: 600;
  text-align: right;
}

.redspin-b65sk8 td.redspin-zxl0ol,
.redspin-b65sk8 td.redspin-h7z33s {
  padding-bottom: 10px;
  border-bottom: none;
}

.redspin-b65sk8 td.redspin-h7z33s,
.redspin-b65sk8 td.redspin-l8xhou {
  border-left: none;
}

.redspin-b65sk8 td.redspin-zxl0ol,
.redspin-b65sk8 td.redspin-g2y7hl {
  border-right: none;
}

.redspin-b65sk8 td.redspin-g2y7hl,
.redspin-b65sk8 td.redspin-l8xhou {
  border-top: none;
  padding-top: 10px;
}

.redspin-1h9ika {
  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-1h9ika .redspin-2fsxmz {
  min-width: unset;
  width: 100%;
}

.redspin-1h9ika .redspin-2fsxmz.redspin-taiz64 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.redspin-1h9ika .redspin-2fsxmz.redspin-pomy2o {
  grid-column: 2/3;
  grid-row: 1/2;
}

.redspin-1h9ika .redspin-4ei1ke {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .redspin-1h9ika {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .redspin-1h9ika .redspin-2fsxmz.redspin-taiz64 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .redspin-1h9ika .redspin-2fsxmz.redspin-pomy2o {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .redspin-1h9ika .redspin-4ei1ke {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.redspin-y7tjbt {
  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-w9xy6j {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.redspin-5ts5c6 p a img {
  margin: 0 auto;
  display: block;
}

.redspin-5ts5c6 table {
  margin-bottom: 17px;
}

/* contanct form */
.redspin-zklrvm {
  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-zklrvm label {
  font-size: 14px;
}

.redspin-zklrvm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.redspin-zklrvm input,
.redspin-zklrvm textarea,
.redspin-zklrvm 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-zklrvm button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.redspin-rhd5yx ease;
}
.redspin-zklrvm button:hover {
  background-color: #691204;
}
.redspin-7yg3og {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.redspin-xqtirr ease-in;
}

.redspin-7yg3og 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-apqirh, .redspin-7koh3n, [class*="review-card"],
thead, thead th, table th, .redspin-s1sulr,
.redspin-9utxt4, [class*="collapsible-header"],
.redspin-z586wv, [class*="updated-block"] {
  color: #ece7dc !important;
}
