@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);
}

.red-stag-4wvak0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-llvvsw {
  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.red-stag-p1fonw,
ul.red-stag-p1fonw {
  padding-left: 20px;
}

ul.red-stag-p1fonw {
  list-style: disc;
}

ol.red-stag-p1fonw {
  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;
  }
}

.red-stag-t4jwnd > .red-stag-6cl7c8,
.red-stag-t4jwnd > .red-stag-h6rl1p,
.red-stag-t4jwnd > blockquote,
.red-stag-t4jwnd > h1,
.red-stag-t4jwnd > h2,
.red-stag-t4jwnd > h3,
.red-stag-t4jwnd > h4,
.red-stag-t4jwnd > h5,
.red-stag-t4jwnd > h6,
.red-stag-t4jwnd > ol,
.red-stag-t4jwnd > p,
.red-stag-t4jwnd > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-t4jwnd > ol,
.red-stag-t4jwnd > ul {
  padding-left: 50px;
}

.red-stag-t4jwnd 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;
}

.red-stag-t4jwnd:not(:last-child) {
  margin-bottom: 2rem;
}

.red-stag-t4jwnd > :not(:first-child) {
  margin-top: 2rem;
}

.red-stag-t4jwnd {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-stag-t4jwnd:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .red-stag-t4jwnd:first-child {
    margin-top: 20px;
  }
}

.red-stag-t4jwnd > p:last-of-type {
  margin-bottom: 32px;
}

.red-stag-t4jwnd > .red-stag-uneevf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.red-stag-38fxi7 > .red-stag-uneevf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.red-stag-h6rl1p {
  overflow: auto;
}

.red-stag-h6rl1p::-webkit-scrollbar {
  height: 5px;
}

.red-stag-h6rl1p table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.red-stag-h6rl1p table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.red-stag-h6rl1p table thead,
table thead {
  border-bottom: none;
}

.red-stag-h6rl1p table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.red-stag-h6rl1p table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.red-stag-h6rl1p table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.red-stag-h6rl1p .red-stag-kua3np {
  table-layout: auto;
}

.red-stag-h6rl1p .red-stag-kua3np th {
  word-break: normal;
}

.red-stag-h6rl1p .red-stag-kua3np td {
  word-break: normal;
}

.red-stag-4wvak0 .red-stag-4wvak0 {
  padding-right: 0;
  padding-left: 0;
}

.red-stag-qeqcz9 {
  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;
}

.red-stag-8gbmup {
  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;
}

.red-stag-2vtg2h {
  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;
}

.red-stag-6cl7c8 {
  margin-top: 24px;
}

.red-stag-6cl7c8.red-stag-6o36y8 {
  text-align: left;
}

.red-stag-6cl7c8.red-stag-u85r6g {
  text-align: right;
}

.red-stag-6cl7c8.red-stag-qgigl2 {
  text-align: center;
}

.red-stag-sz34cp {
  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.red-stag-vtdnfg ease-in-out;
  cursor: pointer;
}

.red-stag-sz34cp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.red-stag-sz34cp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .red-stag-sz34cp {
    min-width: unset;
  }
}

.red-stag-so66qm {
  background-color: var(--fh-bg-color);
}

.red-stag-q4tsfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.red-stag-0yoszw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.red-stag-0yoszw img {
  max-height: 80px;
  object-fit: contain;
}

.red-stag-eomhec {
  flex: 1 1;
}

.red-stag-m9nrfp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.red-stag-2kvnyz {
  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;
}

.red-stag-2kvnyz 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;
}

.red-stag-2kvnyz.red-stag-o9upkd span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.red-stag-2kvnyz.red-stag-o9upkd span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.red-stag-2kvnyz.red-stag-o9upkd span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.red-stag-eomhec + .red-stag-m9nrfp {
  margin-left: 20px;
}

.red-stag-26yxq0 {
  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;
}

.red-stag-26yxq0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.red-stag-26yxq0 + .red-stag-26yxq0 {
  margin-left: 5px;
}

.red-stag-2zzrre {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.red-stag-2zzrre:hover {
  background-color: var(--button-bg-hover);
}

.red-stag-emhoa7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.red-stag-vtdnfg ease-in-out;
  border: 1px solid var(--border-color);
}

