@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);
}

.betty-c99930 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betty-26rfem {
  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.betty-1nsxiq,
ul.betty-1nsxiq {
  padding-left: 20px;
}

ul.betty-1nsxiq {
  list-style: disc;
}

ol.betty-1nsxiq {
  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;
  }
}

.betty-qi7bjr > .betty-sf5vqx,
.betty-qi7bjr > .betty-re95fr,
.betty-qi7bjr > blockquote,
.betty-qi7bjr > h1,
.betty-qi7bjr > h2,
.betty-qi7bjr > h3,
.betty-qi7bjr > h4,
.betty-qi7bjr > h5,
.betty-qi7bjr > h6,
.betty-qi7bjr > ol,
.betty-qi7bjr > p,
.betty-qi7bjr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betty-qi7bjr > ol,
.betty-qi7bjr > ul {
  padding-left: 50px;
}

.betty-qi7bjr 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;
}

.betty-qi7bjr:not(:last-child) {
  margin-bottom: 2rem;
}

.betty-qi7bjr > :not(:first-child) {
  margin-top: 2rem;
}

.betty-qi7bjr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betty-qi7bjr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betty-qi7bjr:first-child {
    margin-top: 20px;
  }
}

.betty-qi7bjr > p:last-of-type {
  margin-bottom: 32px;
}

.betty-qi7bjr > .betty-dqnz6e:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betty-bauhnq > .betty-dqnz6e {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betty-re95fr {
  overflow: auto;
}

.betty-re95fr::-webkit-scrollbar {
  height: 5px;
}

.betty-re95fr table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betty-re95fr table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betty-re95fr table thead,
table thead {
  border-bottom: none;
}

.betty-re95fr table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betty-re95fr table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betty-re95fr table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betty-re95fr .betty-xbhsig {
  table-layout: auto;
}

.betty-re95fr .betty-xbhsig th {
  word-break: normal;
}

.betty-re95fr .betty-xbhsig td {
  word-break: normal;
}

.betty-c99930 .betty-c99930 {
  padding-right: 0;
  padding-left: 0;
}

.betty-d2k9bo {
  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;
}

.betty-bso54q {
  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;
}

.betty-vfcca1 {
  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;
}

.betty-sf5vqx {
  margin-top: 24px;
}

.betty-sf5vqx.betty-rto814 {
  text-align: left;
}

.betty-sf5vqx.betty-65kkpr {
  text-align: right;
}

.betty-sf5vqx.betty-xpp44i {
  text-align: center;
}

.betty-40anwt {
  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.betty-h2rsag ease-in-out;
  cursor: pointer;
}

.betty-40anwt:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betty-40anwt {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betty-40anwt {
    min-width: unset;
  }
}

.betty-i9gqx9 {
  background-color: var(--fh-bg-color);
}

.betty-a5p45x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betty-v7t1ps {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betty-v7t1ps img {
  max-height: 80px;
  object-fit: contain;
}

.betty-wavd8o {
  flex: 1 1;
}

.betty-q53wl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betty-9cwd9b {
  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;
}

.betty-9cwd9b 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;
}

.betty-9cwd9b.betty-i5n20r span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betty-9cwd9b.betty-i5n20r span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betty-9cwd9b.betty-i5n20r span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betty-wavd8o + .betty-q53wl3 {
  margin-left: 20px;
}

.betty-2hr205 {
  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;
}

.betty-2hr205 > svg {
  max-width: 24px;
  max-height: 24px;
}

.betty-2hr205 + .betty-2hr205 {
  margin-left: 5px;
}

.betty-vs7wrk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betty-vs7wrk:hover {
  background-color: var(--button-bg-hover);
}

.betty-8h7gff {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betty-h2rsag ease-in-out;
  border: 1px solid var(--border-color);
}

.betty-8h7gff:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betty-ovffn8 {
  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) {
  .betty-wavd8o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betty-ovffn8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betty-wavd8o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betty-2hr205 {
    min-width: unset;
    flex: 1 1;
  }
}

.betty-qk5sjs {
  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;
}

.betty-qk5sjs:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betty-qk5sjs:hover .betty-drzasi {
  opacity: 1;
  pointer-events: auto;
}

.betty-ra9fc7 {
  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.betty-7xuy2o ease-in-out;
  gap: 4px;
}

.betty-ra9fc7 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betty-ra9fc7 .betty-d2k9bo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betty-ote9hh,
.betty-ra9fc7:hover {
  color: var(--button-bg-hover);
}

.betty-t5z7j9 {
  position: relative;
}

.betty-t5z7j9 .betty-ra9fc7 {
  margin-right: 0;
  padding-right: 4px;
}

.betty-xd9oef svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betty-t5z7j9.betty-i5n20r .betty-xd9oef svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betty-t5z7j9.betty-i5n20r .betty-drzasi {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betty-t5z7j9.betty-i5n20r .betty-drzasi::before {
  display: none;
}

.betty-xd9oef svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betty-drzasi {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betty-5gatvi 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betty-drzasi::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betty-drzasi:hover {
  color: var(--fh-bg-color);
}

.betty-y6xiys {
  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.betty-5gatvi 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betty-7xuy2o ease-in-out;
  -o-transition: 0.betty-7xuy2o ease-in-out;
  transition: 0.betty-7xuy2o ease-in-out;
}

.betty-y6xiys .betty-d2k9bo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betty-7k9vkd,
.betty-y6xiys:hover {
  color: var(--button-bg-hover);
}

.betty-y40hvr {
  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%;
}

.betty-y40hvr.betty-1ep5b8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betty-y40hvr.betty-1ep5b8:after,
.betty-y40hvr.betty-1ep5b8:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betty-y40hvr.betty-1ep5b8: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);
  }
}

