@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);
}

.rocket-spin-atesi7 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-nem30k {
  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.rocket-spin-5w2trk,
ul.rocket-spin-5w2trk {
  padding-left: 20px;
}

ul.rocket-spin-5w2trk {
  list-style: disc;
}

ol.rocket-spin-5w2trk {
  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;
  }
}

.rocket-spin-jdjupa > .rocket-spin-559xk1,
.rocket-spin-jdjupa > .rocket-spin-ex8qdt,
.rocket-spin-jdjupa > blockquote,
.rocket-spin-jdjupa > h1,
.rocket-spin-jdjupa > h2,
.rocket-spin-jdjupa > h3,
.rocket-spin-jdjupa > h4,
.rocket-spin-jdjupa > h5,
.rocket-spin-jdjupa > h6,
.rocket-spin-jdjupa > ol,
.rocket-spin-jdjupa > p,
.rocket-spin-jdjupa > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-jdjupa > ol,
.rocket-spin-jdjupa > ul {
  padding-left: 50px;
}

.rocket-spin-jdjupa 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;
}

.rocket-spin-jdjupa:not(:last-child) {
  margin-bottom: 2rem;
}

.rocket-spin-jdjupa > :not(:first-child) {
  margin-top: 2rem;
}

.rocket-spin-jdjupa {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocket-spin-jdjupa:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rocket-spin-jdjupa:first-child {
    margin-top: 20px;
  }
}

.rocket-spin-jdjupa > p:last-of-type {
  margin-bottom: 32px;
}

.rocket-spin-jdjupa > .rocket-spin-3kik04:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rocket-spin-6hq2ha > .rocket-spin-3kik04 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocket-spin-ex8qdt {
  overflow: auto;
}

.rocket-spin-ex8qdt::-webkit-scrollbar {
  height: 5px;
}

.rocket-spin-ex8qdt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rocket-spin-ex8qdt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rocket-spin-ex8qdt table thead,
table thead {
  border-bottom: none;
}

.rocket-spin-ex8qdt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rocket-spin-ex8qdt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rocket-spin-ex8qdt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rocket-spin-ex8qdt .rocket-spin-rhh5uu {
  table-layout: auto;
}

.rocket-spin-ex8qdt .rocket-spin-rhh5uu th {
  word-break: normal;
}

.rocket-spin-ex8qdt .rocket-spin-rhh5uu td {
  word-break: normal;
}

.rocket-spin-atesi7 .rocket-spin-atesi7 {
  padding-right: 0;
  padding-left: 0;
}

.rocket-spin-o28cpk {
  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;
}

.rocket-spin-24fwom {
  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;
}

.rocket-spin-pcnro9 {
  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;
}

.rocket-spin-559xk1 {
  margin-top: 24px;
}

.rocket-spin-559xk1.rocket-spin-ehc2mg {
  text-align: left;
}

.rocket-spin-559xk1.rocket-spin-z2k0y5 {
  text-align: right;
}

.rocket-spin-559xk1.rocket-spin-mmjegd {
  text-align: center;
}

.rocket-spin-ym2k3l {
  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.rocket-spin-uw7hb8 ease-in-out;
  cursor: pointer;
}

.rocket-spin-ym2k3l:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rocket-spin-ym2k3l {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rocket-spin-ym2k3l {
    min-width: unset;
  }
}

.rocket-spin-vaa7ou {
  background-color: var(--fh-bg-color);
}

.rocket-spin-mn0g64 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rocket-spin-6qw2ax {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.rocket-spin-6qw2ax img {
  max-height: 44px;
  object-fit: contain;
}

.rocket-spin-chp47b {
  flex: 1 1;
}

.rocket-spin-qhjpbo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rocket-spin-9fknbf {
  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;
}

.rocket-spin-9fknbf 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;
}

.rocket-spin-9fknbf.rocket-spin-mi4lsy span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rocket-spin-9fknbf.rocket-spin-mi4lsy span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rocket-spin-9fknbf.rocket-spin-mi4lsy span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rocket-spin-chp47b + .rocket-spin-qhjpbo {
  margin-left: 20px;
}

.rocket-spin-zzqwhz {
  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;
}

.rocket-spin-zzqwhz > svg {
  max-width: 24px;
  max-height: 24px;
}

.rocket-spin-zzqwhz + .rocket-spin-zzqwhz {
  margin-left: 5px;
}

.rocket-spin-joo9ug {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rocket-spin-joo9ug:hover {
  background-color: var(--button-bg-hover);
}

.rocket-spin-ze4ejf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rocket-spin-uw7hb8 ease-in-out;
  border: 1px solid var(--border-color);
}

