@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);
}

.slot-bunny-pp30zb {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slot-bunny-o204vg {
  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.slot-bunny-cqdfej,
ul.slot-bunny-cqdfej {
  padding-left: 20px;
}

ul.slot-bunny-cqdfej {
  list-style: disc;
}

ol.slot-bunny-cqdfej {
  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;
  }
}

.slot-bunny-ivn0gr > .slot-bunny-2ehp7a,
.slot-bunny-ivn0gr > .slot-bunny-j8l1q1,
.slot-bunny-ivn0gr > blockquote,
.slot-bunny-ivn0gr > h1,
.slot-bunny-ivn0gr > h2,
.slot-bunny-ivn0gr > h3,
.slot-bunny-ivn0gr > h4,
.slot-bunny-ivn0gr > h5,
.slot-bunny-ivn0gr > h6,
.slot-bunny-ivn0gr > ol,
.slot-bunny-ivn0gr > p,
.slot-bunny-ivn0gr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slot-bunny-ivn0gr > ol,
.slot-bunny-ivn0gr > ul {
  padding-left: 50px;
}

.slot-bunny-ivn0gr 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;
}

.slot-bunny-ivn0gr:not(:last-child) {
  margin-bottom: 2rem;
}

.slot-bunny-ivn0gr > :not(:first-child) {
  margin-top: 2rem;
}

.slot-bunny-ivn0gr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slot-bunny-ivn0gr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slot-bunny-ivn0gr:first-child {
    margin-top: 20px;
  }
}

.slot-bunny-ivn0gr > p:last-of-type {
  margin-bottom: 32px;
}

.slot-bunny-ivn0gr > .slot-bunny-370kkr:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slot-bunny-u79qrf > .slot-bunny-370kkr {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slot-bunny-j8l1q1 {
  overflow: auto;
}

.slot-bunny-j8l1q1::-webkit-scrollbar {
  height: 5px;
}

.slot-bunny-j8l1q1 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slot-bunny-j8l1q1 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slot-bunny-j8l1q1 table thead,
table thead {
  border-bottom: none;
}

.slot-bunny-j8l1q1 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slot-bunny-j8l1q1 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slot-bunny-j8l1q1 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slot-bunny-j8l1q1 .slot-bunny-a0t6kx {
  table-layout: auto;
}

.slot-bunny-j8l1q1 .slot-bunny-a0t6kx th {
  word-break: normal;
}

.slot-bunny-j8l1q1 .slot-bunny-a0t6kx td {
  word-break: normal;
}

.slot-bunny-pp30zb .slot-bunny-pp30zb {
  padding-right: 0;
  padding-left: 0;
}

.slot-bunny-i6plvd {
  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;
}

.slot-bunny-kv2hbm {
  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;
}

.slot-bunny-2pvlob {
  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;
}

.slot-bunny-2ehp7a {
  margin-top: 24px;
}

.slot-bunny-2ehp7a.slot-bunny-v4hnq1 {
  text-align: left;
}

.slot-bunny-2ehp7a.slot-bunny-tabqd0 {
  text-align: right;
}

.slot-bunny-2ehp7a.slot-bunny-bglvzk {
  text-align: center;
}

.slot-bunny-865o7z {
  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.slot-bunny-cxnw7n ease-in-out;
  cursor: pointer;
}

.slot-bunny-865o7z:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slot-bunny-865o7z {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slot-bunny-865o7z {
    min-width: unset;
  }
}

.slot-bunny-zz51k0 {
  background-color: var(--fh-bg-color);
}

.slot-bunny-h54018 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slot-bunny-x1inmy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.slot-bunny-x1inmy img {
  max-height: 44px;
  object-fit: contain;
}

.slot-bunny-gzwku3 {
  flex: 1 1;
}

.slot-bunny-b83tha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slot-bunny-1fdtu2 {
  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;
}

.slot-bunny-1fdtu2 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;
}

.slot-bunny-1fdtu2.slot-bunny-79nqzj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slot-bunny-1fdtu2.slot-bunny-79nqzj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slot-bunny-1fdtu2.slot-bunny-79nqzj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slot-bunny-gzwku3 + .slot-bunny-b83tha {
  margin-left: 20px;
}

.slot-bunny-u98aw0 {
  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;
}

.slot-bunny-u98aw0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.slot-bunny-u98aw0 + .slot-bunny-u98aw0 {
  margin-left: 5px;
}

.slot-bunny-dz7kr4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slot-bunny-dz7kr4:hover {
  background-color: var(--button-bg-hover);
}

.slot-bunny-9xvo3m {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slot-bunny-cxnw7n ease-in-out;
  border: 1px solid var(--border-color);
}

.slot-bunny-9xvo3m:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slot-bunny-azcoa9 {
  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) {
  .slot-bunny-gzwku3 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slot-bunny-azcoa9 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slot-bunny-gzwku3 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slot-bunny-u98aw0 {
    min-width: unset;
    flex: 1 1;
  }
}

.slot-bunny-drtqqu {
  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;
}

.slot-bunny-drtqqu:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slot-bunny-drtqqu:hover .slot-bunny-6qqha7 {
  opacity: 1;
  pointer-events: auto;
}

.slot-bunny-dz3upf {
  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.slot-bunny-w5xea2 ease-in-out;
  gap: 4px;
}

.slot-bunny-dz3upf > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slot-bunny-dz3upf .slot-bunny-i6plvd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slot-bunny-kz29xh,
.slot-bunny-dz3upf:hover {
  color: var(--button-bg-hover);
}

.slot-bunny-ian7hu {
  position: relative;
}

.slot-bunny-ian7hu .slot-bunny-dz3upf {
  margin-right: 0;
  padding-right: 4px;
}

