@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);
}

.roulettino-r4l4pb {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roulettino-r4fzma {
  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.roulettino-jn1lbc,
ul.roulettino-jn1lbc {
  padding-left: 20px;
}

ul.roulettino-jn1lbc {
  list-style: disc;
}

ol.roulettino-jn1lbc {
  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;
  }
}

.roulettino-gxcm1y > .roulettino-ni2v4f,
.roulettino-gxcm1y > .roulettino-xgu039,
.roulettino-gxcm1y > blockquote,
.roulettino-gxcm1y > h1,
.roulettino-gxcm1y > h2,
.roulettino-gxcm1y > h3,
.roulettino-gxcm1y > h4,
.roulettino-gxcm1y > h5,
.roulettino-gxcm1y > h6,
.roulettino-gxcm1y > ol,
.roulettino-gxcm1y > p,
.roulettino-gxcm1y > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roulettino-gxcm1y > ol,
.roulettino-gxcm1y > ul {
  padding-left: 50px;
}

.roulettino-gxcm1y 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;
}

.roulettino-gxcm1y:not(:last-child) {
  margin-bottom: 2rem;
}

.roulettino-gxcm1y > :not(:first-child) {
  margin-top: 2rem;
}

.roulettino-gxcm1y {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roulettino-gxcm1y:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roulettino-gxcm1y:first-child {
    margin-top: 20px;
  }
}

.roulettino-gxcm1y > p:last-of-type {
  margin-bottom: 32px;
}

.roulettino-gxcm1y > .roulettino-jgijp3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roulettino-cm74fp > .roulettino-jgijp3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roulettino-xgu039 {
  overflow: auto;
}

.roulettino-xgu039::-webkit-scrollbar {
  height: 5px;
}

.roulettino-xgu039 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roulettino-xgu039 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roulettino-xgu039 table thead,
table thead {
  border-bottom: none;
}

.roulettino-xgu039 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roulettino-xgu039 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roulettino-xgu039 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roulettino-xgu039 .roulettino-t4z1th {
  table-layout: auto;
}

.roulettino-xgu039 .roulettino-t4z1th th {
  word-break: normal;
}

.roulettino-xgu039 .roulettino-t4z1th td {
  word-break: normal;
}

.roulettino-r4l4pb .roulettino-r4l4pb {
  padding-right: 0;
  padding-left: 0;
}

.roulettino-adoows {
  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;
}

.roulettino-sndy9o {
  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;
}

.roulettino-eoamen {
  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;
}

.roulettino-ni2v4f {
  margin-top: 24px;
}

.roulettino-ni2v4f.roulettino-fyla26 {
  text-align: left;
}

.roulettino-ni2v4f.roulettino-idwk8v {
  text-align: right;
}

.roulettino-ni2v4f.roulettino-igoewi {
  text-align: center;
}

.roulettino-kkrgvc {
  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.roulettino-fqiz0a ease-in-out;
  cursor: pointer;
}

.roulettino-kkrgvc:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roulettino-kkrgvc {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roulettino-kkrgvc {
    min-width: unset;
  }
}

.roulettino-gx3yrx {
  background-color: var(--fh-bg-color);
}

.roulettino-wp1k2p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roulettino-jvrq31 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.roulettino-jvrq31 img {
  max-height: 44px;
  object-fit: contain;
}

.roulettino-3cvofz {
  flex: 1 1;
}

.roulettino-gxvasm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roulettino-iogim4 {
  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;
}

.roulettino-iogim4 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;
}

.roulettino-iogim4.roulettino-ijuprz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roulettino-iogim4.roulettino-ijuprz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roulettino-iogim4.roulettino-ijuprz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roulettino-3cvofz + .roulettino-gxvasm {
  margin-left: 20px;
}

.roulettino-073aje {
  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;
}

.roulettino-073aje > svg {
  max-width: 24px;
  max-height: 24px;
}

.roulettino-073aje + .roulettino-073aje {
  margin-left: 5px;
}

.roulettino-1f4x1c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roulettino-1f4x1c:hover {
  background-color: var(--button-bg-hover);
}

.roulettino-mcaim9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roulettino-fqiz0a ease-in-out;
  border: 1px solid var(--border-color);
}

.roulettino-mcaim9:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roulettino-60e1sg {
  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) {
  .roulettino-3cvofz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roulettino-60e1sg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roulettino-3cvofz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roulettino-073aje {
    min-width: unset;
    flex: 1 1;
  }
}

.roulettino-3j7dm4 {
  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;
}

.roulettino-3j7dm4:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roulettino-3j7dm4:hover .roulettino-lnd0lv {
  opacity: 1;
  pointer-events: auto;
}

.roulettino-n5clw0 {
  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.roulettino-rjpdff ease-in-out;
  gap: 4px;
}

.roulettino-n5clw0 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roulettino-n5clw0 .roulettino-adoows img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roulettino-4ssmh1,
.roulettino-n5clw0:hover {
  color: var(--button-bg-hover);
}

.roulettino-gckozq {
  position: relative;
}

.roulettino-gckozq .roulettino-n5clw0 {
  margin-right: 0;
  padding-right: 4px;
}