.betty-y40hvr.betty-1ep5b8:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betty-y40hvr.betty-1ep5b8 > * {
  z-index: 1;
}

.betty-y40hvr b,
.betty-y40hvr strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betty-y40hvr .betty-16enr7 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betty-y40hvr .betty-8sd1t9 {
  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;
}

.betty-y40hvr .betty-d2k9bo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betty-y40hvr .betty-d9p9sf {
  margin-top: 12px;
}

.betty-d9p9sf {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betty-pt6tle {
  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;
}

.betty-d9p9sf .betty-cuid7c {
  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.betty-h2rsag ease-in-out;
}

.betty-d9p9sf .betty-cuid7c:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betty-b6d3fw {
  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;
}

.betty-y40hvr.betty-v4i7ww {
  gap: 12px;
  padding: 16px;
}

.betty-y40hvr.betty-v4i7ww .betty-b6d3fw {
  min-width: 240px;
}

.betty-y40hvr.betty-v4i7ww .betty-b6d3fw.betty-l06v88 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betty-y40hvr .betty-16enr7 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betty-y40hvr .betty-8sd1t9 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betty-y40hvr .betty-d2k9bo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betty-y40hvr.betty-v4i7ww .betty-d2k9bo {
    max-width: 126px;
  }
  .betty-y40hvr .betty-d9p9sf {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betty-y40hvr .betty-pt6tle {
    max-width: unset;
  }
  .betty-b6d3fw {
    min-width: unset;
    width: 100%;
  }
  .betty-y40hvr .betty-b6d3fw {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betty-y40hvr.betty-v4i7ww {
    grid-template-rows: auto 1fr auto;
  }
  .betty-y40hvr.betty-v4i7ww .betty-b6d3fw {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betty-y40hvr {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betty-y40hvr .betty-16enr7 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betty-y40hvr .betty-d2k9bo {
    max-width: 78px;
  }
  .betty-y40hvr .betty-d9p9sf {
    margin-top: -12px;
  }
  .betty-y40hvr.betty-v4i7ww {
    gap: 8px;
  }
  .betty-y40hvr.betty-v4i7ww .betty-16enr7 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betty-y40hvr.betty-v4i7ww .betty-8sd1t9 {
    grid-column: 1/3;
  }
  .betty-y40hvr.betty-v4i7ww .betty-d2k9bo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betty-y40hvr.betty-v4i7ww .betty-d2k9bo img {
    max-width: 114px;
  }
}

.betty-b6d3fw.betty-lp5t2f,
.betty-b6d3fw.betty-osh6pk,
.betty-b6d3fw.betty-zduck5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betty-h2rsag ease-in-out;
}

.betty-b6d3fw.betty-lp5t2f,
.betty-b6d3fw.betty-zduck5 {
  padding: 10px;
}

.betty-b6d3fw.betty-lp5t2f:hover,
.betty-b6d3fw.betty-osh6pk:hover,
.betty-b6d3fw.betty-zduck5:hover {
  background: var(--button-bg-hover);
}

.betty-b6d3fw.betty-lp5t2f:hover svg path,
.betty-b6d3fw.betty-zduck5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betty-b6d3fw.betty-l06v88 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betty-h2rsag ease-in-out;
  background: var(--button-bg-color);
}

.betty-b6d3fw.betty-l06v88:hover {
  background-color: var(--button-bg-hover);
}

.betty-b6d3fw.betty-osh6pk: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);
  }
}

.betty-b6d3fw.betty-osh6pk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betty-b6d3fw.betty-l06v88:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betty-75yn4v {
  max-width: 650px;
}