.slot-bunny-30f4gy svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slot-bunny-ian7hu.slot-bunny-79nqzj .slot-bunny-30f4gy svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slot-bunny-ian7hu.slot-bunny-79nqzj .slot-bunny-6qqha7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slot-bunny-ian7hu.slot-bunny-79nqzj .slot-bunny-6qqha7::before {
  display: none;
}

.slot-bunny-30f4gy svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slot-bunny-6qqha7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slot-bunny-sch4sv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slot-bunny-6qqha7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slot-bunny-6qqha7:hover {
  color: var(--fh-bg-color);
}

.slot-bunny-8rate9 {
  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.slot-bunny-sch4sv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slot-bunny-w5xea2 ease-in-out;
  -o-transition: 0.slot-bunny-w5xea2 ease-in-out;
  transition: 0.slot-bunny-w5xea2 ease-in-out;
}

.slot-bunny-8rate9 .slot-bunny-i6plvd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slot-bunny-rgwfmn,
.slot-bunny-8rate9:hover {
  color: var(--button-bg-hover);
}

.slot-bunny-hpc3hv {
  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%;
}

.slot-bunny-hpc3hv.slot-bunny-fkjw6x {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slot-bunny-hpc3hv.slot-bunny-fkjw6x:after,
.slot-bunny-hpc3hv.slot-bunny-fkjw6x:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slot-bunny-hpc3hv.slot-bunny-fkjw6x: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);
  }
}

.slot-bunny-hpc3hv.slot-bunny-fkjw6x:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slot-bunny-hpc3hv.slot-bunny-fkjw6x > * {
  z-index: 1;
}

.slot-bunny-hpc3hv b,
.slot-bunny-hpc3hv strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slot-bunny-hpc3hv .slot-bunny-10s7v6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slot-bunny-hpc3hv .slot-bunny-inhis1 {
  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;
}

