@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);
}

.cuntspin-sqp12j {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cuntspin-whtmkr {
  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.cuntspin-yejiv9,
ul.cuntspin-yejiv9 {
  padding-left: 20px;
}

ul.cuntspin-yejiv9 {
  list-style: disc;
}

ol.cuntspin-yejiv9 {
  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;
  }
}

.cuntspin-h1l4br > .cuntspin-j1itrj,
.cuntspin-h1l4br > .cuntspin-qm72l1,
.cuntspin-h1l4br > blockquote,
.cuntspin-h1l4br > h1,
.cuntspin-h1l4br > h2,
.cuntspin-h1l4br > h3,
.cuntspin-h1l4br > h4,
.cuntspin-h1l4br > h5,
.cuntspin-h1l4br > h6,
.cuntspin-h1l4br > ol,
.cuntspin-h1l4br > p,
.cuntspin-h1l4br > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cuntspin-h1l4br > ol,
.cuntspin-h1l4br > ul {
  padding-left: 50px;
}

.cuntspin-h1l4br 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;
}

.cuntspin-h1l4br:not(:last-child) {
  margin-bottom: 2rem;
}

.cuntspin-h1l4br > :not(:first-child) {
  margin-top: 2rem;
}

.cuntspin-h1l4br {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cuntspin-h1l4br:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .cuntspin-h1l4br:first-child {
    margin-top: 20px;
  }
}

.cuntspin-h1l4br > p:last-of-type {
  margin-bottom: 32px;
}

.cuntspin-h1l4br > .cuntspin-pbg74a:not(:first-child) {
  margin: 64px auto 16px auto;
}

.cuntspin-xpy1pl > .cuntspin-pbg74a {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cuntspin-qm72l1 {
  overflow: auto;
}

.cuntspin-qm72l1::-webkit-scrollbar {
  height: 5px;
}

.cuntspin-qm72l1 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.cuntspin-qm72l1 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.cuntspin-qm72l1 table thead,
table thead {
  border-bottom: none;
}

.cuntspin-qm72l1 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.cuntspin-qm72l1 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.cuntspin-qm72l1 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.cuntspin-qm72l1 .cuntspin-8jfxlp {
  table-layout: auto;
}

.cuntspin-qm72l1 .cuntspin-8jfxlp th {
  word-break: normal;
}

.cuntspin-qm72l1 .cuntspin-8jfxlp td {
  word-break: normal;
}

.cuntspin-sqp12j .cuntspin-sqp12j {
  padding-right: 0;
  padding-left: 0;
}

.cuntspin-qnoygh {
  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;
}

.cuntspin-jhhfdz {
  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;
}

.cuntspin-rh071q {
  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;
}

.cuntspin-j1itrj {
  margin-top: 24px;
}

.cuntspin-j1itrj.cuntspin-665xf5 {
  text-align: left;
}

.cuntspin-j1itrj.cuntspin-i2anfr {
  text-align: right;
}

.cuntspin-j1itrj.cuntspin-3dqgfo {
  text-align: center;
}

.cuntspin-4xh3q6 {
  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.cuntspin-6525mw ease-in-out;
  cursor: pointer;
}

.cuntspin-4xh3q6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.cuntspin-4xh3q6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .cuntspin-4xh3q6 {
    min-width: unset;
  }
}

.cuntspin-wfdid9 {
  background-color: var(--fh-bg-color);
}

.cuntspin-jchttk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.cuntspin-cdloe4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.cuntspin-cdloe4 img {
  max-height: 80px;
  object-fit: contain;
}

.cuntspin-fd1hm3 {
  flex: 1 1;
}

.cuntspin-pg3qsj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.cuntspin-neamso {
  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;
}

.cuntspin-neamso 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;
}

.cuntspin-neamso.cuntspin-j3qvms span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.cuntspin-neamso.cuntspin-j3qvms span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.cuntspin-neamso.cuntspin-j3qvms span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.cuntspin-fd1hm3 + .cuntspin-pg3qsj {
  margin-left: 20px;
}

.cuntspin-dmnva5 {
  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;
}

.cuntspin-dmnva5 > svg {
  max-width: 24px;
  max-height: 24px;
}

.cuntspin-dmnva5 + .cuntspin-dmnva5 {
  margin-left: 5px;
}

.cuntspin-w2tfv8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.cuntspin-w2tfv8:hover {
  background-color: var(--button-bg-hover);
}

.cuntspin-p7xwmd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.cuntspin-6525mw ease-in-out;
  border: 1px solid var(--border-color);
}

