@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);
}

.mafia-m40ubi {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mafia-oyf3zl {
  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.mafia-5z5mco,
ul.mafia-5z5mco {
  padding-left: 20px;
}

ul.mafia-5z5mco {
  list-style: disc;
}

ol.mafia-5z5mco {
  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;
  }
}

.mafia-gx3rs4 > .mafia-3wsl3p,
.mafia-gx3rs4 > .mafia-3xmhul,
.mafia-gx3rs4 > blockquote,
.mafia-gx3rs4 > h1,
.mafia-gx3rs4 > h2,
.mafia-gx3rs4 > h3,
.mafia-gx3rs4 > h4,
.mafia-gx3rs4 > h5,
.mafia-gx3rs4 > h6,
.mafia-gx3rs4 > ol,
.mafia-gx3rs4 > p,
.mafia-gx3rs4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mafia-gx3rs4 > ol,
.mafia-gx3rs4 > ul {
  padding-left: 50px;
}

.mafia-gx3rs4 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;
}

.mafia-gx3rs4:not(:last-child) {
  margin-bottom: 2rem;
}

.mafia-gx3rs4 > :not(:first-child) {
  margin-top: 2rem;
}

.mafia-gx3rs4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mafia-gx3rs4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .mafia-gx3rs4:first-child {
    margin-top: 20px;
  }
}

.mafia-gx3rs4 > p:last-of-type {
  margin-bottom: 32px;
}

.mafia-gx3rs4 > .mafia-659v28:not(:first-child) {
  margin: 64px auto 16px auto;
}

.mafia-ait6cu > .mafia-659v28 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mafia-3xmhul {
  overflow: auto;
}

.mafia-3xmhul::-webkit-scrollbar {
  height: 5px;
}

.mafia-3xmhul table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.mafia-3xmhul table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.mafia-3xmhul table thead,
table thead {
  border-bottom: none;
}

.mafia-3xmhul table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.mafia-3xmhul table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.mafia-3xmhul table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.mafia-3xmhul .mafia-a626c5 {
  table-layout: auto;
}

.mafia-3xmhul .mafia-a626c5 th {
  word-break: normal;
}

.mafia-3xmhul .mafia-a626c5 td {
  word-break: normal;
}

.mafia-m40ubi .mafia-m40ubi {
  padding-right: 0;
  padding-left: 0;
}

.mafia-k322ab {
  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;
}

.mafia-4p69f1 {
  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;
}

.mafia-eqkkyd {
  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;
}

.mafia-3wsl3p {
  margin-top: 24px;
}

.mafia-3wsl3p.mafia-qdqjg3 {
  text-align: left;
}

.mafia-3wsl3p.mafia-t7mktd {
  text-align: right;
}

.mafia-3wsl3p.mafia-sgv37y {
  text-align: center;
}

.mafia-31zygq {
  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.mafia-wd0zlm ease-in-out;
  cursor: pointer;
}

.mafia-31zygq:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.mafia-31zygq {
  min-width: 328px;
}

@media (max-width: 768px) {
  .mafia-31zygq {
    min-width: unset;
  }
}

.mafia-d6mzcf {
  background-color: var(--fh-bg-color);
}

.mafia-lcmw9h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.mafia-a64yam {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.mafia-a64yam img {
  max-height: 80px;
  object-fit: contain;
}

.mafia-lxb6sm {
  flex: 1 1;
}

.mafia-axxm6g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.mafia-7et770 {
  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;
}

.mafia-7et770 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;
}

.mafia-7et770.mafia-ug7ee7 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.mafia-7et770.mafia-ug7ee7 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.mafia-7et770.mafia-ug7ee7 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.mafia-lxb6sm + .mafia-axxm6g {
  margin-left: 20px;
}

.mafia-2cuadc {
  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;
}

.mafia-2cuadc > svg {
  max-width: 24px;
  max-height: 24px;
}

.mafia-2cuadc + .mafia-2cuadc {
  margin-left: 5px;
}

.mafia-u8qgjj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.mafia-u8qgjj:hover {
  background-color: var(--button-bg-hover);
}

.mafia-4dw6xo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.mafia-wd0zlm ease-in-out;
  border: 1px solid var(--border-color);
}