.slot-bunny-hpc3hv .slot-bunny-i6plvd {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slot-bunny-hpc3hv .slot-bunny-71lcj0 {
  margin-top: 12px;
}

.slot-bunny-71lcj0 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slot-bunny-dxqjin {
  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;
}

.slot-bunny-71lcj0 .slot-bunny-syqzc7 {
  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.slot-bunny-cxnw7n ease-in-out;
}

.slot-bunny-71lcj0 .slot-bunny-syqzc7:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slot-bunny-wkmq5a {
  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;
}

.slot-bunny-hpc3hv.slot-bunny-k5mnhy {
  gap: 12px;
  padding: 16px;
}

.slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-wkmq5a {
  min-width: 240px;
}

.slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-wkmq5a.slot-bunny-40pnos {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slot-bunny-hpc3hv .slot-bunny-10s7v6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slot-bunny-hpc3hv .slot-bunny-inhis1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slot-bunny-hpc3hv .slot-bunny-i6plvd {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-i6plvd {
    max-width: 126px;
  }
  .slot-bunny-hpc3hv .slot-bunny-71lcj0 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slot-bunny-hpc3hv .slot-bunny-dxqjin {
    max-width: unset;
  }
  .slot-bunny-wkmq5a {
    min-width: unset;
    width: 100%;
  }
  .slot-bunny-hpc3hv .slot-bunny-wkmq5a {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy {
    grid-template-rows: auto 1fr auto;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-wkmq5a {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slot-bunny-hpc3hv {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slot-bunny-hpc3hv .slot-bunny-10s7v6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slot-bunny-hpc3hv .slot-bunny-i6plvd {
    max-width: 78px;
  }
  .slot-bunny-hpc3hv .slot-bunny-71lcj0 {
    margin-top: -12px;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy {
    gap: 8px;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-10s7v6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-inhis1 {
    grid-column: 1/3;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-i6plvd {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slot-bunny-hpc3hv.slot-bunny-k5mnhy .slot-bunny-i6plvd img {
    max-width: 114px;
  }
}

.slot-bunny-wkmq5a.slot-bunny-m0l2pu,
.slot-bunny-wkmq5a.slot-bunny-6z9qcq,
.slot-bunny-wkmq5a.slot-bunny-wwwdlg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slot-bunny-cxnw7n ease-in-out;
}

.slot-bunny-wkmq5a.slot-bunny-m0l2pu,
.slot-bunny-wkmq5a.slot-bunny-wwwdlg {
  padding: 10px;
}

.slot-bunny-wkmq5a.slot-bunny-m0l2pu:hover,
.slot-bunny-wkmq5a.slot-bunny-6z9qcq:hover,
.slot-bunny-wkmq5a.slot-bunny-wwwdlg:hover {
  background: var(--button-bg-hover);
}

.slot-bunny-wkmq5a.slot-bunny-m0l2pu:hover svg path,
.slot-bunny-wkmq5a.slot-bunny-wwwdlg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slot-bunny-wkmq5a.slot-bunny-40pnos {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slot-bunny-cxnw7n ease-in-out;
  background: var(--button-bg-color);
}

.slot-bunny-wkmq5a.slot-bunny-40pnos:hover {
  background-color: var(--button-bg-hover);
}

.slot-bunny-wkmq5a.slot-bunny-6z9qcq: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);
  }
}

.slot-bunny-wkmq5a.slot-bunny-6z9qcq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slot-bunny-wkmq5a.slot-bunny-40pnos:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slot-bunny-o8slrc {
  max-width: 650px;
}

.slot-bunny-gfakcl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slot-bunny-avykuu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slot-bunny-glkmr2 {
  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.slot-bunny-w5xea2 ease-in-out;
  cursor: pointer;
}

.slot-bunny-glkmr2:hover {
  opacity: 0.5;
}

.slot-bunny-glkmr2:focus {
  outline: 0;
}

.slot-bunny-glkmr2:focus .slot-bunny-x90eh1,
.slot-bunny-glkmr2:hover .slot-bunny-x90eh1 {
  fill: red;
  fill-opacity: 1;
}

.slot-bunny-glkmr2:hover {
  cursor: pointer;
}

.slot-bunny-e7rf98 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slot-bunny-o8slrc.slot-bunny-bglvzk {
  margin: 0 auto;
}

.slot-bunny-o8slrc.slot-bunny-tabqd0 {
  margin-left: auto;
}

.slot-bunny-ly0cxu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slot-bunny-sbe8xh {
  padding-bottom: 50px;
}

.slot-bunny-3v5zhi {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slot-bunny-p6zo75 {
  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;
}

.slot-bunny-peixpp {
  margin-top: 24px;
}

.slot-bunny-zv6b74 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slot-bunny-1n9dto {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slot-bunny-xma2wq {
  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;
}

.slot-bunny-xapupb {
  width: 468px;
}

.slot-bunny-xma2wq .slot-bunny-6qqha7 {
  margin: 0.slot-bunny-7o2glh 0;
}

.slot-bunny-lwomj1 {
  display: flex;
  min-width: 224px;
}

.slot-bunny-u84dgq {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slot-bunny-w5xea2 ease-in-out;
}

.slot-bunny-zkp34i,
.slot-bunny-u84dgq:hover {
  color: var(--text-color);
}

.slot-bunny-z0t52d {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slot-bunny-33f1jw {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slot-bunny-ly0cxu {
    padding: 16px;
  }
  .slot-bunny-z0t52d {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slot-bunny-33f1jw {
    align-items: center;
  }
  .slot-bunny-xapupb {
    width: unset;
  }
  .slot-bunny-lwomj1 {
    min-width: unset;
  }
  .slot-bunny-xma2wq {
    max-height: unset;
  }
  .slot-bunny-3v5zhi {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slot-bunny-ly0cxu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slot-bunny-0zfsss {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slot-bunny-0zfsss:not(:last-child) {
  margin-bottom: 16px;
}

.slot-bunny-7dfmuq {
  outline: 0;
}

.slot-bunny-7dfmuq .slot-bunny-twji8o {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slot-bunny-ry6ok8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slot-bunny-ry6ok8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slot-bunny-ry6ok8::-webkit-details-marker {
  display: none;
}

.slot-bunny-ry6ok8: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;
}

.slot-bunny-ry6ok8: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] .slot-bunny-ry6ok8:after {
  transform: unset;
}

.slot-bunny-twji8o {
  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);
}

.slot-bunny-twji8o 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.slot-bunny-w5xea2 ease-in-out;
  -o-transition: 0.slot-bunny-w5xea2 ease-in-out;
  transition: 0.slot-bunny-w5xea2 ease-in-out;
}

.slot-bunny-p82ih6 {
  padding: 16px 0 0 0;
}

.slot-bunny-p82ih6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slot-bunny-p82ih6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slot-bunny-ry6ok8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slot-bunny-ry6ok8::after {
    margin-left: auto;
  }
  .slot-bunny-twji8o {
    order: 3;
    flex: 1 1 100%;
  }
  .slot-bunny-ry6ok8 {
    font-size: 14px;
    line-height: 130%;
  }
  .slot-bunny-twji8o svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slot-bunny-eeg2yn {
  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;
}

.slot-bunny-rrj6x5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slot-bunny-eeg2yn.slot-bunny-79nqzj .slot-bunny-rrj6x5 {
  margin-bottom: 12px;
}

.slot-bunny-rrj6x5::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;
}

.slot-bunny-eeg2yn.slot-bunny-79nqzj .slot-bunny-rrj6x5::after {
  transform: unset;
}

.slot-bunny-9u0knl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slot-bunny-7dyw45 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slot-bunny-w5xea2 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slot-bunny-7dyw45: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;
}

.slot-bunny-eeg2yn.slot-bunny-79nqzj .slot-bunny-9u0knl {
  max-height: 100%;
}

.slot-bunny-ujcxp2 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slot-bunny-gf5etk {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slot-bunny-7qgacc {
  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;
}

.slot-bunny-jjswxc {
  margin-right: 4px;
}

.slot-bunny-0ezfnh {
  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.slot-bunny-w5xea2 ease-in-out;
}

.slot-bunny-0ezfnh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slot-bunny-ax5on5,
.slot-bunny-0ezfnh:hover {
  color: var(--text-color);
}

.slot-bunny-fdi9ax {
  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;
}

.slot-bunny-fdi9ax img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slot-bunny-fdi9ax .slot-bunny-oil5tc {
  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;
}

.slot-bunny-fdi9ax .slot-bunny-um83dg {
  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;
}

.slot-bunny-5uile3 {
  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;
}

.slot-bunny-gkp8sl {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slot-bunny-hndb7d .slot-bunny-pp30zb {
  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;
}

.slot-bunny-hndb7d {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slot-bunny-zlgmxw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slot-bunny-o2gudh {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slot-bunny-10d2te {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slot-bunny-gbj4za 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;
}

.slot-bunny-10d2te:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slot-bunny-maa7l9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slot-bunny-s72tgt {
  -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.slot-bunny-w5xea2 ease-in-out;
  transition: transform 0.slot-bunny-w5xea2 ease-in-out;
  -o-transition: transform 0.slot-bunny-w5xea2 ease-in-out;
  transition:
    transform 0.slot-bunny-w5xea2 ease-in-out,
    -webkit-transform 0.slot-bunny-w5xea2 ease-in-out;
  cursor: pointer;
}

.slot-bunny-s72tgt svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slot-bunny-s72tgt: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;
}

.slot-bunny-q6yoih {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slot-bunny-q6yoih {
    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);
}

.slot-bunny-xuoxuh {
  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;
}

.slot-bunny-0kzojm {
  position: relative;
  width: 100%;
}

.slot-bunny-xuoxuh.slot-bunny-epd1i7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slot-bunny-xuoxuh.slot-bunny-bglvzk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slot-bunny-xuoxuh.slot-bunny-tabqd0 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slot-bunny-6u3n06 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slot-bunny-q5na7i {
  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.slot-bunny-w5xea2 ease-in-out;
  cursor: pointer;
}

.slot-bunny-q5na7i:hover {
  opacity: 0.5;
}

.slot-bunny-xuoxuh.slot-bunny-2chp82 .slot-bunny-q5na7i {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slot-bunny-xuoxuh.slot-bunny-2chp82 .slot-bunny-6u3n06 {
  cursor: pointer;
}

.slot-bunny-ato060 {
  fill: #0009;
}

.slot-bunny-hhxk0j {
  fill: #fff;
}

.slot-bunny-q5na7i:hover .slot-bunny-ato060 {
  fill: red;
}

.slot-bunny-q5na7i svg path {
  -webkit-transition: 0.slot-bunny-w5xea2 ease-in-out;
  -o-transition: 0.slot-bunny-w5xea2 ease-in-out;
  transition: 0.slot-bunny-w5xea2 ease-in-out;
}

.slot-bunny-849u8b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slot-bunny-849u8b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slot-bunny-849u8b.slot-bunny-27qmm5 > :not(.get-image) {
  grid-column: 1/3;
}

.slot-bunny-wfymgr:not(._h1-block) .slot-bunny-849u8b > .slot-bunny-370kkr {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slot-bunny-849u8b.slot-bunny-27qmm5 .slot-bunny-cg1heg {
  grid-column: 2/3;
}

.slot-bunny-849u8b.slot-bunny-27qmm5 > .slot-bunny-i6plvd {
  grid-column: 1/2;
}

.slot-bunny-849u8b.slot-bunny-27qmm5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slot-bunny-849u8b > p:first-of-type {
  margin-top: 0;
}

.slot-bunny-849u8b .slot-bunny-i6plvd {
  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;
}

.slot-bunny-wfymgr:not(._h1-block) .slot-bunny-370kkr ~ .slot-bunny-i6plvd {
  grid-row: 2/10;
}

.slot-bunny-wfymgr.slot-bunny-yt0e34 .slot-bunny-370kkr ~ .slot-bunny-i6plvd {
  grid-row: 1/10;
}

.slot-bunny-wfymgr.slot-bunny-yt0e34 > .slot-bunny-370kkr {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slot-bunny-wfymgr.slot-bunny-yt0e34 .slot-bunny-i6plvd {
  grid-row: 1/10;
}

.slot-bunny-849u8b.slot-bunny-cw7ic6 .slot-bunny-i6plvd {
  align-items: flex-start;
}

.slot-bunny-849u8b.slot-bunny-bglvzk .slot-bunny-cg1heg {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slot-bunny-849u8b.slot-bunny-bglvzk .slot-bunny-i6plvd {
  align-items: center;
}

.slot-bunny-849u8b.slot-bunny-d1pul6 .slot-bunny-i6plvd {
  align-items: flex-end;
}

.slot-bunny-cg1heg > :first-child {
  margin-top: 0;
}

.slot-bunny-cg1heg > :last-child {
  margin-bottom: 0;
}

* + .slot-bunny-p0sd1s,
.slot-bunny-wfymgr + .slot-bunny-wfymgr {
  margin-top: 2rem;
}

.slot-bunny-fsonzi td::before,
.slot-bunny-fsonzi th::after {
  display: none !important;
}

.slot-bunny-fsonzi #link-selector {
  color: #000;
}

.slot-bunny-fsonzi .slot-bunny-uuqq0v {
  color: #135e96;
}

.slot-bunny-fsonzi .slot-bunny-phg0vn *,
.slot-bunny-fsonzi .slot-bunny-vtfg7r p,
.slot-bunny-fsonzi .slot-bunny-fqo0yh * {
  color: #000;
}

.slot-bunny-fsonzi .slot-bunny-ffl9hx {
  background: 0 0 !important;
}

.slot-bunny-fsonzi .slot-bunny-jk8viv {
  color: #000;
}

.slot-bunny-fsonzi .slot-bunny-mro8sn.slot-bunny-e19nme {
  color: #fff;
}

.slot-bunny-fsonzi .slot-bunny-nwrshv {
  color: #000;
}

.slot-bunny-fsonzi
  .slot-bunny-69oq2l
  .slot-bunny-yt4xu1.slot-bunny-e19nme.slot-bunny-ax7zi1 {
  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;
}

.slot-bunny-w9zn6s,
body .slot-bunny-4vo438 {
  color: #000;
  background: var(--color-body) !important;
}

.slot-bunny-w9zn6s .slot-bunny-px1hco .slot-bunny-ah6k3m,
body .slot-bunny-4vo438 .slot-bunny-px1hco .slot-bunny-ah6k3m {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slot-bunny-7dyw45:focus,
  .slot-bunny-7dyw45:hover {
    color: #f9cb16;
  }
  .slot-bunny-o481kr:focus,
  .slot-bunny-o481kr:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slot-bunny-7u92jk:focus img,
  .slot-bunny-7u92jk:focus svg,
  .slot-bunny-7u92jk:hover img,
  .slot-bunny-7u92jk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slot-bunny-fdi9ax {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slot-bunny-ian7hu:hover .slot-bunny-30f4gy svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slot-bunny-30f4gy {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slot-bunny-6e2ln3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slot-bunny-43j6ux {
    grid-template-columns: repeat(4, 1fr);
  }
  .slot-bunny-bshrdd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slot-bunny-4h5dtj .slot-bunny-c54962 {
    grid-template-columns: 1fr;
  }
  .slot-bunny-4h5dtj .slot-bunny-0bdpal {
    -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;
  }
  .slot-bunny-4h5dtj .slot-bunny-o3pcjo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slot-bunny-4h5dtj .slot-bunny-rt71re {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slot-bunny-4h5dtj .slot-bunny-d24d88 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slot-bunny-4h5dtj .slot-bunny-o3pcjo:not(:first-child) {
    border: none;
  }
  .slot-bunny-4h5dtj .slot-bunny-o3pcjo:first-child .slot-bunny-rt71re {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slot-bunny-4h5dtj .slot-bunny-o3pcjo:last-child .slot-bunny-rt71re {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slot-bunny-h54018 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slot-bunny-x1inmy {
    max-width: 100px;
  }
  .slot-bunny-gzwku3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slot-bunny-b83tha {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slot-bunny-b83tha svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slot-bunny-1fdtu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slot-bunny-gzwku3 + .slot-bunny-b83tha {
    margin-left: auto;
  }
  .slot-bunny-rw8th2 {
    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;
  }
  .slot-bunny-rw8th2.slot-bunny-79nqzj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slot-bunny-azcoa9 {
    -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;
  }
  .slot-bunny-drtqqu {
    width: 100%;
  }
  .slot-bunny-drtqqu:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slot-bunny-dz3upf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slot-bunny-dz3upf svg {
    margin-right: 4px;
  }
  .slot-bunny-ian7hu {
    -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;
  }
  .slot-bunny-30f4gy svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slot-bunny-30f4gy {
    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;
  }
  .slot-bunny-6qqha7 {
    display: none;
    width: 100%;
  }
  .slot-bunny-ian7hu.slot-bunny-79nqzj .slot-bunny-6qqha7 {
    padding: 0 0 0 48px;
  }
  .slot-bunny-8rate9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slot-bunny-p6zo75 .slot-bunny-i6plvd {
    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;
  }
  .slot-bunny-5emrzf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slot-bunny-5emrzf + .slot-bunny-5emrzf {
    margin-right: 0;
  }
  .slot-bunny-5emrzf + .slot-bunny-i6plvd {
    margin: 0;
  }
  .slot-bunny-6e2ln3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .slot-bunny-43j6ux {
    grid-template-columns: repeat(3, 1fr);
  }
  .slot-bunny-1age7u,
  .slot-bunny-p0xowg {
    grid-template-columns: repeat(2, 1fr);
  }
  .slot-bunny-849u8b {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slot-bunny-849u8b.slot-bunny-27qmm5 .slot-bunny-cg1heg {
    grid-column: auto;
    grid-row: auto;
  }
  .slot-bunny-849u8b > .slot-bunny-370kkr {
    grid-column: 1/2;
  }
  .slot-bunny-849u8b.slot-bunny-27qmm5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .slot-bunny-849u8b .slot-bunny-i6plvd,
  .slot-bunny-849u8b.slot-bunny-27qmm5 > .slot-bunny-i6plvd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slot-bunny-849u8b.slot-bunny-27qmm5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slot-bunny-wfymgr.slot-bunny-yt0e34 .slot-bunny-849u8b > .slot-bunny-i6plvd {
    grid-row: 1/2;
  }
  .slot-bunny-849u8b .slot-bunny-370kkr ~ .slot-bunny-i6plvd,
  .slot-bunny-849u8b.slot-bunny-27qmm5 .slot-bunny-370kkr ~ .slot-bunny-i6plvd {
    grid-row: 2/3;
  }
  .slot-bunny-wfymgr.slot-bunny-yt0e34 .slot-bunny-370kkr ~ .slot-bunny-i6plvd {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slot-bunny-ivn0gr:first-child .slot-bunny-lqrz18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slot-bunny-ivn0gr:first-child .slot-bunny-lqrz18 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slot-bunny-ivn0gr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slot-bunny-ivn0gr {
    padding: 0;
  }
  .slot-bunny-2ehp7a {
    margin-top: 1rem;
  }
  .slot-bunny-7dfmuq {
    border-radius: 5px;
  }
  .slot-bunny-yvqubo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slot-bunny-rrj6x5::after {
    display: inline-block;
  }
  .slot-bunny-rrj6x5 {
    margin: 0;
    width: 100%;
  }
  .slot-bunny-9u0knl {
    width: 100%;
  }
  .slot-bunny-9u0knl.slot-bunny-ih6phx {
    -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%;
  }
  .slot-bunny-9u0knl.slot-bunny-ih6phx .slot-bunny-vzg9tu {
    width: 100%;
  }
  .slot-bunny-9u0knl.slot-bunny-ih6phx .slot-bunny-vzg9tu:not(:last-child) {
    margin-right: 0;
  }
  .slot-bunny-7dyw45 {
    width: 100%;
    text-align: center;
  }
  .slot-bunny-eeg2yn.slot-bunny-79nqzj .slot-bunny-9u0knl {
    margin-top: 1rem;
  }
  .slot-bunny-6e2ln3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .slot-bunny-bshrdd,
  .slot-bunny-43j6ux {
    grid-template-columns: repeat(2, 1fr);
  }
  .slot-bunny-1age7u,
  .slot-bunny-p0xowg,
  .slot-bunny-vt41ce {
    grid-template-columns: 1fr;
  }
  .slot-bunny-suxfsh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slot-bunny-m7i1sk {
    min-width: 300px;
    max-width: 325px;
  }
  .slot-bunny-rt71re {
    cursor: auto;
  }
  .slot-bunny-4hajtt .slot-bunny-rt71re {
    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;
  }
  .slot-bunny-q6yoih {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slot-bunny-6qqha7 {
    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) {
  .slot-bunny-q6yoih {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slot-bunny-5emrzf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slot-bunny-b83tha {
    margin: 0 -0.2rem;
  }
  .slot-bunny-5emrzf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slot-bunny-d6ajnu {
    -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;
  }
  .slot-bunny-yjalav {
    max-width: 100%;
  }
  .slot-bunny-6e2ln3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slot-bunny-bshrdd,
  .slot-bunny-43j6ux {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slot-bunny-h54018 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slot-bunny-b83tha {
    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;
  }
  .slot-bunny-zz51k0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slot-bunny-u98aw0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slot-bunny-mdvct2,
  .slot-bunny-pruami {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slot-bunny-865o7z {
    width: 100%;
  }
  .slot-bunny-6e2ln3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slot-bunny-q6yoih {
    top: 127px !important;
  }
}

.slot-bunny-mhyje5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slot-bunny-mhyje5 {
  }
}

@media (max-width: 767px) {
  .slot-bunny-mhyje5 {
    margin-bottom: 12px;
  }
}

.slot-bunny-mhyje5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slot-bunny-46y93a {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slot-bunny-46y93a > .slot-bunny-ayrmed {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slot-bunny-46y93a {
    flex-direction: column;
    gap: 12px;
  }
}

.slot-bunny-uh7omb {
  display: flex;
}

.slot-bunny-uh7omb .slot-bunny-5oz9eq {
  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;
}

.slot-bunny-uh7omb .slot-bunny-h5ifca {
  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;
}

.slot-bunny-uh7omb .slot-bunny-noxscy {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slot-bunny-uh7omb .slot-bunny-3i9mix {
  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));
  }
}

.slot-bunny-uh7omb .slot-bunny-3i9mix:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slot-bunny-uh7omb .slot-bunny-vx2doq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slot-bunny-2o6moq {
  border: unset;
  background-color: unset;
}

.slot-bunny-2o6moq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slot-bunny-2o6moq .slot-bunny-8sronf,
.slot-bunny-2o6moq .slot-bunny-mo9sh7 {
  flex: 0 1 330px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k {
  flex: 1 1;
}

.slot-bunny-2o6moq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slot-bunny-2o6moq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slot-bunny-2o6moq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slot-bunny-2o6moq tr td p {
  color: #fff;
  margin: 0;
}

.slot-bunny-2o6moq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slot-bunny-2o6moq tr.slot-bunny-8sronf td p {
  padding: 16px 0;
}

.slot-bunny-2o6moq tr.slot-bunny-8sronf td p:not(:last-child),
.slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slot-bunny-2o6moq tr.slot-bunny-8sronf td p:first-child,
.slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p:first-child {
  padding-top: 0;
}

.slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p:last-child {
  padding-bottom: 0;
}

.slot-bunny-2o6moq .slot-bunny-mo9sh7 img {
  max-width: 32px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k {
  min-width: 718px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td {
  display: flex;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad,
.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-bd6usg,
.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-aouyoc {
  flex: 1 1 50%;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-83uiot {
  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;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-z5aqa3,
.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-opwrml {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad,
.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-bd6usg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad span,
.slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-bd6usg span {
  font-weight: 800;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slot-bunny-2o6moq tr.slot-bunny-8sronf td p:last-child {
    padding-bottom: 0;
  }
  .slot-bunny-2o6moq .slot-bunny-mo9sh7 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slot-bunny-2o6moq .slot-bunny-mo9sh7 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slot-bunny-2o6moq tr.slot-bunny-8sronf td p:not(:last-child),
  .slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p:not(:last-child) {
    border-bottom: unset;
  }
  .slot-bunny-2o6moq tr.slot-bunny-mo9sh7 td p:last-child {
    padding-bottom: 12px;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad,
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-bd6usg,
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-aouyoc {
    flex: 1 1 50%;
    padding: 0;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad,
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-bd6usg {
    margin-top: 16px;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-aouyoc {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-873jad {
    border-right: 1px solid var(--border-color);
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-aouyoc:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td:last-child .slot-bunny-aouyoc:last-child {
    padding-bottom: 0;
  }
}

.slot-bunny-aouyoc {
  display: flex;
  flex-direction: column;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc:not(:first-child) {
    padding-left: 0;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k td .slot-bunny-aouyoc:not(:last-of-type) {
    border-right: unset;
  }
}

.slot-bunny-2o6moq .slot-bunny-mlxt46 {
  flex: 0 1 485px;
}

.slot-bunny-2o6moq .slot-bunny-i2ge2r {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slot-bunny-2o6moq .slot-bunny-i2ge2r li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slot-bunny-2o6moq .slot-bunny-i2ge2r li.slot-bunny-gjvt33 {
  padding: 6px 12px;
}

.slot-bunny-2o6moq .slot-bunny-i2ge2r li a,
.slot-bunny-2o6moq .slot-bunny-i2ge2r 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;
}

.slot-bunny-2o6moq .slot-bunny-przwqc,
.slot-bunny-2o6moq .slot-bunny-rosxo8 {
  flex: 1 1;
}

.slot-bunny-2o6moq .slot-bunny-efxex7,
.slot-bunny-2o6moq .slot-bunny-b6u0ti {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slot-bunny-2o6moq .slot-bunny-efxex7 li,
.slot-bunny-2o6moq .slot-bunny-b6u0ti li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slot-bunny-2o6moq .slot-bunny-rosxo8 img {
  max-width: 32px;
}

.slot-bunny-2o6moq .slot-bunny-przwqc img {
  max-width: 32px;
}

.slot-bunny-2o6moq .slot-bunny-2997iu {
  min-width: 280px;
}

.slot-bunny-2o6moq .slot-bunny-2997iu img {
  max-width: 146px;
}

.slot-bunny-2o6moq .slot-bunny-2997iu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slot-bunny-2o6moq .slot-bunny-8sronf,
  .slot-bunny-2o6moq .slot-bunny-mo9sh7 {
    flex: 0 1 auto;
  }
  .slot-bunny-2o6moq .slot-bunny-hubc9k {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slot-bunny-2o6moq .slot-bunny-8sronf,
  .slot-bunny-2o6moq .slot-bunny-mlxt46,
  .slot-bunny-2o6moq .slot-bunny-mo9sh7,
  .slot-bunny-2o6moq .slot-bunny-hubc9k {
    flex: 1 1 calc(50% - 20px);
  }
  .slot-bunny-2o6moq .slot-bunny-przwqc,
  .slot-bunny-2o6moq .slot-bunny-2997iu,
  .slot-bunny-2o6moq .slot-bunny-rosxo8 {
    flex: 1 1 30%;
  }
  .slot-bunny-2o6moq .slot-bunny-2997iu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slot-bunny-2o6moq .slot-bunny-8sronf,
  .slot-bunny-2o6moq .slot-bunny-mlxt46,
  .slot-bunny-2o6moq .slot-bunny-przwqc,
  .slot-bunny-2o6moq .slot-bunny-mo9sh7,
  .slot-bunny-2o6moq .slot-bunny-hubc9k,
  .slot-bunny-2o6moq .slot-bunny-2997iu,
  .slot-bunny-2o6moq .slot-bunny-rosxo8 {
    flex: 1 1 100%;
  }
}

.slot-bunny-s203xl .slot-bunny-vsg1id {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slot-bunny-s203xl .slot-bunny-prpa5v {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slot-bunny-s203xl .slot-bunny-ufhr0u {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slot-bunny-s203xl .slot-bunny-w3h3hz {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slot-bunny-s203xl .slot-bunny-w3h3hz > :nth-child(3) {
  margin-top: 0;
}

.slot-bunny-s203xl .slot-bunny-i6plvd {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slot-bunny-s203xl .slot-bunny-7qkdzw {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slot-bunny-s203xl .slot-bunny-2ehp7a {
  grid-column: 1/2;
}

.slot-bunny-s203xl > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slot-bunny-s203xl .slot-bunny-prpa5v: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;
}

.slot-bunny-s203xl .slot-bunny-prpa5v:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slot-bunny-s203xl .slot-bunny-865o7z {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slot-bunny-s203xl .slot-bunny-prpa5v:not(:last-child):before {
    bottom: 8px;
  }
  .slot-bunny-s203xl .slot-bunny-prpa5v:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slot-bunny-s203xl .slot-bunny-w3h3hz {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slot-bunny-s203xl .slot-bunny-i6plvd {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slot-bunny-s203xl .slot-bunny-i6plvd img {
    width: 100%;
    height: auto;
  }
  .slot-bunny-s203xl .slot-bunny-865o7z {
    width: 100%;
    min-width: unset;
  }
}

.slot-bunny-iflno1 .slot-bunny-16d62o {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slot-bunny-iflno1 .slot-bunny-8gj7w0 {
  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;
}

.slot-bunny-iflno1 .slot-bunny-i6plvd {
  height: 100%;
}

.slot-bunny-iflno1 .slot-bunny-i6plvd img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slot-bunny-iflno1 .slot-bunny-uzeq7f {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slot-bunny-iflno1 .slot-bunny-wgs0ub {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slot-bunny-iflno1 .slot-bunny-avghp5 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slot-bunny-iflno1 .slot-bunny-8gj7w0 {
    flex: 1 1 100%;
  }
  .slot-bunny-iflno1 .slot-bunny-wkmq5a {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slot-bunny-iflno1 .slot-bunny-8gj7w0 {
    flex-direction: column;
  }
  .slot-bunny-iflno1 .slot-bunny-i6plvd {
    width: 100%;
    height: auto;
  }
  .slot-bunny-iflno1 .slot-bunny-i6plvd img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slot-bunny-iflno1 .slot-bunny-uzeq7f {
    padding: 0 16px 16px 16px;
  }
  .slot-bunny-iflno1 .slot-bunny-wkmq5a {
    min-width: unset;
    width: 100%;
  }
}

.slot-bunny-spt613 .slot-bunny-tgoehi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slot-bunny-spt613 .slot-bunny-xf6n47 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slot-bunny-spt613 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;
}

.slot-bunny-spt613 .slot-bunny-qdojvs {
  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;
}

.slot-bunny-spt613 .slot-bunny-xf6n47:hover .slot-bunny-qdojvs {
  display: flex;
}

.slot-bunny-spt613 .slot-bunny-07bxs9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slot-bunny-spt613 .slot-bunny-vc0ebn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slot-bunny-temzgb {
  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;
}

.slot-bunny-temzgb.slot-bunny-n5x4wd {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slot-bunny-cxnw7n ease-in-out;
}

.slot-bunny-temzgb.slot-bunny-n5x4wd:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slot-bunny-spt613 .slot-bunny-vpu5de {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slot-bunny-cxnw7n ease-in-out;
}

.slot-bunny-spt613 .slot-bunny-vpu5de:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slot-bunny-spt613 .slot-bunny-vpu5de:after,
.slot-bunny-temzgb.slot-bunny-n5x4wd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slot-bunny-temzgb.slot-bunny-n5x4wd:after {
  background-image: url(../images/Cash.svg);
}

.slot-bunny-spt613 .slot-bunny-vpu5de:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slot-bunny-spt613 .slot-bunny-tgoehi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slot-bunny-spt613 .slot-bunny-tgoehi {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slot-bunny-spt613 .slot-bunny-tgoehi {
    grid-template-columns: 1fr;
  }
  .slot-bunny-spt613 .slot-bunny-xf6n47 {
    height: auto;
  }
  .slot-bunny-spt613 .slot-bunny-xf6n47 .slot-bunny-qdojvs {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slot-bunny-spt613 .slot-bunny-07bxs9,
  .slot-bunny-spt613 .slot-bunny-vc0ebn {
    text-align: left;
  }
  .slot-bunny-spt613 .slot-bunny-vc0ebn {
    margin-bottom: 8px;
  }
  .slot-bunny-spt613 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slot-bunny-yz1iq4 {
  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;
}

.slot-bunny-yz1iq4.slot-bunny-2chp82 {
  display: block;
}

.slot-bunny-yz1iq4 .slot-bunny-bkcfuc {
  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;
}

.slot-bunny-yz1iq4 .slot-bunny-9dl0mx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slot-bunny-yz1iq4 .slot-bunny-k7or07 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slot-bunny-yz1iq4 .slot-bunny-u9sz7w {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slot-bunny-yz1iq4 .slot-bunny-temzgb {
  min-width: 296px;
  margin-bottom: 0;
}

.slot-bunny-yz1iq4 .slot-bunny-uz2h14 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slot-bunny-yz1iq4 .slot-bunny-iim2ii {
  position: relative;
  flex: 1 1;
}

.slot-bunny-yz1iq4 .slot-bunny-iim2ii iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slot-bunny-yz1iq4 .slot-bunny-9dl0mx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slot-bunny-yz1iq4 .slot-bunny-k7or07 {
    order: 1;
  }
  .slot-bunny-yz1iq4 .slot-bunny-u9sz7w {
    order: 3;
    flex: 1 1 100%;
  }
  .slot-bunny-yz1iq4 .slot-bunny-temzgb {
    width: 100%;
    min-width: unset;
  }
  .slot-bunny-yz1iq4 .slot-bunny-uz2h14 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slot-bunny-849u8b > .slot-bunny-370kkr {
    margin-bottom: 0;
  }
  .slot-bunny-849u8b > .slot-bunny-2ehp7a,
  .slot-bunny-849u8b > p {
    margin-top: 0;
  }
}

.slot-bunny-4hx6o9 img,
.slot-bunny-5emrzf img {
  width: auto;
  object-fit: contain;
}

.slot-bunny-4hx6o9 {
  align-items: center;
}

.slot-bunny-4hx6o9 img {
  max-height: 76px;
}

.slot-bunny-5emrzf img {
  max-height: 64px;
}

.slot-bunny-4urmcy {
  overflow: auto;
}

.slot-bunny-eq7ozh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slot-bunny-owopia:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slot-bunny-y4oa0s {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slot-bunny-d34nab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slot-bunny-y4oa0s .slot-bunny-i6plvd {
  margin-right: 20px;
  flex-shrink: 0;
}

.slot-bunny-y4oa0s img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slot-bunny-pr8f6l {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slot-bunny-pr8f6l > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slot-bunny-y4oa0s {
    padding: 15px 10px;
  }
  .slot-bunny-pr8f6l {
    padding: 15px 10px;
  }
  .slot-bunny-y4oa0s .slot-bunny-i6plvd {
    margin-right: 10px;
  }
}

.slot-bunny-c2xip8 {
  overflow-x: auto;
}

.slot-bunny-nar6or {
  border-collapse: collapse;
  width: 100%;
}

.slot-bunny-c2xip8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slot-bunny-c2xip8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slot-bunny-c2xip8 td.slot-bunny-dukgoo {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slot-bunny-c2xip8 td.slot-bunny-7cu1b0 {
  border-right: none;
}

.slot-bunny-c2xip8 td.slot-bunny-7cu1b0 .slot-bunny-i6plvd {
  justify-content: flex-start;
}

.slot-bunny-c2xip8 td.slot-bunny-7cu1b0 .slot-bunny-i6plvd img {
  height: auto;
  width: 90px;
}

.slot-bunny-c2xip8 td.slot-bunny-mw9uge,
.slot-bunny-c2xip8 td.slot-bunny-ay9q35 {
  font-weight: 600;
  text-align: right;
}

.slot-bunny-c2xip8 td.slot-bunny-f45rbf,
.slot-bunny-c2xip8 td.slot-bunny-mw9uge {
  padding-bottom: 10px;
  border-bottom: none;
}

.slot-bunny-c2xip8 td.slot-bunny-mw9uge,
.slot-bunny-c2xip8 td.slot-bunny-ay9q35 {
  border-left: none;
}

.slot-bunny-c2xip8 td.slot-bunny-f45rbf,
.slot-bunny-c2xip8 td.slot-bunny-y2lwc1 {
  border-right: none;
}

.slot-bunny-c2xip8 td.slot-bunny-y2lwc1,
.slot-bunny-c2xip8 td.slot-bunny-ay9q35 {
  border-top: none;
  padding-top: 10px;
}

.slot-bunny-4f1ldu {
  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;
}

.slot-bunny-4f1ldu .slot-bunny-wkmq5a {
  min-width: unset;
  width: 100%;
}

.slot-bunny-4f1ldu .slot-bunny-wkmq5a.slot-bunny-m0l2pu {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slot-bunny-4f1ldu .slot-bunny-wkmq5a.slot-bunny-wwwdlg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slot-bunny-4f1ldu .slot-bunny-ivknfo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slot-bunny-4f1ldu {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slot-bunny-4f1ldu .slot-bunny-wkmq5a.slot-bunny-m0l2pu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slot-bunny-4f1ldu .slot-bunny-wkmq5a.slot-bunny-wwwdlg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slot-bunny-4f1ldu .slot-bunny-ivknfo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slot-bunny-7pp90x {
  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;
}

.slot-bunny-f4xp57 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slot-bunny-u79qrf p a img {
  margin: 0 auto;
  display: block;
}

.slot-bunny-u79qrf table {
  margin-bottom: 17px;
}

/* contanct form */
.slot-bunny-ymbr7m {
  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;
}

.slot-bunny-ymbr7m label {
  font-size: 14px;
}

.slot-bunny-ymbr7m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slot-bunny-ymbr7m input,
.slot-bunny-ymbr7m textarea,
.slot-bunny-ymbr7m 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;
}
.slot-bunny-ymbr7m button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slot-bunny-cxnw7n ease;
}
.slot-bunny-ymbr7m button:hover {
  background-color: #691204;
}
.slot-bunny-ahsxep {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slot-bunny-24omep ease-in;
}

.slot-bunny-ahsxep h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}