.cuntspin-p7xwmd:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.cuntspin-3tsgys {
  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) {
  .cuntspin-fd1hm3 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .cuntspin-3tsgys {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .cuntspin-fd1hm3 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .cuntspin-dmnva5 {
    min-width: unset;
    flex: 1 1;
  }
}

.cuntspin-7kldkw {
  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;
}

.cuntspin-7kldkw:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.cuntspin-7kldkw:hover .cuntspin-hvodz3 {
  opacity: 1;
  pointer-events: auto;
}

.cuntspin-i2dmob {
  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.cuntspin-2ew39k ease-in-out;
  gap: 4px;
}

.cuntspin-i2dmob > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.cuntspin-i2dmob .cuntspin-qnoygh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.cuntspin-g6uoe7,
.cuntspin-i2dmob:hover {
  color: var(--button-bg-hover);
}

.cuntspin-a6sktz {
  position: relative;
}

.cuntspin-a6sktz .cuntspin-i2dmob {
  margin-right: 0;
  padding-right: 4px;
}

.cuntspin-yqemwv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.cuntspin-a6sktz.cuntspin-j3qvms .cuntspin-yqemwv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.cuntspin-a6sktz.cuntspin-j3qvms .cuntspin-hvodz3 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.cuntspin-a6sktz.cuntspin-j3qvms .cuntspin-hvodz3::before {
  display: none;
}

.cuntspin-yqemwv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.cuntspin-hvodz3 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.cuntspin-g17eqa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.cuntspin-hvodz3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.cuntspin-hvodz3:hover {
  color: var(--fh-bg-color);
}

.cuntspin-rf6tcr {
  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.cuntspin-g17eqa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.cuntspin-2ew39k ease-in-out;
  -o-transition: 0.cuntspin-2ew39k ease-in-out;
  transition: 0.cuntspin-2ew39k ease-in-out;
}

.cuntspin-rf6tcr .cuntspin-qnoygh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.cuntspin-uje0w1,
.cuntspin-rf6tcr:hover {
  color: var(--button-bg-hover);
}

.cuntspin-gmkedn {
  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%;
}

.cuntspin-gmkedn.cuntspin-4taw7e {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.cuntspin-gmkedn.cuntspin-4taw7e:after,
.cuntspin-gmkedn.cuntspin-4taw7e:before {
  content: "";
  position: absolute;
  margin: auto;
}

.cuntspin-gmkedn.cuntspin-4taw7e: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);
  }
}

.cuntspin-gmkedn.cuntspin-4taw7e:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.cuntspin-gmkedn.cuntspin-4taw7e > * {
  z-index: 1;
}

.cuntspin-gmkedn b,
.cuntspin-gmkedn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.cuntspin-gmkedn .cuntspin-wlhom6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.cuntspin-gmkedn .cuntspin-yoevkd {
  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;
}

.cuntspin-gmkedn .cuntspin-qnoygh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.cuntspin-gmkedn .cuntspin-ovnzr5 {
  margin-top: 12px;
}

.cuntspin-ovnzr5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.cuntspin-7rt930 {
  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;
}

.cuntspin-ovnzr5 .cuntspin-7n2u89 {
  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.cuntspin-6525mw ease-in-out;
}

.cuntspin-ovnzr5 .cuntspin-7n2u89:hover {
  background: rgba(255, 255, 255, 0.3);
}

.cuntspin-t8b6d6 {
  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;
}

.cuntspin-gmkedn.cuntspin-8viqwf {
  gap: 12px;
  padding: 16px;
}

.cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-t8b6d6 {
  min-width: 240px;
}

.cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-t8b6d6.cuntspin-1qkx6l {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .cuntspin-gmkedn .cuntspin-wlhom6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .cuntspin-gmkedn .cuntspin-yoevkd {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .cuntspin-gmkedn .cuntspin-qnoygh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-qnoygh {
    max-width: 126px;
  }
  .cuntspin-gmkedn .cuntspin-ovnzr5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .cuntspin-gmkedn .cuntspin-7rt930 {
    max-width: unset;
  }
  .cuntspin-t8b6d6 {
    min-width: unset;
    width: 100%;
  }
  .cuntspin-gmkedn .cuntspin-t8b6d6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf {
    grid-template-rows: auto 1fr auto;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-t8b6d6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .cuntspin-gmkedn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .cuntspin-gmkedn .cuntspin-wlhom6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .cuntspin-gmkedn .cuntspin-qnoygh {
    max-width: 78px;
  }
  .cuntspin-gmkedn .cuntspin-ovnzr5 {
    margin-top: -12px;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf {
    gap: 8px;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-wlhom6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-yoevkd {
    grid-column: 1/3;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-qnoygh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .cuntspin-gmkedn.cuntspin-8viqwf .cuntspin-qnoygh img {
    max-width: 114px;
  }
}

.cuntspin-t8b6d6.cuntspin-qy48zp,
.cuntspin-t8b6d6.cuntspin-akanku,
.cuntspin-t8b6d6.cuntspin-ii48vw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.cuntspin-6525mw ease-in-out;
}

.cuntspin-t8b6d6.cuntspin-qy48zp,
.cuntspin-t8b6d6.cuntspin-ii48vw {
  padding: 10px;
}

.cuntspin-t8b6d6.cuntspin-qy48zp:hover,
.cuntspin-t8b6d6.cuntspin-akanku:hover,
.cuntspin-t8b6d6.cuntspin-ii48vw:hover {
  background: var(--button-bg-hover);
}

.cuntspin-t8b6d6.cuntspin-qy48zp:hover svg path,
.cuntspin-t8b6d6.cuntspin-ii48vw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.cuntspin-t8b6d6.cuntspin-1qkx6l {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.cuntspin-6525mw ease-in-out;
  background: var(--button-bg-color);
}

.cuntspin-t8b6d6.cuntspin-1qkx6l:hover {
  background-color: var(--button-bg-hover);
}

.cuntspin-t8b6d6.cuntspin-akanku: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);
  }
}

.cuntspin-t8b6d6.cuntspin-akanku:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cuntspin-t8b6d6.cuntspin-1qkx6l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cuntspin-enjcdq {
  max-width: 650px;
}

.cuntspin-tu6yff {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.cuntspin-ecrzk3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cuntspin-ipf6sw {
  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.cuntspin-2ew39k ease-in-out;
  cursor: pointer;
}

.cuntspin-ipf6sw:hover {
  opacity: 0.5;
}

.cuntspin-ipf6sw:focus {
  outline: 0;
}

.cuntspin-ipf6sw:focus .cuntspin-vdrmgk,
.cuntspin-ipf6sw:hover .cuntspin-vdrmgk {
  fill: red;
  fill-opacity: 1;
}

.cuntspin-ipf6sw:hover {
  cursor: pointer;
}

.cuntspin-23iau7 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.cuntspin-enjcdq.cuntspin-3dqgfo {
  margin: 0 auto;
}

.cuntspin-enjcdq.cuntspin-i2anfr {
  margin-left: auto;
}

.cuntspin-vocouj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.cuntspin-qnyj31 {
  padding-bottom: 50px;
}

.cuntspin-yhxt1v {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.cuntspin-jt4vgk {
  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;
}

.cuntspin-05f8kl {
  margin-top: 24px;
}

.cuntspin-o3cczb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cuntspin-e3rj7c {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.cuntspin-twdeo7 {
  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;
}

.cuntspin-eklzge {
  width: 468px;
}

.cuntspin-twdeo7 .cuntspin-hvodz3 {
  margin: 0.cuntspin-1mgjwc 0;
}

.cuntspin-chuy9m {
  display: flex;
  min-width: 224px;
}

.cuntspin-g8ps3f {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.cuntspin-2ew39k ease-in-out;
}

.cuntspin-o3cn9l,
.cuntspin-g8ps3f:hover {
  color: var(--text-color);
}

.cuntspin-348z2j {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.cuntspin-so9ljg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .cuntspin-vocouj {
    padding: 16px;
  }
  .cuntspin-348z2j {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .cuntspin-so9ljg {
    align-items: center;
  }
  .cuntspin-eklzge {
    width: unset;
  }
  .cuntspin-chuy9m {
    min-width: unset;
  }
  .cuntspin-twdeo7 {
    max-height: unset;
  }
  .cuntspin-yhxt1v {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .cuntspin-vocouj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.cuntspin-2vybe2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.cuntspin-2vybe2:not(:last-child) {
  margin-bottom: 16px;
}

.cuntspin-tcv3pk {
  outline: 0;
}

.cuntspin-tcv3pk .cuntspin-9l3ive {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.cuntspin-qtd9eh {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .cuntspin-qtd9eh {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.cuntspin-qtd9eh::-webkit-details-marker {
  display: none;
}

.cuntspin-qtd9eh: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;
}

.cuntspin-qtd9eh: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] .cuntspin-qtd9eh:after {
  transform: unset;
}

.cuntspin-9l3ive {
  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);
}

.cuntspin-9l3ive 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.cuntspin-2ew39k ease-in-out;
  -o-transition: 0.cuntspin-2ew39k ease-in-out;
  transition: 0.cuntspin-2ew39k ease-in-out;
}

.cuntspin-6rl9md {
  padding: 16px 0 0 0;
}

.cuntspin-6rl9md * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .cuntspin-6rl9md :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cuntspin-qtd9eh {
    flex-wrap: wrap;
    gap: 12px;
  }
  .cuntspin-qtd9eh::after {
    margin-left: auto;
  }
  .cuntspin-9l3ive {
    order: 3;
    flex: 1 1 100%;
  }
  .cuntspin-qtd9eh {
    font-size: 14px;
    line-height: 130%;
  }
  .cuntspin-9l3ive svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.cuntspin-18t6mr {
  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;
}

.cuntspin-k18pam {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.cuntspin-18t6mr.cuntspin-j3qvms .cuntspin-k18pam {
  margin-bottom: 12px;
}

.cuntspin-k18pam::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;
}

.cuntspin-18t6mr.cuntspin-j3qvms .cuntspin-k18pam::after {
  transform: unset;
}

.cuntspin-efrc4e {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.cuntspin-7b4isf {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.cuntspin-2ew39k ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.cuntspin-7b4isf: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;
}

.cuntspin-18t6mr.cuntspin-j3qvms .cuntspin-efrc4e {
  max-height: 100%;
}

.cuntspin-wtdrlu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.cuntspin-cv4o9r {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.cuntspin-a4up3z {
  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;
}

.cuntspin-xapull {
  margin-right: 4px;
}

.cuntspin-goyy0q {
  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.cuntspin-2ew39k ease-in-out;
}

.cuntspin-goyy0q svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.cuntspin-mszpb7,
.cuntspin-goyy0q:hover {
  color: var(--text-color);
}

.cuntspin-alhzrv {
  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;
}

.cuntspin-alhzrv img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.cuntspin-alhzrv .cuntspin-7brtc4 {
  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;
}

.cuntspin-alhzrv .cuntspin-av7nvw {
  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;
}

.cuntspin-8rg4r6 {
  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;
}

.cuntspin-had3xn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cuntspin-es8am0 .cuntspin-sqp12j {
  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;
}

.cuntspin-es8am0 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.cuntspin-wl38j2 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.cuntspin-ait92o {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.cuntspin-pbthg9 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.cuntspin-4k9jvv 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;
}

.cuntspin-pbthg9:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.cuntspin-uwz13x {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.cuntspin-4fhftg {
  -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.cuntspin-2ew39k ease-in-out;
  transition: transform 0.cuntspin-2ew39k ease-in-out;
  -o-transition: transform 0.cuntspin-2ew39k ease-in-out;
  transition:
    transform 0.cuntspin-2ew39k ease-in-out,
    -webkit-transform 0.cuntspin-2ew39k ease-in-out;
  cursor: pointer;
}

.cuntspin-4fhftg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.cuntspin-4fhftg: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;
}

.cuntspin-csffkz {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .cuntspin-csffkz {
    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);
}

.cuntspin-73hxxc {
  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;
}

.cuntspin-r66n67 {
  position: relative;
  width: 100%;
}

.cuntspin-73hxxc.cuntspin-mmclto {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cuntspin-73hxxc.cuntspin-3dqgfo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cuntspin-73hxxc.cuntspin-i2anfr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cuntspin-lal950 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.cuntspin-54rhhm {
  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.cuntspin-2ew39k ease-in-out;
  cursor: pointer;
}

.cuntspin-54rhhm:hover {
  opacity: 0.5;
}

.cuntspin-73hxxc.cuntspin-c43emp .cuntspin-54rhhm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cuntspin-73hxxc.cuntspin-c43emp .cuntspin-lal950 {
  cursor: pointer;
}

.cuntspin-398i1o {
  fill: #0009;
}

.cuntspin-tsfpkx {
  fill: #fff;
}

.cuntspin-54rhhm:hover .cuntspin-398i1o {
  fill: red;
}

.cuntspin-54rhhm svg path {
  -webkit-transition: 0.cuntspin-2ew39k ease-in-out;
  -o-transition: 0.cuntspin-2ew39k ease-in-out;
  transition: 0.cuntspin-2ew39k ease-in-out;
}

.cuntspin-yziwmz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.cuntspin-yziwmz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.cuntspin-yziwmz.cuntspin-rg6k19 > :not(.get-image) {
  grid-column: 1/3;
}

.cuntspin-zt2zxe:not(._h1-block) .cuntspin-yziwmz > .cuntspin-pbg74a {
  grid-row: 1/2;
  grid-column: 1/3;
}

.cuntspin-yziwmz.cuntspin-rg6k19 .cuntspin-2ywkav {
  grid-column: 2/3;
}

.cuntspin-yziwmz.cuntspin-rg6k19 > .cuntspin-qnoygh {
  grid-column: 1/2;
}

.cuntspin-yziwmz.cuntspin-rg6k19 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.cuntspin-yziwmz > p:first-of-type {
  margin-top: 0;
}

.cuntspin-yziwmz .cuntspin-qnoygh {
  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;
}

.cuntspin-zt2zxe:not(._h1-block) .cuntspin-pbg74a ~ .cuntspin-qnoygh {
  grid-row: 2/10;
}

.cuntspin-zt2zxe.cuntspin-ozwavx .cuntspin-pbg74a ~ .cuntspin-qnoygh {
  grid-row: 1/10;
}

.cuntspin-zt2zxe.cuntspin-ozwavx > .cuntspin-pbg74a {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.cuntspin-zt2zxe.cuntspin-ozwavx .cuntspin-qnoygh {
  grid-row: 1/10;
}

.cuntspin-yziwmz.cuntspin-ngzyyl .cuntspin-qnoygh {
  align-items: flex-start;
}

.cuntspin-yziwmz.cuntspin-3dqgfo .cuntspin-2ywkav {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.cuntspin-yziwmz.cuntspin-3dqgfo .cuntspin-qnoygh {
  align-items: center;
}

.cuntspin-yziwmz.cuntspin-aswncj .cuntspin-qnoygh {
  align-items: flex-end;
}

.cuntspin-2ywkav > :first-child {
  margin-top: 0;
}

.cuntspin-2ywkav > :last-child {
  margin-bottom: 0;
}

* + .cuntspin-cj4zs5,
.cuntspin-zt2zxe + .cuntspin-zt2zxe {
  margin-top: 2rem;
}

.cuntspin-6vh9kr td::before,
.cuntspin-6vh9kr th::after {
  display: none !important;
}

.cuntspin-6vh9kr #link-selector {
  color: #000;
}

.cuntspin-6vh9kr .cuntspin-ryywup {
  color: #135e96;
}

.cuntspin-6vh9kr .cuntspin-l267x5 *,
.cuntspin-6vh9kr .cuntspin-2zsyfo p,
.cuntspin-6vh9kr .cuntspin-x8sd2a * {
  color: #000;
}

.cuntspin-6vh9kr .cuntspin-g8gpu3 {
  background: 0 0 !important;
}

.cuntspin-6vh9kr .cuntspin-ffkbh2 {
  color: #000;
}

.cuntspin-6vh9kr .cuntspin-u4se0t.cuntspin-m9zsbr {
  color: #fff;
}

.cuntspin-6vh9kr .cuntspin-qu2qqf {
  color: #000;
}

.cuntspin-6vh9kr
  .cuntspin-yk2cg9
  .cuntspin-dpo38r.cuntspin-m9zsbr.cuntspin-jv1yu2 {
  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;
}

.cuntspin-jzmarj,
body .cuntspin-abhp2t {
  color: #000;
  background: var(--color-body) !important;
}

.cuntspin-jzmarj .cuntspin-933cml .cuntspin-029mpz,
body .cuntspin-abhp2t .cuntspin-933cml .cuntspin-029mpz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .cuntspin-7b4isf:focus,
  .cuntspin-7b4isf:hover {
    color: #f9cb16;
  }
  .cuntspin-wmm3wc:focus,
  .cuntspin-wmm3wc:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .cuntspin-unqi02:focus img,
  .cuntspin-unqi02:focus svg,
  .cuntspin-unqi02:hover img,
  .cuntspin-unqi02:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .cuntspin-alhzrv {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cuntspin-a6sktz:hover .cuntspin-yqemwv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .cuntspin-yqemwv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .cuntspin-5spew4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .cuntspin-dtnm5g {
    grid-template-columns: repeat(4, 1fr);
  }
  .cuntspin-0fhnp6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .cuntspin-uqx0cw .cuntspin-o3cix0 {
    grid-template-columns: 1fr;
  }
  .cuntspin-uqx0cw .cuntspin-87mgs4 {
    -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;
  }
  .cuntspin-uqx0cw .cuntspin-g16qgu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cuntspin-uqx0cw .cuntspin-erz8mu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cuntspin-uqx0cw .cuntspin-92a3ek {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .cuntspin-uqx0cw .cuntspin-g16qgu:not(:first-child) {
    border: none;
  }
  .cuntspin-uqx0cw .cuntspin-g16qgu:first-child .cuntspin-erz8mu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .cuntspin-uqx0cw .cuntspin-g16qgu:last-child .cuntspin-erz8mu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .cuntspin-jchttk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .cuntspin-cdloe4 {
    max-width: 100px;
  }
  .cuntspin-fd1hm3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cuntspin-pg3qsj {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cuntspin-pg3qsj svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .cuntspin-neamso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .cuntspin-fd1hm3 + .cuntspin-pg3qsj {
    margin-left: auto;
  }
  .cuntspin-p31vwu {
    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;
  }
  .cuntspin-p31vwu.cuntspin-j3qvms {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .cuntspin-3tsgys {
    -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;
  }
  .cuntspin-7kldkw {
    width: 100%;
  }
  .cuntspin-7kldkw:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .cuntspin-i2dmob {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .cuntspin-i2dmob svg {
    margin-right: 4px;
  }
  .cuntspin-a6sktz {
    -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;
  }
  .cuntspin-yqemwv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .cuntspin-yqemwv {
    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;
  }
  .cuntspin-hvodz3 {
    display: none;
    width: 100%;
  }
  .cuntspin-a6sktz.cuntspin-j3qvms .cuntspin-hvodz3 {
    padding: 0 0 0 48px;
  }
  .cuntspin-rf6tcr {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .cuntspin-jt4vgk .cuntspin-qnoygh {
    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;
  }
  .cuntspin-ffdqve {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cuntspin-ffdqve + .cuntspin-ffdqve {
    margin-right: 0;
  }
  .cuntspin-ffdqve + .cuntspin-qnoygh {
    margin: 0;
  }
  .cuntspin-5spew4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cuntspin-dtnm5g {
    grid-template-columns: repeat(3, 1fr);
  }
  .cuntspin-5611qg,
  .cuntspin-mcedt4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cuntspin-yziwmz {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cuntspin-yziwmz.cuntspin-rg6k19 .cuntspin-2ywkav {
    grid-column: auto;
    grid-row: auto;
  }
  .cuntspin-yziwmz > .cuntspin-pbg74a {
    grid-column: 1/2;
  }
  .cuntspin-yziwmz.cuntspin-rg6k19 > :not(.get-image) {
    grid-column: 1/2;
  }
  .cuntspin-yziwmz .cuntspin-qnoygh,
  .cuntspin-yziwmz.cuntspin-rg6k19 > .cuntspin-qnoygh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cuntspin-yziwmz.cuntspin-rg6k19 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .cuntspin-zt2zxe.cuntspin-ozwavx .cuntspin-yziwmz > .cuntspin-qnoygh {
    grid-row: 1/2;
  }
  .cuntspin-yziwmz .cuntspin-pbg74a ~ .cuntspin-qnoygh,
  .cuntspin-yziwmz.cuntspin-rg6k19 .cuntspin-pbg74a ~ .cuntspin-qnoygh {
    grid-row: 2/3;
  }
  .cuntspin-zt2zxe.cuntspin-ozwavx .cuntspin-pbg74a ~ .cuntspin-qnoygh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .cuntspin-h1l4br:first-child .cuntspin-h0um68 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cuntspin-h1l4br:first-child .cuntspin-h0um68 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .cuntspin-h1l4br {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .cuntspin-h1l4br {
    padding: 0;
  }
  .cuntspin-j1itrj {
    margin-top: 1rem;
  }
  .cuntspin-tcv3pk {
    border-radius: 5px;
  }
  .cuntspin-sxfhir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cuntspin-k18pam::after {
    display: inline-block;
  }
  .cuntspin-k18pam {
    margin: 0;
    width: 100%;
  }
  .cuntspin-efrc4e {
    width: 100%;
  }
  .cuntspin-efrc4e.cuntspin-l2eazw {
    -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%;
  }
  .cuntspin-efrc4e.cuntspin-l2eazw .cuntspin-mvo8s6 {
    width: 100%;
  }
  .cuntspin-efrc4e.cuntspin-l2eazw .cuntspin-mvo8s6:not(:last-child) {
    margin-right: 0;
  }
  .cuntspin-7b4isf {
    width: 100%;
    text-align: center;
  }
  .cuntspin-18t6mr.cuntspin-j3qvms .cuntspin-efrc4e {
    margin-top: 1rem;
  }
  .cuntspin-5spew4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cuntspin-0fhnp6,
  .cuntspin-dtnm5g {
    grid-template-columns: repeat(2, 1fr);
  }
  .cuntspin-5611qg,
  .cuntspin-mcedt4,
  .cuntspin-zsfxpl {
    grid-template-columns: 1fr;
  }
  .cuntspin-6zy35w {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .cuntspin-7cfgbj {
    min-width: 300px;
    max-width: 325px;
  }
  .cuntspin-erz8mu {
    cursor: auto;
  }
  .cuntspin-t8eup6 .cuntspin-erz8mu {
    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;
  }
  .cuntspin-csffkz {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .cuntspin-hvodz3 {
    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) {
  .cuntspin-csffkz {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.cuntspin-ffdqve p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .cuntspin-pg3qsj {
    margin: 0 -0.2rem;
  }
  .cuntspin-ffdqve {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cuntspin-k4tt6y {
    -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;
  }
  .cuntspin-wovbe9 {
    max-width: 100%;
  }
  .cuntspin-5spew4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cuntspin-0fhnp6,
  .cuntspin-dtnm5g {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .cuntspin-jchttk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cuntspin-pg3qsj {
    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;
  }
  .cuntspin-wfdid9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cuntspin-dmnva5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cuntspin-eahnui,
  .cuntspin-t9k9hu {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .cuntspin-4xh3q6 {
    width: 100%;
  }
  .cuntspin-5spew4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .cuntspin-csffkz {
    top: 127px !important;
  }
}

.cuntspin-lbh81n {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .cuntspin-lbh81n {
  }
}

@media (max-width: 767px) {
  .cuntspin-lbh81n {
    margin-bottom: 12px;
  }
}

.cuntspin-lbh81n img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.cuntspin-8hl8rq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.cuntspin-8hl8rq > .cuntspin-a7vuzk {
  flex: 1 1;
}

@media (max-width: 767px) {
  .cuntspin-8hl8rq {
    flex-direction: column;
    gap: 12px;
  }
}

.cuntspin-b9yfez {
  display: flex;
}

.cuntspin-b9yfez .cuntspin-iqn442 {
  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;
}

.cuntspin-b9yfez .cuntspin-1hbkil {
  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;
}

.cuntspin-b9yfez .cuntspin-pxu89h {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.cuntspin-b9yfez .cuntspin-d23iqo {
  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));
  }
}

.cuntspin-b9yfez .cuntspin-d23iqo:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cuntspin-b9yfez .cuntspin-kq4iq5 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.cuntspin-1vy8y2 {
  border: unset;
  background-color: unset;
}

.cuntspin-1vy8y2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cuntspin-1vy8y2 .cuntspin-wmx9vt,
.cuntspin-1vy8y2 .cuntspin-p1b0j6 {
  flex: 0 1 330px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea {
  flex: 1 1;
}

.cuntspin-1vy8y2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.cuntspin-1vy8y2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.cuntspin-1vy8y2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.cuntspin-1vy8y2 tr td p {
  color: #fff;
  margin: 0;
}

.cuntspin-1vy8y2 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.cuntspin-1vy8y2 tr.cuntspin-wmx9vt td p {
  padding: 16px 0;
}

.cuntspin-1vy8y2 tr.cuntspin-wmx9vt td p:not(:last-child),
.cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.cuntspin-1vy8y2 tr.cuntspin-wmx9vt td p:first-child,
.cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p:first-child {
  padding-top: 0;
}

.cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p:last-child {
  padding-bottom: 0;
}

.cuntspin-1vy8y2 .cuntspin-p1b0j6 img {
  max-width: 32px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea {
  min-width: 718px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td {
  display: flex;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj,
.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-cdvf4f,
.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-mef4vi {
  flex: 1 1 50%;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-7kgbbc {
  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;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-p1zmrr,
.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-ud0y3p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj,
.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-cdvf4f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj span,
.cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-cdvf4f span {
  font-weight: 800;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cuntspin-1vy8y2 tr.cuntspin-wmx9vt td p:last-child {
    padding-bottom: 0;
  }
  .cuntspin-1vy8y2 .cuntspin-p1b0j6 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .cuntspin-1vy8y2 .cuntspin-p1b0j6 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .cuntspin-1vy8y2 tr.cuntspin-wmx9vt td p:not(:last-child),
  .cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p:not(:last-child) {
    border-bottom: unset;
  }
  .cuntspin-1vy8y2 tr.cuntspin-p1b0j6 td p:last-child {
    padding-bottom: 12px;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj,
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-cdvf4f,
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-mef4vi {
    flex: 1 1 50%;
    padding: 0;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj,
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-cdvf4f {
    margin-top: 16px;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-mef4vi {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-jz3rtj {
    border-right: 1px solid var(--border-color);
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-mef4vi:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td:last-child .cuntspin-mef4vi:last-child {
    padding-bottom: 0;
  }
}

.cuntspin-mef4vi {
  display: flex;
  flex-direction: column;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi:not(:first-child) {
    padding-left: 0;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea td .cuntspin-mef4vi:not(:last-of-type) {
    border-right: unset;
  }
}

.cuntspin-1vy8y2 .cuntspin-knubck {
  flex: 0 1 485px;
}

.cuntspin-1vy8y2 .cuntspin-oc12lk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.cuntspin-1vy8y2 .cuntspin-oc12lk li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cuntspin-1vy8y2 .cuntspin-oc12lk li.cuntspin-z4j5yh {
  padding: 6px 12px;
}

.cuntspin-1vy8y2 .cuntspin-oc12lk li a,
.cuntspin-1vy8y2 .cuntspin-oc12lk 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;
}

.cuntspin-1vy8y2 .cuntspin-ue6hi5,
.cuntspin-1vy8y2 .cuntspin-g0tmsf {
  flex: 1 1;
}

.cuntspin-1vy8y2 .cuntspin-k1hbqv,
.cuntspin-1vy8y2 .cuntspin-wscecz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cuntspin-1vy8y2 .cuntspin-k1hbqv li,
.cuntspin-1vy8y2 .cuntspin-wscecz li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.cuntspin-1vy8y2 .cuntspin-g0tmsf img {
  max-width: 32px;
}

.cuntspin-1vy8y2 .cuntspin-ue6hi5 img {
  max-width: 32px;
}

.cuntspin-1vy8y2 .cuntspin-x13f7i {
  min-width: 280px;
}

.cuntspin-1vy8y2 .cuntspin-x13f7i img {
  max-width: 146px;
}

.cuntspin-1vy8y2 .cuntspin-x13f7i td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .cuntspin-1vy8y2 .cuntspin-wmx9vt,
  .cuntspin-1vy8y2 .cuntspin-p1b0j6 {
    flex: 0 1 auto;
  }
  .cuntspin-1vy8y2 .cuntspin-n6wfea {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .cuntspin-1vy8y2 .cuntspin-wmx9vt,
  .cuntspin-1vy8y2 .cuntspin-knubck,
  .cuntspin-1vy8y2 .cuntspin-p1b0j6,
  .cuntspin-1vy8y2 .cuntspin-n6wfea {
    flex: 1 1 calc(50% - 20px);
  }
  .cuntspin-1vy8y2 .cuntspin-ue6hi5,
  .cuntspin-1vy8y2 .cuntspin-x13f7i,
  .cuntspin-1vy8y2 .cuntspin-g0tmsf {
    flex: 1 1 30%;
  }
  .cuntspin-1vy8y2 .cuntspin-x13f7i {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .cuntspin-1vy8y2 .cuntspin-wmx9vt,
  .cuntspin-1vy8y2 .cuntspin-knubck,
  .cuntspin-1vy8y2 .cuntspin-ue6hi5,
  .cuntspin-1vy8y2 .cuntspin-p1b0j6,
  .cuntspin-1vy8y2 .cuntspin-n6wfea,
  .cuntspin-1vy8y2 .cuntspin-x13f7i,
  .cuntspin-1vy8y2 .cuntspin-g0tmsf {
    flex: 1 1 100%;
  }
}

.cuntspin-vap33p .cuntspin-cbubgd {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cuntspin-vap33p .cuntspin-00ck0m {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.cuntspin-vap33p .cuntspin-kgousn {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.cuntspin-vap33p .cuntspin-01zp0w {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.cuntspin-vap33p .cuntspin-01zp0w > :nth-child(3) {
  margin-top: 0;
}

.cuntspin-vap33p .cuntspin-qnoygh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.cuntspin-vap33p .cuntspin-gpeh2e {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.cuntspin-vap33p .cuntspin-j1itrj {
  grid-column: 1/2;
}

.cuntspin-vap33p > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.cuntspin-vap33p .cuntspin-00ck0m: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;
}

.cuntspin-vap33p .cuntspin-00ck0m:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.cuntspin-vap33p .cuntspin-4xh3q6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .cuntspin-vap33p .cuntspin-00ck0m:not(:last-child):before {
    bottom: 8px;
  }
  .cuntspin-vap33p .cuntspin-00ck0m:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .cuntspin-vap33p .cuntspin-01zp0w {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .cuntspin-vap33p .cuntspin-qnoygh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .cuntspin-vap33p .cuntspin-qnoygh img {
    width: 100%;
    height: auto;
  }
  .cuntspin-vap33p .cuntspin-4xh3q6 {
    width: 100%;
    min-width: unset;
  }
}

.cuntspin-1j54p7 .cuntspin-yf3uqt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.cuntspin-1j54p7 .cuntspin-ebjqb9 {
  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;
}

.cuntspin-1j54p7 .cuntspin-qnoygh {
  height: 100%;
}

.cuntspin-1j54p7 .cuntspin-qnoygh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.cuntspin-1j54p7 .cuntspin-eg1xyy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.cuntspin-1j54p7 .cuntspin-kqfcdu {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.cuntspin-1j54p7 .cuntspin-w9tpvw {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .cuntspin-1j54p7 .cuntspin-ebjqb9 {
    flex: 1 1 100%;
  }
  .cuntspin-1j54p7 .cuntspin-t8b6d6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .cuntspin-1j54p7 .cuntspin-ebjqb9 {
    flex-direction: column;
  }
  .cuntspin-1j54p7 .cuntspin-qnoygh {
    width: 100%;
    height: auto;
  }
  .cuntspin-1j54p7 .cuntspin-qnoygh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .cuntspin-1j54p7 .cuntspin-eg1xyy {
    padding: 0 16px 16px 16px;
  }
  .cuntspin-1j54p7 .cuntspin-t8b6d6 {
    min-width: unset;
    width: 100%;
  }
}

.cuntspin-yu2jet .cuntspin-jy4qt5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.cuntspin-yu2jet .cuntspin-9ec640 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.cuntspin-yu2jet 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;
}

.cuntspin-yu2jet .cuntspin-0jwtgr {
  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;
}

.cuntspin-yu2jet .cuntspin-9ec640:hover .cuntspin-0jwtgr {
  display: flex;
}

.cuntspin-yu2jet .cuntspin-4zllsx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cuntspin-yu2jet .cuntspin-rcddgl {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.cuntspin-eyphjx {
  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;
}

.cuntspin-eyphjx.cuntspin-41uyjr {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.cuntspin-6525mw ease-in-out;
}

.cuntspin-eyphjx.cuntspin-41uyjr:hover {
  color: #f9cb16;
  background-color: transparent;
}

.cuntspin-yu2jet .cuntspin-bkj7hk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.cuntspin-6525mw ease-in-out;
}

.cuntspin-yu2jet .cuntspin-bkj7hk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.cuntspin-yu2jet .cuntspin-bkj7hk:after,
.cuntspin-eyphjx.cuntspin-41uyjr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.cuntspin-eyphjx.cuntspin-41uyjr:after {
  background-image: url(../images/Cash.svg);
}

.cuntspin-yu2jet .cuntspin-bkj7hk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .cuntspin-yu2jet .cuntspin-jy4qt5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .cuntspin-yu2jet .cuntspin-jy4qt5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cuntspin-yu2jet .cuntspin-jy4qt5 {
    grid-template-columns: 1fr;
  }
  .cuntspin-yu2jet .cuntspin-9ec640 {
    height: auto;
  }
  .cuntspin-yu2jet .cuntspin-9ec640 .cuntspin-0jwtgr {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .cuntspin-yu2jet .cuntspin-4zllsx,
  .cuntspin-yu2jet .cuntspin-rcddgl {
    text-align: left;
  }
  .cuntspin-yu2jet .cuntspin-rcddgl {
    margin-bottom: 8px;
  }
  .cuntspin-yu2jet img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.cuntspin-ncngsb {
  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;
}

.cuntspin-ncngsb.cuntspin-c43emp {
  display: block;
}

.cuntspin-ncngsb .cuntspin-4jaons {
  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;
}

.cuntspin-ncngsb .cuntspin-8aikp2 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.cuntspin-ncngsb .cuntspin-fxa9vd {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.cuntspin-ncngsb .cuntspin-cy6y9l {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.cuntspin-ncngsb .cuntspin-eyphjx {
  min-width: 296px;
  margin-bottom: 0;
}

.cuntspin-ncngsb .cuntspin-a7ka5n {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cuntspin-ncngsb .cuntspin-p95i2c {
  position: relative;
  flex: 1 1;
}

.cuntspin-ncngsb .cuntspin-p95i2c iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .cuntspin-ncngsb .cuntspin-8aikp2 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .cuntspin-ncngsb .cuntspin-fxa9vd {
    order: 1;
  }
  .cuntspin-ncngsb .cuntspin-cy6y9l {
    order: 3;
    flex: 1 1 100%;
  }
  .cuntspin-ncngsb .cuntspin-eyphjx {
    width: 100%;
    min-width: unset;
  }
  .cuntspin-ncngsb .cuntspin-a7ka5n {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .cuntspin-yziwmz > .cuntspin-pbg74a {
    margin-bottom: 0;
  }
  .cuntspin-yziwmz > .cuntspin-j1itrj,
  .cuntspin-yziwmz > p {
    margin-top: 0;
  }
}

.cuntspin-d283n4 img,
.cuntspin-ffdqve img {
  width: auto;
  object-fit: contain;
}

.cuntspin-d283n4 {
  align-items: center;
}

.cuntspin-d283n4 img {
  max-height: 76px;
}

.cuntspin-ffdqve img {
  max-height: 64px;
}

.cuntspin-qzibja {
  overflow: auto;
}

.cuntspin-t156gu {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.cuntspin-umir48:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.cuntspin-phz0yc {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.cuntspin-ybsib7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cuntspin-phz0yc .cuntspin-qnoygh {
  margin-right: 20px;
  flex-shrink: 0;
}

.cuntspin-phz0yc img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.cuntspin-ez2z0x {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.cuntspin-ez2z0x > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cuntspin-phz0yc {
    padding: 15px 10px;
  }
  .cuntspin-ez2z0x {
    padding: 15px 10px;
  }
  .cuntspin-phz0yc .cuntspin-qnoygh {
    margin-right: 10px;
  }
}

.cuntspin-x55jyj {
  overflow-x: auto;
}

.cuntspin-i9jfy0 {
  border-collapse: collapse;
  width: 100%;
}

.cuntspin-x55jyj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.cuntspin-x55jyj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.cuntspin-x55jyj td.cuntspin-lkkfpy {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.cuntspin-x55jyj td.cuntspin-s9awl0 {
  border-right: none;
}

.cuntspin-x55jyj td.cuntspin-s9awl0 .cuntspin-qnoygh {
  justify-content: flex-start;
}

.cuntspin-x55jyj td.cuntspin-s9awl0 .cuntspin-qnoygh img {
  height: auto;
  width: 90px;
}

.cuntspin-x55jyj td.cuntspin-1ddifx,
.cuntspin-x55jyj td.cuntspin-lfpy46 {
  font-weight: 600;
  text-align: right;
}

.cuntspin-x55jyj td.cuntspin-7l2d9y,
.cuntspin-x55jyj td.cuntspin-1ddifx {
  padding-bottom: 10px;
  border-bottom: none;
}

.cuntspin-x55jyj td.cuntspin-1ddifx,
.cuntspin-x55jyj td.cuntspin-lfpy46 {
  border-left: none;
}

.cuntspin-x55jyj td.cuntspin-7l2d9y,
.cuntspin-x55jyj td.cuntspin-b5lbe8 {
  border-right: none;
}

.cuntspin-x55jyj td.cuntspin-b5lbe8,
.cuntspin-x55jyj td.cuntspin-lfpy46 {
  border-top: none;
  padding-top: 10px;
}

.cuntspin-dl2bhz {
  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;
}

.cuntspin-dl2bhz .cuntspin-t8b6d6 {
  min-width: unset;
  width: 100%;
}

.cuntspin-dl2bhz .cuntspin-t8b6d6.cuntspin-qy48zp {
  grid-column: 1/2;
  grid-row: 1/2;
}

.cuntspin-dl2bhz .cuntspin-t8b6d6.cuntspin-ii48vw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cuntspin-dl2bhz .cuntspin-e32x2o {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .cuntspin-dl2bhz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .cuntspin-dl2bhz .cuntspin-t8b6d6.cuntspin-qy48zp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cuntspin-dl2bhz .cuntspin-t8b6d6.cuntspin-ii48vw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .cuntspin-dl2bhz .cuntspin-e32x2o {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.cuntspin-pdvtyw {
  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;
}

.cuntspin-cqt66a {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.cuntspin-xpy1pl p a img {
  margin: 0 auto;
  display: block;
}

.cuntspin-xpy1pl table {
  margin-bottom: 17px;
}

/* contanct form */
.cuntspin-qvr8bg {
  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;
}

.cuntspin-qvr8bg label {
  font-size: 14px;
}

.cuntspin-qvr8bg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.cuntspin-qvr8bg input,
.cuntspin-qvr8bg textarea,
.cuntspin-qvr8bg 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;
}
.cuntspin-qvr8bg button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.cuntspin-6525mw ease;
}
.cuntspin-qvr8bg button:hover {
  background-color: #691204;
}
.cuntspin-e23ybh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.cuntspin-yevzb0 ease-in;
}

.cuntspin-e23ybh 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;
}
.cuntspin-wj13me, .cuntspin-bw5s3y, [class*="review-card"],
thead, thead th, table th, .cuntspin-yg89qg,
.cuntspin-86m1ka, [class*="collapsible-header"],
.cuntspin-aeq1g3, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