.rocket-spin-ze4ejf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rocket-spin-gzjweo {
  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) {
  .rocket-spin-chp47b {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rocket-spin-gzjweo {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rocket-spin-chp47b {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rocket-spin-zzqwhz {
    min-width: unset;
    flex: 1 1;
  }
}

.rocket-spin-ib5jfy {
  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;
}

.rocket-spin-ib5jfy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rocket-spin-ib5jfy:hover .rocket-spin-0ur979 {
  opacity: 1;
  pointer-events: auto;
}

.rocket-spin-pzlel7 {
  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.rocket-spin-gne07r ease-in-out;
  gap: 4px;
}

.rocket-spin-pzlel7 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocket-spin-pzlel7 .rocket-spin-o28cpk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocket-spin-3j610x,
.rocket-spin-pzlel7:hover {
  color: var(--button-bg-hover);
}

.rocket-spin-8ra57k {
  position: relative;
}

.rocket-spin-8ra57k .rocket-spin-pzlel7 {
  margin-right: 0;
  padding-right: 4px;
}

.rocket-spin-jda0ud svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocket-spin-8ra57k.rocket-spin-mi4lsy .rocket-spin-jda0ud svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rocket-spin-8ra57k.rocket-spin-mi4lsy .rocket-spin-0ur979 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rocket-spin-8ra57k.rocket-spin-mi4lsy .rocket-spin-0ur979::before {
  display: none;
}

.rocket-spin-jda0ud svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rocket-spin-0ur979 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rocket-spin-9bnwvv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rocket-spin-0ur979::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rocket-spin-0ur979:hover {
  color: var(--fh-bg-color);
}

.rocket-spin-3vgfsw {
  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.rocket-spin-9bnwvv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rocket-spin-gne07r ease-in-out;
  -o-transition: 0.rocket-spin-gne07r ease-in-out;
  transition: 0.rocket-spin-gne07r ease-in-out;
}

.rocket-spin-3vgfsw .rocket-spin-o28cpk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocket-spin-hyse9a,
.rocket-spin-3vgfsw:hover {
  color: var(--button-bg-hover);
}

.rocket-spin-n6e2t1 {
  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%;
}

.rocket-spin-n6e2t1.rocket-spin-l5sala {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rocket-spin-n6e2t1.rocket-spin-l5sala:after,
.rocket-spin-n6e2t1.rocket-spin-l5sala:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rocket-spin-n6e2t1.rocket-spin-l5sala: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);
  }
}

.rocket-spin-n6e2t1.rocket-spin-l5sala:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rocket-spin-n6e2t1.rocket-spin-l5sala > * {
  z-index: 1;
}

.rocket-spin-n6e2t1 b,
.rocket-spin-n6e2t1 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rocket-spin-n6e2t1 .rocket-spin-491wtv {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rocket-spin-n6e2t1 .rocket-spin-kc6hrb {
  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;
}

.rocket-spin-n6e2t1 .rocket-spin-o28cpk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rocket-spin-n6e2t1 .rocket-spin-9tflim {
  margin-top: 12px;
}

.rocket-spin-9tflim {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rocket-spin-omc8wk {
  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;
}

.rocket-spin-9tflim .rocket-spin-9i987u {
  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.rocket-spin-uw7hb8 ease-in-out;
}

.rocket-spin-9tflim .rocket-spin-9i987u:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rocket-spin-9mre88 {
  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;
}

.rocket-spin-n6e2t1.rocket-spin-bh71bs {
  gap: 12px;
  padding: 16px;
}

.rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-9mre88 {
  min-width: 240px;
}

.rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-9mre88.rocket-spin-mx2463 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rocket-spin-n6e2t1 .rocket-spin-491wtv {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rocket-spin-n6e2t1 .rocket-spin-kc6hrb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rocket-spin-n6e2t1 .rocket-spin-o28cpk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-o28cpk {
    max-width: 126px;
  }
  .rocket-spin-n6e2t1 .rocket-spin-9tflim {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rocket-spin-n6e2t1 .rocket-spin-omc8wk {
    max-width: unset;
  }
  .rocket-spin-9mre88 {
    min-width: unset;
    width: 100%;
  }
  .rocket-spin-n6e2t1 .rocket-spin-9mre88 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs {
    grid-template-rows: auto 1fr auto;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-9mre88 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rocket-spin-n6e2t1 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rocket-spin-n6e2t1 .rocket-spin-491wtv {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rocket-spin-n6e2t1 .rocket-spin-o28cpk {
    max-width: 78px;
  }
  .rocket-spin-n6e2t1 .rocket-spin-9tflim {
    margin-top: -12px;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs {
    gap: 8px;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-491wtv {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-kc6hrb {
    grid-column: 1/3;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-o28cpk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rocket-spin-n6e2t1.rocket-spin-bh71bs .rocket-spin-o28cpk img {
    max-width: 114px;
  }
}

.rocket-spin-9mre88.rocket-spin-uu3o83,
.rocket-spin-9mre88.rocket-spin-6m91us,
.rocket-spin-9mre88.rocket-spin-ialtpk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rocket-spin-uw7hb8 ease-in-out;
}

.rocket-spin-9mre88.rocket-spin-uu3o83,
.rocket-spin-9mre88.rocket-spin-ialtpk {
  padding: 10px;
}

.rocket-spin-9mre88.rocket-spin-uu3o83:hover,
.rocket-spin-9mre88.rocket-spin-6m91us:hover,
.rocket-spin-9mre88.rocket-spin-ialtpk:hover {
  background: var(--button-bg-hover);
}

.rocket-spin-9mre88.rocket-spin-uu3o83:hover svg path,
.rocket-spin-9mre88.rocket-spin-ialtpk:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rocket-spin-9mre88.rocket-spin-mx2463 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rocket-spin-uw7hb8 ease-in-out;
  background: var(--button-bg-color);
}

.rocket-spin-9mre88.rocket-spin-mx2463:hover {
  background-color: var(--button-bg-hover);
}

.rocket-spin-9mre88.rocket-spin-6m91us: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);
  }
}

.rocket-spin-9mre88.rocket-spin-6m91us:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocket-spin-9mre88.rocket-spin-mx2463:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocket-spin-pn6af0 {
  max-width: 650px;
}

.rocket-spin-12b81i {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rocket-spin-jjsd6x {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rocket-spin-xmfvm3 {
  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.rocket-spin-gne07r ease-in-out;
  cursor: pointer;
}

.rocket-spin-xmfvm3:hover {
  opacity: 0.5;
}

.rocket-spin-xmfvm3:focus {
  outline: 0;
}

.rocket-spin-xmfvm3:focus .rocket-spin-f78rq7,
.rocket-spin-xmfvm3:hover .rocket-spin-f78rq7 {
  fill: red;
  fill-opacity: 1;
}

.rocket-spin-xmfvm3:hover {
  cursor: pointer;
}

.rocket-spin-t71xtc {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rocket-spin-pn6af0.rocket-spin-mmjegd {
  margin: 0 auto;
}

.rocket-spin-pn6af0.rocket-spin-z2k0y5 {
  margin-left: auto;
}

.rocket-spin-8earxz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rocket-spin-vb2rz8 {
  padding-bottom: 50px;
}

.rocket-spin-yfu775 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rocket-spin-sp01xu {
  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;
}

.rocket-spin-nlq8r3 {
  margin-top: 24px;
}

.rocket-spin-5kesaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rocket-spin-74ny3k {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rocket-spin-h8cqir {
  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;
}

.rocket-spin-kwckfk {
  width: 468px;
}

.rocket-spin-h8cqir .rocket-spin-0ur979 {
  margin: 0.rocket-spin-p53aq1 0;
}

.rocket-spin-ksoila {
  display: flex;
  min-width: 224px;
}

.rocket-spin-ee5oin {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rocket-spin-gne07r ease-in-out;
}

.rocket-spin-h0ezzp,
.rocket-spin-ee5oin:hover {
  color: var(--text-color);
}

.rocket-spin-y3x4cl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rocket-spin-d9o6jl {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rocket-spin-8earxz {
    padding: 16px;
  }
  .rocket-spin-y3x4cl {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rocket-spin-d9o6jl {
    align-items: center;
  }
  .rocket-spin-kwckfk {
    width: unset;
  }
  .rocket-spin-ksoila {
    min-width: unset;
  }
  .rocket-spin-h8cqir {
    max-height: unset;
  }
  .rocket-spin-yfu775 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rocket-spin-8earxz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rocket-spin-amx4tl {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocket-spin-amx4tl:not(:last-child) {
  margin-bottom: 16px;
}

.rocket-spin-xymyv3 {
  outline: 0;
}

.rocket-spin-xymyv3 .rocket-spin-ajmim9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rocket-spin-6tkm2h {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rocket-spin-6tkm2h {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rocket-spin-6tkm2h::-webkit-details-marker {
  display: none;
}

.rocket-spin-6tkm2h: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;
}

.rocket-spin-6tkm2h: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] .rocket-spin-6tkm2h:after {
  transform: unset;
}

.rocket-spin-ajmim9 {
  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);
}

.rocket-spin-ajmim9 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.rocket-spin-gne07r ease-in-out;
  -o-transition: 0.rocket-spin-gne07r ease-in-out;
  transition: 0.rocket-spin-gne07r ease-in-out;
}

.rocket-spin-y6lc3l {
  padding: 16px 0 0 0;
}

.rocket-spin-y6lc3l * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rocket-spin-y6lc3l :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-6tkm2h {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rocket-spin-6tkm2h::after {
    margin-left: auto;
  }
  .rocket-spin-ajmim9 {
    order: 3;
    flex: 1 1 100%;
  }
  .rocket-spin-6tkm2h {
    font-size: 14px;
    line-height: 130%;
  }
  .rocket-spin-ajmim9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rocket-spin-u1o1j1 {
  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;
}

.rocket-spin-22c3l5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rocket-spin-u1o1j1.rocket-spin-mi4lsy .rocket-spin-22c3l5 {
  margin-bottom: 12px;
}

.rocket-spin-22c3l5::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;
}

.rocket-spin-u1o1j1.rocket-spin-mi4lsy .rocket-spin-22c3l5::after {
  transform: unset;
}

.rocket-spin-8p1rdf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rocket-spin-eyipft {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rocket-spin-gne07r ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rocket-spin-eyipft: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;
}

.rocket-spin-u1o1j1.rocket-spin-mi4lsy .rocket-spin-8p1rdf {
  max-height: 100%;
}

.rocket-spin-ia3bx4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rocket-spin-ml0dnq {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rocket-spin-p3mqs1 {
  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;
}

.rocket-spin-uzptu5 {
  margin-right: 4px;
}

.rocket-spin-tdzx1y {
  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.rocket-spin-gne07r ease-in-out;
}

.rocket-spin-tdzx1y svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rocket-spin-g5u4zi,
.rocket-spin-tdzx1y:hover {
  color: var(--text-color);
}

.rocket-spin-p3qsub {
  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;
}

.rocket-spin-p3qsub img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rocket-spin-p3qsub .rocket-spin-4oiqwo {
  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;
}

.rocket-spin-p3qsub .rocket-spin-6pu08p {
  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;
}

.rocket-spin-0mb8f7 {
  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;
}

.rocket-spin-2gl7xt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocket-spin-jvrgrq .rocket-spin-atesi7 {
  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;
}

.rocket-spin-jvrgrq {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rocket-spin-n0t353 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rocket-spin-qeztt9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rocket-spin-fm8iqa {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rocket-spin-s5l6ta 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;
}

.rocket-spin-fm8iqa:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rocket-spin-6sshog {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rocket-spin-4yo6qw {
  -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.rocket-spin-gne07r ease-in-out;
  transition: transform 0.rocket-spin-gne07r ease-in-out;
  -o-transition: transform 0.rocket-spin-gne07r ease-in-out;
  transition:
    transform 0.rocket-spin-gne07r ease-in-out,
    -webkit-transform 0.rocket-spin-gne07r ease-in-out;
  cursor: pointer;
}

.rocket-spin-4yo6qw svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rocket-spin-4yo6qw: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;
}

.rocket-spin-wuwdql {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rocket-spin-wuwdql {
    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);
}

.rocket-spin-zvdwtv {
  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;
}

.rocket-spin-3bj14a {
  position: relative;
  width: 100%;
}

.rocket-spin-zvdwtv.rocket-spin-8wvst9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rocket-spin-zvdwtv.rocket-spin-mmjegd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rocket-spin-zvdwtv.rocket-spin-z2k0y5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rocket-spin-8raea8 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rocket-spin-ans0u6 {
  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.rocket-spin-gne07r ease-in-out;
  cursor: pointer;
}

.rocket-spin-ans0u6:hover {
  opacity: 0.5;
}

.rocket-spin-zvdwtv.rocket-spin-9tchc1 .rocket-spin-ans0u6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rocket-spin-zvdwtv.rocket-spin-9tchc1 .rocket-spin-8raea8 {
  cursor: pointer;
}

.rocket-spin-ke16hb {
  fill: #0009;
}

.rocket-spin-piptzo {
  fill: #fff;
}

.rocket-spin-ans0u6:hover .rocket-spin-ke16hb {
  fill: red;
}

.rocket-spin-ans0u6 svg path {
  -webkit-transition: 0.rocket-spin-gne07r ease-in-out;
  -o-transition: 0.rocket-spin-gne07r ease-in-out;
  transition: 0.rocket-spin-gne07r ease-in-out;
}

.rocket-spin-rrenfq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rocket-spin-rrenfq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rocket-spin-rrenfq.rocket-spin-k7cola > :not(.get-image) {
  grid-column: 1/3;
}

.rocket-spin-waf6so:not(._h1-block) .rocket-spin-rrenfq > .rocket-spin-3kik04 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rocket-spin-rrenfq.rocket-spin-k7cola .rocket-spin-vgc939 {
  grid-column: 2/3;
}

.rocket-spin-rrenfq.rocket-spin-k7cola > .rocket-spin-o28cpk {
  grid-column: 1/2;
}

.rocket-spin-rrenfq.rocket-spin-k7cola > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rocket-spin-rrenfq > p:first-of-type {
  margin-top: 0;
}

.rocket-spin-rrenfq .rocket-spin-o28cpk {
  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;
}

.rocket-spin-waf6so:not(._h1-block) .rocket-spin-3kik04 ~ .rocket-spin-o28cpk {
  grid-row: 2/10;
}

.rocket-spin-waf6so.rocket-spin-3xi3ap .rocket-spin-3kik04 ~ .rocket-spin-o28cpk {
  grid-row: 1/10;
}

.rocket-spin-waf6so.rocket-spin-3xi3ap > .rocket-spin-3kik04 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rocket-spin-waf6so.rocket-spin-3xi3ap .rocket-spin-o28cpk {
  grid-row: 1/10;
}

.rocket-spin-rrenfq.rocket-spin-dagbaf .rocket-spin-o28cpk {
  align-items: flex-start;
}

.rocket-spin-rrenfq.rocket-spin-mmjegd .rocket-spin-vgc939 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rocket-spin-rrenfq.rocket-spin-mmjegd .rocket-spin-o28cpk {
  align-items: center;
}

.rocket-spin-rrenfq.rocket-spin-yhcrgl .rocket-spin-o28cpk {
  align-items: flex-end;
}

.rocket-spin-vgc939 > :first-child {
  margin-top: 0;
}

.rocket-spin-vgc939 > :last-child {
  margin-bottom: 0;
}

* + .rocket-spin-eck6mr,
.rocket-spin-waf6so + .rocket-spin-waf6so {
  margin-top: 2rem;
}

.rocket-spin-mp2bys td::before,
.rocket-spin-mp2bys th::after {
  display: none !important;
}

.rocket-spin-mp2bys #link-selector {
  color: #000;
}

.rocket-spin-mp2bys .rocket-spin-s5vf1x {
  color: #135e96;
}

.rocket-spin-mp2bys .rocket-spin-x66zec *,
.rocket-spin-mp2bys .rocket-spin-yg6gkn p,
.rocket-spin-mp2bys .rocket-spin-cj40uv * {
  color: #000;
}

.rocket-spin-mp2bys .rocket-spin-rgd27d {
  background: 0 0 !important;
}

.rocket-spin-mp2bys .rocket-spin-57lkro {
  color: #000;
}

.rocket-spin-mp2bys .rocket-spin-6h72fc.rocket-spin-j9pois {
  color: #fff;
}

.rocket-spin-mp2bys .rocket-spin-7gnxff {
  color: #000;
}

.rocket-spin-mp2bys
  .rocket-spin-o0bim9
  .rocket-spin-nb5rvb.rocket-spin-j9pois.rocket-spin-fy1he2 {
  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;
}

.rocket-spin-h0jx4d,
body .rocket-spin-mcbqfa {
  color: #000;
  background: var(--color-body) !important;
}

.rocket-spin-h0jx4d .rocket-spin-ad1img .rocket-spin-uvk70d,
body .rocket-spin-mcbqfa .rocket-spin-ad1img .rocket-spin-uvk70d {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocket-spin-eyipft:focus,
  .rocket-spin-eyipft:hover {
    color: #f9cb16;
  }
  .rocket-spin-9c6sz9:focus,
  .rocket-spin-9c6sz9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocket-spin-e6j99e:focus img,
  .rocket-spin-e6j99e:focus svg,
  .rocket-spin-e6j99e:hover img,
  .rocket-spin-e6j99e:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rocket-spin-p3qsub {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rocket-spin-8ra57k:hover .rocket-spin-jda0ud svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rocket-spin-jda0ud {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rocket-spin-oyqo16 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rocket-spin-p186tw {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocket-spin-2d0ah2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rocket-spin-n1vigb .rocket-spin-pu7xxl {
    grid-template-columns: 1fr;
  }
  .rocket-spin-n1vigb .rocket-spin-1lxxiq {
    -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;
  }
  .rocket-spin-n1vigb .rocket-spin-mnotxu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocket-spin-n1vigb .rocket-spin-vwd6gf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocket-spin-n1vigb .rocket-spin-p5836i {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rocket-spin-n1vigb .rocket-spin-mnotxu:not(:first-child) {
    border: none;
  }
  .rocket-spin-n1vigb .rocket-spin-mnotxu:first-child .rocket-spin-vwd6gf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rocket-spin-n1vigb .rocket-spin-mnotxu:last-child .rocket-spin-vwd6gf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rocket-spin-mn0g64 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rocket-spin-6qw2ax {
    max-width: 100px;
  }
  .rocket-spin-chp47b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rocket-spin-qhjpbo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rocket-spin-qhjpbo svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rocket-spin-9fknbf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rocket-spin-chp47b + .rocket-spin-qhjpbo {
    margin-left: auto;
  }
  .rocket-spin-ak20eg {
    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;
  }
  .rocket-spin-ak20eg.rocket-spin-mi4lsy {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rocket-spin-gzjweo {
    -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;
  }
  .rocket-spin-ib5jfy {
    width: 100%;
  }
  .rocket-spin-ib5jfy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rocket-spin-pzlel7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rocket-spin-pzlel7 svg {
    margin-right: 4px;
  }
  .rocket-spin-8ra57k {
    -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;
  }
  .rocket-spin-jda0ud svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rocket-spin-jda0ud {
    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;
  }
  .rocket-spin-0ur979 {
    display: none;
    width: 100%;
  }
  .rocket-spin-8ra57k.rocket-spin-mi4lsy .rocket-spin-0ur979 {
    padding: 0 0 0 48px;
  }
  .rocket-spin-3vgfsw {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rocket-spin-sp01xu .rocket-spin-o28cpk {
    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;
  }
  .rocket-spin-cee81l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocket-spin-cee81l + .rocket-spin-cee81l {
    margin-right: 0;
  }
  .rocket-spin-cee81l + .rocket-spin-o28cpk {
    margin: 0;
  }
  .rocket-spin-oyqo16 {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocket-spin-p186tw {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocket-spin-vmkw8e,
  .rocket-spin-u4yumr {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-rrenfq {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rocket-spin-rrenfq.rocket-spin-k7cola .rocket-spin-vgc939 {
    grid-column: auto;
    grid-row: auto;
  }
  .rocket-spin-rrenfq > .rocket-spin-3kik04 {
    grid-column: 1/2;
  }
  .rocket-spin-rrenfq.rocket-spin-k7cola > :not(.get-image) {
    grid-column: 1/2;
  }
  .rocket-spin-rrenfq .rocket-spin-o28cpk,
  .rocket-spin-rrenfq.rocket-spin-k7cola > .rocket-spin-o28cpk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocket-spin-rrenfq.rocket-spin-k7cola > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rocket-spin-waf6so.rocket-spin-3xi3ap .rocket-spin-rrenfq > .rocket-spin-o28cpk {
    grid-row: 1/2;
  }
  .rocket-spin-rrenfq .rocket-spin-3kik04 ~ .rocket-spin-o28cpk,
  .rocket-spin-rrenfq.rocket-spin-k7cola .rocket-spin-3kik04 ~ .rocket-spin-o28cpk {
    grid-row: 2/3;
  }
  .rocket-spin-waf6so.rocket-spin-3xi3ap .rocket-spin-3kik04 ~ .rocket-spin-o28cpk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rocket-spin-jdjupa:first-child .rocket-spin-xakbjo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocket-spin-jdjupa:first-child .rocket-spin-xakbjo h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rocket-spin-jdjupa {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rocket-spin-jdjupa {
    padding: 0;
  }
  .rocket-spin-559xk1 {
    margin-top: 1rem;
  }
  .rocket-spin-xymyv3 {
    border-radius: 5px;
  }
  .rocket-spin-23ns8i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocket-spin-22c3l5::after {
    display: inline-block;
  }
  .rocket-spin-22c3l5 {
    margin: 0;
    width: 100%;
  }
  .rocket-spin-8p1rdf {
    width: 100%;
  }
  .rocket-spin-8p1rdf.rocket-spin-u3xf1s {
    -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%;
  }
  .rocket-spin-8p1rdf.rocket-spin-u3xf1s .rocket-spin-voplus {
    width: 100%;
  }
  .rocket-spin-8p1rdf.rocket-spin-u3xf1s .rocket-spin-voplus:not(:last-child) {
    margin-right: 0;
  }
  .rocket-spin-eyipft {
    width: 100%;
    text-align: center;
  }
  .rocket-spin-u1o1j1.rocket-spin-mi4lsy .rocket-spin-8p1rdf {
    margin-top: 1rem;
  }
  .rocket-spin-oyqo16 {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocket-spin-2d0ah2,
  .rocket-spin-p186tw {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-vmkw8e,
  .rocket-spin-u4yumr,
  .rocket-spin-cvlt5f {
    grid-template-columns: 1fr;
  }
  .rocket-spin-978ls0 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rocket-spin-fte3s2 {
    min-width: 300px;
    max-width: 325px;
  }
  .rocket-spin-vwd6gf {
    cursor: auto;
  }
  .rocket-spin-8svy0j .rocket-spin-vwd6gf {
    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;
  }
  .rocket-spin-wuwdql {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rocket-spin-0ur979 {
    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) {
  .rocket-spin-wuwdql {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rocket-spin-cee81l p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rocket-spin-qhjpbo {
    margin: 0 -0.2rem;
  }
  .rocket-spin-cee81l {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rocket-spin-ydfzr4 {
    -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;
  }
  .rocket-spin-p10tjo {
    max-width: 100%;
  }
  .rocket-spin-oyqo16 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocket-spin-2d0ah2,
  .rocket-spin-p186tw {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rocket-spin-mn0g64 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocket-spin-qhjpbo {
    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;
  }
  .rocket-spin-vaa7ou {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocket-spin-zzqwhz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocket-spin-3pzhxc,
  .rocket-spin-ko279d {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rocket-spin-ym2k3l {
    width: 100%;
  }
  .rocket-spin-oyqo16 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rocket-spin-wuwdql {
    top: 127px !important;
  }
}

.rocket-spin-7tl2gx {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rocket-spin-7tl2gx {
  }
}

@media (max-width: 767px) {
  .rocket-spin-7tl2gx {
    margin-bottom: 12px;
  }
}

.rocket-spin-7tl2gx img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rocket-spin-ir96fr {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rocket-spin-ir96fr > .rocket-spin-wesnmo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rocket-spin-ir96fr {
    flex-direction: column;
    gap: 12px;
  }
}

.rocket-spin-9gox5s {
  display: flex;
}

.rocket-spin-9gox5s .rocket-spin-s9q9oc {
  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;
}

.rocket-spin-9gox5s .rocket-spin-ygmtrp {
  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;
}

.rocket-spin-9gox5s .rocket-spin-u93gjo {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rocket-spin-9gox5s .rocket-spin-zbobm3 {
  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));
  }
}

.rocket-spin-9gox5s .rocket-spin-zbobm3:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rocket-spin-9gox5s .rocket-spin-d23amu {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rocket-spin-d56htk {
  border: unset;
  background-color: unset;
}

.rocket-spin-d56htk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rocket-spin-d56htk .rocket-spin-kw466m,
.rocket-spin-d56htk .rocket-spin-f0mjdj {
  flex: 0 1 330px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 {
  flex: 1 1;
}

.rocket-spin-d56htk tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocket-spin-d56htk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rocket-spin-d56htk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rocket-spin-d56htk tr td p {
  color: #fff;
  margin: 0;
}

.rocket-spin-d56htk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rocket-spin-d56htk tr.rocket-spin-kw466m td p {
  padding: 16px 0;
}

.rocket-spin-d56htk tr.rocket-spin-kw466m td p:not(:last-child),
.rocket-spin-d56htk tr.rocket-spin-f0mjdj td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rocket-spin-d56htk tr.rocket-spin-kw466m td p:first-child,
.rocket-spin-d56htk tr.rocket-spin-f0mjdj td p:first-child {
  padding-top: 0;
}

.rocket-spin-d56htk tr.rocket-spin-f0mjdj td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocket-spin-d56htk tr.rocket-spin-f0mjdj td p:last-child {
  padding-bottom: 0;
}

.rocket-spin-d56htk .rocket-spin-f0mjdj img {
  max-width: 32px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 {
  min-width: 718px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td {
  display: flex;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe,
.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-b65dov,
.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-fpmnbx {
  flex: 1 1 50%;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-1adyqd {
  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;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-ht6ue2,
.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-nt79ch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe,
.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-b65dov {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe span,
.rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-b65dov span {
  font-weight: 800;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rocket-spin-d56htk tr.rocket-spin-kw466m td p:last-child {
    padding-bottom: 0;
  }
  .rocket-spin-d56htk .rocket-spin-f0mjdj > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rocket-spin-d56htk .rocket-spin-f0mjdj > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rocket-spin-d56htk tr.rocket-spin-kw466m td p:not(:last-child),
  .rocket-spin-d56htk tr.rocket-spin-f0mjdj td p:not(:last-child) {
    border-bottom: unset;
  }
  .rocket-spin-d56htk tr.rocket-spin-f0mjdj td p:last-child {
    padding-bottom: 12px;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe,
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-b65dov,
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-fpmnbx {
    flex: 1 1 50%;
    padding: 0;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe,
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-b65dov {
    margin-top: 16px;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-fpmnbx {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-28zwqe {
    border-right: 1px solid var(--border-color);
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-fpmnbx:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td:last-child .rocket-spin-fpmnbx:last-child {
    padding-bottom: 0;
  }
}

.rocket-spin-fpmnbx {
  display: flex;
  flex-direction: column;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx:not(:first-child) {
    padding-left: 0;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 td .rocket-spin-fpmnbx:not(:last-of-type) {
    border-right: unset;
  }
}

.rocket-spin-d56htk .rocket-spin-yoj9ym {
  flex: 0 1 485px;
}

.rocket-spin-d56htk .rocket-spin-vllc4d {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rocket-spin-d56htk .rocket-spin-vllc4d li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-d56htk .rocket-spin-vllc4d li.rocket-spin-fdqz4l {
  padding: 6px 12px;
}

.rocket-spin-d56htk .rocket-spin-vllc4d li a,
.rocket-spin-d56htk .rocket-spin-vllc4d 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;
}

.rocket-spin-d56htk .rocket-spin-ptjnzm,
.rocket-spin-d56htk .rocket-spin-hlkfvy {
  flex: 1 1;
}

.rocket-spin-d56htk .rocket-spin-4rbd7o,
.rocket-spin-d56htk .rocket-spin-59imbf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rocket-spin-d56htk .rocket-spin-4rbd7o li,
.rocket-spin-d56htk .rocket-spin-59imbf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocket-spin-d56htk .rocket-spin-hlkfvy img {
  max-width: 32px;
}

.rocket-spin-d56htk .rocket-spin-ptjnzm img {
  max-width: 32px;
}

.rocket-spin-d56htk .rocket-spin-tiwh56 {
  min-width: 280px;
}

.rocket-spin-d56htk .rocket-spin-tiwh56 img {
  max-width: 146px;
}

.rocket-spin-d56htk .rocket-spin-tiwh56 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rocket-spin-d56htk .rocket-spin-kw466m,
  .rocket-spin-d56htk .rocket-spin-f0mjdj {
    flex: 0 1 auto;
  }
  .rocket-spin-d56htk .rocket-spin-nr96f1 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rocket-spin-d56htk .rocket-spin-kw466m,
  .rocket-spin-d56htk .rocket-spin-yoj9ym,
  .rocket-spin-d56htk .rocket-spin-f0mjdj,
  .rocket-spin-d56htk .rocket-spin-nr96f1 {
    flex: 1 1 calc(50% - 20px);
  }
  .rocket-spin-d56htk .rocket-spin-ptjnzm,
  .rocket-spin-d56htk .rocket-spin-tiwh56,
  .rocket-spin-d56htk .rocket-spin-hlkfvy {
    flex: 1 1 30%;
  }
  .rocket-spin-d56htk .rocket-spin-tiwh56 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rocket-spin-d56htk .rocket-spin-kw466m,
  .rocket-spin-d56htk .rocket-spin-yoj9ym,
  .rocket-spin-d56htk .rocket-spin-ptjnzm,
  .rocket-spin-d56htk .rocket-spin-f0mjdj,
  .rocket-spin-d56htk .rocket-spin-nr96f1,
  .rocket-spin-d56htk .rocket-spin-tiwh56,
  .rocket-spin-d56htk .rocket-spin-hlkfvy {
    flex: 1 1 100%;
  }
}

.rocket-spin-ztcrfm .rocket-spin-abf06u {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rocket-spin-ztcrfm .rocket-spin-4dg7hb {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rocket-spin-ztcrfm .rocket-spin-2iazgg {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rocket-spin-ztcrfm .rocket-spin-rgauzm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rocket-spin-ztcrfm .rocket-spin-rgauzm > :nth-child(3) {
  margin-top: 0;
}

.rocket-spin-ztcrfm .rocket-spin-o28cpk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rocket-spin-ztcrfm .rocket-spin-drmxtr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rocket-spin-ztcrfm .rocket-spin-559xk1 {
  grid-column: 1/2;
}

.rocket-spin-ztcrfm > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rocket-spin-ztcrfm .rocket-spin-4dg7hb: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;
}

.rocket-spin-ztcrfm .rocket-spin-4dg7hb:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rocket-spin-ztcrfm .rocket-spin-ym2k3l {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rocket-spin-ztcrfm .rocket-spin-4dg7hb:not(:last-child):before {
    bottom: 8px;
  }
  .rocket-spin-ztcrfm .rocket-spin-4dg7hb:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rocket-spin-ztcrfm .rocket-spin-rgauzm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rocket-spin-ztcrfm .rocket-spin-o28cpk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rocket-spin-ztcrfm .rocket-spin-o28cpk img {
    width: 100%;
    height: auto;
  }
  .rocket-spin-ztcrfm .rocket-spin-ym2k3l {
    width: 100%;
    min-width: unset;
  }
}

.rocket-spin-hp1a5a .rocket-spin-x3tewm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rocket-spin-hp1a5a .rocket-spin-ulprvd {
  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;
}

.rocket-spin-hp1a5a .rocket-spin-o28cpk {
  height: 100%;
}

.rocket-spin-hp1a5a .rocket-spin-o28cpk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rocket-spin-hp1a5a .rocket-spin-l55rqk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rocket-spin-hp1a5a .rocket-spin-czet1k {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rocket-spin-hp1a5a .rocket-spin-q1z3jy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rocket-spin-hp1a5a .rocket-spin-ulprvd {
    flex: 1 1 100%;
  }
  .rocket-spin-hp1a5a .rocket-spin-9mre88 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rocket-spin-hp1a5a .rocket-spin-ulprvd {
    flex-direction: column;
  }
  .rocket-spin-hp1a5a .rocket-spin-o28cpk {
    width: 100%;
    height: auto;
  }
  .rocket-spin-hp1a5a .rocket-spin-o28cpk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rocket-spin-hp1a5a .rocket-spin-l55rqk {
    padding: 0 16px 16px 16px;
  }
  .rocket-spin-hp1a5a .rocket-spin-9mre88 {
    min-width: unset;
    width: 100%;
  }
}

.rocket-spin-ibfz7i .rocket-spin-mwpwfp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rocket-spin-ibfz7i .rocket-spin-o92837 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rocket-spin-ibfz7i 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;
}

.rocket-spin-ibfz7i .rocket-spin-6ar5h9 {
  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;
}

.rocket-spin-ibfz7i .rocket-spin-o92837:hover .rocket-spin-6ar5h9 {
  display: flex;
}

.rocket-spin-ibfz7i .rocket-spin-4lu5c1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocket-spin-ibfz7i .rocket-spin-ypjavm {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rocket-spin-xb8wf4 {
  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;
}

.rocket-spin-xb8wf4.rocket-spin-30iy1q {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rocket-spin-uw7hb8 ease-in-out;
}

.rocket-spin-xb8wf4.rocket-spin-30iy1q:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rocket-spin-ibfz7i .rocket-spin-5d6zdd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rocket-spin-uw7hb8 ease-in-out;
}

.rocket-spin-ibfz7i .rocket-spin-5d6zdd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rocket-spin-ibfz7i .rocket-spin-5d6zdd:after,
.rocket-spin-xb8wf4.rocket-spin-30iy1q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rocket-spin-xb8wf4.rocket-spin-30iy1q:after {
  background-image: url(../images/Cash.svg);
}

.rocket-spin-ibfz7i .rocket-spin-5d6zdd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rocket-spin-ibfz7i .rocket-spin-mwpwfp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rocket-spin-ibfz7i .rocket-spin-mwpwfp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rocket-spin-ibfz7i .rocket-spin-mwpwfp {
    grid-template-columns: 1fr;
  }
  .rocket-spin-ibfz7i .rocket-spin-o92837 {
    height: auto;
  }
  .rocket-spin-ibfz7i .rocket-spin-o92837 .rocket-spin-6ar5h9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rocket-spin-ibfz7i .rocket-spin-4lu5c1,
  .rocket-spin-ibfz7i .rocket-spin-ypjavm {
    text-align: left;
  }
  .rocket-spin-ibfz7i .rocket-spin-ypjavm {
    margin-bottom: 8px;
  }
  .rocket-spin-ibfz7i img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rocket-spin-4geybh {
  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;
}

.rocket-spin-4geybh.rocket-spin-9tchc1 {
  display: block;
}

.rocket-spin-4geybh .rocket-spin-dzkmuj {
  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;
}

.rocket-spin-4geybh .rocket-spin-hoy7a6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rocket-spin-4geybh .rocket-spin-vpqnih {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rocket-spin-4geybh .rocket-spin-kk2x0b {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rocket-spin-4geybh .rocket-spin-xb8wf4 {
  min-width: 296px;
  margin-bottom: 0;
}

.rocket-spin-4geybh .rocket-spin-51hrk1 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rocket-spin-4geybh .rocket-spin-yof941 {
  position: relative;
  flex: 1 1;
}

.rocket-spin-4geybh .rocket-spin-yof941 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rocket-spin-4geybh .rocket-spin-hoy7a6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rocket-spin-4geybh .rocket-spin-vpqnih {
    order: 1;
  }
  .rocket-spin-4geybh .rocket-spin-kk2x0b {
    order: 3;
    flex: 1 1 100%;
  }
  .rocket-spin-4geybh .rocket-spin-xb8wf4 {
    width: 100%;
    min-width: unset;
  }
  .rocket-spin-4geybh .rocket-spin-51hrk1 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rocket-spin-rrenfq > .rocket-spin-3kik04 {
    margin-bottom: 0;
  }
  .rocket-spin-rrenfq > .rocket-spin-559xk1,
  .rocket-spin-rrenfq > p {
    margin-top: 0;
  }
}

.rocket-spin-y8kkrc img,
.rocket-spin-cee81l img {
  width: auto;
  object-fit: contain;
}

.rocket-spin-y8kkrc {
  align-items: center;
}

.rocket-spin-y8kkrc img {
  max-height: 76px;
}

.rocket-spin-cee81l img {
  max-height: 64px;
}

.rocket-spin-berhq7 {
  overflow: auto;
}

.rocket-spin-pshdsw {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rocket-spin-6qocvu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rocket-spin-gwjh3h {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rocket-spin-abknyp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rocket-spin-gwjh3h .rocket-spin-o28cpk {
  margin-right: 20px;
  flex-shrink: 0;
}

.rocket-spin-gwjh3h img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rocket-spin-3oiexh {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rocket-spin-3oiexh > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-gwjh3h {
    padding: 15px 10px;
  }
  .rocket-spin-3oiexh {
    padding: 15px 10px;
  }
  .rocket-spin-gwjh3h .rocket-spin-o28cpk {
    margin-right: 10px;
  }
}

.rocket-spin-i77g3j {
  overflow-x: auto;
}

.rocket-spin-pe7uz5 {
  border-collapse: collapse;
  width: 100%;
}

.rocket-spin-i77g3j th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rocket-spin-i77g3j td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rocket-spin-i77g3j td.rocket-spin-ctf6k5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rocket-spin-i77g3j td.rocket-spin-0zaayl {
  border-right: none;
}

.rocket-spin-i77g3j td.rocket-spin-0zaayl .rocket-spin-o28cpk {
  justify-content: flex-start;
}

.rocket-spin-i77g3j td.rocket-spin-0zaayl .rocket-spin-o28cpk img {
  height: auto;
  width: 90px;
}

.rocket-spin-i77g3j td.rocket-spin-ii1mcm,
.rocket-spin-i77g3j td.rocket-spin-81dqce {
  font-weight: 600;
  text-align: right;
}

.rocket-spin-i77g3j td.rocket-spin-ucioun,
.rocket-spin-i77g3j td.rocket-spin-ii1mcm {
  padding-bottom: 10px;
  border-bottom: none;
}

.rocket-spin-i77g3j td.rocket-spin-ii1mcm,
.rocket-spin-i77g3j td.rocket-spin-81dqce {
  border-left: none;
}

.rocket-spin-i77g3j td.rocket-spin-ucioun,
.rocket-spin-i77g3j td.rocket-spin-2jef00 {
  border-right: none;
}

.rocket-spin-i77g3j td.rocket-spin-2jef00,
.rocket-spin-i77g3j td.rocket-spin-81dqce {
  border-top: none;
  padding-top: 10px;
}

.rocket-spin-3dv2pc {
  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;
}

.rocket-spin-3dv2pc .rocket-spin-9mre88 {
  min-width: unset;
  width: 100%;
}

.rocket-spin-3dv2pc .rocket-spin-9mre88.rocket-spin-uu3o83 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rocket-spin-3dv2pc .rocket-spin-9mre88.rocket-spin-ialtpk {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rocket-spin-3dv2pc .rocket-spin-oyc5o7 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocket-spin-3dv2pc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rocket-spin-3dv2pc .rocket-spin-9mre88.rocket-spin-uu3o83 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocket-spin-3dv2pc .rocket-spin-9mre88.rocket-spin-ialtpk {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rocket-spin-3dv2pc .rocket-spin-oyc5o7 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rocket-spin-6ucxlo {
  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;
}

.rocket-spin-5229o0 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rocket-spin-6hq2ha p a img {
  margin: 0 auto;
  display: block;
}

.rocket-spin-6hq2ha table {
  margin-bottom: 17px;
}

/* contanct form */
.rocket-spin-7llnrs {
  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;
}

.rocket-spin-7llnrs label {
  font-size: 14px;
}

.rocket-spin-7llnrs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocket-spin-7llnrs input,
.rocket-spin-7llnrs textarea,
.rocket-spin-7llnrs 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;
}
.rocket-spin-7llnrs button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocket-spin-uw7hb8 ease;
}
.rocket-spin-7llnrs button:hover {
  background-color: #691204;
}
.rocket-spin-qr3sf1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocket-spin-9afvug ease-in;
}

.rocket-spin-qr3sf1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}