.red-stag-emhoa7:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.red-stag-rl22cs {
  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) {
  .red-stag-eomhec {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .red-stag-rl22cs {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .red-stag-eomhec {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .red-stag-26yxq0 {
    min-width: unset;
    flex: 1 1;
  }
}

.red-stag-kvq88t {
  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;
}

.red-stag-kvq88t:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.red-stag-kvq88t:hover .red-stag-xx54cm {
  opacity: 1;
  pointer-events: auto;
}

.red-stag-vz6s5n {
  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.red-stag-knewkj ease-in-out;
  gap: 4px;
}

.red-stag-vz6s5n > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.red-stag-vz6s5n .red-stag-qeqcz9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.red-stag-ustqy3,
.red-stag-vz6s5n:hover {
  color: var(--button-bg-hover);
}

.red-stag-d8mlwt {
  position: relative;
}

.red-stag-d8mlwt .red-stag-vz6s5n {
  margin-right: 0;
  padding-right: 4px;
}

.red-stag-hin6yb svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.red-stag-d8mlwt.red-stag-o9upkd .red-stag-hin6yb svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.red-stag-d8mlwt.red-stag-o9upkd .red-stag-xx54cm {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.red-stag-d8mlwt.red-stag-o9upkd .red-stag-xx54cm::before {
  display: none;
}

.red-stag-hin6yb svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.red-stag-xx54cm {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.red-stag-c7ijvj 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.red-stag-xx54cm::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.red-stag-xx54cm:hover {
  color: var(--fh-bg-color);
}

.red-stag-vfe899 {
  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.red-stag-c7ijvj 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.red-stag-knewkj ease-in-out;
  -o-transition: 0.red-stag-knewkj ease-in-out;
  transition: 0.red-stag-knewkj ease-in-out;
}

.red-stag-vfe899 .red-stag-qeqcz9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.red-stag-q3ugmy,
.red-stag-vfe899:hover {
  color: var(--button-bg-hover);
}

.red-stag-js8cg8 {
  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%;
}

.red-stag-js8cg8.red-stag-y7km3t {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.red-stag-js8cg8.red-stag-y7km3t:after,
.red-stag-js8cg8.red-stag-y7km3t:before {
  content: "";
  position: absolute;
  margin: auto;
}

.red-stag-js8cg8.red-stag-y7km3t: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);
  }
}

.red-stag-js8cg8.red-stag-y7km3t:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.red-stag-js8cg8.red-stag-y7km3t > * {
  z-index: 1;
}

.red-stag-js8cg8 b,
.red-stag-js8cg8 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.red-stag-js8cg8 .red-stag-y8twwv {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.red-stag-js8cg8 .red-stag-qqzsiy {
  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;
}

.red-stag-js8cg8 .red-stag-qeqcz9 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.red-stag-js8cg8 .red-stag-5gr9nm {
  margin-top: 12px;
}

.red-stag-5gr9nm {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.red-stag-zczjn1 {
  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;
}

.red-stag-5gr9nm .red-stag-b5obut {
  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.red-stag-vtdnfg ease-in-out;
}

.red-stag-5gr9nm .red-stag-b5obut:hover {
  background: rgba(255, 255, 255, 0.3);
}

.red-stag-pd4nqq {
  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;
}

.red-stag-js8cg8.red-stag-rs642c {
  gap: 12px;
  padding: 16px;
}

.red-stag-js8cg8.red-stag-rs642c .red-stag-pd4nqq {
  min-width: 240px;
}

.red-stag-js8cg8.red-stag-rs642c .red-stag-pd4nqq.red-stag-awir2u {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .red-stag-js8cg8 .red-stag-y8twwv {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .red-stag-js8cg8 .red-stag-qqzsiy {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .red-stag-js8cg8 .red-stag-qeqcz9 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-qeqcz9 {
    max-width: 126px;
  }
  .red-stag-js8cg8 .red-stag-5gr9nm {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .red-stag-js8cg8 .red-stag-zczjn1 {
    max-width: unset;
  }
  .red-stag-pd4nqq {
    min-width: unset;
    width: 100%;
  }
  .red-stag-js8cg8 .red-stag-pd4nqq {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .red-stag-js8cg8.red-stag-rs642c {
    grid-template-rows: auto 1fr auto;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-pd4nqq {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .red-stag-js8cg8 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .red-stag-js8cg8 .red-stag-y8twwv {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .red-stag-js8cg8 .red-stag-qeqcz9 {
    max-width: 78px;
  }
  .red-stag-js8cg8 .red-stag-5gr9nm {
    margin-top: -12px;
  }
  .red-stag-js8cg8.red-stag-rs642c {
    gap: 8px;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-y8twwv {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-qqzsiy {
    grid-column: 1/3;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-qeqcz9 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .red-stag-js8cg8.red-stag-rs642c .red-stag-qeqcz9 img {
    max-width: 114px;
  }
}

.red-stag-pd4nqq.red-stag-saxtgr,
.red-stag-pd4nqq.red-stag-e056ej,
.red-stag-pd4nqq.red-stag-23fn9l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.red-stag-vtdnfg ease-in-out;
}

.red-stag-pd4nqq.red-stag-saxtgr,
.red-stag-pd4nqq.red-stag-23fn9l {
  padding: 10px;
}

.red-stag-pd4nqq.red-stag-saxtgr:hover,
.red-stag-pd4nqq.red-stag-e056ej:hover,
.red-stag-pd4nqq.red-stag-23fn9l:hover {
  background: var(--button-bg-hover);
}

.red-stag-pd4nqq.red-stag-saxtgr:hover svg path,
.red-stag-pd4nqq.red-stag-23fn9l:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.red-stag-pd4nqq.red-stag-awir2u {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.red-stag-vtdnfg ease-in-out;
  background: var(--button-bg-color);
}

.red-stag-pd4nqq.red-stag-awir2u:hover {
  background-color: var(--button-bg-hover);
}

.red-stag-pd4nqq.red-stag-e056ej: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);
  }
}

.red-stag-pd4nqq.red-stag-e056ej:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.red-stag-pd4nqq.red-stag-awir2u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.red-stag-gfstzp {
  max-width: 650px;
}

.red-stag-ne5irs {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.red-stag-61ifqj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.red-stag-xfvelz {
  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.red-stag-knewkj ease-in-out;
  cursor: pointer;
}

.red-stag-xfvelz:hover {
  opacity: 0.5;
}

.red-stag-xfvelz:focus {
  outline: 0;
}

.red-stag-xfvelz:focus .red-stag-idiy85,
.red-stag-xfvelz:hover .red-stag-idiy85 {
  fill: red;
  fill-opacity: 1;
}

.red-stag-xfvelz:hover {
  cursor: pointer;
}

.red-stag-tbrbs6 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.red-stag-gfstzp.red-stag-qgigl2 {
  margin: 0 auto;
}

.red-stag-gfstzp.red-stag-u85r6g {
  margin-left: auto;
}

.red-stag-hbs1h2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.red-stag-bg09g1 {
  padding-bottom: 50px;
}

.red-stag-3u8h0n {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.red-stag-sxj2oy {
  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;
}

.red-stag-zrii1s {
  margin-top: 24px;
}

.red-stag-51lkiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.red-stag-qmcdoc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.red-stag-wczdv1 {
  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;
}

.red-stag-8d9t5u {
  width: 468px;
}

.red-stag-wczdv1 .red-stag-xx54cm {
  margin: 0.red-stag-j9roio 0;
}

.red-stag-j47x34 {
  display: flex;
  min-width: 224px;
}

.red-stag-gjdvia {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.red-stag-knewkj ease-in-out;
}

.red-stag-wbps5v,
.red-stag-gjdvia:hover {
  color: var(--text-color);
}

.red-stag-nqk1u6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.red-stag-jh1lem {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .red-stag-hbs1h2 {
    padding: 16px;
  }
  .red-stag-nqk1u6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .red-stag-jh1lem {
    align-items: center;
  }
  .red-stag-8d9t5u {
    width: unset;
  }
  .red-stag-j47x34 {
    min-width: unset;
  }
  .red-stag-wczdv1 {
    max-height: unset;
  }
  .red-stag-3u8h0n {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .red-stag-hbs1h2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.red-stag-lzsmkz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.red-stag-lzsmkz:not(:last-child) {
  margin-bottom: 16px;
}

.red-stag-jdtpq9 {
  outline: 0;
}

.red-stag-jdtpq9 .red-stag-ygr4xn {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.red-stag-26nhl7 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .red-stag-26nhl7 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.red-stag-26nhl7::-webkit-details-marker {
  display: none;
}

.red-stag-26nhl7: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;
}

.red-stag-26nhl7: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] .red-stag-26nhl7:after {
  transform: unset;
}

.red-stag-ygr4xn {
  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);
}

.red-stag-ygr4xn 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.red-stag-knewkj ease-in-out;
  -o-transition: 0.red-stag-knewkj ease-in-out;
  transition: 0.red-stag-knewkj ease-in-out;
}

.red-stag-9wutko {
  padding: 16px 0 0 0;
}

.red-stag-9wutko * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .red-stag-9wutko :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-26nhl7 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .red-stag-26nhl7::after {
    margin-left: auto;
  }
  .red-stag-ygr4xn {
    order: 3;
    flex: 1 1 100%;
  }
  .red-stag-26nhl7 {
    font-size: 14px;
    line-height: 130%;
  }
  .red-stag-ygr4xn svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.red-stag-z6gc4n {
  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;
}

.red-stag-u8zr63 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.red-stag-z6gc4n.red-stag-o9upkd .red-stag-u8zr63 {
  margin-bottom: 12px;
}

.red-stag-u8zr63::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;
}

.red-stag-z6gc4n.red-stag-o9upkd .red-stag-u8zr63::after {
  transform: unset;
}

.red-stag-s7nbzb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.red-stag-02ol59 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.red-stag-knewkj ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.red-stag-02ol59: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;
}

.red-stag-z6gc4n.red-stag-o9upkd .red-stag-s7nbzb {
  max-height: 100%;
}

.red-stag-xvudbo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.red-stag-g8qp8i {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.red-stag-3p19zb {
  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;
}

.red-stag-e1tks5 {
  margin-right: 4px;
}

.red-stag-gequbi {
  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.red-stag-knewkj ease-in-out;
}

.red-stag-gequbi svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.red-stag-tm78g8,
.red-stag-gequbi:hover {
  color: var(--text-color);
}

.red-stag-pql7u2 {
  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;
}

.red-stag-pql7u2 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.red-stag-pql7u2 .red-stag-777zs2 {
  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;
}

.red-stag-pql7u2 .red-stag-880x9a {
  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;
}

.red-stag-uskdsd {
  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;
}

.red-stag-bx0quo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-stag-46mcok .red-stag-4wvak0 {
  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;
}

.red-stag-46mcok {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.red-stag-1sppg5 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.red-stag-z55vpg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.red-stag-mp7f76 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.red-stag-0w5oa2 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;
}

.red-stag-mp7f76:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.red-stag-xcmfbb {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.red-stag-2349jo {
  -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.red-stag-knewkj ease-in-out;
  transition: transform 0.red-stag-knewkj ease-in-out;
  -o-transition: transform 0.red-stag-knewkj ease-in-out;
  transition:
    transform 0.red-stag-knewkj ease-in-out,
    -webkit-transform 0.red-stag-knewkj ease-in-out;
  cursor: pointer;
}

.red-stag-2349jo svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.red-stag-2349jo: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;
}

.red-stag-n7nub9 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .red-stag-n7nub9 {
    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);
}

.red-stag-i8utkm {
  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;
}

.red-stag-yxyldb {
  position: relative;
  width: 100%;
}

.red-stag-i8utkm.red-stag-zyklf1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.red-stag-i8utkm.red-stag-qgigl2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.red-stag-i8utkm.red-stag-u85r6g {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.red-stag-k2fvr6 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.red-stag-c4x8gp {
  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.red-stag-knewkj ease-in-out;
  cursor: pointer;
}

.red-stag-c4x8gp:hover {
  opacity: 0.5;
}

.red-stag-i8utkm.red-stag-hkwe22 .red-stag-c4x8gp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.red-stag-i8utkm.red-stag-hkwe22 .red-stag-k2fvr6 {
  cursor: pointer;
}

.red-stag-3v41zd {
  fill: #0009;
}

.red-stag-dspfgb {
  fill: #fff;
}

.red-stag-c4x8gp:hover .red-stag-3v41zd {
  fill: red;
}

.red-stag-c4x8gp svg path {
  -webkit-transition: 0.red-stag-knewkj ease-in-out;
  -o-transition: 0.red-stag-knewkj ease-in-out;
  transition: 0.red-stag-knewkj ease-in-out;
}

.red-stag-a1k8cq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.red-stag-a1k8cq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.red-stag-a1k8cq.red-stag-8qdocx > :not(.get-image) {
  grid-column: 1/3;
}

.red-stag-44rt3t:not(._h1-block) .red-stag-a1k8cq > .red-stag-uneevf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.red-stag-a1k8cq.red-stag-8qdocx .red-stag-5xaxgg {
  grid-column: 2/3;
}

.red-stag-a1k8cq.red-stag-8qdocx > .red-stag-qeqcz9 {
  grid-column: 1/2;
}

.red-stag-a1k8cq.red-stag-8qdocx > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.red-stag-a1k8cq > p:first-of-type {
  margin-top: 0;
}

.red-stag-a1k8cq .red-stag-qeqcz9 {
  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;
}

.red-stag-44rt3t:not(._h1-block) .red-stag-uneevf ~ .red-stag-qeqcz9 {
  grid-row: 2/10;
}

.red-stag-44rt3t.red-stag-whqvn3 .red-stag-uneevf ~ .red-stag-qeqcz9 {
  grid-row: 1/10;
}

.red-stag-44rt3t.red-stag-whqvn3 > .red-stag-uneevf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.red-stag-44rt3t.red-stag-whqvn3 .red-stag-qeqcz9 {
  grid-row: 1/10;
}

.red-stag-a1k8cq.red-stag-9771tt .red-stag-qeqcz9 {
  align-items: flex-start;
}

.red-stag-a1k8cq.red-stag-qgigl2 .red-stag-5xaxgg {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.red-stag-a1k8cq.red-stag-qgigl2 .red-stag-qeqcz9 {
  align-items: center;
}

.red-stag-a1k8cq.red-stag-0lpl28 .red-stag-qeqcz9 {
  align-items: flex-end;
}

.red-stag-5xaxgg > :first-child {
  margin-top: 0;
}

.red-stag-5xaxgg > :last-child {
  margin-bottom: 0;
}

* + .red-stag-clp1eh,
.red-stag-44rt3t + .red-stag-44rt3t {
  margin-top: 2rem;
}

.red-stag-cna9b0 td::before,
.red-stag-cna9b0 th::after {
  display: none !important;
}

.red-stag-cna9b0 #link-selector {
  color: #000;
}

.red-stag-cna9b0 .red-stag-plbg23 {
  color: #135e96;
}

.red-stag-cna9b0 .red-stag-4g8371 *,
.red-stag-cna9b0 .red-stag-sb8eip p,
.red-stag-cna9b0 .red-stag-nrl9c9 * {
  color: #000;
}

.red-stag-cna9b0 .red-stag-1rnvcc {
  background: 0 0 !important;
}

.red-stag-cna9b0 .red-stag-jfnwct {
  color: #000;
}

.red-stag-cna9b0 .red-stag-4kmus4.red-stag-4md7ah {
  color: #fff;
}

.red-stag-cna9b0 .red-stag-bm7ts9 {
  color: #000;
}

.red-stag-cna9b0
  .red-stag-aoefj9
  .red-stag-2hagiw.red-stag-4md7ah.red-stag-fr5sv9 {
  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;
}

.red-stag-etcm7x,
body .red-stag-rma8jo {
  color: #000;
  background: var(--color-body) !important;
}

.red-stag-etcm7x .red-stag-mib529 .red-stag-elltan,
body .red-stag-rma8jo .red-stag-mib529 .red-stag-elltan {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .red-stag-02ol59:focus,
  .red-stag-02ol59:hover {
    color: #f9cb16;
  }
  .red-stag-jqy4ve:focus,
  .red-stag-jqy4ve:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .red-stag-24kr41:focus img,
  .red-stag-24kr41:focus svg,
  .red-stag-24kr41:hover img,
  .red-stag-24kr41:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .red-stag-pql7u2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .red-stag-d8mlwt:hover .red-stag-hin6yb svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .red-stag-hin6yb {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .red-stag-okflfq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .red-stag-x7kq2f {
    grid-template-columns: repeat(4, 1fr);
  }
  .red-stag-w9emsi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .red-stag-nteim6 .red-stag-i9cu1c {
    grid-template-columns: 1fr;
  }
  .red-stag-nteim6 .red-stag-nvg96o {
    -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;
  }
  .red-stag-nteim6 .red-stag-c29pok {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .red-stag-nteim6 .red-stag-hyfket {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .red-stag-nteim6 .red-stag-atg65d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .red-stag-nteim6 .red-stag-c29pok:not(:first-child) {
    border: none;
  }
  .red-stag-nteim6 .red-stag-c29pok:first-child .red-stag-hyfket {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .red-stag-nteim6 .red-stag-c29pok:last-child .red-stag-hyfket {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .red-stag-q4tsfo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .red-stag-0yoszw {
    max-width: 100px;
  }
  .red-stag-eomhec {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .red-stag-m9nrfp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .red-stag-m9nrfp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .red-stag-2kvnyz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .red-stag-eomhec + .red-stag-m9nrfp {
    margin-left: auto;
  }
  .red-stag-aqjknx {
    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;
  }
  .red-stag-aqjknx.red-stag-o9upkd {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .red-stag-rl22cs {
    -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;
  }
  .red-stag-kvq88t {
    width: 100%;
  }
  .red-stag-kvq88t:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .red-stag-vz6s5n {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .red-stag-vz6s5n svg {
    margin-right: 4px;
  }
  .red-stag-d8mlwt {
    -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;
  }
  .red-stag-hin6yb svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .red-stag-hin6yb {
    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;
  }
  .red-stag-xx54cm {
    display: none;
    width: 100%;
  }
  .red-stag-d8mlwt.red-stag-o9upkd .red-stag-xx54cm {
    padding: 0 0 0 48px;
  }
  .red-stag-vfe899 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .red-stag-sxj2oy .red-stag-qeqcz9 {
    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;
  }
  .red-stag-214zi7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .red-stag-214zi7 + .red-stag-214zi7 {
    margin-right: 0;
  }
  .red-stag-214zi7 + .red-stag-qeqcz9 {
    margin: 0;
  }
  .red-stag-okflfq {
    grid-template-columns: repeat(4, 1fr);
  }
  .red-stag-x7kq2f {
    grid-template-columns: repeat(3, 1fr);
  }
  .red-stag-iz2s7r,
  .red-stag-ehflxg {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-a1k8cq {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .red-stag-a1k8cq.red-stag-8qdocx .red-stag-5xaxgg {
    grid-column: auto;
    grid-row: auto;
  }
  .red-stag-a1k8cq > .red-stag-uneevf {
    grid-column: 1/2;
  }
  .red-stag-a1k8cq.red-stag-8qdocx > :not(.get-image) {
    grid-column: 1/2;
  }
  .red-stag-a1k8cq .red-stag-qeqcz9,
  .red-stag-a1k8cq.red-stag-8qdocx > .red-stag-qeqcz9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .red-stag-a1k8cq.red-stag-8qdocx > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .red-stag-44rt3t.red-stag-whqvn3 .red-stag-a1k8cq > .red-stag-qeqcz9 {
    grid-row: 1/2;
  }
  .red-stag-a1k8cq .red-stag-uneevf ~ .red-stag-qeqcz9,
  .red-stag-a1k8cq.red-stag-8qdocx .red-stag-uneevf ~ .red-stag-qeqcz9 {
    grid-row: 2/3;
  }
  .red-stag-44rt3t.red-stag-whqvn3 .red-stag-uneevf ~ .red-stag-qeqcz9 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .red-stag-t4jwnd:first-child .red-stag-0y55vz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-stag-t4jwnd:first-child .red-stag-0y55vz h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .red-stag-t4jwnd {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .red-stag-t4jwnd {
    padding: 0;
  }
  .red-stag-6cl7c8 {
    margin-top: 1rem;
  }
  .red-stag-jdtpq9 {
    border-radius: 5px;
  }
  .red-stag-erf1zu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-stag-u8zr63::after {
    display: inline-block;
  }
  .red-stag-u8zr63 {
    margin: 0;
    width: 100%;
  }
  .red-stag-s7nbzb {
    width: 100%;
  }
  .red-stag-s7nbzb.red-stag-cpg2wi {
    -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%;
  }
  .red-stag-s7nbzb.red-stag-cpg2wi .red-stag-xn1k6t {
    width: 100%;
  }
  .red-stag-s7nbzb.red-stag-cpg2wi .red-stag-xn1k6t:not(:last-child) {
    margin-right: 0;
  }
  .red-stag-02ol59 {
    width: 100%;
    text-align: center;
  }
  .red-stag-z6gc4n.red-stag-o9upkd .red-stag-s7nbzb {
    margin-top: 1rem;
  }
  .red-stag-okflfq {
    grid-template-columns: repeat(3, 1fr);
  }
  .red-stag-w9emsi,
  .red-stag-x7kq2f {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-iz2s7r,
  .red-stag-ehflxg,
  .red-stag-0mt22r {
    grid-template-columns: 1fr;
  }
  .red-stag-lbi9zg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .red-stag-206d0x {
    min-width: 300px;
    max-width: 325px;
  }
  .red-stag-hyfket {
    cursor: auto;
  }
  .red-stag-s2703q .red-stag-hyfket {
    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;
  }
  .red-stag-n7nub9 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .red-stag-xx54cm {
    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) {
  .red-stag-n7nub9 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.red-stag-214zi7 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .red-stag-m9nrfp {
    margin: 0 -0.2rem;
  }
  .red-stag-214zi7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .red-stag-txxk2e {
    -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;
  }
  .red-stag-o729lu {
    max-width: 100%;
  }
  .red-stag-okflfq {
    grid-template-columns: repeat(2, 1fr);
  }
  .red-stag-w9emsi,
  .red-stag-x7kq2f {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .red-stag-q4tsfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .red-stag-m9nrfp {
    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;
  }
  .red-stag-so66qm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .red-stag-26yxq0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .red-stag-jgi4c2,
  .red-stag-5d2c7i {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .red-stag-sz34cp {
    width: 100%;
  }
  .red-stag-okflfq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .red-stag-n7nub9 {
    top: 127px !important;
  }
}

.red-stag-rpfkkv {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .red-stag-rpfkkv {
  }
}

@media (max-width: 767px) {
  .red-stag-rpfkkv {
    margin-bottom: 12px;
  }
}

.red-stag-rpfkkv img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.red-stag-f8icvq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.red-stag-f8icvq > .red-stag-fxn4is {
  flex: 1 1;
}

@media (max-width: 767px) {
  .red-stag-f8icvq {
    flex-direction: column;
    gap: 12px;
  }
}

.red-stag-r8v457 {
  display: flex;
}

.red-stag-r8v457 .red-stag-jao40t {
  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;
}

.red-stag-r8v457 .red-stag-3jn5ud {
  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;
}

.red-stag-r8v457 .red-stag-caoa84 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.red-stag-r8v457 .red-stag-tnh3oi {
  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));
  }
}

.red-stag-r8v457 .red-stag-tnh3oi:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.red-stag-r8v457 .red-stag-zbmuol {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.red-stag-sky2c6 {
  border: unset;
  background-color: unset;
}

.red-stag-sky2c6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.red-stag-sky2c6 .red-stag-w4yq2a,
.red-stag-sky2c6 .red-stag-3gnkur {
  flex: 0 1 330px;
}

.red-stag-sky2c6 .red-stag-tg7o6g {
  flex: 1 1;
}

.red-stag-sky2c6 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.red-stag-sky2c6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.red-stag-sky2c6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.red-stag-sky2c6 tr td p {
  color: #fff;
  margin: 0;
}

.red-stag-sky2c6 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.red-stag-sky2c6 tr.red-stag-w4yq2a td p {
  padding: 16px 0;
}

.red-stag-sky2c6 tr.red-stag-w4yq2a td p:not(:last-child),
.red-stag-sky2c6 tr.red-stag-3gnkur td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.red-stag-sky2c6 tr.red-stag-w4yq2a td p:first-child,
.red-stag-sky2c6 tr.red-stag-3gnkur td p:first-child {
  padding-top: 0;
}

.red-stag-sky2c6 tr.red-stag-3gnkur td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.red-stag-sky2c6 tr.red-stag-3gnkur td p:last-child {
  padding-bottom: 0;
}

.red-stag-sky2c6 .red-stag-3gnkur img {
  max-width: 32px;
}

.red-stag-sky2c6 .red-stag-tg7o6g {
  min-width: 718px;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.red-stag-sky2c6 .red-stag-tg7o6g td {
  display: flex;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s,
.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-opch7g,
.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-88o5n4 {
  flex: 1 1 50%;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-u1e8ox {
  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;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e28swc,
.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-cxkgjb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s,
.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-opch7g {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s span,
.red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-opch7g span {
  font-weight: 800;
}

.red-stag-sky2c6 .red-stag-tg7o6g img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .red-stag-sky2c6 tr.red-stag-w4yq2a td p:last-child {
    padding-bottom: 0;
  }
  .red-stag-sky2c6 .red-stag-3gnkur > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .red-stag-sky2c6 .red-stag-3gnkur > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .red-stag-sky2c6 tr.red-stag-w4yq2a td p:not(:last-child),
  .red-stag-sky2c6 tr.red-stag-3gnkur td p:not(:last-child) {
    border-bottom: unset;
  }
  .red-stag-sky2c6 tr.red-stag-3gnkur td p:last-child {
    padding-bottom: 12px;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s,
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-opch7g,
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-88o5n4 {
    flex: 1 1 50%;
    padding: 0;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s,
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-opch7g {
    margin-top: 16px;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-88o5n4 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-e3wx7s {
    border-right: 1px solid var(--border-color);
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-88o5n4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td:last-child .red-stag-88o5n4:last-child {
    padding-bottom: 0;
  }
}

.red-stag-88o5n4 {
  display: flex;
  flex-direction: column;
}

.red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4:not(:first-child) {
    padding-left: 0;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g td .red-stag-88o5n4:not(:last-of-type) {
    border-right: unset;
  }
}

.red-stag-sky2c6 .red-stag-m0ibi1 {
  flex: 0 1 485px;
}

.red-stag-sky2c6 .red-stag-hd6w47 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.red-stag-sky2c6 .red-stag-hd6w47 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-sky2c6 .red-stag-hd6w47 li.red-stag-7tss9z {
  padding: 6px 12px;
}

.red-stag-sky2c6 .red-stag-hd6w47 li a,
.red-stag-sky2c6 .red-stag-hd6w47 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;
}

.red-stag-sky2c6 .red-stag-sot1zf,
.red-stag-sky2c6 .red-stag-xubtru {
  flex: 1 1;
}

.red-stag-sky2c6 .red-stag-pi26f0,
.red-stag-sky2c6 .red-stag-deuvts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.red-stag-sky2c6 .red-stag-pi26f0 li,
.red-stag-sky2c6 .red-stag-deuvts li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.red-stag-sky2c6 .red-stag-xubtru img {
  max-width: 32px;
}

.red-stag-sky2c6 .red-stag-sot1zf img {
  max-width: 32px;
}

.red-stag-sky2c6 .red-stag-ynr257 {
  min-width: 280px;
}

.red-stag-sky2c6 .red-stag-ynr257 img {
  max-width: 146px;
}

.red-stag-sky2c6 .red-stag-ynr257 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .red-stag-sky2c6 .red-stag-w4yq2a,
  .red-stag-sky2c6 .red-stag-3gnkur {
    flex: 0 1 auto;
  }
  .red-stag-sky2c6 .red-stag-tg7o6g {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .red-stag-sky2c6 .red-stag-w4yq2a,
  .red-stag-sky2c6 .red-stag-m0ibi1,
  .red-stag-sky2c6 .red-stag-3gnkur,
  .red-stag-sky2c6 .red-stag-tg7o6g {
    flex: 1 1 calc(50% - 20px);
  }
  .red-stag-sky2c6 .red-stag-sot1zf,
  .red-stag-sky2c6 .red-stag-ynr257,
  .red-stag-sky2c6 .red-stag-xubtru {
    flex: 1 1 30%;
  }
  .red-stag-sky2c6 .red-stag-ynr257 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .red-stag-sky2c6 .red-stag-w4yq2a,
  .red-stag-sky2c6 .red-stag-m0ibi1,
  .red-stag-sky2c6 .red-stag-sot1zf,
  .red-stag-sky2c6 .red-stag-3gnkur,
  .red-stag-sky2c6 .red-stag-tg7o6g,
  .red-stag-sky2c6 .red-stag-ynr257,
  .red-stag-sky2c6 .red-stag-xubtru {
    flex: 1 1 100%;
  }
}

.red-stag-l6uy5d .red-stag-mfdoki {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.red-stag-l6uy5d .red-stag-6ovp4q {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.red-stag-l6uy5d .red-stag-q2vas2 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.red-stag-l6uy5d .red-stag-quo2fr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.red-stag-l6uy5d .red-stag-quo2fr > :nth-child(3) {
  margin-top: 0;
}

.red-stag-l6uy5d .red-stag-qeqcz9 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.red-stag-l6uy5d .red-stag-1j7kb9 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.red-stag-l6uy5d .red-stag-6cl7c8 {
  grid-column: 1/2;
}

.red-stag-l6uy5d > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.red-stag-l6uy5d .red-stag-6ovp4q: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;
}

.red-stag-l6uy5d .red-stag-6ovp4q:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.red-stag-l6uy5d .red-stag-sz34cp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .red-stag-l6uy5d .red-stag-6ovp4q:not(:last-child):before {
    bottom: 8px;
  }
  .red-stag-l6uy5d .red-stag-6ovp4q:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .red-stag-l6uy5d .red-stag-quo2fr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .red-stag-l6uy5d .red-stag-qeqcz9 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .red-stag-l6uy5d .red-stag-qeqcz9 img {
    width: 100%;
    height: auto;
  }
  .red-stag-l6uy5d .red-stag-sz34cp {
    width: 100%;
    min-width: unset;
  }
}

.red-stag-g8hq4h .red-stag-29g2c1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.red-stag-g8hq4h .red-stag-6ix28w {
  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;
}

.red-stag-g8hq4h .red-stag-qeqcz9 {
  height: 100%;
}

.red-stag-g8hq4h .red-stag-qeqcz9 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.red-stag-g8hq4h .red-stag-58jmw2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.red-stag-g8hq4h .red-stag-fdbyve {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.red-stag-g8hq4h .red-stag-i9675x {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .red-stag-g8hq4h .red-stag-6ix28w {
    flex: 1 1 100%;
  }
  .red-stag-g8hq4h .red-stag-pd4nqq {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .red-stag-g8hq4h .red-stag-6ix28w {
    flex-direction: column;
  }
  .red-stag-g8hq4h .red-stag-qeqcz9 {
    width: 100%;
    height: auto;
  }
  .red-stag-g8hq4h .red-stag-qeqcz9 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .red-stag-g8hq4h .red-stag-58jmw2 {
    padding: 0 16px 16px 16px;
  }
  .red-stag-g8hq4h .red-stag-pd4nqq {
    min-width: unset;
    width: 100%;
  }
}

.red-stag-b0o4r1 .red-stag-tluo7i {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.red-stag-b0o4r1 .red-stag-qkiqsq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.red-stag-b0o4r1 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;
}

.red-stag-b0o4r1 .red-stag-79kwfl {
  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;
}

.red-stag-b0o4r1 .red-stag-qkiqsq:hover .red-stag-79kwfl {
  display: flex;
}

.red-stag-b0o4r1 .red-stag-hr0qnv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-stag-b0o4r1 .red-stag-3kj8y6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.red-stag-hc176t {
  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;
}

.red-stag-hc176t.red-stag-5tsn4f {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.red-stag-vtdnfg ease-in-out;
}

.red-stag-hc176t.red-stag-5tsn4f:hover {
  color: #f9cb16;
  background-color: transparent;
}

.red-stag-b0o4r1 .red-stag-gy0r48 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.red-stag-vtdnfg ease-in-out;
}

.red-stag-b0o4r1 .red-stag-gy0r48:hover {
  color: #196948;
  background-color: #f9cb16;
}

.red-stag-b0o4r1 .red-stag-gy0r48:after,
.red-stag-hc176t.red-stag-5tsn4f:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.red-stag-hc176t.red-stag-5tsn4f:after {
  background-image: url(../images/Cash.svg);
}

.red-stag-b0o4r1 .red-stag-gy0r48:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .red-stag-b0o4r1 .red-stag-tluo7i {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .red-stag-b0o4r1 .red-stag-tluo7i {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .red-stag-b0o4r1 .red-stag-tluo7i {
    grid-template-columns: 1fr;
  }
  .red-stag-b0o4r1 .red-stag-qkiqsq {
    height: auto;
  }
  .red-stag-b0o4r1 .red-stag-qkiqsq .red-stag-79kwfl {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .red-stag-b0o4r1 .red-stag-hr0qnv,
  .red-stag-b0o4r1 .red-stag-3kj8y6 {
    text-align: left;
  }
  .red-stag-b0o4r1 .red-stag-3kj8y6 {
    margin-bottom: 8px;
  }
  .red-stag-b0o4r1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.red-stag-u74bdo {
  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;
}

.red-stag-u74bdo.red-stag-hkwe22 {
  display: block;
}

.red-stag-u74bdo .red-stag-wy1yqr {
  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;
}

.red-stag-u74bdo .red-stag-bnqhtq {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.red-stag-u74bdo .red-stag-y66l1u {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.red-stag-u74bdo .red-stag-yjwgpo {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.red-stag-u74bdo .red-stag-hc176t {
  min-width: 296px;
  margin-bottom: 0;
}

.red-stag-u74bdo .red-stag-01fbot {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.red-stag-u74bdo .red-stag-kk954q {
  position: relative;
  flex: 1 1;
}

.red-stag-u74bdo .red-stag-kk954q iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .red-stag-u74bdo .red-stag-bnqhtq {
    flex-wrap: wrap;
    gap: 8px;
  }
  .red-stag-u74bdo .red-stag-y66l1u {
    order: 1;
  }
  .red-stag-u74bdo .red-stag-yjwgpo {
    order: 3;
    flex: 1 1 100%;
  }
  .red-stag-u74bdo .red-stag-hc176t {
    width: 100%;
    min-width: unset;
  }
  .red-stag-u74bdo .red-stag-01fbot {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .red-stag-a1k8cq > .red-stag-uneevf {
    margin-bottom: 0;
  }
  .red-stag-a1k8cq > .red-stag-6cl7c8,
  .red-stag-a1k8cq > p {
    margin-top: 0;
  }
}

.red-stag-14g0cj img,
.red-stag-214zi7 img {
  width: auto;
  object-fit: contain;
}

.red-stag-14g0cj {
  align-items: center;
}

.red-stag-14g0cj img {
  max-height: 76px;
}

.red-stag-214zi7 img {
  max-height: 64px;
}

.red-stag-88dfqz {
  overflow: auto;
}

.red-stag-yh58ag {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.red-stag-060hr2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.red-stag-viv6a4 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.red-stag-lxt3s7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.red-stag-viv6a4 .red-stag-qeqcz9 {
  margin-right: 20px;
  flex-shrink: 0;
}

.red-stag-viv6a4 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.red-stag-0sargk {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.red-stag-0sargk > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-viv6a4 {
    padding: 15px 10px;
  }
  .red-stag-0sargk {
    padding: 15px 10px;
  }
  .red-stag-viv6a4 .red-stag-qeqcz9 {
    margin-right: 10px;
  }
}

.red-stag-45962n {
  overflow-x: auto;
}

.red-stag-q4fll0 {
  border-collapse: collapse;
  width: 100%;
}

.red-stag-45962n th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.red-stag-45962n td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.red-stag-45962n td.red-stag-up08x3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.red-stag-45962n td.red-stag-28oy1a {
  border-right: none;
}

.red-stag-45962n td.red-stag-28oy1a .red-stag-qeqcz9 {
  justify-content: flex-start;
}

.red-stag-45962n td.red-stag-28oy1a .red-stag-qeqcz9 img {
  height: auto;
  width: 90px;
}

.red-stag-45962n td.red-stag-k49s5q,
.red-stag-45962n td.red-stag-chkiin {
  font-weight: 600;
  text-align: right;
}

.red-stag-45962n td.red-stag-4s39cb,
.red-stag-45962n td.red-stag-k49s5q {
  padding-bottom: 10px;
  border-bottom: none;
}

.red-stag-45962n td.red-stag-k49s5q,
.red-stag-45962n td.red-stag-chkiin {
  border-left: none;
}

.red-stag-45962n td.red-stag-4s39cb,
.red-stag-45962n td.red-stag-z3lf4s {
  border-right: none;
}

.red-stag-45962n td.red-stag-z3lf4s,
.red-stag-45962n td.red-stag-chkiin {
  border-top: none;
  padding-top: 10px;
}

.red-stag-b6fukr {
  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;
}

.red-stag-b6fukr .red-stag-pd4nqq {
  min-width: unset;
  width: 100%;
}

.red-stag-b6fukr .red-stag-pd4nqq.red-stag-saxtgr {
  grid-column: 1/2;
  grid-row: 1/2;
}

.red-stag-b6fukr .red-stag-pd4nqq.red-stag-23fn9l {
  grid-column: 2/3;
  grid-row: 1/2;
}

.red-stag-b6fukr .red-stag-1vik1a {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .red-stag-b6fukr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .red-stag-b6fukr .red-stag-pd4nqq.red-stag-saxtgr {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .red-stag-b6fukr .red-stag-pd4nqq.red-stag-23fn9l {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .red-stag-b6fukr .red-stag-1vik1a {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.red-stag-l129gm {
  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;
}

.red-stag-vrukzn {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.red-stag-38fxi7 p a img {
  margin: 0 auto;
  display: block;
}

.red-stag-38fxi7 table {
  margin-bottom: 17px;
}

/* contanct form */
.red-stag-finw01 {
  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;
}

.red-stag-finw01 label {
  font-size: 14px;
}

.red-stag-finw01 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.red-stag-finw01 input,
.red-stag-finw01 textarea,
.red-stag-finw01 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;
}
.red-stag-finw01 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.red-stag-vtdnfg ease;
}
.red-stag-finw01 button:hover {
  background-color: #691204;
}
.red-stag-86lw6x {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.red-stag-0d907v ease-in;
}

.red-stag-86lw6x 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;
}
.red-stag-4n535g, .red-stag-vuib8h, [class*="review-card"],
thead, thead th, table th, .red-stag-ge9sk7,
.red-stag-p30hl7, [class*="collapsible-header"],
.red-stag-qqrr7c, [class*="updated-block"] {
  color: #ece7dc !important;
}