.roulettino-lmulcp svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roulettino-gckozq.roulettino-ijuprz .roulettino-lmulcp svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roulettino-gckozq.roulettino-ijuprz .roulettino-lnd0lv {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roulettino-gckozq.roulettino-ijuprz .roulettino-lnd0lv::before {
  display: none;
}

.roulettino-lmulcp svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roulettino-lnd0lv {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roulettino-0u0yva 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roulettino-lnd0lv::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roulettino-lnd0lv:hover {
  color: var(--fh-bg-color);
}

.roulettino-8wm2gv {
  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.roulettino-0u0yva 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roulettino-rjpdff ease-in-out;
  -o-transition: 0.roulettino-rjpdff ease-in-out;
  transition: 0.roulettino-rjpdff ease-in-out;
}

.roulettino-8wm2gv .roulettino-adoows img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roulettino-16ov8p,
.roulettino-8wm2gv:hover {
  color: var(--button-bg-hover);
}

.roulettino-0agj01 {
  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%;
}

.roulettino-0agj01.roulettino-2qt0l5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roulettino-0agj01.roulettino-2qt0l5:after,
.roulettino-0agj01.roulettino-2qt0l5:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roulettino-0agj01.roulettino-2qt0l5: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);
  }
}

.roulettino-0agj01.roulettino-2qt0l5:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roulettino-0agj01.roulettino-2qt0l5 > * {
  z-index: 1;
}