.mafia-4dw6xo:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.mafia-8pdj7v {
  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) {
  .mafia-lxb6sm {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .mafia-8pdj7v {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .mafia-lxb6sm {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .mafia-2cuadc {
    min-width: unset;
    flex: 1 1;
  }
}

.mafia-4lgt2l {
  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;
}

.mafia-4lgt2l:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mafia-4lgt2l:hover .mafia-4h26et {
  opacity: 1;
  pointer-events: auto;
}

.mafia-lxk5nm {
  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.mafia-wo689c ease-in-out;
  gap: 4px;
}

.mafia-lxk5nm > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.mafia-lxk5nm .mafia-k322ab img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.mafia-tezosd,
.mafia-lxk5nm:hover {
  color: var(--button-bg-hover);
}

.mafia-2crn49 {
  position: relative;
}

.mafia-2crn49 .mafia-lxk5nm {
  margin-right: 0;
  padding-right: 4px;
}

.mafia-vc6jay svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.mafia-2crn49.mafia-ug7ee7 .mafia-vc6jay svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.mafia-2crn49.mafia-ug7ee7 .mafia-4h26et {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.mafia-2crn49.mafia-ug7ee7 .mafia-4h26et::before {
  display: none;
}

.mafia-vc6jay svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.mafia-4h26et {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.mafia-q7jg3o 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.mafia-4h26et::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.mafia-4h26et:hover {
  color: var(--fh-bg-color);
}

.mafia-2ssz1k {
  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.mafia-q7jg3o 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.mafia-wo689c ease-in-out;
  -o-transition: 0.mafia-wo689c ease-in-out;
  transition: 0.mafia-wo689c ease-in-out;
}

.mafia-2ssz1k .mafia-k322ab img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.mafia-zd41eq,
.mafia-2ssz1k:hover {
  color: var(--button-bg-hover);
}

.mafia-02ycnc {
  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%;
}

.mafia-02ycnc.mafia-ovkjjm {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.mafia-02ycnc.mafia-ovkjjm:after,
.mafia-02ycnc.mafia-ovkjjm:before {
  content: "";
  position: absolute;
  margin: auto;
}

.mafia-02ycnc.mafia-ovkjjm: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);
  }
}

.mafia-02ycnc.mafia-ovkjjm:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.mafia-02ycnc.mafia-ovkjjm > * {
  z-index: 1;
}

.mafia-02ycnc b,
.mafia-02ycnc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.mafia-02ycnc .mafia-0ehkag {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.mafia-02ycnc .mafia-e23s1g {
  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;
}

.mafia-02ycnc .mafia-k322ab {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.mafia-02ycnc .mafia-kto5pn {
  margin-top: 12px;
}

.mafia-kto5pn {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.mafia-917mlw {
  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;
}

.mafia-kto5pn .mafia-uappbv {
  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.mafia-wd0zlm ease-in-out;
}

.mafia-kto5pn .mafia-uappbv:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mafia-dg8nvk {
  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;
}

.mafia-02ycnc.mafia-bcnxpo {
  gap: 12px;
  padding: 16px;
}

.mafia-02ycnc.mafia-bcnxpo .mafia-dg8nvk {
  min-width: 240px;
}

.mafia-02ycnc.mafia-bcnxpo .mafia-dg8nvk.mafia-biedth {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .mafia-02ycnc .mafia-0ehkag {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .mafia-02ycnc .mafia-e23s1g {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .mafia-02ycnc .mafia-k322ab {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-k322ab {
    max-width: 126px;
  }
  .mafia-02ycnc .mafia-kto5pn {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .mafia-02ycnc .mafia-917mlw {
    max-width: unset;
  }
  .mafia-dg8nvk {
    min-width: unset;
    width: 100%;
  }
  .mafia-02ycnc .mafia-dg8nvk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .mafia-02ycnc.mafia-bcnxpo {
    grid-template-rows: auto 1fr auto;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-dg8nvk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .mafia-02ycnc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .mafia-02ycnc .mafia-0ehkag {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .mafia-02ycnc .mafia-k322ab {
    max-width: 78px;
  }
  .mafia-02ycnc .mafia-kto5pn {
    margin-top: -12px;
  }
  .mafia-02ycnc.mafia-bcnxpo {
    gap: 8px;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-0ehkag {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-e23s1g {
    grid-column: 1/3;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-k322ab {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .mafia-02ycnc.mafia-bcnxpo .mafia-k322ab img {
    max-width: 114px;
  }
}

.mafia-dg8nvk.mafia-zlnc48,
.mafia-dg8nvk.mafia-f6mypd,
.mafia-dg8nvk.mafia-pvp2i5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.mafia-wd0zlm ease-in-out;
}

.mafia-dg8nvk.mafia-zlnc48,
.mafia-dg8nvk.mafia-pvp2i5 {
  padding: 10px;
}

.mafia-dg8nvk.mafia-zlnc48:hover,
.mafia-dg8nvk.mafia-f6mypd:hover,
.mafia-dg8nvk.mafia-pvp2i5:hover {
  background: var(--button-bg-hover);
}

.mafia-dg8nvk.mafia-zlnc48:hover svg path,
.mafia-dg8nvk.mafia-pvp2i5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.mafia-dg8nvk.mafia-biedth {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.mafia-wd0zlm ease-in-out;
  background: var(--button-bg-color);
}

.mafia-dg8nvk.mafia-biedth:hover {
  background-color: var(--button-bg-hover);
}

.mafia-dg8nvk.mafia-f6mypd: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);
  }
}

.mafia-dg8nvk.mafia-f6mypd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.mafia-dg8nvk.mafia-biedth:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.mafia-53dsqd {
  max-width: 650px;
}

.mafia-i76nbp {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.mafia-keqaf0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mafia-gwtd05 {
  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.mafia-wo689c ease-in-out;
  cursor: pointer;
}

.mafia-gwtd05:hover {
  opacity: 0.5;
}

.mafia-gwtd05:focus {
  outline: 0;
}

.mafia-gwtd05:focus .mafia-6dr5la,
.mafia-gwtd05:hover .mafia-6dr5la {
  fill: red;
  fill-opacity: 1;
}

.mafia-gwtd05:hover {
  cursor: pointer;
}

.mafia-9dosml {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.mafia-53dsqd.mafia-sgv37y {
  margin: 0 auto;
}

.mafia-53dsqd.mafia-t7mktd {
  margin-left: auto;
}

.mafia-g84yb3 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.mafia-j9tjk2 {
  padding-bottom: 50px;
}

.mafia-dnsq2k {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.mafia-nv58ii {
  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;
}

.mafia-boqtue {
  margin-top: 24px;
}

.mafia-sbjmtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mafia-0rd1bv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.mafia-ejicsh {
  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;
}

.mafia-6bnx6y {
  width: 468px;
}

.mafia-ejicsh .mafia-4h26et {
  margin: 0.mafia-1c83ln 0;
}

.mafia-m3siyc {
  display: flex;
  min-width: 224px;
}

.mafia-2ae07o {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.mafia-wo689c ease-in-out;
}

.mafia-92uh8n,
.mafia-2ae07o:hover {
  color: var(--text-color);
}

.mafia-z1qu47 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.mafia-v2es2v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .mafia-g84yb3 {
    padding: 16px;
  }
  .mafia-z1qu47 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .mafia-v2es2v {
    align-items: center;
  }
  .mafia-6bnx6y {
    width: unset;
  }
  .mafia-m3siyc {
    min-width: unset;
  }
  .mafia-ejicsh {
    max-height: unset;
  }
  .mafia-dnsq2k {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .mafia-g84yb3 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.mafia-y8rsi2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.mafia-y8rsi2:not(:last-child) {
  margin-bottom: 16px;
}

.mafia-x1vg67 {
  outline: 0;
}

.mafia-x1vg67 .mafia-qoj1m9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.mafia-qaxqhq {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .mafia-qaxqhq {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.mafia-qaxqhq::-webkit-details-marker {
  display: none;
}

.mafia-qaxqhq: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;
}

.mafia-qaxqhq: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] .mafia-qaxqhq:after {
  transform: unset;
}

.mafia-qoj1m9 {
  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);
}

.mafia-qoj1m9 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.mafia-wo689c ease-in-out;
  -o-transition: 0.mafia-wo689c ease-in-out;
  transition: 0.mafia-wo689c ease-in-out;
}

.mafia-94ywpw {
  padding: 16px 0 0 0;
}

.mafia-94ywpw * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .mafia-94ywpw :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mafia-qaxqhq {
    flex-wrap: wrap;
    gap: 12px;
  }
  .mafia-qaxqhq::after {
    margin-left: auto;
  }
  .mafia-qoj1m9 {
    order: 3;
    flex: 1 1 100%;
  }
  .mafia-qaxqhq {
    font-size: 14px;
    line-height: 130%;
  }
  .mafia-qoj1m9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.mafia-2xxfif {
  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;
}

.mafia-t0mfvj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.mafia-2xxfif.mafia-ug7ee7 .mafia-t0mfvj {
  margin-bottom: 12px;
}

.mafia-t0mfvj::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;
}

.mafia-2xxfif.mafia-ug7ee7 .mafia-t0mfvj::after {
  transform: unset;
}

.mafia-ot55te {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.mafia-drh9a4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.mafia-wo689c ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.mafia-drh9a4: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;
}

.mafia-2xxfif.mafia-ug7ee7 .mafia-ot55te {
  max-height: 100%;
}

.mafia-hmy9nu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.mafia-navbqt {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.mafia-ns3dv6 {
  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;
}

.mafia-g3v9wq {
  margin-right: 4px;
}

.mafia-g0yxi9 {
  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.mafia-wo689c ease-in-out;
}

.mafia-g0yxi9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.mafia-mvm4fd,
.mafia-g0yxi9:hover {
  color: var(--text-color);
}

.mafia-v9vhqe {
  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;
}

.mafia-v9vhqe img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.mafia-v9vhqe .mafia-0xlit1 {
  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;
}

.mafia-v9vhqe .mafia-ozzlf5 {
  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;
}

.mafia-022drh {
  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;
}

.mafia-lz1uqk {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mafia-6cfn8x .mafia-m40ubi {
  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;
}

.mafia-6cfn8x {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.mafia-73r356 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.mafia-yvgoj0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.mafia-8kvi32 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.mafia-6czjp5 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;
}

.mafia-8kvi32:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.mafia-tfrbq6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.mafia-vfmo0w {
  -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.mafia-wo689c ease-in-out;
  transition: transform 0.mafia-wo689c ease-in-out;
  -o-transition: transform 0.mafia-wo689c ease-in-out;
  transition:
    transform 0.mafia-wo689c ease-in-out,
    -webkit-transform 0.mafia-wo689c ease-in-out;
  cursor: pointer;
}

.mafia-vfmo0w svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.mafia-vfmo0w: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;
}

.mafia-0y69kk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .mafia-0y69kk {
    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);
}

.mafia-e42zjh {
  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;
}

.mafia-eiac1o {
  position: relative;
  width: 100%;
}

.mafia-e42zjh.mafia-l4dxsn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mafia-e42zjh.mafia-sgv37y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mafia-e42zjh.mafia-t7mktd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mafia-5viwym {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.mafia-uo67h9 {
  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.mafia-wo689c ease-in-out;
  cursor: pointer;
}

.mafia-uo67h9:hover {
  opacity: 0.5;
}

.mafia-e42zjh.mafia-595ony .mafia-uo67h9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mafia-e42zjh.mafia-595ony .mafia-5viwym {
  cursor: pointer;
}

.mafia-aucapn {
  fill: #0009;
}

.mafia-ge0r9t {
  fill: #fff;
}

.mafia-uo67h9:hover .mafia-aucapn {
  fill: red;
}

.mafia-uo67h9 svg path {
  -webkit-transition: 0.mafia-wo689c ease-in-out;
  -o-transition: 0.mafia-wo689c ease-in-out;
  transition: 0.mafia-wo689c ease-in-out;
}

.mafia-5a91x1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.mafia-5a91x1 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.mafia-5a91x1.mafia-vay177 > :not(.get-image) {
  grid-column: 1/3;
}

.mafia-l02ipj:not(._h1-block) .mafia-5a91x1 > .mafia-659v28 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.mafia-5a91x1.mafia-vay177 .mafia-hdsy98 {
  grid-column: 2/3;
}

.mafia-5a91x1.mafia-vay177 > .mafia-k322ab {
  grid-column: 1/2;
}

.mafia-5a91x1.mafia-vay177 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.mafia-5a91x1 > p:first-of-type {
  margin-top: 0;
}

.mafia-5a91x1 .mafia-k322ab {
  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;
}

.mafia-l02ipj:not(._h1-block) .mafia-659v28 ~ .mafia-k322ab {
  grid-row: 2/10;
}

.mafia-l02ipj.mafia-4sqd6y .mafia-659v28 ~ .mafia-k322ab {
  grid-row: 1/10;
}

.mafia-l02ipj.mafia-4sqd6y > .mafia-659v28 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.mafia-l02ipj.mafia-4sqd6y .mafia-k322ab {
  grid-row: 1/10;
}

.mafia-5a91x1.mafia-itrvoz .mafia-k322ab {
  align-items: flex-start;
}

.mafia-5a91x1.mafia-sgv37y .mafia-hdsy98 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.mafia-5a91x1.mafia-sgv37y .mafia-k322ab {
  align-items: center;
}

.mafia-5a91x1.mafia-gc4au4 .mafia-k322ab {
  align-items: flex-end;
}

.mafia-hdsy98 > :first-child {
  margin-top: 0;
}

.mafia-hdsy98 > :last-child {
  margin-bottom: 0;
}

* + .mafia-76xglj,
.mafia-l02ipj + .mafia-l02ipj {
  margin-top: 2rem;
}

.mafia-xaijlj td::before,
.mafia-xaijlj th::after {
  display: none !important;
}

.mafia-xaijlj #link-selector {
  color: #000;
}

.mafia-xaijlj .mafia-09iup0 {
  color: #135e96;
}

.mafia-xaijlj .mafia-30qvcn *,
.mafia-xaijlj .mafia-gzzp90 p,
.mafia-xaijlj .mafia-jfffyf * {
  color: #000;
}

.mafia-xaijlj .mafia-t0kuxs {
  background: 0 0 !important;
}

.mafia-xaijlj .mafia-raabxw {
  color: #000;
}

.mafia-xaijlj .mafia-o9j972.mafia-0wtnv0 {
  color: #fff;
}

.mafia-xaijlj .mafia-2bh0cy {
  color: #000;
}

.mafia-xaijlj
  .mafia-gph8oa
  .mafia-i8nsfu.mafia-0wtnv0.mafia-2lf3xl {
  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;
}

.mafia-rxjsi9,
body .mafia-jhrjgo {
  color: #000;
  background: var(--color-body) !important;
}

.mafia-rxjsi9 .mafia-stabj5 .mafia-mt7sdg,
body .mafia-jhrjgo .mafia-stabj5 .mafia-mt7sdg {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .mafia-drh9a4:focus,
  .mafia-drh9a4:hover {
    color: #f9cb16;
  }
  .mafia-ffp0vl:focus,
  .mafia-ffp0vl:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .mafia-afhvs1:focus img,
  .mafia-afhvs1:focus svg,
  .mafia-afhvs1:hover img,
  .mafia-afhvs1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .mafia-v9vhqe {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mafia-2crn49:hover .mafia-vc6jay svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .mafia-vc6jay {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .mafia-6sklx0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .mafia-vyia8z {
    grid-template-columns: repeat(4, 1fr);
  }
  .mafia-b53i0m {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .mafia-1fcizi .mafia-mdtu9u {
    grid-template-columns: 1fr;
  }
  .mafia-1fcizi .mafia-xj017c {
    -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;
  }
  .mafia-1fcizi .mafia-6kb3w6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mafia-1fcizi .mafia-1rl940 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mafia-1fcizi .mafia-vunmum {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .mafia-1fcizi .mafia-6kb3w6:not(:first-child) {
    border: none;
  }
  .mafia-1fcizi .mafia-6kb3w6:first-child .mafia-1rl940 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .mafia-1fcizi .mafia-6kb3w6:last-child .mafia-1rl940 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .mafia-lcmw9h {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .mafia-a64yam {
    max-width: 100px;
  }
  .mafia-lxb6sm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mafia-axxm6g {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mafia-axxm6g svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .mafia-7et770 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .mafia-lxb6sm + .mafia-axxm6g {
    margin-left: auto;
  }
  .mafia-3eeu9y {
    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;
  }
  .mafia-3eeu9y.mafia-ug7ee7 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .mafia-8pdj7v {
    -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;
  }
  .mafia-4lgt2l {
    width: 100%;
  }
  .mafia-4lgt2l:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .mafia-lxk5nm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .mafia-lxk5nm svg {
    margin-right: 4px;
  }
  .mafia-2crn49 {
    -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;
  }
  .mafia-vc6jay svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .mafia-vc6jay {
    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;
  }
  .mafia-4h26et {
    display: none;
    width: 100%;
  }
  .mafia-2crn49.mafia-ug7ee7 .mafia-4h26et {
    padding: 0 0 0 48px;
  }
  .mafia-2ssz1k {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .mafia-nv58ii .mafia-k322ab {
    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;
  }
  .mafia-t9dk0u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mafia-t9dk0u + .mafia-t9dk0u {
    margin-right: 0;
  }
  .mafia-t9dk0u + .mafia-k322ab {
    margin: 0;
  }
  .mafia-6sklx0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mafia-vyia8z {
    grid-template-columns: repeat(3, 1fr);
  }
  .mafia-kb4u7v,
  .mafia-79osd9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mafia-5a91x1 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mafia-5a91x1.mafia-vay177 .mafia-hdsy98 {
    grid-column: auto;
    grid-row: auto;
  }
  .mafia-5a91x1 > .mafia-659v28 {
    grid-column: 1/2;
  }
  .mafia-5a91x1.mafia-vay177 > :not(.get-image) {
    grid-column: 1/2;
  }
  .mafia-5a91x1 .mafia-k322ab,
  .mafia-5a91x1.mafia-vay177 > .mafia-k322ab {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .mafia-5a91x1.mafia-vay177 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .mafia-l02ipj.mafia-4sqd6y .mafia-5a91x1 > .mafia-k322ab {
    grid-row: 1/2;
  }
  .mafia-5a91x1 .mafia-659v28 ~ .mafia-k322ab,
  .mafia-5a91x1.mafia-vay177 .mafia-659v28 ~ .mafia-k322ab {
    grid-row: 2/3;
  }
  .mafia-l02ipj.mafia-4sqd6y .mafia-659v28 ~ .mafia-k322ab {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .mafia-gx3rs4:first-child .mafia-j0frho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mafia-gx3rs4:first-child .mafia-j0frho h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .mafia-gx3rs4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .mafia-gx3rs4 {
    padding: 0;
  }
  .mafia-3wsl3p {
    margin-top: 1rem;
  }
  .mafia-x1vg67 {
    border-radius: 5px;
  }
  .mafia-bbx0n4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mafia-t0mfvj::after {
    display: inline-block;
  }
  .mafia-t0mfvj {
    margin: 0;
    width: 100%;
  }
  .mafia-ot55te {
    width: 100%;
  }
  .mafia-ot55te.mafia-8rgfp0 {
    -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%;
  }
  .mafia-ot55te.mafia-8rgfp0 .mafia-hltv3o {
    width: 100%;
  }
  .mafia-ot55te.mafia-8rgfp0 .mafia-hltv3o:not(:last-child) {
    margin-right: 0;
  }
  .mafia-drh9a4 {
    width: 100%;
    text-align: center;
  }
  .mafia-2xxfif.mafia-ug7ee7 .mafia-ot55te {
    margin-top: 1rem;
  }
  .mafia-6sklx0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mafia-b53i0m,
  .mafia-vyia8z {
    grid-template-columns: repeat(2, 1fr);
  }
  .mafia-kb4u7v,
  .mafia-79osd9,
  .mafia-ariyo6 {
    grid-template-columns: 1fr;
  }
  .mafia-yatkiw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .mafia-i1tnpr {
    min-width: 300px;
    max-width: 325px;
  }
  .mafia-1rl940 {
    cursor: auto;
  }
  .mafia-ebt7zs .mafia-1rl940 {
    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;
  }
  .mafia-0y69kk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .mafia-4h26et {
    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) {
  .mafia-0y69kk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.mafia-t9dk0u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .mafia-axxm6g {
    margin: 0 -0.2rem;
  }
  .mafia-t9dk0u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .mafia-9y3qs0 {
    -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;
  }
  .mafia-75wwew {
    max-width: 100%;
  }
  .mafia-6sklx0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mafia-b53i0m,
  .mafia-vyia8z {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .mafia-lcmw9h {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mafia-axxm6g {
    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;
  }
  .mafia-d6mzcf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mafia-2cuadc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mafia-7vflye,
  .mafia-32g3uv {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .mafia-31zygq {
    width: 100%;
  }
  .mafia-6sklx0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .mafia-0y69kk {
    top: 127px !important;
  }
}

.mafia-twph3r {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .mafia-twph3r {
  }
}

@media (max-width: 767px) {
  .mafia-twph3r {
    margin-bottom: 12px;
  }
}

.mafia-twph3r img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.mafia-yljx0d {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.mafia-yljx0d > .mafia-aqqqtq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .mafia-yljx0d {
    flex-direction: column;
    gap: 12px;
  }
}

.mafia-oy9oqf {
  display: flex;
}

.mafia-oy9oqf .mafia-8dg7t5 {
  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;
}

.mafia-oy9oqf .mafia-o7z90z {
  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;
}

.mafia-oy9oqf .mafia-l1sga9 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.mafia-oy9oqf .mafia-s3omlt {
  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));
  }
}

.mafia-oy9oqf .mafia-s3omlt:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.mafia-oy9oqf .mafia-vokvra {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.mafia-t2ia2t {
  border: unset;
  background-color: unset;
}

.mafia-t2ia2t tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mafia-t2ia2t .mafia-kancak,
.mafia-t2ia2t .mafia-qu1zvw {
  flex: 0 1 330px;
}

.mafia-t2ia2t .mafia-59hbku {
  flex: 1 1;
}

.mafia-t2ia2t tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.mafia-t2ia2t tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.mafia-t2ia2t tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.mafia-t2ia2t tr td p {
  color: #fff;
  margin: 0;
}

.mafia-t2ia2t tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.mafia-t2ia2t tr.mafia-kancak td p {
  padding: 16px 0;
}

.mafia-t2ia2t tr.mafia-kancak td p:not(:last-child),
.mafia-t2ia2t tr.mafia-qu1zvw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.mafia-t2ia2t tr.mafia-kancak td p:first-child,
.mafia-t2ia2t tr.mafia-qu1zvw td p:first-child {
  padding-top: 0;
}

.mafia-t2ia2t tr.mafia-qu1zvw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.mafia-t2ia2t tr.mafia-qu1zvw td p:last-child {
  padding-bottom: 0;
}

.mafia-t2ia2t .mafia-qu1zvw img {
  max-width: 32px;
}

.mafia-t2ia2t .mafia-59hbku {
  min-width: 718px;
}

.mafia-t2ia2t .mafia-59hbku td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.mafia-t2ia2t .mafia-59hbku td {
  display: flex;
}

.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key,
.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-g1h31j,
.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-t6sbtw {
  flex: 1 1 50%;
}

.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-vy5vpu {
  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;
}

.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-ainn7v,
.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-uzhx0v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key,
.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-g1h31j {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key span,
.mafia-t2ia2t .mafia-59hbku td:last-child .mafia-g1h31j span {
  font-weight: 800;
}

.mafia-t2ia2t .mafia-59hbku img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .mafia-t2ia2t tr.mafia-kancak td p:last-child {
    padding-bottom: 0;
  }
  .mafia-t2ia2t .mafia-qu1zvw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .mafia-t2ia2t .mafia-qu1zvw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .mafia-t2ia2t tr.mafia-kancak td p:not(:last-child),
  .mafia-t2ia2t tr.mafia-qu1zvw td p:not(:last-child) {
    border-bottom: unset;
  }
  .mafia-t2ia2t tr.mafia-qu1zvw td p:last-child {
    padding-bottom: 12px;
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key,
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-g1h31j,
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-t6sbtw {
    flex: 1 1 50%;
    padding: 0;
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key,
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-g1h31j {
    margin-top: 16px;
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-t6sbtw {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-844key {
    border-right: 1px solid var(--border-color);
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-t6sbtw:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .mafia-t2ia2t .mafia-59hbku td:last-child .mafia-t6sbtw:last-child {
    padding-bottom: 0;
  }
}

.mafia-t6sbtw {
  display: flex;
  flex-direction: column;
}

.mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw:not(:first-child) {
    padding-left: 0;
  }
  .mafia-t2ia2t .mafia-59hbku td .mafia-t6sbtw:not(:last-of-type) {
    border-right: unset;
  }
}

.mafia-t2ia2t .mafia-4fws7m {
  flex: 0 1 485px;
}

.mafia-t2ia2t .mafia-os7ncf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.mafia-t2ia2t .mafia-os7ncf li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mafia-t2ia2t .mafia-os7ncf li.mafia-5q2mxf {
  padding: 6px 12px;
}

.mafia-t2ia2t .mafia-os7ncf li a,
.mafia-t2ia2t .mafia-os7ncf 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;
}

.mafia-t2ia2t .mafia-77fcqt,
.mafia-t2ia2t .mafia-sa4ux4 {
  flex: 1 1;
}

.mafia-t2ia2t .mafia-kdm3gb,
.mafia-t2ia2t .mafia-e4kcfk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mafia-t2ia2t .mafia-kdm3gb li,
.mafia-t2ia2t .mafia-e4kcfk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.mafia-t2ia2t .mafia-sa4ux4 img {
  max-width: 32px;
}

.mafia-t2ia2t .mafia-77fcqt img {
  max-width: 32px;
}

.mafia-t2ia2t .mafia-7pe2hi {
  min-width: 280px;
}

.mafia-t2ia2t .mafia-7pe2hi img {
  max-width: 146px;
}

.mafia-t2ia2t .mafia-7pe2hi td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .mafia-t2ia2t .mafia-kancak,
  .mafia-t2ia2t .mafia-qu1zvw {
    flex: 0 1 auto;
  }
  .mafia-t2ia2t .mafia-59hbku {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .mafia-t2ia2t .mafia-kancak,
  .mafia-t2ia2t .mafia-4fws7m,
  .mafia-t2ia2t .mafia-qu1zvw,
  .mafia-t2ia2t .mafia-59hbku {
    flex: 1 1 calc(50% - 20px);
  }
  .mafia-t2ia2t .mafia-77fcqt,
  .mafia-t2ia2t .mafia-7pe2hi,
  .mafia-t2ia2t .mafia-sa4ux4 {
    flex: 1 1 30%;
  }
  .mafia-t2ia2t .mafia-7pe2hi {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .mafia-t2ia2t .mafia-kancak,
  .mafia-t2ia2t .mafia-4fws7m,
  .mafia-t2ia2t .mafia-77fcqt,
  .mafia-t2ia2t .mafia-qu1zvw,
  .mafia-t2ia2t .mafia-59hbku,
  .mafia-t2ia2t .mafia-7pe2hi,
  .mafia-t2ia2t .mafia-sa4ux4 {
    flex: 1 1 100%;
  }
}

.mafia-313l47 .mafia-nizmz0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mafia-313l47 .mafia-jqvtrn {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.mafia-313l47 .mafia-6oekeq {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.mafia-313l47 .mafia-j0t58f {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.mafia-313l47 .mafia-j0t58f > :nth-child(3) {
  margin-top: 0;
}

.mafia-313l47 .mafia-k322ab {
  grid-column: 2/3;
  grid-row: 1/10;
}

.mafia-313l47 .mafia-oc59hp {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.mafia-313l47 .mafia-3wsl3p {
  grid-column: 1/2;
}

.mafia-313l47 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.mafia-313l47 .mafia-jqvtrn: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;
}

.mafia-313l47 .mafia-jqvtrn:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.mafia-313l47 .mafia-31zygq {
  min-width: 240px;
}

@media (max-width: 768px) {
  .mafia-313l47 .mafia-jqvtrn:not(:last-child):before {
    bottom: 8px;
  }
  .mafia-313l47 .mafia-jqvtrn:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .mafia-313l47 .mafia-j0t58f {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .mafia-313l47 .mafia-k322ab {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .mafia-313l47 .mafia-k322ab img {
    width: 100%;
    height: auto;
  }
  .mafia-313l47 .mafia-31zygq {
    width: 100%;
    min-width: unset;
  }
}

.mafia-06sydo .mafia-fftj0c {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.mafia-06sydo .mafia-n87sog {
  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;
}

.mafia-06sydo .mafia-k322ab {
  height: 100%;
}

.mafia-06sydo .mafia-k322ab img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.mafia-06sydo .mafia-747upt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.mafia-06sydo .mafia-gyuqw0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.mafia-06sydo .mafia-aejfof {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .mafia-06sydo .mafia-n87sog {
    flex: 1 1 100%;
  }
  .mafia-06sydo .mafia-dg8nvk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .mafia-06sydo .mafia-n87sog {
    flex-direction: column;
  }
  .mafia-06sydo .mafia-k322ab {
    width: 100%;
    height: auto;
  }
  .mafia-06sydo .mafia-k322ab img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .mafia-06sydo .mafia-747upt {
    padding: 0 16px 16px 16px;
  }
  .mafia-06sydo .mafia-dg8nvk {
    min-width: unset;
    width: 100%;
  }
}

.mafia-ctt4bl .mafia-9bmh1y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.mafia-ctt4bl .mafia-pznbl7 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.mafia-ctt4bl 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;
}

.mafia-ctt4bl .mafia-6iw5il {
  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;
}

.mafia-ctt4bl .mafia-pznbl7:hover .mafia-6iw5il {
  display: flex;
}

.mafia-ctt4bl .mafia-khznch {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mafia-ctt4bl .mafia-cjjzmq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.mafia-skqnca {
  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;
}

.mafia-skqnca.mafia-axk7us {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.mafia-wd0zlm ease-in-out;
}

.mafia-skqnca.mafia-axk7us:hover {
  color: #f9cb16;
  background-color: transparent;
}

.mafia-ctt4bl .mafia-amqe7k {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.mafia-wd0zlm ease-in-out;
}

.mafia-ctt4bl .mafia-amqe7k:hover {
  color: #196948;
  background-color: #f9cb16;
}

.mafia-ctt4bl .mafia-amqe7k:after,
.mafia-skqnca.mafia-axk7us:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.mafia-skqnca.mafia-axk7us:after {
  background-image: url(../images/Cash.svg);
}

.mafia-ctt4bl .mafia-amqe7k:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .mafia-ctt4bl .mafia-9bmh1y {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .mafia-ctt4bl .mafia-9bmh1y {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mafia-ctt4bl .mafia-9bmh1y {
    grid-template-columns: 1fr;
  }
  .mafia-ctt4bl .mafia-pznbl7 {
    height: auto;
  }
  .mafia-ctt4bl .mafia-pznbl7 .mafia-6iw5il {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .mafia-ctt4bl .mafia-khznch,
  .mafia-ctt4bl .mafia-cjjzmq {
    text-align: left;
  }
  .mafia-ctt4bl .mafia-cjjzmq {
    margin-bottom: 8px;
  }
  .mafia-ctt4bl img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.mafia-xv4unh {
  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;
}

.mafia-xv4unh.mafia-595ony {
  display: block;
}

.mafia-xv4unh .mafia-ebguuj {
  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;
}

.mafia-xv4unh .mafia-mxgu92 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.mafia-xv4unh .mafia-sq0cg6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.mafia-xv4unh .mafia-18bbuv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.mafia-xv4unh .mafia-skqnca {
  min-width: 296px;
  margin-bottom: 0;
}

.mafia-xv4unh .mafia-ru2cci {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mafia-xv4unh .mafia-zq82r0 {
  position: relative;
  flex: 1 1;
}

.mafia-xv4unh .mafia-zq82r0 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .mafia-xv4unh .mafia-mxgu92 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .mafia-xv4unh .mafia-sq0cg6 {
    order: 1;
  }
  .mafia-xv4unh .mafia-18bbuv {
    order: 3;
    flex: 1 1 100%;
  }
  .mafia-xv4unh .mafia-skqnca {
    width: 100%;
    min-width: unset;
  }
  .mafia-xv4unh .mafia-ru2cci {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .mafia-5a91x1 > .mafia-659v28 {
    margin-bottom: 0;
  }
  .mafia-5a91x1 > .mafia-3wsl3p,
  .mafia-5a91x1 > p {
    margin-top: 0;
  }
}

.mafia-g89jpd img,
.mafia-t9dk0u img {
  width: auto;
  object-fit: contain;
}

.mafia-g89jpd {
  align-items: center;
}

.mafia-g89jpd img {
  max-height: 76px;
}

.mafia-t9dk0u img {
  max-height: 64px;
}

.mafia-htmocc {
  overflow: auto;
}

.mafia-vnvpo7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.mafia-qr8jm8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.mafia-e9mi84 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.mafia-p9wkpr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mafia-e9mi84 .mafia-k322ab {
  margin-right: 20px;
  flex-shrink: 0;
}

.mafia-e9mi84 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.mafia-9xpml9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.mafia-9xpml9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mafia-e9mi84 {
    padding: 15px 10px;
  }
  .mafia-9xpml9 {
    padding: 15px 10px;
  }
  .mafia-e9mi84 .mafia-k322ab {
    margin-right: 10px;
  }
}

.mafia-h9j20p {
  overflow-x: auto;
}

.mafia-hksh0o {
  border-collapse: collapse;
  width: 100%;
}

.mafia-h9j20p th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.mafia-h9j20p td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.mafia-h9j20p td.mafia-8u5aot {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.mafia-h9j20p td.mafia-j4lfp3 {
  border-right: none;
}

.mafia-h9j20p td.mafia-j4lfp3 .mafia-k322ab {
  justify-content: flex-start;
}

.mafia-h9j20p td.mafia-j4lfp3 .mafia-k322ab img {
  height: auto;
  width: 90px;
}

.mafia-h9j20p td.mafia-nvqy55,
.mafia-h9j20p td.mafia-g70gvd {
  font-weight: 600;
  text-align: right;
}

.mafia-h9j20p td.mafia-50ci7p,
.mafia-h9j20p td.mafia-nvqy55 {
  padding-bottom: 10px;
  border-bottom: none;
}

.mafia-h9j20p td.mafia-nvqy55,
.mafia-h9j20p td.mafia-g70gvd {
  border-left: none;
}

.mafia-h9j20p td.mafia-50ci7p,
.mafia-h9j20p td.mafia-6y8x2j {
  border-right: none;
}

.mafia-h9j20p td.mafia-6y8x2j,
.mafia-h9j20p td.mafia-g70gvd {
  border-top: none;
  padding-top: 10px;
}

.mafia-f6ba20 {
  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;
}

.mafia-f6ba20 .mafia-dg8nvk {
  min-width: unset;
  width: 100%;
}

.mafia-f6ba20 .mafia-dg8nvk.mafia-zlnc48 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.mafia-f6ba20 .mafia-dg8nvk.mafia-pvp2i5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.mafia-f6ba20 .mafia-vv1qtf {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mafia-f6ba20 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .mafia-f6ba20 .mafia-dg8nvk.mafia-zlnc48 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .mafia-f6ba20 .mafia-dg8nvk.mafia-pvp2i5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .mafia-f6ba20 .mafia-vv1qtf {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.mafia-zl8uyk {
  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;
}

.mafia-1aek3n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.mafia-ait6cu p a img {
  margin: 0 auto;
  display: block;
}

.mafia-ait6cu table {
  margin-bottom: 17px;
}

/* contanct form */
.mafia-z6qvq9 {
  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;
}

.mafia-z6qvq9 label {
  font-size: 14px;
}

.mafia-z6qvq9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mafia-z6qvq9 input,
.mafia-z6qvq9 textarea,
.mafia-z6qvq9 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;
}
.mafia-z6qvq9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mafia-wd0zlm ease;
}
.mafia-z6qvq9 button:hover {
  background-color: #691204;
}
.mafia-5g4txy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mafia-289hos ease-in;
}

.mafia-5g4txy 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;
}
.mafia-qm3bsb, .mafia-uqzbdx, [class*="review-card"],
thead, thead th, table th, .mafia-sm48vy,
.mafia-n6m8ix, [class*="collapsible-header"],
.mafia-tetguq, [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; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
