@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);
}

.rx-3qet1v {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rx-wt8g82 {
  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.rx-e2vs3f,
ul.rx-e2vs3f {
  padding-left: 20px;
}

ul.rx-e2vs3f {
  list-style: disc;
}

ol.rx-e2vs3f {
  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;
  }
}

.rx-92vl5t > .rx-z1q7e7,
.rx-92vl5t > .rx-47sekp,
.rx-92vl5t > blockquote,
.rx-92vl5t > h1,
.rx-92vl5t > h2,
.rx-92vl5t > h3,
.rx-92vl5t > h4,
.rx-92vl5t > h5,
.rx-92vl5t > h6,
.rx-92vl5t > ol,
.rx-92vl5t > p,
.rx-92vl5t > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rx-92vl5t > ol,
.rx-92vl5t > ul {
  padding-left: 50px;
}

.rx-92vl5t 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;
}

.rx-92vl5t:not(:last-child) {
  margin-bottom: 2rem;
}

.rx-92vl5t > :not(:first-child) {
  margin-top: 2rem;
}

.rx-92vl5t {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rx-92vl5t:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rx-92vl5t:first-child {
    margin-top: 20px;
  }
}

.rx-92vl5t > p:last-of-type {
  margin-bottom: 32px;
}

.rx-92vl5t > .rx-cz3fhf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rx-jfqu2v > .rx-cz3fhf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rx-47sekp {
  overflow: auto;
}

.rx-47sekp::-webkit-scrollbar {
  height: 5px;
}

.rx-47sekp table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rx-47sekp table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rx-47sekp table thead,
table thead {
  border-bottom: none;
}

.rx-47sekp table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rx-47sekp table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rx-47sekp table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rx-47sekp .rx-x1hb3x {
  table-layout: auto;
}

.rx-47sekp .rx-x1hb3x th {
  word-break: normal;
}

.rx-47sekp .rx-x1hb3x td {
  word-break: normal;
}

.rx-3qet1v .rx-3qet1v {
  padding-right: 0;
  padding-left: 0;
}

.rx-vfgjbf {
  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;
}

.rx-ghjinb {
  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;
}

.rx-bxg1qc {
  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;
}

.rx-z1q7e7 {
  margin-top: 24px;
}

.rx-z1q7e7.rx-s7gvis {
  text-align: left;
}

.rx-z1q7e7.rx-scv2w4 {
  text-align: right;
}

.rx-z1q7e7.rx-4kfriu {
  text-align: center;
}

.rx-ahital {
  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.rx-d8ebxq ease-in-out;
  cursor: pointer;
}

.rx-ahital:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rx-ahital {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rx-ahital {
    min-width: unset;
  }
}

.rx-hljbd2 {
  background-color: var(--fh-bg-color);
}

.rx-w443oc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rx-bh1xbu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rx-bh1xbu img {
  max-height: 80px;
  object-fit: contain;
}

.rx-j8u0sl {
  flex: 1 1;
}

.rx-y5bx55 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rx-1r0pa1 {
  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;
}

.rx-1r0pa1 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;
}

.rx-1r0pa1.rx-ca9qb5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rx-1r0pa1.rx-ca9qb5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rx-1r0pa1.rx-ca9qb5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rx-j8u0sl + .rx-y5bx55 {
  margin-left: 20px;
}

.rx-lybolh {
  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;
}

.rx-lybolh > svg {
  max-width: 24px;
  max-height: 24px;
}

.rx-lybolh + .rx-lybolh {
  margin-left: 5px;
}

.rx-41xae3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rx-41xae3:hover {
  background-color: var(--button-bg-hover);
}

.rx-1q3sia {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rx-d8ebxq ease-in-out;
  border: 1px solid var(--border-color);
}

.rx-1q3sia:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rx-sx78xd {
  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) {
  .rx-j8u0sl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rx-sx78xd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rx-j8u0sl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rx-lybolh {
    min-width: unset;
    flex: 1 1;
  }
}

.rx-bnzo46 {
  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;
}

.rx-bnzo46:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rx-bnzo46:hover .rx-wts68r {
  opacity: 1;
  pointer-events: auto;
}

.rx-nlbsr8 {
  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.rx-y3ttem ease-in-out;
  gap: 4px;
}

.rx-nlbsr8 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rx-nlbsr8 .rx-vfgjbf img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rx-l4blam,
.rx-nlbsr8:hover {
  color: var(--button-bg-hover);
}

.rx-o9vk0d {
  position: relative;
}

.rx-o9vk0d .rx-nlbsr8 {
  margin-right: 0;
  padding-right: 4px;
}