.roulettino-0agj01 b,
.roulettino-0agj01 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roulettino-0agj01 .roulettino-irhq9r {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.roulettino-0agj01 .roulettino-pbqdv5 {
  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;
}

.roulettino-0agj01 .roulettino-adoows {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roulettino-0agj01 .roulettino-73jmxx {
  margin-top: 12px;
}

.roulettino-73jmxx {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roulettino-btg166 {
  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;
}

.roulettino-73jmxx .roulettino-vlksqg {
  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.roulettino-fqiz0a ease-in-out;
}

.roulettino-73jmxx .roulettino-vlksqg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roulettino-yiqt3w {
  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;
}

.roulettino-0agj01.roulettino-lhwivd {
  gap: 12px;
  padding: 16px;
}

.roulettino-0agj01.roulettino-lhwivd .roulettino-yiqt3w {
  min-width: 240px;
}

.roulettino-0agj01.roulettino-lhwivd .roulettino-yiqt3w.roulettino-c4ht4z {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roulettino-0agj01 .roulettino-irhq9r {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roulettino-0agj01 .roulettino-pbqdv5 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roulettino-0agj01 .roulettino-adoows {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-adoows {
    max-width: 126px;
  }
  .roulettino-0agj01 .roulettino-73jmxx {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roulettino-0agj01 .roulettino-btg166 {
    max-width: unset;
  }
  .roulettino-yiqt3w {
    min-width: unset;
    width: 100%;
  }
  .roulettino-0agj01 .roulettino-yiqt3w {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roulettino-0agj01.roulettino-lhwivd {
    grid-template-rows: auto 1fr auto;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-yiqt3w {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roulettino-0agj01 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roulettino-0agj01 .roulettino-irhq9r {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roulettino-0agj01 .roulettino-adoows {
    max-width: 78px;
  }
  .roulettino-0agj01 .roulettino-73jmxx {
    margin-top: -12px;
  }
  .roulettino-0agj01.roulettino-lhwivd {
    gap: 8px;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-irhq9r {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-pbqdv5 {
    grid-column: 1/3;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-adoows {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roulettino-0agj01.roulettino-lhwivd .roulettino-adoows img {
    max-width: 114px;
  }
}

.roulettino-yiqt3w.roulettino-cqumcb,
.roulettino-yiqt3w.roulettino-4o56ge,
.roulettino-yiqt3w.roulettino-a4tul7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.roulettino-fqiz0a ease-in-out;
}

.roulettino-yiqt3w.roulettino-cqumcb,
.roulettino-yiqt3w.roulettino-a4tul7 {
  padding: 10px;
}

.roulettino-yiqt3w.roulettino-cqumcb:hover,
.roulettino-yiqt3w.roulettino-4o56ge:hover,
.roulettino-yiqt3w.roulettino-a4tul7:hover {
  background: var(--button-bg-hover);
}

.roulettino-yiqt3w.roulettino-cqumcb:hover svg path,
.roulettino-yiqt3w.roulettino-a4tul7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roulettino-yiqt3w.roulettino-c4ht4z {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roulettino-fqiz0a ease-in-out;
  background: var(--button-bg-color);
}

.roulettino-yiqt3w.roulettino-c4ht4z:hover {
  background-color: var(--button-bg-hover);
}

.roulettino-yiqt3w.roulettino-4o56ge: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);
  }
}

.roulettino-yiqt3w.roulettino-4o56ge:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roulettino-yiqt3w.roulettino-c4ht4z:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roulettino-juzkfx {
  max-width: 650px;
}

.roulettino-oywm8w {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roulettino-wlons3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roulettino-inkqtr {
  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.roulettino-rjpdff ease-in-out;
  cursor: pointer;
}

.roulettino-inkqtr:hover {
  opacity: 0.5;
}

.roulettino-inkqtr:focus {
  outline: 0;
}

.roulettino-inkqtr:focus .roulettino-t0ssy6,
.roulettino-inkqtr:hover .roulettino-t0ssy6 {
  fill: red;
  fill-opacity: 1;
}

.roulettino-inkqtr:hover {
  cursor: pointer;
}

.roulettino-jloo9s {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roulettino-juzkfx.roulettino-igoewi {
  margin: 0 auto;
}

.roulettino-juzkfx.roulettino-idwk8v {
  margin-left: auto;
}

.roulettino-ul0jid {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roulettino-b72nlc {
  padding-bottom: 50px;
}

.roulettino-2vvgne {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roulettino-kw7f6m {
  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;
}

.roulettino-7m7v47 {
  margin-top: 24px;
}

.roulettino-6tlzge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roulettino-7gaitk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roulettino-z33b9q {
  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;
}

.roulettino-rgaqe5 {
  width: 468px;
}

.roulettino-z33b9q .roulettino-lnd0lv {
  margin: 0.roulettino-mlglr7 0;
}

.roulettino-ffu76o {
  display: flex;
  min-width: 224px;
}

.roulettino-yn65av {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.roulettino-rjpdff ease-in-out;
}

.roulettino-eeworm,
.roulettino-yn65av:hover {
  color: var(--text-color);
}

.roulettino-4ux557 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roulettino-3za50p {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roulettino-ul0jid {
    padding: 16px;
  }
  .roulettino-4ux557 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roulettino-3za50p {
    align-items: center;
  }
  .roulettino-rgaqe5 {
    width: unset;
  }
  .roulettino-ffu76o {
    min-width: unset;
  }
  .roulettino-z33b9q {
    max-height: unset;
  }
  .roulettino-2vvgne {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roulettino-ul0jid {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roulettino-dd37ez {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roulettino-dd37ez:not(:last-child) {
  margin-bottom: 16px;
}

.roulettino-khlqe3 {
  outline: 0;
}

.roulettino-khlqe3 .roulettino-n7et4z {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roulettino-srawy0 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roulettino-srawy0 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roulettino-srawy0::-webkit-details-marker {
  display: none;
}

.roulettino-srawy0: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;
}

.roulettino-srawy0: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] .roulettino-srawy0:after {
  transform: unset;
}

.roulettino-n7et4z {
  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);
}

.roulettino-n7et4z 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.roulettino-rjpdff ease-in-out;
  -o-transition: 0.roulettino-rjpdff ease-in-out;
  transition: 0.roulettino-rjpdff ease-in-out;
}

.roulettino-s7qo29 {
  padding: 16px 0 0 0;
}

.roulettino-s7qo29 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roulettino-s7qo29 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roulettino-srawy0 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roulettino-srawy0::after {
    margin-left: auto;
  }
  .roulettino-n7et4z {
    order: 3;
    flex: 1 1 100%;
  }
  .roulettino-srawy0 {
    font-size: 14px;
    line-height: 130%;
  }
  .roulettino-n7et4z svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roulettino-2ug5ps {
  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;
}

.roulettino-z8ax0r {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roulettino-2ug5ps.roulettino-ijuprz .roulettino-z8ax0r {
  margin-bottom: 12px;
}

.roulettino-z8ax0r::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;
}

.roulettino-2ug5ps.roulettino-ijuprz .roulettino-z8ax0r::after {
  transform: unset;
}

.roulettino-slet5d {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roulettino-gcyp5q {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roulettino-rjpdff ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roulettino-gcyp5q: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;
}

.roulettino-2ug5ps.roulettino-ijuprz .roulettino-slet5d {
  max-height: 100%;
}

.roulettino-ccfdta {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roulettino-nl8gur {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roulettino-7w21ki {
  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;
}

.roulettino-7zb4hx {
  margin-right: 4px;
}

.roulettino-xf990q {
  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.roulettino-rjpdff ease-in-out;
}

.roulettino-xf990q svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roulettino-ppy35s,
.roulettino-xf990q:hover {
  color: var(--text-color);
}

.roulettino-co1uf9 {
  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;
}

.roulettino-co1uf9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roulettino-co1uf9 .roulettino-7d2vfz {
  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;
}

.roulettino-co1uf9 .roulettino-tq8exs {
  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;
}

.roulettino-zzmm2q {
  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;
}

.roulettino-wy1g0u {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roulettino-srsgew .roulettino-r4l4pb {
  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;
}

.roulettino-srsgew {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roulettino-8eja1p {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roulettino-8ns6wf {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roulettino-3t8qu1 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roulettino-6kndbm 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;
}

.roulettino-3t8qu1:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roulettino-fp0yzt {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roulettino-re9u52 {
  -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.roulettino-rjpdff ease-in-out;
  transition: transform 0.roulettino-rjpdff ease-in-out;
  -o-transition: transform 0.roulettino-rjpdff ease-in-out;
  transition:
    transform 0.roulettino-rjpdff ease-in-out,
    -webkit-transform 0.roulettino-rjpdff ease-in-out;
  cursor: pointer;
}

.roulettino-re9u52 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roulettino-re9u52: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;
}

.roulettino-svwhg6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roulettino-svwhg6 {
    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);
}

.roulettino-z66k8g {
  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;
}

.roulettino-qdn9mv {
  position: relative;
  width: 100%;
}

.roulettino-z66k8g.roulettino-ykefil {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roulettino-z66k8g.roulettino-igoewi {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roulettino-z66k8g.roulettino-idwk8v {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roulettino-w41ccf {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roulettino-tqtj77 {
  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.roulettino-rjpdff ease-in-out;
  cursor: pointer;
}

.roulettino-tqtj77:hover {
  opacity: 0.5;
}

.roulettino-z66k8g.roulettino-cg2510 .roulettino-tqtj77 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roulettino-z66k8g.roulettino-cg2510 .roulettino-w41ccf {
  cursor: pointer;
}

.roulettino-q52mms {
  fill: #0009;
}

.roulettino-uvxz07 {
  fill: #fff;
}

.roulettino-tqtj77:hover .roulettino-q52mms {
  fill: red;
}

.roulettino-tqtj77 svg path {
  -webkit-transition: 0.roulettino-rjpdff ease-in-out;
  -o-transition: 0.roulettino-rjpdff ease-in-out;
  transition: 0.roulettino-rjpdff ease-in-out;
}

.roulettino-s1hw50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roulettino-s1hw50 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roulettino-s1hw50.roulettino-z6ebpk > :not(.get-image) {
  grid-column: 1/3;
}

.roulettino-rvfv98:not(._h1-block) .roulettino-s1hw50 > .roulettino-jgijp3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roulettino-s1hw50.roulettino-z6ebpk .roulettino-sbbxz6 {
  grid-column: 2/3;
}

.roulettino-s1hw50.roulettino-z6ebpk > .roulettino-adoows {
  grid-column: 1/2;
}

.roulettino-s1hw50.roulettino-z6ebpk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roulettino-s1hw50 > p:first-of-type {
  margin-top: 0;
}

.roulettino-s1hw50 .roulettino-adoows {
  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;
}

.roulettino-rvfv98:not(._h1-block) .roulettino-jgijp3 ~ .roulettino-adoows {
  grid-row: 2/10;
}

.roulettino-rvfv98.roulettino-4stjtw .roulettino-jgijp3 ~ .roulettino-adoows {
  grid-row: 1/10;
}

.roulettino-rvfv98.roulettino-4stjtw > .roulettino-jgijp3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roulettino-rvfv98.roulettino-4stjtw .roulettino-adoows {
  grid-row: 1/10;
}

.roulettino-s1hw50.roulettino-16jxku .roulettino-adoows {
  align-items: flex-start;
}

.roulettino-s1hw50.roulettino-igoewi .roulettino-sbbxz6 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roulettino-s1hw50.roulettino-igoewi .roulettino-adoows {
  align-items: center;
}

.roulettino-s1hw50.roulettino-be6enx .roulettino-adoows {
  align-items: flex-end;
}

.roulettino-sbbxz6 > :first-child {
  margin-top: 0;
}

.roulettino-sbbxz6 > :last-child {
  margin-bottom: 0;
}

* + .roulettino-imkn62,
.roulettino-rvfv98 + .roulettino-rvfv98 {
  margin-top: 2rem;
}

.roulettino-bct69v td::before,
.roulettino-bct69v th::after {
  display: none !important;
}

.roulettino-bct69v #link-selector {
  color: #000;
}

.roulettino-bct69v .roulettino-u9dayq {
  color: #135e96;
}

.roulettino-bct69v .roulettino-40tttk *,
.roulettino-bct69v .roulettino-hwlgd5 p,
.roulettino-bct69v .roulettino-rht3k0 * {
  color: #000;
}

.roulettino-bct69v .roulettino-13tydb {
  background: 0 0 !important;
}

.roulettino-bct69v .roulettino-go71iv {
  color: #000;
}

.roulettino-bct69v .roulettino-vh1ct0.roulettino-61b7r4 {
  color: #fff;
}

.roulettino-bct69v .roulettino-i50jf7 {
  color: #000;
}

.roulettino-bct69v
  .roulettino-qg7hab
  .roulettino-ga60h8.roulettino-61b7r4.roulettino-w1yblm {
  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;
}

.roulettino-71gzu0,
body .roulettino-pgclxm {
  color: #000;
  background: var(--color-body) !important;
}

.roulettino-71gzu0 .roulettino-921ly0 .roulettino-kivjpq,
body .roulettino-pgclxm .roulettino-921ly0 .roulettino-kivjpq {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roulettino-gcyp5q:focus,
  .roulettino-gcyp5q:hover {
    color: #f9cb16;
  }
  .roulettino-qmf38e:focus,
  .roulettino-qmf38e:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roulettino-0aos25:focus img,
  .roulettino-0aos25:focus svg,
  .roulettino-0aos25:hover img,
  .roulettino-0aos25:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roulettino-co1uf9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roulettino-gckozq:hover .roulettino-lmulcp svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roulettino-lmulcp {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roulettino-32lwm2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roulettino-ek6qwn {
    grid-template-columns: repeat(4, 1fr);
  }
  .roulettino-a9i8ri {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roulettino-pgt7ul .roulettino-9jbdds {
    grid-template-columns: 1fr;
  }
  .roulettino-pgt7ul .roulettino-q6c3p6 {
    -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;
  }
  .roulettino-pgt7ul .roulettino-z0gz2f {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roulettino-pgt7ul .roulettino-pye30s {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roulettino-pgt7ul .roulettino-jrneed {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roulettino-pgt7ul .roulettino-z0gz2f:not(:first-child) {
    border: none;
  }
  .roulettino-pgt7ul .roulettino-z0gz2f:first-child .roulettino-pye30s {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roulettino-pgt7ul .roulettino-z0gz2f:last-child .roulettino-pye30s {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roulettino-wp1k2p {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roulettino-jvrq31 {
    max-width: 100px;
  }
  .roulettino-3cvofz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roulettino-gxvasm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roulettino-gxvasm svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roulettino-iogim4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roulettino-3cvofz + .roulettino-gxvasm {
    margin-left: auto;
  }
  .roulettino-bsnohg {
    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;
  }
  .roulettino-bsnohg.roulettino-ijuprz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roulettino-60e1sg {
    -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;
  }
  .roulettino-3j7dm4 {
    width: 100%;
  }
  .roulettino-3j7dm4:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roulettino-n5clw0 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roulettino-n5clw0 svg {
    margin-right: 4px;
  }
  .roulettino-gckozq {
    -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;
  }
  .roulettino-lmulcp svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roulettino-lmulcp {
    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;
  }
  .roulettino-lnd0lv {
    display: none;
    width: 100%;
  }
  .roulettino-gckozq.roulettino-ijuprz .roulettino-lnd0lv {
    padding: 0 0 0 48px;
  }
  .roulettino-8wm2gv {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roulettino-kw7f6m .roulettino-adoows {
    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;
  }
  .roulettino-aioub0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roulettino-aioub0 + .roulettino-aioub0 {
    margin-right: 0;
  }
  .roulettino-aioub0 + .roulettino-adoows {
    margin: 0;
  }
  .roulettino-32lwm2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .roulettino-ek6qwn {
    grid-template-columns: repeat(3, 1fr);
  }
  .roulettino-olrev3,
  .roulettino-9ewj9d {
    grid-template-columns: repeat(2, 1fr);
  }
  .roulettino-s1hw50 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roulettino-s1hw50.roulettino-z6ebpk .roulettino-sbbxz6 {
    grid-column: auto;
    grid-row: auto;
  }
  .roulettino-s1hw50 > .roulettino-jgijp3 {
    grid-column: 1/2;
  }
  .roulettino-s1hw50.roulettino-z6ebpk > :not(.get-image) {
    grid-column: 1/2;
  }
  .roulettino-s1hw50 .roulettino-adoows,
  .roulettino-s1hw50.roulettino-z6ebpk > .roulettino-adoows {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roulettino-s1hw50.roulettino-z6ebpk > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roulettino-rvfv98.roulettino-4stjtw .roulettino-s1hw50 > .roulettino-adoows {
    grid-row: 1/2;
  }
  .roulettino-s1hw50 .roulettino-jgijp3 ~ .roulettino-adoows,
  .roulettino-s1hw50.roulettino-z6ebpk .roulettino-jgijp3 ~ .roulettino-adoows {
    grid-row: 2/3;
  }
  .roulettino-rvfv98.roulettino-4stjtw .roulettino-jgijp3 ~ .roulettino-adoows {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roulettino-gxcm1y:first-child .roulettino-lc0oj5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roulettino-gxcm1y:first-child .roulettino-lc0oj5 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roulettino-gxcm1y {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roulettino-gxcm1y {
    padding: 0;
  }
  .roulettino-ni2v4f {
    margin-top: 1rem;
  }
  .roulettino-khlqe3 {
    border-radius: 5px;
  }
  .roulettino-5wcpst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roulettino-z8ax0r::after {
    display: inline-block;
  }
  .roulettino-z8ax0r {
    margin: 0;
    width: 100%;
  }
  .roulettino-slet5d {
    width: 100%;
  }
  .roulettino-slet5d.roulettino-dlw2nt {
    -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%;
  }
  .roulettino-slet5d.roulettino-dlw2nt .roulettino-q2x8fs {
    width: 100%;
  }
  .roulettino-slet5d.roulettino-dlw2nt .roulettino-q2x8fs:not(:last-child) {
    margin-right: 0;
  }
  .roulettino-gcyp5q {
    width: 100%;
    text-align: center;
  }
  .roulettino-2ug5ps.roulettino-ijuprz .roulettino-slet5d {
    margin-top: 1rem;
  }
  .roulettino-32lwm2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .roulettino-a9i8ri,
  .roulettino-ek6qwn {
    grid-template-columns: repeat(2, 1fr);
  }
  .roulettino-olrev3,
  .roulettino-9ewj9d,
  .roulettino-emo36p {
    grid-template-columns: 1fr;
  }
  .roulettino-neoq2l {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roulettino-725ehu {
    min-width: 300px;
    max-width: 325px;
  }
  .roulettino-pye30s {
    cursor: auto;
  }
  .roulettino-pgo9jy .roulettino-pye30s {
    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;
  }
  .roulettino-svwhg6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roulettino-lnd0lv {
    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) {
  .roulettino-svwhg6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roulettino-aioub0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roulettino-gxvasm {
    margin: 0 -0.2rem;
  }
  .roulettino-aioub0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roulettino-zykk7e {
    -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;
  }
  .roulettino-d00p4v {
    max-width: 100%;
  }
  .roulettino-32lwm2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roulettino-a9i8ri,
  .roulettino-ek6qwn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roulettino-wp1k2p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roulettino-gxvasm {
    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;
  }
  .roulettino-gx3yrx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roulettino-073aje {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roulettino-pmvtme,
  .roulettino-djlcmx {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roulettino-kkrgvc {
    width: 100%;
  }
  .roulettino-32lwm2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roulettino-svwhg6 {
    top: 127px !important;
  }
}

.roulettino-8l1qlp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roulettino-8l1qlp {
  }
}

@media (max-width: 767px) {
  .roulettino-8l1qlp {
    margin-bottom: 12px;
  }
}

.roulettino-8l1qlp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roulettino-9saob0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roulettino-9saob0 > .roulettino-m3brnt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roulettino-9saob0 {
    flex-direction: column;
    gap: 12px;
  }
}

.roulettino-fgewqw {
  display: flex;
}

.roulettino-fgewqw .roulettino-70mjof {
  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;
}

.roulettino-fgewqw .roulettino-ssm75x {
  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;
}

.roulettino-fgewqw .roulettino-4khe03 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roulettino-fgewqw .roulettino-dutd8s {
  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));
  }
}

.roulettino-fgewqw .roulettino-dutd8s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roulettino-fgewqw .roulettino-uok7vz {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roulettino-h0kccq {
  border: unset;
  background-color: unset;
}

.roulettino-h0kccq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roulettino-h0kccq .roulettino-b3u7jm,
.roulettino-h0kccq .roulettino-p69o80 {
  flex: 0 1 330px;
}

.roulettino-h0kccq .roulettino-97eh60 {
  flex: 1 1;
}

.roulettino-h0kccq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roulettino-h0kccq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roulettino-h0kccq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roulettino-h0kccq tr td p {
  color: #fff;
  margin: 0;
}

.roulettino-h0kccq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roulettino-h0kccq tr.roulettino-b3u7jm td p {
  padding: 16px 0;
}

.roulettino-h0kccq tr.roulettino-b3u7jm td p:not(:last-child),
.roulettino-h0kccq tr.roulettino-p69o80 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roulettino-h0kccq tr.roulettino-b3u7jm td p:first-child,
.roulettino-h0kccq tr.roulettino-p69o80 td p:first-child {
  padding-top: 0;
}

.roulettino-h0kccq tr.roulettino-p69o80 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roulettino-h0kccq tr.roulettino-p69o80 td p:last-child {
  padding-bottom: 0;
}

.roulettino-h0kccq .roulettino-p69o80 img {
  max-width: 32px;
}

.roulettino-h0kccq .roulettino-97eh60 {
  min-width: 718px;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roulettino-h0kccq .roulettino-97eh60 td {
  display: flex;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa,
.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-11a0k7,
.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-01ce5j {
  flex: 1 1 50%;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-fka6mw {
  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;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-bxagbm,
.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-hg2wwy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa,
.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-11a0k7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa span,
.roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-11a0k7 span {
  font-weight: 800;
}

.roulettino-h0kccq .roulettino-97eh60 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roulettino-h0kccq tr.roulettino-b3u7jm td p:last-child {
    padding-bottom: 0;
  }
  .roulettino-h0kccq .roulettino-p69o80 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roulettino-h0kccq .roulettino-p69o80 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roulettino-h0kccq tr.roulettino-b3u7jm td p:not(:last-child),
  .roulettino-h0kccq tr.roulettino-p69o80 td p:not(:last-child) {
    border-bottom: unset;
  }
  .roulettino-h0kccq tr.roulettino-p69o80 td p:last-child {
    padding-bottom: 12px;
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa,
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-11a0k7,
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-01ce5j {
    flex: 1 1 50%;
    padding: 0;
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa,
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-11a0k7 {
    margin-top: 16px;
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-01ce5j {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-78b6qa {
    border-right: 1px solid var(--border-color);
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-01ce5j:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roulettino-h0kccq .roulettino-97eh60 td:last-child .roulettino-01ce5j:last-child {
    padding-bottom: 0;
  }
}

.roulettino-01ce5j {
  display: flex;
  flex-direction: column;
}

.roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j:not(:first-child) {
    padding-left: 0;
  }
  .roulettino-h0kccq .roulettino-97eh60 td .roulettino-01ce5j:not(:last-of-type) {
    border-right: unset;
  }
}

.roulettino-h0kccq .roulettino-4v8zzh {
  flex: 0 1 485px;
}

.roulettino-h0kccq .roulettino-hp4lz6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roulettino-h0kccq .roulettino-hp4lz6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roulettino-h0kccq .roulettino-hp4lz6 li.roulettino-elmmrq {
  padding: 6px 12px;
}

.roulettino-h0kccq .roulettino-hp4lz6 li a,
.roulettino-h0kccq .roulettino-hp4lz6 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;
}

.roulettino-h0kccq .roulettino-q7r9ub,
.roulettino-h0kccq .roulettino-yhc90e {
  flex: 1 1;
}

.roulettino-h0kccq .roulettino-rm4l5x,
.roulettino-h0kccq .roulettino-wpngdk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roulettino-h0kccq .roulettino-rm4l5x li,
.roulettino-h0kccq .roulettino-wpngdk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roulettino-h0kccq .roulettino-yhc90e img {
  max-width: 32px;
}

.roulettino-h0kccq .roulettino-q7r9ub img {
  max-width: 32px;
}

.roulettino-h0kccq .roulettino-kpg23d {
  min-width: 280px;
}

.roulettino-h0kccq .roulettino-kpg23d img {
  max-width: 146px;
}

.roulettino-h0kccq .roulettino-kpg23d td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roulettino-h0kccq .roulettino-b3u7jm,
  .roulettino-h0kccq .roulettino-p69o80 {
    flex: 0 1 auto;
  }
  .roulettino-h0kccq .roulettino-97eh60 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roulettino-h0kccq .roulettino-b3u7jm,
  .roulettino-h0kccq .roulettino-4v8zzh,
  .roulettino-h0kccq .roulettino-p69o80,
  .roulettino-h0kccq .roulettino-97eh60 {
    flex: 1 1 calc(50% - 20px);
  }
  .roulettino-h0kccq .roulettino-q7r9ub,
  .roulettino-h0kccq .roulettino-kpg23d,
  .roulettino-h0kccq .roulettino-yhc90e {
    flex: 1 1 30%;
  }
  .roulettino-h0kccq .roulettino-kpg23d {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roulettino-h0kccq .roulettino-b3u7jm,
  .roulettino-h0kccq .roulettino-4v8zzh,
  .roulettino-h0kccq .roulettino-q7r9ub,
  .roulettino-h0kccq .roulettino-p69o80,
  .roulettino-h0kccq .roulettino-97eh60,
  .roulettino-h0kccq .roulettino-kpg23d,
  .roulettino-h0kccq .roulettino-yhc90e {
    flex: 1 1 100%;
  }
}

.roulettino-9fm4yn .roulettino-zllsle {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roulettino-9fm4yn .roulettino-6vfczc {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roulettino-9fm4yn .roulettino-uk1g6c {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roulettino-9fm4yn .roulettino-x7w22k {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roulettino-9fm4yn .roulettino-x7w22k > :nth-child(3) {
  margin-top: 0;
}

.roulettino-9fm4yn .roulettino-adoows {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roulettino-9fm4yn .roulettino-m6vpa0 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roulettino-9fm4yn .roulettino-ni2v4f {
  grid-column: 1/2;
}

.roulettino-9fm4yn > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roulettino-9fm4yn .roulettino-6vfczc: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;
}

.roulettino-9fm4yn .roulettino-6vfczc:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roulettino-9fm4yn .roulettino-kkrgvc {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roulettino-9fm4yn .roulettino-6vfczc:not(:last-child):before {
    bottom: 8px;
  }
  .roulettino-9fm4yn .roulettino-6vfczc:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roulettino-9fm4yn .roulettino-x7w22k {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roulettino-9fm4yn .roulettino-adoows {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roulettino-9fm4yn .roulettino-adoows img {
    width: 100%;
    height: auto;
  }
  .roulettino-9fm4yn .roulettino-kkrgvc {
    width: 100%;
    min-width: unset;
  }
}

.roulettino-7pu067 .roulettino-5t94rv {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roulettino-7pu067 .roulettino-3ewsva {
  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;
}

.roulettino-7pu067 .roulettino-adoows {
  height: 100%;
}

.roulettino-7pu067 .roulettino-adoows img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roulettino-7pu067 .roulettino-7l3ilj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roulettino-7pu067 .roulettino-1dtena {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roulettino-7pu067 .roulettino-pxjlah {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roulettino-7pu067 .roulettino-3ewsva {
    flex: 1 1 100%;
  }
  .roulettino-7pu067 .roulettino-yiqt3w {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roulettino-7pu067 .roulettino-3ewsva {
    flex-direction: column;
  }
  .roulettino-7pu067 .roulettino-adoows {
    width: 100%;
    height: auto;
  }
  .roulettino-7pu067 .roulettino-adoows img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roulettino-7pu067 .roulettino-7l3ilj {
    padding: 0 16px 16px 16px;
  }
  .roulettino-7pu067 .roulettino-yiqt3w {
    min-width: unset;
    width: 100%;
  }
}

.roulettino-p7vqa0 .roulettino-qqcku2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roulettino-p7vqa0 .roulettino-8r9e9k {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roulettino-p7vqa0 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;
}

.roulettino-p7vqa0 .roulettino-83v96d {
  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;
}

.roulettino-p7vqa0 .roulettino-8r9e9k:hover .roulettino-83v96d {
  display: flex;
}

.roulettino-p7vqa0 .roulettino-ereh93 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roulettino-p7vqa0 .roulettino-bvaozv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roulettino-ilv9b5 {
  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;
}

.roulettino-ilv9b5.roulettino-fgpcaq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roulettino-fqiz0a ease-in-out;
}

.roulettino-ilv9b5.roulettino-fgpcaq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roulettino-p7vqa0 .roulettino-qrnv2y {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roulettino-fqiz0a ease-in-out;
}

.roulettino-p7vqa0 .roulettino-qrnv2y:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roulettino-p7vqa0 .roulettino-qrnv2y:after,
.roulettino-ilv9b5.roulettino-fgpcaq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roulettino-ilv9b5.roulettino-fgpcaq:after {
  background-image: url(../images/Cash.svg);
}

.roulettino-p7vqa0 .roulettino-qrnv2y:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roulettino-p7vqa0 .roulettino-qqcku2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roulettino-p7vqa0 .roulettino-qqcku2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roulettino-p7vqa0 .roulettino-qqcku2 {
    grid-template-columns: 1fr;
  }
  .roulettino-p7vqa0 .roulettino-8r9e9k {
    height: auto;
  }
  .roulettino-p7vqa0 .roulettino-8r9e9k .roulettino-83v96d {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roulettino-p7vqa0 .roulettino-ereh93,
  .roulettino-p7vqa0 .roulettino-bvaozv {
    text-align: left;
  }
  .roulettino-p7vqa0 .roulettino-bvaozv {
    margin-bottom: 8px;
  }
  .roulettino-p7vqa0 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roulettino-sp2vi9 {
  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;
}

.roulettino-sp2vi9.roulettino-cg2510 {
  display: block;
}

.roulettino-sp2vi9 .roulettino-p17tvv {
  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;
}

.roulettino-sp2vi9 .roulettino-t6p6kq {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roulettino-sp2vi9 .roulettino-ru0wfk {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roulettino-sp2vi9 .roulettino-2yf76n {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roulettino-sp2vi9 .roulettino-ilv9b5 {
  min-width: 296px;
  margin-bottom: 0;
}

.roulettino-sp2vi9 .roulettino-h7jlc6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roulettino-sp2vi9 .roulettino-4rindg {
  position: relative;
  flex: 1 1;
}

.roulettino-sp2vi9 .roulettino-4rindg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roulettino-sp2vi9 .roulettino-t6p6kq {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roulettino-sp2vi9 .roulettino-ru0wfk {
    order: 1;
  }
  .roulettino-sp2vi9 .roulettino-2yf76n {
    order: 3;
    flex: 1 1 100%;
  }
  .roulettino-sp2vi9 .roulettino-ilv9b5 {
    width: 100%;
    min-width: unset;
  }
  .roulettino-sp2vi9 .roulettino-h7jlc6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roulettino-s1hw50 > .roulettino-jgijp3 {
    margin-bottom: 0;
  }
  .roulettino-s1hw50 > .roulettino-ni2v4f,
  .roulettino-s1hw50 > p {
    margin-top: 0;
  }
}

.roulettino-evv9rg img,
.roulettino-aioub0 img {
  width: auto;
  object-fit: contain;
}

.roulettino-evv9rg {
  align-items: center;
}

.roulettino-evv9rg img {
  max-height: 76px;
}

.roulettino-aioub0 img {
  max-height: 64px;
}

.roulettino-8mggjw {
  overflow: auto;
}

.roulettino-kp6qdf {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roulettino-qyfnbq:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roulettino-pe60s6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roulettino-gkft4q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roulettino-pe60s6 .roulettino-adoows {
  margin-right: 20px;
  flex-shrink: 0;
}

.roulettino-pe60s6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roulettino-jt0x3y {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roulettino-jt0x3y > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roulettino-pe60s6 {
    padding: 15px 10px;
  }
  .roulettino-jt0x3y {
    padding: 15px 10px;
  }
  .roulettino-pe60s6 .roulettino-adoows {
    margin-right: 10px;
  }
}

.roulettino-8tixai {
  overflow-x: auto;
}

.roulettino-8mlmix {
  border-collapse: collapse;
  width: 100%;
}

.roulettino-8tixai th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roulettino-8tixai td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roulettino-8tixai td.roulettino-qv0yvm {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roulettino-8tixai td.roulettino-2kywt4 {
  border-right: none;
}

.roulettino-8tixai td.roulettino-2kywt4 .roulettino-adoows {
  justify-content: flex-start;
}

.roulettino-8tixai td.roulettino-2kywt4 .roulettino-adoows img {
  height: auto;
  width: 90px;
}

.roulettino-8tixai td.roulettino-d4p556,
.roulettino-8tixai td.roulettino-cnkhc3 {
  font-weight: 600;
  text-align: right;
}

.roulettino-8tixai td.roulettino-04th1o,
.roulettino-8tixai td.roulettino-d4p556 {
  padding-bottom: 10px;
  border-bottom: none;
}

.roulettino-8tixai td.roulettino-d4p556,
.roulettino-8tixai td.roulettino-cnkhc3 {
  border-left: none;
}

.roulettino-8tixai td.roulettino-04th1o,
.roulettino-8tixai td.roulettino-y57b3f {
  border-right: none;
}

.roulettino-8tixai td.roulettino-y57b3f,
.roulettino-8tixai td.roulettino-cnkhc3 {
  border-top: none;
  padding-top: 10px;
}

.roulettino-6hkeze {
  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;
}

.roulettino-6hkeze .roulettino-yiqt3w {
  min-width: unset;
  width: 100%;
}

.roulettino-6hkeze .roulettino-yiqt3w.roulettino-cqumcb {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roulettino-6hkeze .roulettino-yiqt3w.roulettino-a4tul7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roulettino-6hkeze .roulettino-898bun {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roulettino-6hkeze {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roulettino-6hkeze .roulettino-yiqt3w.roulettino-cqumcb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roulettino-6hkeze .roulettino-yiqt3w.roulettino-a4tul7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roulettino-6hkeze .roulettino-898bun {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roulettino-9ub03k {
  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;
}

.roulettino-prd07c {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roulettino-cm74fp p a img {
  margin: 0 auto;
  display: block;
}

.roulettino-cm74fp table {
  margin-bottom: 17px;
}

/* contanct form */
.roulettino-c8rgy5 {
  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;
}

.roulettino-c8rgy5 label {
  font-size: 14px;
}

.roulettino-c8rgy5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roulettino-c8rgy5 input,
.roulettino-c8rgy5 textarea,
.roulettino-c8rgy5 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;
}
.roulettino-c8rgy5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roulettino-fqiz0a ease;
}
.roulettino-c8rgy5 button:hover {
  background-color: #691204;
}
.roulettino-0ibh74 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roulettino-kssnfw ease-in;
}

.roulettino-0ibh74 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}