.betty-n8or3e {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betty-ehvbtj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betty-60pmk0 {
  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.betty-7xuy2o ease-in-out;
  cursor: pointer;
}

.betty-60pmk0:hover {
  opacity: 0.5;
}

.betty-60pmk0:focus {
  outline: 0;
}

.betty-60pmk0:focus .betty-k2ugr9,
.betty-60pmk0:hover .betty-k2ugr9 {
  fill: red;
  fill-opacity: 1;
}

.betty-60pmk0:hover {
  cursor: pointer;
}

.betty-7cku96 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betty-75yn4v.betty-xpp44i {
  margin: 0 auto;
}

.betty-75yn4v.betty-65kkpr {
  margin-left: auto;
}

.betty-y05vjd {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betty-ov1lip {
  padding-bottom: 50px;
}

.betty-d2mokd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betty-rrml8h {
  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;
}

.betty-nzrkcz {
  margin-top: 24px;
}

.betty-vhv6w5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betty-g2vh66 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betty-459tpx {
  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;
}

.betty-1x83a4 {
  width: 468px;
}

.betty-459tpx .betty-drzasi {
  margin: 0.betty-64quuj 0;
}

.betty-bkc7zn {
  display: flex;
  min-width: 224px;
}

.betty-ibnjzu {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betty-7xuy2o ease-in-out;
}

.betty-x5yf00,
.betty-ibnjzu:hover {
  color: var(--text-color);
}

.betty-hadahu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betty-wlnvv1 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betty-y05vjd {
    padding: 16px;
  }
  .betty-hadahu {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betty-wlnvv1 {
    align-items: center;
  }
  .betty-1x83a4 {
    width: unset;
  }
  .betty-bkc7zn {
    min-width: unset;
  }
  .betty-459tpx {
    max-height: unset;
  }
  .betty-d2mokd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betty-y05vjd {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betty-4qxgbx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betty-4qxgbx:not(:last-child) {
  margin-bottom: 16px;
}

.betty-k5fqq4 {
  outline: 0;
}

.betty-k5fqq4 .betty-4v3vjp {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betty-9aoe6x {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betty-9aoe6x {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betty-9aoe6x::-webkit-details-marker {
  display: none;
}

.betty-9aoe6x: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;
}

.betty-9aoe6x: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] .betty-9aoe6x:after {
  transform: unset;
}

.betty-4v3vjp {
  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);
}

.betty-4v3vjp 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.betty-7xuy2o ease-in-out;
  -o-transition: 0.betty-7xuy2o ease-in-out;
  transition: 0.betty-7xuy2o ease-in-out;
}

.betty-1ryn6h {
  padding: 16px 0 0 0;
}

.betty-1ryn6h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betty-1ryn6h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betty-9aoe6x {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betty-9aoe6x::after {
    margin-left: auto;
  }
  .betty-4v3vjp {
    order: 3;
    flex: 1 1 100%;
  }
  .betty-9aoe6x {
    font-size: 14px;
    line-height: 130%;
  }
  .betty-4v3vjp svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betty-n4kod8 {
  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;
}

.betty-07w8jj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betty-n4kod8.betty-i5n20r .betty-07w8jj {
  margin-bottom: 12px;
}

.betty-07w8jj::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;
}

.betty-n4kod8.betty-i5n20r .betty-07w8jj::after {
  transform: unset;
}

.betty-cuit2x {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betty-428k7q {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betty-7xuy2o ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betty-428k7q: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;
}

.betty-n4kod8.betty-i5n20r .betty-cuit2x {
  max-height: 100%;
}

.betty-ecver4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betty-6s3dgg {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betty-1q2x0l {
  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;
}

.betty-y8igyl {
  margin-right: 4px;
}

.betty-yk99kp {
  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.betty-7xuy2o ease-in-out;
}

.betty-yk99kp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betty-rg0qrs,
.betty-yk99kp:hover {
  color: var(--text-color);
}

.betty-o36sbf {
  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;
}

.betty-o36sbf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betty-o36sbf .betty-a1yvqk {
  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;
}

.betty-o36sbf .betty-vbczqg {
  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;
}

.betty-wdzcg4 {
  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;
}

.betty-pbt6q9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betty-tean8r .betty-c99930 {
  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;
}

.betty-tean8r {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betty-je6oxy {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betty-eszm4h {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betty-p6twls {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betty-447lst 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;
}

.betty-p6twls:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betty-p232jl {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betty-flpdpx {
  -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.betty-7xuy2o ease-in-out;
  transition: transform 0.betty-7xuy2o ease-in-out;
  -o-transition: transform 0.betty-7xuy2o ease-in-out;
  transition:
    transform 0.betty-7xuy2o ease-in-out,
    -webkit-transform 0.betty-7xuy2o ease-in-out;
  cursor: pointer;
}

.betty-flpdpx svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betty-flpdpx: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;
}

.betty-8nu24t {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betty-8nu24t {
    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);
}

.betty-qmh4yd {
  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;
}

.betty-ics938 {
  position: relative;
  width: 100%;
}

.betty-qmh4yd.betty-ck0y7x {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betty-qmh4yd.betty-xpp44i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betty-qmh4yd.betty-65kkpr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betty-6jf3pl {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betty-xzuk1f {
  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.betty-7xuy2o ease-in-out;
  cursor: pointer;
}

.betty-xzuk1f:hover {
  opacity: 0.5;
}

.betty-qmh4yd.betty-8ukvuq .betty-xzuk1f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betty-qmh4yd.betty-8ukvuq .betty-6jf3pl {
  cursor: pointer;
}

.betty-7r2a3x {
  fill: #0009;
}

.betty-r6vsf1 {
  fill: #fff;
}

.betty-xzuk1f:hover .betty-7r2a3x {
  fill: red;
}

.betty-xzuk1f svg path {
  -webkit-transition: 0.betty-7xuy2o ease-in-out;
  -o-transition: 0.betty-7xuy2o ease-in-out;
  transition: 0.betty-7xuy2o ease-in-out;
}

.betty-dfuadk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betty-dfuadk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betty-dfuadk.betty-rbn8p0 > :not(.get-image) {
  grid-column: 1/3;
}

.betty-fa4e9o:not(._h1-block) .betty-dfuadk > .betty-dqnz6e {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betty-dfuadk.betty-rbn8p0 .betty-h53vtl {
  grid-column: 2/3;
}

.betty-dfuadk.betty-rbn8p0 > .betty-d2k9bo {
  grid-column: 1/2;
}

.betty-dfuadk.betty-rbn8p0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betty-dfuadk > p:first-of-type {
  margin-top: 0;
}

.betty-dfuadk .betty-d2k9bo {
  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;
}

.betty-fa4e9o:not(._h1-block) .betty-dqnz6e ~ .betty-d2k9bo {
  grid-row: 2/10;
}

.betty-fa4e9o.betty-yp01yl .betty-dqnz6e ~ .betty-d2k9bo {
  grid-row: 1/10;
}

.betty-fa4e9o.betty-yp01yl > .betty-dqnz6e {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betty-fa4e9o.betty-yp01yl .betty-d2k9bo {
  grid-row: 1/10;
}

.betty-dfuadk.betty-gzwlms .betty-d2k9bo {
  align-items: flex-start;
}

.betty-dfuadk.betty-xpp44i .betty-h53vtl {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betty-dfuadk.betty-xpp44i .betty-d2k9bo {
  align-items: center;
}

.betty-dfuadk.betty-nijbfs .betty-d2k9bo {
  align-items: flex-end;
}

.betty-h53vtl > :first-child {
  margin-top: 0;
}

.betty-h53vtl > :last-child {
  margin-bottom: 0;
}

* + .betty-5dmyn2,
.betty-fa4e9o + .betty-fa4e9o {
  margin-top: 2rem;
}

.betty-ycx3xk td::before,
.betty-ycx3xk th::after {
  display: none !important;
}

.betty-ycx3xk #link-selector {
  color: #000;
}

.betty-ycx3xk .betty-4ymrwf {
  color: #135e96;
}

.betty-ycx3xk .betty-diquu0 *,
.betty-ycx3xk .betty-0af8hj p,
.betty-ycx3xk .betty-cnesxm * {
  color: #000;
}

.betty-ycx3xk .betty-imy2ps {
  background: 0 0 !important;
}

.betty-ycx3xk .betty-0sa53y {
  color: #000;
}

.betty-ycx3xk .betty-kaeh9h.betty-hjbb6x {
  color: #fff;
}

.betty-ycx3xk .betty-av0sw7 {
  color: #000;
}

.betty-ycx3xk
  .betty-80twec
  .betty-w8x89n.betty-hjbb6x.betty-v9497v {
  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;
}

.betty-vnkvbr,
body .betty-2qie8b {
  color: #000;
  background: var(--color-body) !important;
}

.betty-vnkvbr .betty-6uuyzt .betty-oi01k1,
body .betty-2qie8b .betty-6uuyzt .betty-oi01k1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betty-428k7q:focus,
  .betty-428k7q:hover {
    color: #f9cb16;
  }
  .betty-fo1th6:focus,
  .betty-fo1th6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betty-qwz8ok:focus img,
  .betty-qwz8ok:focus svg,
  .betty-qwz8ok:hover img,
  .betty-qwz8ok:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betty-o36sbf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betty-t5z7j9:hover .betty-xd9oef svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betty-xd9oef {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betty-dl6364 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betty-ce79qc {
    grid-template-columns: repeat(4, 1fr);
  }
  .betty-ez696t {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betty-j0nqq7 .betty-9fkqi5 {
    grid-template-columns: 1fr;
  }
  .betty-j0nqq7 .betty-az8o8q {
    -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;
  }
  .betty-j0nqq7 .betty-kol4pg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betty-j0nqq7 .betty-7uoqlf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betty-j0nqq7 .betty-9d0uf0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betty-j0nqq7 .betty-kol4pg:not(:first-child) {
    border: none;
  }
  .betty-j0nqq7 .betty-kol4pg:first-child .betty-7uoqlf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betty-j0nqq7 .betty-kol4pg:last-child .betty-7uoqlf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betty-a5p45x {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betty-v7t1ps {
    max-width: 100px;
  }
  .betty-wavd8o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betty-q53wl3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betty-q53wl3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betty-9cwd9b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betty-wavd8o + .betty-q53wl3 {
    margin-left: auto;
  }
  .betty-k2111i {
    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;
  }
  .betty-k2111i.betty-i5n20r {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betty-ovffn8 {
    -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;
  }
  .betty-qk5sjs {
    width: 100%;
  }
  .betty-qk5sjs:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betty-ra9fc7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betty-ra9fc7 svg {
    margin-right: 4px;
  }
  .betty-t5z7j9 {
    -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;
  }
  .betty-xd9oef svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betty-xd9oef {
    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;
  }
  .betty-drzasi {
    display: none;
    width: 100%;
  }
  .betty-t5z7j9.betty-i5n20r .betty-drzasi {
    padding: 0 0 0 48px;
  }
  .betty-y6xiys {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betty-rrml8h .betty-d2k9bo {
    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;
  }
  .betty-qmmxco {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betty-qmmxco + .betty-qmmxco {
    margin-right: 0;
  }
  .betty-qmmxco + .betty-d2k9bo {
    margin: 0;
  }
  .betty-dl6364 {
    grid-template-columns: repeat(4, 1fr);
  }
  .betty-ce79qc {
    grid-template-columns: repeat(3, 1fr);
  }
  .betty-0z69af,
  .betty-4drzn6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betty-dfuadk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betty-dfuadk.betty-rbn8p0 .betty-h53vtl {
    grid-column: auto;
    grid-row: auto;
  }
  .betty-dfuadk > .betty-dqnz6e {
    grid-column: 1/2;
  }
  .betty-dfuadk.betty-rbn8p0 > :not(.get-image) {
    grid-column: 1/2;
  }
  .betty-dfuadk .betty-d2k9bo,
  .betty-dfuadk.betty-rbn8p0 > .betty-d2k9bo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betty-dfuadk.betty-rbn8p0 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betty-fa4e9o.betty-yp01yl .betty-dfuadk > .betty-d2k9bo {
    grid-row: 1/2;
  }
  .betty-dfuadk .betty-dqnz6e ~ .betty-d2k9bo,
  .betty-dfuadk.betty-rbn8p0 .betty-dqnz6e ~ .betty-d2k9bo {
    grid-row: 2/3;
  }
  .betty-fa4e9o.betty-yp01yl .betty-dqnz6e ~ .betty-d2k9bo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betty-qi7bjr:first-child .betty-m0rmbb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betty-qi7bjr:first-child .betty-m0rmbb h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betty-qi7bjr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betty-qi7bjr {
    padding: 0;
  }
  .betty-sf5vqx {
    margin-top: 1rem;
  }
  .betty-k5fqq4 {
    border-radius: 5px;
  }
  .betty-oryfmz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betty-07w8jj::after {
    display: inline-block;
  }
  .betty-07w8jj {
    margin: 0;
    width: 100%;
  }
  .betty-cuit2x {
    width: 100%;
  }
  .betty-cuit2x.betty-5ajlbw {
    -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%;
  }
  .betty-cuit2x.betty-5ajlbw .betty-eqpfy3 {
    width: 100%;
  }
  .betty-cuit2x.betty-5ajlbw .betty-eqpfy3:not(:last-child) {
    margin-right: 0;
  }
  .betty-428k7q {
    width: 100%;
    text-align: center;
  }
  .betty-n4kod8.betty-i5n20r .betty-cuit2x {
    margin-top: 1rem;
  }
  .betty-dl6364 {
    grid-template-columns: repeat(3, 1fr);
  }
  .betty-ez696t,
  .betty-ce79qc {
    grid-template-columns: repeat(2, 1fr);
  }
  .betty-0z69af,
  .betty-4drzn6,
  .betty-gyraek {
    grid-template-columns: 1fr;
  }
  .betty-40he7e {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betty-6vp14n {
    min-width: 300px;
    max-width: 325px;
  }
  .betty-7uoqlf {
    cursor: auto;
  }
  .betty-t0pnnv .betty-7uoqlf {
    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;
  }
  .betty-8nu24t {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betty-drzasi {
    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) {
  .betty-8nu24t {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betty-qmmxco p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betty-q53wl3 {
    margin: 0 -0.2rem;
  }
  .betty-qmmxco {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betty-745w78 {
    -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;
  }
  .betty-c0mox5 {
    max-width: 100%;
  }
  .betty-dl6364 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betty-ez696t,
  .betty-ce79qc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betty-a5p45x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betty-q53wl3 {
    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;
  }
  .betty-i9gqx9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betty-2hr205 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betty-v9gvoa,
  .betty-x9zht7 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betty-40anwt {
    width: 100%;
  }
  .betty-dl6364 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betty-8nu24t {
    top: 127px !important;
  }
}

.betty-e8hplu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betty-e8hplu {
  }
}

@media (max-width: 767px) {
  .betty-e8hplu {
    margin-bottom: 12px;
  }
}

.betty-e8hplu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betty-ld7npj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betty-ld7npj > .betty-u9zxny {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betty-ld7npj {
    flex-direction: column;
    gap: 12px;
  }
}

.betty-ae2y3a {
  display: flex;
}

.betty-ae2y3a .betty-mohpl5 {
  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;
}

.betty-ae2y3a .betty-0kgyb2 {
  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;
}

.betty-ae2y3a .betty-07so4h {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betty-ae2y3a .betty-gzyy8e {
  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));
  }
}

.betty-ae2y3a .betty-gzyy8e:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betty-ae2y3a .betty-ndl6y5 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betty-48x6ho {
  border: unset;
  background-color: unset;
}

.betty-48x6ho tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betty-48x6ho .betty-zth58l,
.betty-48x6ho .betty-glf5s9 {
  flex: 0 1 330px;
}

.betty-48x6ho .betty-cvh41f {
  flex: 1 1;
}

.betty-48x6ho tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betty-48x6ho tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betty-48x6ho tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betty-48x6ho tr td p {
  color: #fff;
  margin: 0;
}

.betty-48x6ho tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betty-48x6ho tr.betty-zth58l td p {
  padding: 16px 0;
}

.betty-48x6ho tr.betty-zth58l td p:not(:last-child),
.betty-48x6ho tr.betty-glf5s9 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betty-48x6ho tr.betty-zth58l td p:first-child,
.betty-48x6ho tr.betty-glf5s9 td p:first-child {
  padding-top: 0;
}

.betty-48x6ho tr.betty-glf5s9 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betty-48x6ho tr.betty-glf5s9 td p:last-child {
  padding-bottom: 0;
}

.betty-48x6ho .betty-glf5s9 img {
  max-width: 32px;
}

.betty-48x6ho .betty-cvh41f {
  min-width: 718px;
}

.betty-48x6ho .betty-cvh41f td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betty-48x6ho .betty-cvh41f td {
  display: flex;
}

.betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w,
.betty-48x6ho .betty-cvh41f td:last-child .betty-k77oxv,
.betty-48x6ho .betty-cvh41f td:last-child .betty-rdhehu {
  flex: 1 1 50%;
}

.betty-48x6ho .betty-cvh41f td:last-child .betty-jz2ucj {
  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;
}

.betty-48x6ho .betty-cvh41f td:last-child .betty-ymr43n,
.betty-48x6ho .betty-cvh41f td:last-child .betty-80bz9u {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w,
.betty-48x6ho .betty-cvh41f td:last-child .betty-k77oxv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w span,
.betty-48x6ho .betty-cvh41f td:last-child .betty-k77oxv span {
  font-weight: 800;
}

.betty-48x6ho .betty-cvh41f img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betty-48x6ho .betty-cvh41f td .betty-rdhehu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betty-48x6ho tr.betty-zth58l td p:last-child {
    padding-bottom: 0;
  }
  .betty-48x6ho .betty-glf5s9 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betty-48x6ho .betty-glf5s9 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betty-48x6ho tr.betty-zth58l td p:not(:last-child),
  .betty-48x6ho tr.betty-glf5s9 td p:not(:last-child) {
    border-bottom: unset;
  }
  .betty-48x6ho tr.betty-glf5s9 td p:last-child {
    padding-bottom: 12px;
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w,
  .betty-48x6ho .betty-cvh41f td:last-child .betty-k77oxv,
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rdhehu {
    flex: 1 1 50%;
    padding: 0;
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w,
  .betty-48x6ho .betty-cvh41f td:last-child .betty-k77oxv {
    margin-top: 16px;
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rdhehu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rfoo7w {
    border-right: 1px solid var(--border-color);
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rdhehu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betty-48x6ho .betty-cvh41f td:last-child .betty-rdhehu:last-child {
    padding-bottom: 0;
  }
}

.betty-rdhehu {
  display: flex;
  flex-direction: column;
}

.betty-48x6ho .betty-cvh41f td .betty-rdhehu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betty-48x6ho .betty-cvh41f td .betty-rdhehu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betty-48x6ho .betty-cvh41f td .betty-rdhehu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betty-48x6ho .betty-cvh41f td .betty-rdhehu:not(:first-child) {
    padding-left: 0;
  }
  .betty-48x6ho .betty-cvh41f td .betty-rdhehu:not(:last-of-type) {
    border-right: unset;
  }
}

.betty-48x6ho .betty-4uglwg {
  flex: 0 1 485px;
}

.betty-48x6ho .betty-99izie {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betty-48x6ho .betty-99izie li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betty-48x6ho .betty-99izie li.betty-ezky4n {
  padding: 6px 12px;
}

.betty-48x6ho .betty-99izie li a,
.betty-48x6ho .betty-99izie 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;
}

.betty-48x6ho .betty-gbve6m,
.betty-48x6ho .betty-9zeejr {
  flex: 1 1;
}

.betty-48x6ho .betty-7ndh5k,
.betty-48x6ho .betty-30dbab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betty-48x6ho .betty-7ndh5k li,
.betty-48x6ho .betty-30dbab li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betty-48x6ho .betty-9zeejr img {
  max-width: 32px;
}

.betty-48x6ho .betty-gbve6m img {
  max-width: 32px;
}

.betty-48x6ho .betty-6snofb {
  min-width: 280px;
}

.betty-48x6ho .betty-6snofb img {
  max-width: 146px;
}

.betty-48x6ho .betty-6snofb td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betty-48x6ho .betty-zth58l,
  .betty-48x6ho .betty-glf5s9 {
    flex: 0 1 auto;
  }
  .betty-48x6ho .betty-cvh41f {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betty-48x6ho .betty-zth58l,
  .betty-48x6ho .betty-4uglwg,
  .betty-48x6ho .betty-glf5s9,
  .betty-48x6ho .betty-cvh41f {
    flex: 1 1 calc(50% - 20px);
  }
  .betty-48x6ho .betty-gbve6m,
  .betty-48x6ho .betty-6snofb,
  .betty-48x6ho .betty-9zeejr {
    flex: 1 1 30%;
  }
  .betty-48x6ho .betty-6snofb {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betty-48x6ho .betty-zth58l,
  .betty-48x6ho .betty-4uglwg,
  .betty-48x6ho .betty-gbve6m,
  .betty-48x6ho .betty-glf5s9,
  .betty-48x6ho .betty-cvh41f,
  .betty-48x6ho .betty-6snofb,
  .betty-48x6ho .betty-9zeejr {
    flex: 1 1 100%;
  }
}

.betty-ti14et .betty-ea5v9p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betty-ti14et .betty-8shdbi {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betty-ti14et .betty-pe6hgx {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betty-ti14et .betty-g1nnkk {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betty-ti14et .betty-g1nnkk > :nth-child(3) {
  margin-top: 0;
}

.betty-ti14et .betty-d2k9bo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betty-ti14et .betty-prll6r {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betty-ti14et .betty-sf5vqx {
  grid-column: 1/2;
}

.betty-ti14et > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betty-ti14et .betty-8shdbi: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;
}

.betty-ti14et .betty-8shdbi:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betty-ti14et .betty-40anwt {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betty-ti14et .betty-8shdbi:not(:last-child):before {
    bottom: 8px;
  }
  .betty-ti14et .betty-8shdbi:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betty-ti14et .betty-g1nnkk {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betty-ti14et .betty-d2k9bo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betty-ti14et .betty-d2k9bo img {
    width: 100%;
    height: auto;
  }
  .betty-ti14et .betty-40anwt {
    width: 100%;
    min-width: unset;
  }
}

.betty-afawwi .betty-43rs6d {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betty-afawwi .betty-wk3etl {
  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;
}

.betty-afawwi .betty-d2k9bo {
  height: 100%;
}

.betty-afawwi .betty-d2k9bo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betty-afawwi .betty-v3zbc7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betty-afawwi .betty-cm1uks {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betty-afawwi .betty-zlrthy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betty-afawwi .betty-wk3etl {
    flex: 1 1 100%;
  }
  .betty-afawwi .betty-b6d3fw {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betty-afawwi .betty-wk3etl {
    flex-direction: column;
  }
  .betty-afawwi .betty-d2k9bo {
    width: 100%;
    height: auto;
  }
  .betty-afawwi .betty-d2k9bo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betty-afawwi .betty-v3zbc7 {
    padding: 0 16px 16px 16px;
  }
  .betty-afawwi .betty-b6d3fw {
    min-width: unset;
    width: 100%;
  }
}

.betty-gj3z94 .betty-dplnw6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betty-gj3z94 .betty-3swapu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betty-gj3z94 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;
}

.betty-gj3z94 .betty-8rrs85 {
  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;
}

.betty-gj3z94 .betty-3swapu:hover .betty-8rrs85 {
  display: flex;
}

.betty-gj3z94 .betty-zxmjat {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betty-gj3z94 .betty-7t5u6b {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betty-54yrjy {
  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;
}

.betty-54yrjy.betty-o77h7v {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betty-h2rsag ease-in-out;
}

.betty-54yrjy.betty-o77h7v:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betty-gj3z94 .betty-hmdxhr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betty-h2rsag ease-in-out;
}

.betty-gj3z94 .betty-hmdxhr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betty-gj3z94 .betty-hmdxhr:after,
.betty-54yrjy.betty-o77h7v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betty-54yrjy.betty-o77h7v:after {
  background-image: url(../images/Cash.svg);
}

.betty-gj3z94 .betty-hmdxhr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betty-gj3z94 .betty-dplnw6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betty-gj3z94 .betty-dplnw6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betty-gj3z94 .betty-dplnw6 {
    grid-template-columns: 1fr;
  }
  .betty-gj3z94 .betty-3swapu {
    height: auto;
  }
  .betty-gj3z94 .betty-3swapu .betty-8rrs85 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betty-gj3z94 .betty-zxmjat,
  .betty-gj3z94 .betty-7t5u6b {
    text-align: left;
  }
  .betty-gj3z94 .betty-7t5u6b {
    margin-bottom: 8px;
  }
  .betty-gj3z94 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betty-8xcybr {
  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;
}

.betty-8xcybr.betty-8ukvuq {
  display: block;
}

.betty-8xcybr .betty-8j4kmv {
  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;
}

.betty-8xcybr .betty-zh0d8p {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betty-8xcybr .betty-hfaroq {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betty-8xcybr .betty-0tjia7 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betty-8xcybr .betty-54yrjy {
  min-width: 296px;
  margin-bottom: 0;
}

.betty-8xcybr .betty-pwxafr {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betty-8xcybr .betty-h868vp {
  position: relative;
  flex: 1 1;
}

.betty-8xcybr .betty-h868vp iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betty-8xcybr .betty-zh0d8p {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betty-8xcybr .betty-hfaroq {
    order: 1;
  }
  .betty-8xcybr .betty-0tjia7 {
    order: 3;
    flex: 1 1 100%;
  }
  .betty-8xcybr .betty-54yrjy {
    width: 100%;
    min-width: unset;
  }
  .betty-8xcybr .betty-pwxafr {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betty-dfuadk > .betty-dqnz6e {
    margin-bottom: 0;
  }
  .betty-dfuadk > .betty-sf5vqx,
  .betty-dfuadk > p {
    margin-top: 0;
  }
}

.betty-j0ctk9 img,
.betty-qmmxco img {
  width: auto;
  object-fit: contain;
}

.betty-j0ctk9 {
  align-items: center;
}

.betty-j0ctk9 img {
  max-height: 76px;
}

.betty-qmmxco img {
  max-height: 64px;
}

.betty-02pvq5 {
  overflow: auto;
}

.betty-dvd0y8 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betty-8ljrr1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betty-0pee75 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betty-8qpwft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betty-0pee75 .betty-d2k9bo {
  margin-right: 20px;
  flex-shrink: 0;
}

.betty-0pee75 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betty-54a46y {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betty-54a46y > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betty-0pee75 {
    padding: 15px 10px;
  }
  .betty-54a46y {
    padding: 15px 10px;
  }
  .betty-0pee75 .betty-d2k9bo {
    margin-right: 10px;
  }
}

.betty-vlgp9c {
  overflow-x: auto;
}

.betty-lvrkrv {
  border-collapse: collapse;
  width: 100%;
}

.betty-vlgp9c th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betty-vlgp9c td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betty-vlgp9c td.betty-tbk19r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betty-vlgp9c td.betty-9jqxh1 {
  border-right: none;
}

.betty-vlgp9c td.betty-9jqxh1 .betty-d2k9bo {
  justify-content: flex-start;
}

.betty-vlgp9c td.betty-9jqxh1 .betty-d2k9bo img {
  height: auto;
  width: 90px;
}

.betty-vlgp9c td.betty-9kr7ph,
.betty-vlgp9c td.betty-r0hfgp {
  font-weight: 600;
  text-align: right;
}

.betty-vlgp9c td.betty-9eebln,
.betty-vlgp9c td.betty-9kr7ph {
  padding-bottom: 10px;
  border-bottom: none;
}

.betty-vlgp9c td.betty-9kr7ph,
.betty-vlgp9c td.betty-r0hfgp {
  border-left: none;
}

.betty-vlgp9c td.betty-9eebln,
.betty-vlgp9c td.betty-cmasfm {
  border-right: none;
}

.betty-vlgp9c td.betty-cmasfm,
.betty-vlgp9c td.betty-r0hfgp {
  border-top: none;
  padding-top: 10px;
}

.betty-5tfb5u {
  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;
}

.betty-5tfb5u .betty-b6d3fw {
  min-width: unset;
  width: 100%;
}

.betty-5tfb5u .betty-b6d3fw.betty-lp5t2f {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betty-5tfb5u .betty-b6d3fw.betty-zduck5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betty-5tfb5u .betty-5unjzm {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betty-5tfb5u {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betty-5tfb5u .betty-b6d3fw.betty-lp5t2f {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betty-5tfb5u .betty-b6d3fw.betty-zduck5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betty-5tfb5u .betty-5unjzm {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betty-8zl151 {
  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;
}

.betty-cx500e {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betty-bauhnq p a img {
  margin: 0 auto;
  display: block;
}

.betty-bauhnq table {
  margin-bottom: 17px;
}

/* contanct form */
.betty-49xofo {
  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;
}

.betty-49xofo label {
  font-size: 14px;
}

.betty-49xofo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betty-49xofo input,
.betty-49xofo textarea,
.betty-49xofo 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;
}
.betty-49xofo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betty-h2rsag ease;
}
.betty-49xofo button:hover {
  background-color: #691204;
}
.betty-4qcofc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betty-ciymgp ease-in;
}

.betty-4qcofc h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betty-upezqu, .betty-nkilj2, [class*="review-card"],
thead, thead th, table th, .betty-n78rzv,
.betty-dlxlrn, [class*="collapsible-header"],
.betty-pd8p75, [class*="updated-block"] {
  color: #ece7dc !important;
}