.rx-cej5on svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rx-o9vk0d.rx-ca9qb5 .rx-cej5on svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rx-o9vk0d.rx-ca9qb5 .rx-wts68r {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rx-o9vk0d.rx-ca9qb5 .rx-wts68r::before {
  display: none;
}

.rx-cej5on svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rx-wts68r {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rx-3tfw79 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rx-wts68r::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rx-wts68r:hover {
  color: var(--fh-bg-color);
}

.rx-qhchz1 {
  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.rx-3tfw79 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rx-y3ttem ease-in-out;
  -o-transition: 0.rx-y3ttem ease-in-out;
  transition: 0.rx-y3ttem ease-in-out;
}

.rx-qhchz1 .rx-vfgjbf img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rx-by55jj,
.rx-qhchz1:hover {
  color: var(--button-bg-hover);
}

.rx-fa7yt4 {
  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%;
}

.rx-fa7yt4.rx-rr6eqi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rx-fa7yt4.rx-rr6eqi:after,
.rx-fa7yt4.rx-rr6eqi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rx-fa7yt4.rx-rr6eqi: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);
  }
}

.rx-fa7yt4.rx-rr6eqi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rx-fa7yt4.rx-rr6eqi > * {
  z-index: 1;
}

.rx-fa7yt4 b,
.rx-fa7yt4 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rx-fa7yt4 .rx-0b1nz4 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rx-fa7yt4 .rx-0cwvni {
  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;
}

.rx-fa7yt4 .rx-vfgjbf {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rx-fa7yt4 .rx-fj5z95 {
  margin-top: 12px;
}

.rx-fj5z95 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rx-6ollia {
  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;
}

.rx-fj5z95 .rx-zz7ut0 {
  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.rx-d8ebxq ease-in-out;
}

.rx-fj5z95 .rx-zz7ut0:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rx-zaz3te {
  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;
}

.rx-fa7yt4.rx-9jb7cc {
  gap: 12px;
  padding: 16px;
}

.rx-fa7yt4.rx-9jb7cc .rx-zaz3te {
  min-width: 240px;
}

.rx-fa7yt4.rx-9jb7cc .rx-zaz3te.rx-4mbjoi {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rx-fa7yt4 .rx-0b1nz4 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rx-fa7yt4 .rx-0cwvni {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rx-fa7yt4 .rx-vfgjbf {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-vfgjbf {
    max-width: 126px;
  }
  .rx-fa7yt4 .rx-fj5z95 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rx-fa7yt4 .rx-6ollia {
    max-width: unset;
  }
  .rx-zaz3te {
    min-width: unset;
    width: 100%;
  }
  .rx-fa7yt4 .rx-zaz3te {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rx-fa7yt4.rx-9jb7cc {
    grid-template-rows: auto 1fr auto;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-zaz3te {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rx-fa7yt4 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rx-fa7yt4 .rx-0b1nz4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rx-fa7yt4 .rx-vfgjbf {
    max-width: 78px;
  }
  .rx-fa7yt4 .rx-fj5z95 {
    margin-top: -12px;
  }
  .rx-fa7yt4.rx-9jb7cc {
    gap: 8px;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-0b1nz4 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-0cwvni {
    grid-column: 1/3;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-vfgjbf {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rx-fa7yt4.rx-9jb7cc .rx-vfgjbf img {
    max-width: 114px;
  }
}

.rx-zaz3te.rx-fto39e,
.rx-zaz3te.rx-15km5n,
.rx-zaz3te.rx-ubic9o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rx-d8ebxq ease-in-out;
}

.rx-zaz3te.rx-fto39e,
.rx-zaz3te.rx-ubic9o {
  padding: 10px;
}

.rx-zaz3te.rx-fto39e:hover,
.rx-zaz3te.rx-15km5n:hover,
.rx-zaz3te.rx-ubic9o:hover {
  background: var(--button-bg-hover);
}

.rx-zaz3te.rx-fto39e:hover svg path,
.rx-zaz3te.rx-ubic9o:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rx-zaz3te.rx-4mbjoi {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rx-d8ebxq ease-in-out;
  background: var(--button-bg-color);
}

.rx-zaz3te.rx-4mbjoi:hover {
  background-color: var(--button-bg-hover);
}

.rx-zaz3te.rx-15km5n: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);
  }
}

.rx-zaz3te.rx-15km5n:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rx-zaz3te.rx-4mbjoi:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rx-u6tkxd {
  max-width: 650px;
}

.rx-75h9el {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rx-t4g8l1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rx-jc3bse {
  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.rx-y3ttem ease-in-out;
  cursor: pointer;
}

.rx-jc3bse:hover {
  opacity: 0.5;
}

.rx-jc3bse:focus {
  outline: 0;
}

.rx-jc3bse:focus .rx-ttmk2c,
.rx-jc3bse:hover .rx-ttmk2c {
  fill: red;
  fill-opacity: 1;
}

.rx-jc3bse:hover {
  cursor: pointer;
}

.rx-u3v0tj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rx-u6tkxd.rx-4kfriu {
  margin: 0 auto;
}

.rx-u6tkxd.rx-scv2w4 {
  margin-left: auto;
}

.rx-9il05j {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rx-g4bryv {
  padding-bottom: 50px;
}

.rx-9el35f {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rx-lzhdks {
  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;
}

.rx-jm2zy9 {
  margin-top: 24px;
}

.rx-xkw11s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rx-jyti83 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rx-ch9mp4 {
  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;
}

.rx-fl2sfy {
  width: 468px;
}

.rx-ch9mp4 .rx-wts68r {
  margin: 0.rx-4rimh6 0;
}

.rx-34zzs8 {
  display: flex;
  min-width: 224px;
}

.rx-j5wsm8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rx-y3ttem ease-in-out;
}

.rx-okb471,
.rx-j5wsm8:hover {
  color: var(--text-color);
}

.rx-e8zvdg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rx-79egwy {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rx-9il05j {
    padding: 16px;
  }
  .rx-e8zvdg {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rx-79egwy {
    align-items: center;
  }
  .rx-fl2sfy {
    width: unset;
  }
  .rx-34zzs8 {
    min-width: unset;
  }
  .rx-ch9mp4 {
    max-height: unset;
  }
  .rx-9el35f {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rx-9il05j {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rx-do0z49 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rx-do0z49:not(:last-child) {
  margin-bottom: 16px;
}

.rx-wyaj36 {
  outline: 0;
}

.rx-wyaj36 .rx-gkxo3m {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rx-5nx3eh {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rx-5nx3eh {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rx-5nx3eh::-webkit-details-marker {
  display: none;
}

.rx-5nx3eh: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;
}

.rx-5nx3eh: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] .rx-5nx3eh:after {
  transform: unset;
}

.rx-gkxo3m {
  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);
}

.rx-gkxo3m 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.rx-y3ttem ease-in-out;
  -o-transition: 0.rx-y3ttem ease-in-out;
  transition: 0.rx-y3ttem ease-in-out;
}

.rx-3j5t4n {
  padding: 16px 0 0 0;
}

.rx-3j5t4n * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rx-3j5t4n :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rx-5nx3eh {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rx-5nx3eh::after {
    margin-left: auto;
  }
  .rx-gkxo3m {
    order: 3;
    flex: 1 1 100%;
  }
  .rx-5nx3eh {
    font-size: 14px;
    line-height: 130%;
  }
  .rx-gkxo3m svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rx-zdwakz {
  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;
}

.rx-u35idj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rx-zdwakz.rx-ca9qb5 .rx-u35idj {
  margin-bottom: 12px;
}

.rx-u35idj::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;
}

.rx-zdwakz.rx-ca9qb5 .rx-u35idj::after {
  transform: unset;
}

.rx-6pjwvw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rx-mjh080 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rx-y3ttem ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rx-mjh080: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;
}

.rx-zdwakz.rx-ca9qb5 .rx-6pjwvw {
  max-height: 100%;
}

.rx-gpxc1o {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rx-gyfgtg {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rx-bjgl5v {
  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;
}

.rx-mv8iur {
  margin-right: 4px;
}

.rx-8iv2ic {
  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.rx-y3ttem ease-in-out;
}

.rx-8iv2ic svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rx-zbcafn,
.rx-8iv2ic:hover {
  color: var(--text-color);
}

.rx-b5makc {
  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;
}

.rx-b5makc img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rx-b5makc .rx-s44qr2 {
  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;
}

.rx-b5makc .rx-fzwfel {
  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;
}

.rx-qhcmci {
  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;
}

.rx-go7tp8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rx-c21fkm .rx-3qet1v {
  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;
}

.rx-c21fkm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rx-68fhj7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rx-b6ak2k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rx-510hud {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rx-4lcm5n 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;
}

.rx-510hud:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rx-tfjjhu {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rx-zwgnxq {
  -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.rx-y3ttem ease-in-out;
  transition: transform 0.rx-y3ttem ease-in-out;
  -o-transition: transform 0.rx-y3ttem ease-in-out;
  transition:
    transform 0.rx-y3ttem ease-in-out,
    -webkit-transform 0.rx-y3ttem ease-in-out;
  cursor: pointer;
}

.rx-zwgnxq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rx-zwgnxq: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;
}

.rx-e2ss30 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rx-e2ss30 {
    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);
}

.rx-myt8ct {
  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;
}

.rx-4vssju {
  position: relative;
  width: 100%;
}

.rx-myt8ct.rx-n5ii00 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rx-myt8ct.rx-4kfriu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rx-myt8ct.rx-scv2w4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rx-5oo9wx {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rx-nf7c61 {
  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.rx-y3ttem ease-in-out;
  cursor: pointer;
}

.rx-nf7c61:hover {
  opacity: 0.5;
}

.rx-myt8ct.rx-3qgd92 .rx-nf7c61 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rx-myt8ct.rx-3qgd92 .rx-5oo9wx {
  cursor: pointer;
}

.rx-0g69la {
  fill: #0009;
}

.rx-yjlx03 {
  fill: #fff;
}

.rx-nf7c61:hover .rx-0g69la {
  fill: red;
}

.rx-nf7c61 svg path {
  -webkit-transition: 0.rx-y3ttem ease-in-out;
  -o-transition: 0.rx-y3ttem ease-in-out;
  transition: 0.rx-y3ttem ease-in-out;
}

.rx-d6fzub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rx-d6fzub > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rx-d6fzub.rx-a4ly4v > :not(.get-image) {
  grid-column: 1/3;
}

.rx-macmod:not(._h1-block) .rx-d6fzub > .rx-cz3fhf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rx-d6fzub.rx-a4ly4v .rx-rjrxoa {
  grid-column: 2/3;
}

.rx-d6fzub.rx-a4ly4v > .rx-vfgjbf {
  grid-column: 1/2;
}

.rx-d6fzub.rx-a4ly4v > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rx-d6fzub > p:first-of-type {
  margin-top: 0;
}

.rx-d6fzub .rx-vfgjbf {
  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;
}

.rx-macmod:not(._h1-block) .rx-cz3fhf ~ .rx-vfgjbf {
  grid-row: 2/10;
}

.rx-macmod.rx-533bd9 .rx-cz3fhf ~ .rx-vfgjbf {
  grid-row: 1/10;
}

.rx-macmod.rx-533bd9 > .rx-cz3fhf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rx-macmod.rx-533bd9 .rx-vfgjbf {
  grid-row: 1/10;
}

.rx-d6fzub.rx-u2rt5p .rx-vfgjbf {
  align-items: flex-start;
}

.rx-d6fzub.rx-4kfriu .rx-rjrxoa {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rx-d6fzub.rx-4kfriu .rx-vfgjbf {
  align-items: center;
}

.rx-d6fzub.rx-5j3mlk .rx-vfgjbf {
  align-items: flex-end;
}

.rx-rjrxoa > :first-child {
  margin-top: 0;
}

.rx-rjrxoa > :last-child {
  margin-bottom: 0;
}

* + .rx-tngtz1,
.rx-macmod + .rx-macmod {
  margin-top: 2rem;
}

.rx-e9xeja td::before,
.rx-e9xeja th::after {
  display: none !important;
}

.rx-e9xeja #link-selector {
  color: #000;
}

.rx-e9xeja .rx-fwa8a1 {
  color: #135e96;
}

.rx-e9xeja .rx-ffahkv *,
.rx-e9xeja .rx-haefns p,
.rx-e9xeja .rx-xpswn7 * {
  color: #000;
}

.rx-e9xeja .rx-03vbdg {
  background: 0 0 !important;
}

.rx-e9xeja .rx-e0iwzl {
  color: #000;
}

.rx-e9xeja .rx-ljri5g.rx-00n4xo {
  color: #fff;
}

.rx-e9xeja .rx-ug2t0p {
  color: #000;
}

.rx-e9xeja
  .rx-k09z48
  .rx-pm4yhn.rx-00n4xo.rx-50r3u0 {
  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;
}

.rx-r0wjdz,
body .rx-grzwso {
  color: #000;
  background: var(--color-body) !important;
}

.rx-r0wjdz .rx-npltkc .rx-1xwly3,
body .rx-grzwso .rx-npltkc .rx-1xwly3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rx-mjh080:focus,
  .rx-mjh080:hover {
    color: #f9cb16;
  }
  .rx-h8uf2x:focus,
  .rx-h8uf2x:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rx-0tul4d:focus img,
  .rx-0tul4d:focus svg,
  .rx-0tul4d:hover img,
  .rx-0tul4d:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rx-b5makc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rx-o9vk0d:hover .rx-cej5on svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rx-cej5on {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rx-15u8uo {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rx-rtr5uk {
    grid-template-columns: repeat(4, 1fr);
  }
  .rx-llgppg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rx-sjecam .rx-3ghn8a {
    grid-template-columns: 1fr;
  }
  .rx-sjecam .rx-f5ndc3 {
    -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;
  }
  .rx-sjecam .rx-j13i7t {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rx-sjecam .rx-nca64e {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rx-sjecam .rx-3f1u42 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rx-sjecam .rx-j13i7t:not(:first-child) {
    border: none;
  }
  .rx-sjecam .rx-j13i7t:first-child .rx-nca64e {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rx-sjecam .rx-j13i7t:last-child .rx-nca64e {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rx-w443oc {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rx-bh1xbu {
    max-width: 100px;
  }
  .rx-j8u0sl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rx-y5bx55 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rx-y5bx55 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rx-1r0pa1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rx-j8u0sl + .rx-y5bx55 {
    margin-left: auto;
  }
  .rx-luub69 {
    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;
  }
  .rx-luub69.rx-ca9qb5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rx-sx78xd {
    -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;
  }
  .rx-bnzo46 {
    width: 100%;
  }
  .rx-bnzo46:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rx-nlbsr8 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rx-nlbsr8 svg {
    margin-right: 4px;
  }
  .rx-o9vk0d {
    -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;
  }
  .rx-cej5on svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rx-cej5on {
    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;
  }
  .rx-wts68r {
    display: none;
    width: 100%;
  }
  .rx-o9vk0d.rx-ca9qb5 .rx-wts68r {
    padding: 0 0 0 48px;
  }
  .rx-qhchz1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rx-lzhdks .rx-vfgjbf {
    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;
  }
  .rx-55lk8o {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rx-55lk8o + .rx-55lk8o {
    margin-right: 0;
  }
  .rx-55lk8o + .rx-vfgjbf {
    margin: 0;
  }
  .rx-15u8uo {
    grid-template-columns: repeat(4, 1fr);
  }
  .rx-rtr5uk {
    grid-template-columns: repeat(3, 1fr);
  }
  .rx-81ro2e,
  .rx-t0ajnq {
    grid-template-columns: repeat(2, 1fr);
  }
  .rx-d6fzub {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rx-d6fzub.rx-a4ly4v .rx-rjrxoa {
    grid-column: auto;
    grid-row: auto;
  }
  .rx-d6fzub > .rx-cz3fhf {
    grid-column: 1/2;
  }
  .rx-d6fzub.rx-a4ly4v > :not(.get-image) {
    grid-column: 1/2;
  }
  .rx-d6fzub .rx-vfgjbf,
  .rx-d6fzub.rx-a4ly4v > .rx-vfgjbf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rx-d6fzub.rx-a4ly4v > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rx-macmod.rx-533bd9 .rx-d6fzub > .rx-vfgjbf {
    grid-row: 1/2;
  }
  .rx-d6fzub .rx-cz3fhf ~ .rx-vfgjbf,
  .rx-d6fzub.rx-a4ly4v .rx-cz3fhf ~ .rx-vfgjbf {
    grid-row: 2/3;
  }
  .rx-macmod.rx-533bd9 .rx-cz3fhf ~ .rx-vfgjbf {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rx-92vl5t:first-child .rx-ux7rgc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rx-92vl5t:first-child .rx-ux7rgc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rx-92vl5t {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rx-92vl5t {
    padding: 0;
  }
  .rx-z1q7e7 {
    margin-top: 1rem;
  }
  .rx-wyaj36 {
    border-radius: 5px;
  }
  .rx-jlnxew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rx-u35idj::after {
    display: inline-block;
  }
  .rx-u35idj {
    margin: 0;
    width: 100%;
  }
  .rx-6pjwvw {
    width: 100%;
  }
  .rx-6pjwvw.rx-fwh412 {
    -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%;
  }
  .rx-6pjwvw.rx-fwh412 .rx-gi6yns {
    width: 100%;
  }
  .rx-6pjwvw.rx-fwh412 .rx-gi6yns:not(:last-child) {
    margin-right: 0;
  }
  .rx-mjh080 {
    width: 100%;
    text-align: center;
  }
  .rx-zdwakz.rx-ca9qb5 .rx-6pjwvw {
    margin-top: 1rem;
  }
  .rx-15u8uo {
    grid-template-columns: repeat(3, 1fr);
  }
  .rx-llgppg,
  .rx-rtr5uk {
    grid-template-columns: repeat(2, 1fr);
  }
  .rx-81ro2e,
  .rx-t0ajnq,
  .rx-uz7npg {
    grid-template-columns: 1fr;
  }
  .rx-bfg27s {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rx-crpjqm {
    min-width: 300px;
    max-width: 325px;
  }
  .rx-nca64e {
    cursor: auto;
  }
  .rx-v5amzw .rx-nca64e {
    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;
  }
  .rx-e2ss30 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rx-wts68r {
    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) {
  .rx-e2ss30 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rx-55lk8o p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rx-y5bx55 {
    margin: 0 -0.2rem;
  }
  .rx-55lk8o {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rx-ptbn97 {
    -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;
  }
  .rx-8hozpj {
    max-width: 100%;
  }
  .rx-15u8uo {
    grid-template-columns: repeat(2, 1fr);
  }
  .rx-llgppg,
  .rx-rtr5uk {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rx-w443oc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rx-y5bx55 {
    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;
  }
  .rx-hljbd2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rx-lybolh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rx-oxeiel,
  .rx-88hebk {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rx-ahital {
    width: 100%;
  }
  .rx-15u8uo {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rx-e2ss30 {
    top: 127px !important;
  }
}

.rx-vswdlp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rx-vswdlp {
  }
}

@media (max-width: 767px) {
  .rx-vswdlp {
    margin-bottom: 12px;
  }
}

.rx-vswdlp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rx-mnzm0v {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rx-mnzm0v > .rx-sv3u4o {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rx-mnzm0v {
    flex-direction: column;
    gap: 12px;
  }
}

.rx-7vmoei {
  display: flex;
}

.rx-7vmoei .rx-4ay6wd {
  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;
}

.rx-7vmoei .rx-6ar198 {
  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;
}

.rx-7vmoei .rx-p5awen {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rx-7vmoei .rx-nlium8 {
  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));
  }
}

.rx-7vmoei .rx-nlium8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rx-7vmoei .rx-g76vy3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rx-rbc206 {
  border: unset;
  background-color: unset;
}

.rx-rbc206 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rx-rbc206 .rx-rbla3p,
.rx-rbc206 .rx-mqneyy {
  flex: 0 1 330px;
}

.rx-rbc206 .rx-s4ddqn {
  flex: 1 1;
}

.rx-rbc206 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rx-rbc206 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rx-rbc206 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rx-rbc206 tr td p {
  color: #fff;
  margin: 0;
}

.rx-rbc206 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rx-rbc206 tr.rx-rbla3p td p {
  padding: 16px 0;
}

.rx-rbc206 tr.rx-rbla3p td p:not(:last-child),
.rx-rbc206 tr.rx-mqneyy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rx-rbc206 tr.rx-rbla3p td p:first-child,
.rx-rbc206 tr.rx-mqneyy td p:first-child {
  padding-top: 0;
}

.rx-rbc206 tr.rx-mqneyy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rx-rbc206 tr.rx-mqneyy td p:last-child {
  padding-bottom: 0;
}

.rx-rbc206 .rx-mqneyy img {
  max-width: 32px;
}

.rx-rbc206 .rx-s4ddqn {
  min-width: 718px;
}

.rx-rbc206 .rx-s4ddqn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rx-rbc206 .rx-s4ddqn td {
  display: flex;
}

.rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit,
.rx-rbc206 .rx-s4ddqn td:last-child .rx-w7e54p,
.rx-rbc206 .rx-s4ddqn td:last-child .rx-8ekyrl {
  flex: 1 1 50%;
}

.rx-rbc206 .rx-s4ddqn td:last-child .rx-dekxz5 {
  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;
}

.rx-rbc206 .rx-s4ddqn td:last-child .rx-urw2v6,
.rx-rbc206 .rx-s4ddqn td:last-child .rx-ce1xyc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit,
.rx-rbc206 .rx-s4ddqn td:last-child .rx-w7e54p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit span,
.rx-rbc206 .rx-s4ddqn td:last-child .rx-w7e54p span {
  font-weight: 800;
}

.rx-rbc206 .rx-s4ddqn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rx-rbc206 .rx-s4ddqn td .rx-8ekyrl:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rx-rbc206 tr.rx-rbla3p td p:last-child {
    padding-bottom: 0;
  }
  .rx-rbc206 .rx-mqneyy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rx-rbc206 .rx-mqneyy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rx-rbc206 tr.rx-rbla3p td p:not(:last-child),
  .rx-rbc206 tr.rx-mqneyy td p:not(:last-child) {
    border-bottom: unset;
  }
  .rx-rbc206 tr.rx-mqneyy td p:last-child {
    padding-bottom: 12px;
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit,
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-w7e54p,
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-8ekyrl {
    flex: 1 1 50%;
    padding: 0;
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit,
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-w7e54p {
    margin-top: 16px;
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-8ekyrl {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-o1tdit {
    border-right: 1px solid var(--border-color);
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-8ekyrl:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rx-rbc206 .rx-s4ddqn td:last-child .rx-8ekyrl:last-child {
    padding-bottom: 0;
  }
}

.rx-8ekyrl {
  display: flex;
  flex-direction: column;
}

.rx-rbc206 .rx-s4ddqn td .rx-8ekyrl {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rx-rbc206 .rx-s4ddqn td .rx-8ekyrl:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rx-rbc206 .rx-s4ddqn td .rx-8ekyrl:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rx-rbc206 .rx-s4ddqn td .rx-8ekyrl:not(:first-child) {
    padding-left: 0;
  }
  .rx-rbc206 .rx-s4ddqn td .rx-8ekyrl:not(:last-of-type) {
    border-right: unset;
  }
}

.rx-rbc206 .rx-cd1xrn {
  flex: 0 1 485px;
}

.rx-rbc206 .rx-2nty06 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rx-rbc206 .rx-2nty06 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rx-rbc206 .rx-2nty06 li.rx-74z9xf {
  padding: 6px 12px;
}

.rx-rbc206 .rx-2nty06 li a,
.rx-rbc206 .rx-2nty06 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;
}

.rx-rbc206 .rx-5q44hn,
.rx-rbc206 .rx-390g00 {
  flex: 1 1;
}

.rx-rbc206 .rx-y7u1sf,
.rx-rbc206 .rx-4me9kv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rx-rbc206 .rx-y7u1sf li,
.rx-rbc206 .rx-4me9kv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rx-rbc206 .rx-390g00 img {
  max-width: 32px;
}

.rx-rbc206 .rx-5q44hn img {
  max-width: 32px;
}

.rx-rbc206 .rx-wb0lwf {
  min-width: 280px;
}

.rx-rbc206 .rx-wb0lwf img {
  max-width: 146px;
}

.rx-rbc206 .rx-wb0lwf td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rx-rbc206 .rx-rbla3p,
  .rx-rbc206 .rx-mqneyy {
    flex: 0 1 auto;
  }
  .rx-rbc206 .rx-s4ddqn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rx-rbc206 .rx-rbla3p,
  .rx-rbc206 .rx-cd1xrn,
  .rx-rbc206 .rx-mqneyy,
  .rx-rbc206 .rx-s4ddqn {
    flex: 1 1 calc(50% - 20px);
  }
  .rx-rbc206 .rx-5q44hn,
  .rx-rbc206 .rx-wb0lwf,
  .rx-rbc206 .rx-390g00 {
    flex: 1 1 30%;
  }
  .rx-rbc206 .rx-wb0lwf {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rx-rbc206 .rx-rbla3p,
  .rx-rbc206 .rx-cd1xrn,
  .rx-rbc206 .rx-5q44hn,
  .rx-rbc206 .rx-mqneyy,
  .rx-rbc206 .rx-s4ddqn,
  .rx-rbc206 .rx-wb0lwf,
  .rx-rbc206 .rx-390g00 {
    flex: 1 1 100%;
  }
}

.rx-j7flyf .rx-wqxhxl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rx-j7flyf .rx-2512qw {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rx-j7flyf .rx-y7q4v4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rx-j7flyf .rx-7bnfjj {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rx-j7flyf .rx-7bnfjj > :nth-child(3) {
  margin-top: 0;
}

.rx-j7flyf .rx-vfgjbf {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rx-j7flyf .rx-w7424w {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rx-j7flyf .rx-z1q7e7 {
  grid-column: 1/2;
}

.rx-j7flyf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rx-j7flyf .rx-2512qw: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;
}

.rx-j7flyf .rx-2512qw:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rx-j7flyf .rx-ahital {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rx-j7flyf .rx-2512qw:not(:last-child):before {
    bottom: 8px;
  }
  .rx-j7flyf .rx-2512qw:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rx-j7flyf .rx-7bnfjj {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rx-j7flyf .rx-vfgjbf {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rx-j7flyf .rx-vfgjbf img {
    width: 100%;
    height: auto;
  }
  .rx-j7flyf .rx-ahital {
    width: 100%;
    min-width: unset;
  }
}

.rx-ijo8md .rx-dd8ohj {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rx-ijo8md .rx-r9259k {
  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;
}

.rx-ijo8md .rx-vfgjbf {
  height: 100%;
}

.rx-ijo8md .rx-vfgjbf img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rx-ijo8md .rx-uffw3c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rx-ijo8md .rx-twbwv3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rx-ijo8md .rx-wpa3uc {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rx-ijo8md .rx-r9259k {
    flex: 1 1 100%;
  }
  .rx-ijo8md .rx-zaz3te {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rx-ijo8md .rx-r9259k {
    flex-direction: column;
  }
  .rx-ijo8md .rx-vfgjbf {
    width: 100%;
    height: auto;
  }
  .rx-ijo8md .rx-vfgjbf img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rx-ijo8md .rx-uffw3c {
    padding: 0 16px 16px 16px;
  }
  .rx-ijo8md .rx-zaz3te {
    min-width: unset;
    width: 100%;
  }
}

.rx-42avvo .rx-d15m3z {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rx-42avvo .rx-af0ckj {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rx-42avvo 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;
}

.rx-42avvo .rx-qu37ow {
  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;
}

.rx-42avvo .rx-af0ckj:hover .rx-qu37ow {
  display: flex;
}

.rx-42avvo .rx-wu9qkx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rx-42avvo .rx-s2zsif {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rx-3ar0fb {
  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;
}

.rx-3ar0fb.rx-ek8on3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rx-d8ebxq ease-in-out;
}

.rx-3ar0fb.rx-ek8on3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rx-42avvo .rx-lefx5q {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rx-d8ebxq ease-in-out;
}

.rx-42avvo .rx-lefx5q:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rx-42avvo .rx-lefx5q:after,
.rx-3ar0fb.rx-ek8on3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rx-3ar0fb.rx-ek8on3:after {
  background-image: url(../images/Cash.svg);
}

.rx-42avvo .rx-lefx5q:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rx-42avvo .rx-d15m3z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rx-42avvo .rx-d15m3z {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rx-42avvo .rx-d15m3z {
    grid-template-columns: 1fr;
  }
  .rx-42avvo .rx-af0ckj {
    height: auto;
  }
  .rx-42avvo .rx-af0ckj .rx-qu37ow {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rx-42avvo .rx-wu9qkx,
  .rx-42avvo .rx-s2zsif {
    text-align: left;
  }
  .rx-42avvo .rx-s2zsif {
    margin-bottom: 8px;
  }
  .rx-42avvo img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rx-gyzw0m {
  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;
}

.rx-gyzw0m.rx-3qgd92 {
  display: block;
}

.rx-gyzw0m .rx-9n6g7j {
  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;
}

.rx-gyzw0m .rx-isguk2 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rx-gyzw0m .rx-4h9r3w {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rx-gyzw0m .rx-338zj1 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rx-gyzw0m .rx-3ar0fb {
  min-width: 296px;
  margin-bottom: 0;
}

.rx-gyzw0m .rx-gv586g {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rx-gyzw0m .rx-g16g3a {
  position: relative;
  flex: 1 1;
}

.rx-gyzw0m .rx-g16g3a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rx-gyzw0m .rx-isguk2 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rx-gyzw0m .rx-4h9r3w {
    order: 1;
  }
  .rx-gyzw0m .rx-338zj1 {
    order: 3;
    flex: 1 1 100%;
  }
  .rx-gyzw0m .rx-3ar0fb {
    width: 100%;
    min-width: unset;
  }
  .rx-gyzw0m .rx-gv586g {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rx-d6fzub > .rx-cz3fhf {
    margin-bottom: 0;
  }
  .rx-d6fzub > .rx-z1q7e7,
  .rx-d6fzub > p {
    margin-top: 0;
  }
}

.rx-852vaf img,
.rx-55lk8o img {
  width: auto;
  object-fit: contain;
}

.rx-852vaf {
  align-items: center;
}

.rx-852vaf img {
  max-height: 76px;
}

.rx-55lk8o img {
  max-height: 64px;
}

.rx-8pdcpg {
  overflow: auto;
}

.rx-dcj50q {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rx-obtsze:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rx-9xuqfc {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rx-d57lg5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rx-9xuqfc .rx-vfgjbf {
  margin-right: 20px;
  flex-shrink: 0;
}

.rx-9xuqfc img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rx-qsmncs {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rx-qsmncs > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rx-9xuqfc {
    padding: 15px 10px;
  }
  .rx-qsmncs {
    padding: 15px 10px;
  }
  .rx-9xuqfc .rx-vfgjbf {
    margin-right: 10px;
  }
}

.rx-17zco8 {
  overflow-x: auto;
}

.rx-g8c3w8 {
  border-collapse: collapse;
  width: 100%;
}

.rx-17zco8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rx-17zco8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rx-17zco8 td.rx-yi21gl {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rx-17zco8 td.rx-4pdgpj {
  border-right: none;
}

.rx-17zco8 td.rx-4pdgpj .rx-vfgjbf {
  justify-content: flex-start;
}

.rx-17zco8 td.rx-4pdgpj .rx-vfgjbf img {
  height: auto;
  width: 90px;
}

.rx-17zco8 td.rx-biveqh,
.rx-17zco8 td.rx-9fbj8f {
  font-weight: 600;
  text-align: right;
}

.rx-17zco8 td.rx-ujp0tb,
.rx-17zco8 td.rx-biveqh {
  padding-bottom: 10px;
  border-bottom: none;
}

.rx-17zco8 td.rx-biveqh,
.rx-17zco8 td.rx-9fbj8f {
  border-left: none;
}

.rx-17zco8 td.rx-ujp0tb,
.rx-17zco8 td.rx-hgl277 {
  border-right: none;
}

.rx-17zco8 td.rx-hgl277,
.rx-17zco8 td.rx-9fbj8f {
  border-top: none;
  padding-top: 10px;
}

.rx-pyuxbz {
  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;
}

.rx-pyuxbz .rx-zaz3te {
  min-width: unset;
  width: 100%;
}

.rx-pyuxbz .rx-zaz3te.rx-fto39e {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rx-pyuxbz .rx-zaz3te.rx-ubic9o {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rx-pyuxbz .rx-67vbf2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rx-pyuxbz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rx-pyuxbz .rx-zaz3te.rx-fto39e {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rx-pyuxbz .rx-zaz3te.rx-ubic9o {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rx-pyuxbz .rx-67vbf2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rx-spyrgs {
  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;
}

.rx-n06uje {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rx-jfqu2v p a img {
  margin: 0 auto;
  display: block;
}

.rx-jfqu2v table {
  margin-bottom: 17px;
}

/* contanct form */
.rx-6sgrgy {
  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;
}

.rx-6sgrgy label {
  font-size: 14px;
}

.rx-6sgrgy h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rx-6sgrgy input,
.rx-6sgrgy textarea,
.rx-6sgrgy 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;
}
.rx-6sgrgy button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rx-d8ebxq ease;
}
.rx-6sgrgy button:hover {
  background-color: #691204;
}
.rx-hdymv8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rx-phu9tz ease-in;
}

.rx-hdymv8 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;
}
.rx-vk8tpu, .rx-9cercw, [class*="review-card"],
thead, thead th, table th, .rx-45phky,
.rx-wczd16, [class*="collapsible-header"],
.rx-tal5r6, [class*="updated-block"] {
  color: #ece7dc !important;
}
