html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.Rolldorado-01dom7 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-01dom7 {
    padding: 54px 0 0;
  }
}

.Rolldorado-brrdlo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-brrdlo:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.Rolldorado-3u9z2p {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-3u9z2p {
    margin: 20px auto 100px;
  }
}

.Rolldorado-3u9z2p h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-3u9z2p h1 {
    font-size: 120px;
  }
}

.Rolldorado-3u9z2p p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.Rolldorado-y2k6ml {
  cursor: pointer;
}

.Rolldorado-0y9ih0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.Rolldorado-d5hw20 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Rolldorado-d5hw20 figure {
  margin: 0;
}

.Rolldorado-d5hw20.Rolldorado-adbk3x {
  justify-content: flex-start;
  margin-right: 4px;
}

.Rolldorado-d5hw20.Rolldorado-t7un3b {
  justify-content: flex-end;
  margin-left: 4px;
}

.Rolldorado-d5hw20.Rolldorado-v8r6ye {
  justify-content: center;
}

.Rolldorado-d5hw20.Rolldorado-9o51r3 {
  justify-content: normal;
}

.Rolldorado-xy0sy5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .Rolldorado-xy0sy5 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-xy0sy5 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.Rolldorado-fqpcc5 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .Rolldorado-fqpcc5 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.Rolldorado-ldbj57 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ldbj57 {
    flex-direction: column;
  }
}

.Rolldorado-2i44wm {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.Rolldorado-2i44wm img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-2i44wm {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.Rolldorado-fjps4u {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.Rolldorado-fjps4u ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-fjps4u ul {
    margin-bottom: 15px;
  }
}

.Rolldorado-fjps4u ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.Rolldorado-fjps4u ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.Rolldorado-fjps4u ul li span svg {
  fill: var(--title-color);
}

.Rolldorado-fjps4u ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-fjps4u ul li small {
    font-size: 12px;
  }
}

.Rolldorado-fjps4u ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.Rolldorado-fjps4u ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-fjps4u {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.Rolldorado-onodi6 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-onodi6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.Rolldorado-q2kjtv {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.Rolldorado-51q1o7 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-51q1o7 {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-51q1o7:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.Rolldorado-51q1o7.Rolldorado-1mmxr6 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-51q1o7.Rolldorado-1mmxr6:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.Rolldorado-6lldwe {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-6lldwe {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-6lldwe {
    padding: 50px 16px 68px;
  }
}

.Rolldorado-mg610m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mg610m {
    flex-direction: column;
  }
}

.Rolldorado-sns02i {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-sns02i {
    margin-bottom: 40px;
  }
}

.Rolldorado-46l266 .Rolldorado-rv6ma0 {
  margin-bottom: 28px;
}

.Rolldorado-46l266 .Rolldorado-rv6ma0 img {
  max-height: 100px;
  width: auto;
}

.Rolldorado-ysp8l0 {
  display: flex;
  align-items: center;
}

.Rolldorado-ysp8l0 a + a {
  margin-left: 24px;
}

.Rolldorado-ysp8l0 img {
  max-height: 56px;
  width: auto;
}

.Rolldorado-ysp8l0 img + img {
  margin-left: 24px;
}

.Rolldorado-ydodg6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ydodg6 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.Rolldorado-tk44dt {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-tk44dt {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.Rolldorado-jjewlv {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-jjewlv {
    flex-wrap: wrap;
  }
}

.Rolldorado-jjewlv li {
  display: flex;
  margin: 0 7px;
}

.Rolldorado-jjewlv li svg {
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-jjewlv li:hover svg {
    transform: scale(1.2);
  }
}

.Rolldorado-s6g4b7 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.Rolldorado-3xb1ln + .Rolldorado-3xb1ln {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-3xb1ln + .Rolldorado-3xb1ln {
    margin: 36px 0 0;
  }
}

.Rolldorado-qstw94 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.Rolldorado-fj2tr2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Rolldorado-fj2tr2 li {
  font-size: 16px;
}

.Rolldorado-fj2tr2 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-fj2tr2 li a:hover {
    text-decoration: underline;
  }
}

.Rolldorado-fj2tr2 li + li {
  margin-top: 16px;
}

.Rolldorado-f0j4bl {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.Rolldorado-e008hk ease-in-out;
}

.Rolldorado-f0j4bl.Rolldorado-b54d4l {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.Rolldorado-n0d8nh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.Rolldorado-n0d8nh h1,
.Rolldorado-n0d8nh h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-n0d8nh h1,
  .Rolldorado-n0d8nh h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-n0d8nh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-n0d8nh {
    margin-bottom: 60px;
  }
}

.Rolldorado-ld8agp {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ld8agp {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.Rolldorado-ld8agp li {
  width: 100%;
}

.Rolldorado-ld8agp li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.Rolldorado-ld8agp li a svg {
  fill: var(--button-text-color);
}

.Rolldorado-ld8agp li a.Rolldorado-b54d4l {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-ld8agp li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ld8agp li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .Rolldorado-ld8agp li a img {
    max-width: 16px;
  }
}

.Rolldorado-1qlmc5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-1qlmc5 {
    margin: 0 -5px;
  }
}

.Rolldorado-tlu7hb {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.Rolldorado-tlu7hb span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.Rolldorado-tlu7hb small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-tlu7hb {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .Rolldorado-tlu7hb span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.Rolldorado-vde7vb {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.Rolldorado-vde7vb img {
  width: 100%;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-vde7vb:hover img {
    transform: scale(1.1);
  }
}

.Rolldorado-p4coct {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-p4coct {
    height: 54px;
  }
}

.Rolldorado-20ocs3 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .Rolldorado-20ocs3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-20ocs3 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-20ocs3 .Rolldorado-rv6ma0 img {
    max-width: 90px;
  }
}

.Rolldorado-rv6ma0 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-rv6ma0 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-yh9gxm {
    display: none;
  }
  .Rolldorado-yh9gxm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.Rolldorado-4nn85b {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Rolldorado-4nn85b li {
  font-size: 16px;
  margin: 0 20px;
}

.Rolldorado-4nn85b li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-4nn85b li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-4nn85b {
    display: block;
  }
  .Rolldorado-4nn85b li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .Rolldorado-4nn85b li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .Rolldorado-4nn85b li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .Rolldorado-4nn85b li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.Rolldorado-zs68e4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .Rolldorado-zs68e4 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-zs68e4 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-zs68e4 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.Rolldorado-zs68e4.Rolldorado-6o4teb {
  margin-right: 0;
}

.Rolldorado-f96533 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-f96533 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-f96533:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.Rolldorado-mecvnc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-mecvnc:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mecvnc {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.Rolldorado-mizcp8 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-mizcp8 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.Rolldorado-mizcp8:hover > ul {
  display: flex;
}

.Rolldorado-mizcp8:focus > ul {
  display: flex;
}

.Rolldorado-mizcp8:focus-within > ul {
  display: flex;
}

.Rolldorado-eqobs0 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.Rolldorado-eqobs0::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.Rolldorado-e008hk ease-in-out;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-eqobs0 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .Rolldorado-eqobs0 img {
    max-width: 20px;
  }
}

.Rolldorado-mizcp8 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mizcp8 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.Rolldorado-mizcp8 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mizcp8 ul li {
    padding: 5px;
  }
}

.Rolldorado-mizcp8 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-mizcp8 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mizcp8 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .Rolldorado-mizcp8 ul li a img {
    max-width: 20px;
  }
}

.Rolldorado-vyod0d {
  display: none;
}

.Rolldorado-omxfcu {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-omxfcu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.Rolldorado-omxfcu span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-vyod0d:checked ~ .Rolldorado-yh9gxm {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .Rolldorado-yh9gxm {
    display: none;
    transition: display 0.Rolldorado-4fqk73 ease-in-out;
  }
  .Rolldorado-vyod0d:checked ~ .Rolldorado-yh9gxm {
    display: block;
  }
  .Rolldorado-vyod0d:checked + .Rolldorado-omxfcu span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .Rolldorado-vyod0d:checked + .Rolldorado-omxfcu span:nth-child(2) {
    display: none;
  }
  .Rolldorado-vyod0d:checked + .Rolldorado-omxfcu span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.Rolldorado-yfylbg {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-yfylbg {
    padding: 0 16px;
  }
}

.Rolldorado-yfylbg img {
  margin-bottom: 20px;
}

.Rolldorado-yfylbg p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-yfylbg p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-yfylbg {
    margin-bottom: 60px;
  }
}

.Rolldorado-mwouk0 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-mwouk0 {
    font-size: 32px;
  }
}

.Rolldorado-6z1hr1 {
  color: var(--text-color);
}

.Rolldorado-9m3l6a {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9m3l6a {
    font-size: 16px;
    line-height: 140%;
  }
}

.Rolldorado-9m3l6a p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.Rolldorado-9m3l6a p img {
  display: block;
  margin: 0 auto;
}

.Rolldorado-9m3l6a p:first-of-type {
  margin-top: 0;
}

.Rolldorado-9m3l6a p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9m3l6a p {
    font-size: 18px;
    line-height: 140%;
  }
}

.Rolldorado-9m3l6a ul {
  padding: 0 0 0 20px;
}

.Rolldorado-9m3l6a table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.Rolldorado-9m3l6a table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9m3l6a table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.Rolldorado-9m3l6a table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9m3l6a table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.Rolldorado-9m3l6a table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.Rolldorado-9m3l6a iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9m3l6a iframe {
    height: 200px;
  }
}

.Rolldorado-kvugh7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-kvugh7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-kvugh7 {
    margin-bottom: 60px;
  }
}

.Rolldorado-0d412v {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-0d412v {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.Rolldorado-0d412v h1,
.Rolldorado-0d412v h2,
.Rolldorado-0d412v h3,
.Rolldorado-0d412v h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-0d412v h1,
  .Rolldorado-0d412v h2,
  .Rolldorado-0d412v h3,
  .Rolldorado-0d412v h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.Rolldorado-7vztqd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-7vztqd {
    flex-direction: column-reverse;
  }
}

.Rolldorado-7vztqd .Rolldorado-920j8o {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-7vztqd .Rolldorado-920j8o {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.Rolldorado-7vztqd .Rolldorado-efrodu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-7vztqd .Rolldorado-efrodu {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .Rolldorado-7vztqd .Rolldorado-efrodu img {
    width: 100%;
  }
}

.Rolldorado-efrodu {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-efrodu {
    margin-bottom: 18px;
  }
}

.Rolldorado-920j8o {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-920j8o {
    margin-bottom: 18px;
  }
}

.Rolldorado-kvugh7 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-kvugh7 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.Rolldorado-kvugh7 .Rolldorado-brrdlo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.Rolldorado-zrt3sm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-zrt3sm {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-zrt3sm {
    margin-bottom: 60px;
  }
}

.Rolldorado-mey659 {
  position: relative;
  border: none;
}

.Rolldorado-mey659::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.Rolldorado-v0luq2 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.Rolldorado-v0luq2 span {
  height: 32px;
}

.Rolldorado-v0luq2 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.Rolldorado-v0luq2.Rolldorado-diw3qc span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-v0luq2 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.Rolldorado-jjyxnn {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Rolldorado-jjyxnn li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-jjyxnn li {
    font-size: 16px;
  }
}

.Rolldorado-jjyxnn li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-jjyxnn li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-jjyxnn li a {
    padding: 12px 14px;
  }
}

.Rolldorado-jjyxnn.Rolldorado-9pd87s {
  display: none;
}

.Rolldorado-clq5hn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.Rolldorado-clq5hn table {
  width: 100%;
  border-collapse: collapse;
}

.Rolldorado-clq5hn table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-clq5hn table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .Rolldorado-clq5hn table td {
    min-width: 75px;
  }
}

.Rolldorado-clq5hn table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-clq5hn table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.Rolldorado-clq5hn table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.Rolldorado-clq5hn p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-clq5hn p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-clq5hn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-clq5hn {
    margin-bottom: 60px;
  }
}

.Rolldorado-jfu0yi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-jfu0yi {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.Rolldorado-1oldvr {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .Rolldorado-1oldvr {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.Rolldorado-1oldvr tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-1oldvr tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.Rolldorado-1oldvr tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.Rolldorado-gfwvg2 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.Rolldorado-gfwvg2 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.Rolldorado-gfwvg2 p {
  color: var(--text-color);
}

.Rolldorado-tw45lb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-tw45lb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-tw45lb {
    margin-bottom: 60px;
  }
}

.Rolldorado-5wjkmj {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.Rolldorado-re1kqk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-re1kqk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-re1kqk {
    margin-bottom: 60px;
  }
}

.Rolldorado-o4c3pl {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.Rolldorado-o4c3pl h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-o4c3pl h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.Rolldorado-o4c3pl p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.Rolldorado-o4c3pl p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-o4c3pl p {
    font-size: 16px;
  }
}

.Rolldorado-i9bff3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-i9bff3 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.Rolldorado-javu9c {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.Rolldorado-javu9c li {
  margin: 0 20px;
}

.Rolldorado-javu9c li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.Rolldorado-javu9c li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-javu9c li a:hover {
    color: #2ab765;
  }
}

.Rolldorado-ub828w {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-ub828w {
    padding: 0 16px;
  }
}

.Rolldorado-ub828w li {
  font-size: 16px;
  position: relative;
}

.Rolldorado-ub828w li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-ub828w li a:hover {
    text-decoration: underline;
  }
}

.Rolldorado-ub828w li span {
  opacity: 0.5;
}

.Rolldorado-ub828w li + li {
  margin-left: 30px;
}

.Rolldorado-ub828w li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.Rolldorado-0d412v {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.Rolldorado-0d412v {
    margin-bottom: 18px;
  }
}

.Rolldorado-y17so2 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.Rolldorado-y17so2 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.Rolldorado-y17so2 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.Rolldorado-y17so2 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.Rolldorado-y17so2 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.Rolldorado-y17so2 tbody tr:last-of-type {
  margin-bottom: 0;
}

.Rolldorado-y17so2 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.Rolldorado-y17so2 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.Rolldorado-y17so2 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.Rolldorado-y17so2 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-y17so2 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.Rolldorado-y17so2 tbody tr td .Rolldorado-29yt1z {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .Rolldorado-y17so2 tbody tr td .Rolldorado-29yt1z {
    width: 100%;
  }
}

.Rolldorado-y17so2 tbody tr td .Rolldorado-fn103q {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-y17so2 tbody tr td .Rolldorado-fn103q:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-y17so2 tbody tr td .Rolldorado-fn103q {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .Rolldorado-y17so2 tbody tr td .Rolldorado-fn103q {
    width: 100%;
  }
}

.Rolldorado-y17so2 tbody tr td .Rolldorado-p9b8iz {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-y17so2 tbody tr td .Rolldorado-p9b8iz:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-y17so2 tbody tr {
    flex-direction: column;
  }
}

.Rolldorado-y17so2 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.Rolldorado-yho9tm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-yho9tm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-yho9tm {
    margin: 0 auto 60px;
  }
}

.Rolldorado-h6tbzi {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-h6tbzi {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.Rolldorado-tgk048 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-tgk048 {
    margin: 0 -5px;
  }
}

.Rolldorado-u3n5af {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.Rolldorado-u3n5af img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-u3n5af p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-u3n5af:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .Rolldorado-u3n5af {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-u3n5af {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .Rolldorado-u3n5af p {
    font-size: 16px;
  }
}

.Rolldorado-81d5tm {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .Rolldorado-81d5tm {
    height: 190px;
    margin: 20px auto;
  }
}

.Rolldorado-81d5tm img {
  width: 100%;
  height: 100%;
}

.Rolldorado-81d5tm iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .Rolldorado-81d5tm iframe {
    height: 190px;
  }
}

.Rolldorado-xzbl6r {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.Rolldorado-xzbl6r::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.Rolldorado-s0yy94 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.Rolldorado-s0yy94 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-s0yy94:hover svg {
    transform: scale(1.1);
  }
}

.Rolldorado-cv50vb {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-cv50vb {
    padding: 40px 0;
  }
}

.Rolldorado-ykcrzp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-ykcrzp {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .Rolldorado-ykcrzp {
    flex-direction: column-reverse;
  }
}

.Rolldorado-oqgkt8 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.Rolldorado-oqgkt8 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .Rolldorado-oqgkt8 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-oqgkt8 {
    margin: 10px 0 0;
  }
}

.Rolldorado-asm5o1 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.Rolldorado-asm5o1 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .Rolldorado-asm5o1 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-asm5o1 {
    padding: 24px 10px;
  }
}

.Rolldorado-2o37uf {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-2o37uf:hover {
  border: 1px solid #8c8ca2;
}

.Rolldorado-p6ng9h {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.Rolldorado-p6ng9h:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.Rolldorado-ajqgup {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.Rolldorado-ajqgup a {
  text-decoration: underline;
  color: #8babff;
}

.Rolldorado-jy6f9u {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.Rolldorado-jy6f9u .Rolldorado-2o37uf {
  width: 50%;
  margin: 0;
}

.Rolldorado-8z61kt {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.Rolldorado-8z61kt:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.Rolldorado-vxnoy8 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-vxnoy8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vxnoy8 {
    margin: 0 0 60px;
  }
}

.Rolldorado-76jvbi {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-76jvbi {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.Rolldorado-xv1ljc {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-xv1ljc {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.Rolldorado-zfoyk7 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-zfoyk7 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.Rolldorado-me13ih {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-me13ih {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.Rolldorado-me13ih a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-me13ih a {
    margin: 1px 0 4px;
  }
}

.Rolldorado-me13ih a svg {
  fill: #fff;
}

.Rolldorado-me13ih a:hover {
  background: #3d68e7;
}

.Rolldorado-oqchej {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.Rolldorado-02eir1 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-02eir1 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.Rolldorado-ofuchr {
  font-size: 16px;
  color: var(--text-color);
}

.Rolldorado-a23j9s {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-a23j9s {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-a23j9s {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .Rolldorado-a23j9s {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.Rolldorado-fglp3w {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.Rolldorado-fglp3w h1,
.Rolldorado-fglp3w h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-fglp3w h1,
  .Rolldorado-fglp3w h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .Rolldorado-fglp3w {
    margin: 0;
    padding-right: 20px;
  }
}

.Rolldorado-ggui98 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.Rolldorado-ggui98 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ggui98 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.Rolldorado-ggui98 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ggui98 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.Rolldorado-ggui98 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.Rolldorado-ggui98 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ggui98 table tr td {
    padding: 12px 4px;
  }
}

.Rolldorado-ggui98 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ggui98 table tr th {
    padding: 12px 4px;
  }
}

.Rolldorado-ggui98 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .Rolldorado-ggui98 {
    margin: 0;
  }
}

.Rolldorado-ee71k6 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ee71k6 {
    min-height: 190px;
  }
}

.Rolldorado-wai624 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.Rolldorado-wai624::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.Rolldorado-53jltn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.Rolldorado-53jltn.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-6xl6vi {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.Rolldorado-6xl6vi iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Rolldorado-6xl6vi iframe.Rolldorado-e9rmol {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.Rolldorado-6xl6vi.Rolldorado-p64pap {
  opacity: 1;
  pointer-events: all;
}

.Rolldorado-4lgm93 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-4lgm93 svg {
  margin-right: 10px;
}

.Rolldorado-4lgm93 + .Rolldorado-4lgm93 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-4lgm93:hover {
    background: #a8a6b3;
  }
}

.Rolldorado-srqxgf {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-srqxgf:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-4lgm93 {
    height: 42px;
    max-width: 220px;
  }
}

.Rolldorado-a23j9s .Rolldorado-kvugh7 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.Rolldorado-a23j9s .Rolldorado-kvugh7 h1,
.Rolldorado-a23j9s .Rolldorado-kvugh7 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-a23j9s .Rolldorado-kvugh7 h1,
  .Rolldorado-a23j9s .Rolldorado-kvugh7 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .Rolldorado-a23j9s .Rolldorado-kvugh7 {
    margin: 28px 0 0;
  }
}

.Rolldorado-5o1y83 {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-5o1y83 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .Rolldorado-5o1y83 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-5o1y83 {
    margin: 20px auto 60px;
  }
}

.Rolldorado-wt3gnh {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .Rolldorado-wt3gnh {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-wt3gnh {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.Rolldorado-fpoo0i {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.Rolldorado-fpoo0i iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Rolldorado-jsjocv {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.Rolldorado-jsjocv h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-jsjocv h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-jsjocv h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .Rolldorado-jsjocv {
    max-width: 100%;
    margin: 0;
  }
}

.Rolldorado-1sp1cr {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-1sp1cr {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.Rolldorado-9cc9sg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-9cc9sg {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.Rolldorado-ngknpw {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.Rolldorado-ngknpw span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ngknpw {
    margin: 0;
  }
  .Rolldorado-ngknpw:last-of-type {
    margin-top: 4px;
  }
}

.Rolldorado-gynh4n {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .Rolldorado-gynh4n {
    padding: 10px;
  }
}

.Rolldorado-gynh4n .Rolldorado-brrdlo {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .Rolldorado-gynh4n .Rolldorado-brrdlo {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .Rolldorado-gynh4n {
    flex-wrap: wrap;
  }
}

.Rolldorado-wpd6tz {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.Rolldorado-wpd6tz img {
  width: 100%;
}

.Rolldorado-cabwbm {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .Rolldorado-cabwbm {
    max-width: 200px;
    margin: 0;
  }
}

.Rolldorado-o0zezk {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.Rolldorado-f0fnvy {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.Rolldorado-vh7jo3 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 {
    margin: 0 0 60px;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-2uo909 {
  position: relative;
}

.Rolldorado-vh7jo3 .Rolldorado-cpmw1x {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.Rolldorado-vh7jo3 .Rolldorado-cpmw1x.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i {
    bottom: 90px;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-f228f4 {
  max-width: 300px;
  width: 100%;
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-f228f4 .Rolldorado-858ka6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-f228f4 .Rolldorado-858ka6 {
    font-size: 32px;
    text-align: center;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-f228f4 .Rolldorado-h5vslx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-f228f4 .Rolldorado-h5vslx {
    text-align: center;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb {
    flex-direction: column-reverse;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-hcm7v4 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-hcm7v4:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-hcm7v4 {
    width: 100%;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-u3hrq3 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  overflow: hidden;
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-u3hrq3 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-u3hrq3:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-u3hrq3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-f89k1i .Rolldorado-6o4teb .Rolldorado-u3hrq3 {
    width: 100%;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-f89k1i.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-vh7jo3 .Rolldorado-j8wqu4 {
  display: none;
}

.Rolldorado-vh7jo3 .Rolldorado-j8wqu4.Rolldorado-p64pap {
  display: block;
}

.Rolldorado-vh7jo3 .Rolldorado-j8wqu4 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-j8wqu4 iframe {
    height: calc(100vh - 54px);
  }
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-vh7jo3 .Rolldorado-wjx6kq {
    padding: 24px 16px 0;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq .Rolldorado-858ka6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-wjx6kq .Rolldorado-858ka6 {
    margin-bottom: 24px;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-wjx6kq table tr td {
    padding: 12px 4px;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-vh7jo3 .Rolldorado-wjx6kq table tr th {
    padding: 12px 4px;
  }
}

.Rolldorado-vh7jo3 .Rolldorado-wjx6kq table tr:last-of-type td {
  border-bottom: none;
}

.Rolldorado-8xqq5u {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.Rolldorado-8xqq5u.Rolldorado-b54d4l {
  display: block;
}

.Rolldorado-8xqq5u iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.Rolldorado-8xqq5u .Rolldorado-8sfpq2 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.Rolldorado-8xqq5u .Rolldorado-yepxv4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.Rolldorado-8xqq5u .Rolldorado-u3hrq3 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-8xqq5u .Rolldorado-u3hrq3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.Rolldorado-822cl4 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.Rolldorado-822cl4.Rolldorado-b54d4l {
  display: block;
}

.Rolldorado-68ngk0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.Rolldorado-dc4t31 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.Rolldorado-e5iy7f {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-dc4t31 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.Rolldorado-ety3r1 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.Rolldorado-ety3r1 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.Rolldorado-vuui5z {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Rolldorado-29bel1.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-c3xbbz {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-c3xbbz {
    margin-bottom: 20px;
  }
}

.Rolldorado-r52ix0 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.Rolldorado-r52ix0 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.Rolldorado-r52ix0 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.Rolldorado-r52ix0 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.Rolldorado-r52ix0 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.Rolldorado-r52ix0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.Rolldorado-r52ix0 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.Rolldorado-r52ix0 input:active {
  border-color: #c2c0ce;
}

.Rolldorado-r52ix0 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-r52ix0 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.Rolldorado-ajqz28 {
  margin-bottom: 36px;
}

.Rolldorado-ajqz28 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.Rolldorado-ajqz28 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.Rolldorado-ajqz28 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ajqz28 {
    margin-bottom: 24px;
  }
}

.Rolldorado-4583uf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Rolldorado-c5civt {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-c5civt:hover {
  background: var(--border-color);
}

.Rolldorado-7nqkco {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
}

.Rolldorado-7nqkco:hover {
  background: #166ad9;
}

.Rolldorado-j0d04p {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.Rolldorado-j0d04p.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-qbr7rp {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.Rolldorado-j0d04p .Rolldorado-c5civt {
  margin: 0 auto;
}

.Rolldorado-17zgc2 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-17zgc2 {
    margin-bottom: 16px;
  }
}

.Rolldorado-ek6ps8 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.Rolldorado-2a3wip {
  filter: grayscale(100%);
}

.Rolldorado-ek6ps8 > input {
  display: none;
}

.Rolldorado-ek6ps8 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rolldorado-dee0uk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.Rolldorado-uufe2t 44.Rolldorado-dxu6ol.Rolldorado-1uop0n.Rolldorado-qwu0j9.Rolldorado-a5mcu1.Rolldorado-d269ef.Rolldorado-jotyu8.Rolldorado-u0ecuq.Rolldorado-a9fbm3.Rolldorado-859s0f.Rolldorado-a39efj.Rolldorado-pjkkit.Rolldorado-ix8yai 0l-12.Rolldorado-dfyg7c 30.Rolldorado-6swne1.Rolldorado-i87vgg 2.Rolldorado-6ly0qg.Rolldorado-i87vgg 3.Rolldorado-fq3htx 3.Rolldorado-vuxu8p.Rolldorado-iw3kyz 3.Rolldorado-64prr8.Rolldorado-yy9u3b.Rolldorado-wka676.Rolldorado-ywxicb 7-3.Rolldorado-dfyg7c 10.Rolldorado-fitrca.Rolldorado-ywxicb 23.Rolldorado-q5xxpd.Rolldorado-eq7ikh 1.Rolldorado-24p25p 2.Rolldorado-dfyg7c 3.Rolldorado-eq7ikh 1.Rolldorado-iw3kyz 5.Rolldorado-k4vifz.Rolldorado-iw3kyz 32.Rolldorado-uo4rzn.Rolldorado-yy9u3b 5.Rolldorado-ix8yai 4.Rolldorado-ywxicb 9.Rolldorado-ywxicb 8.Rolldorado-iw3kyz 6.Rolldorado-9q89r4.Rolldorado-fm7qsk.Rolldorado-le8wty.Rolldorado-i1u5z9.Rolldorado-64qcw2 4.Rolldorado-9rcxdl.Rolldorado-64qcw2 6.Rolldorado-64qcw2 0l29.Rolldorado-ix8yai 17.Rolldorado-xqdm6w.Rolldorado-s5rwr1 2.Rolldorado-u4ifyk 10.Rolldorado-joqab6.Rolldorado-dfyg7c 8.Rolldorado-0pon7o.Rolldorado-bsh7n7.Rolldorado-6a4ynb.Rolldorado-asfmtq.Rolldorado-u17xzq.Rolldorado-yy9u3b.Rolldorado-d269ef.Rolldorado-dfyg7c 1.Rolldorado-vnbnx3.Rolldorado-vbmenx.Rolldorado-uzyu7w.Rolldorado-v93151.Rolldorado-6n0jes.Rolldorado-24p25p 1.Rolldorado-sc4le6.Rolldorado-hxnyph.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.Rolldorado-ek6ps8 > input:checked ~ label,
.Rolldorado-ek6ps8 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rolldorado-dee0uk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.Rolldorado-uufe2t 44.Rolldorado-dxu6ol.Rolldorado-1uop0n.Rolldorado-qwu0j9.Rolldorado-a5mcu1.Rolldorado-d269ef.Rolldorado-jotyu8.Rolldorado-u0ecuq.Rolldorado-a9fbm3.Rolldorado-859s0f.Rolldorado-a39efj.Rolldorado-pjkkit.Rolldorado-ix8yai 0l-12.Rolldorado-dfyg7c 30.Rolldorado-6swne1.Rolldorado-i87vgg 2.Rolldorado-6ly0qg.Rolldorado-i87vgg 3.Rolldorado-fq3htx 3.Rolldorado-vuxu8p.Rolldorado-iw3kyz 3.Rolldorado-64prr8.Rolldorado-yy9u3b.Rolldorado-wka676.Rolldorado-ywxicb 7-3.Rolldorado-dfyg7c 10.Rolldorado-fitrca.Rolldorado-ywxicb 23.Rolldorado-q5xxpd.Rolldorado-eq7ikh 1.Rolldorado-24p25p 2.Rolldorado-dfyg7c 3.Rolldorado-eq7ikh 1.Rolldorado-iw3kyz 5.Rolldorado-k4vifz.Rolldorado-iw3kyz 32.Rolldorado-uo4rzn.Rolldorado-yy9u3b 5.Rolldorado-ix8yai 4.Rolldorado-ywxicb 9.Rolldorado-ywxicb 8.Rolldorado-iw3kyz 6.Rolldorado-9q89r4.Rolldorado-fm7qsk.Rolldorado-le8wty.Rolldorado-i1u5z9.Rolldorado-64qcw2 4.Rolldorado-9rcxdl.Rolldorado-64qcw2 6.Rolldorado-64qcw2 0l29.Rolldorado-ix8yai 17.Rolldorado-xqdm6w.Rolldorado-s5rwr1 2.Rolldorado-u4ifyk 10.Rolldorado-joqab6.Rolldorado-dfyg7c 8.Rolldorado-0pon7o.Rolldorado-bsh7n7.Rolldorado-6a4ynb.Rolldorado-asfmtq.Rolldorado-u17xzq.Rolldorado-yy9u3b.Rolldorado-d269ef.Rolldorado-dfyg7c 1.Rolldorado-vnbnx3.Rolldorado-vbmenx.Rolldorado-uzyu7w.Rolldorado-v93151.Rolldorado-6n0jes.Rolldorado-24p25p 1.Rolldorado-sc4le6.Rolldorado-hxnyph.5z'/%3e%3c/svg%3e");
}

.Rolldorado-ek6ps8 > input:not(:checked) ~ label:hover,
.Rolldorado-ek6ps8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rolldorado-dee0uk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.Rolldorado-uufe2t 44.Rolldorado-dxu6ol.Rolldorado-1uop0n.Rolldorado-qwu0j9.Rolldorado-a5mcu1.Rolldorado-d269ef.Rolldorado-jotyu8.Rolldorado-u0ecuq.Rolldorado-a9fbm3.Rolldorado-859s0f.Rolldorado-a39efj.Rolldorado-pjkkit.Rolldorado-ix8yai 0l-12.Rolldorado-dfyg7c 30.Rolldorado-6swne1.Rolldorado-i87vgg 2.Rolldorado-6ly0qg.Rolldorado-i87vgg 3.Rolldorado-fq3htx 3.Rolldorado-vuxu8p.Rolldorado-iw3kyz 3.Rolldorado-64prr8.Rolldorado-yy9u3b.Rolldorado-wka676.Rolldorado-ywxicb 7-3.Rolldorado-dfyg7c 10.Rolldorado-fitrca.Rolldorado-ywxicb 23.Rolldorado-q5xxpd.Rolldorado-eq7ikh 1.Rolldorado-24p25p 2.Rolldorado-dfyg7c 3.Rolldorado-eq7ikh 1.Rolldorado-iw3kyz 5.Rolldorado-k4vifz.Rolldorado-iw3kyz 32.Rolldorado-uo4rzn.Rolldorado-yy9u3b 5.Rolldorado-ix8yai 4.Rolldorado-ywxicb 9.Rolldorado-ywxicb 8.Rolldorado-iw3kyz 6.Rolldorado-9q89r4.Rolldorado-fm7qsk.Rolldorado-le8wty.Rolldorado-i1u5z9.Rolldorado-64qcw2 4.Rolldorado-9rcxdl.Rolldorado-64qcw2 6.Rolldorado-64qcw2 0l29.Rolldorado-ix8yai 17.Rolldorado-xqdm6w.Rolldorado-s5rwr1 2.Rolldorado-u4ifyk 10.Rolldorado-joqab6.Rolldorado-dfyg7c 8.Rolldorado-0pon7o.Rolldorado-bsh7n7.Rolldorado-6a4ynb.Rolldorado-asfmtq.Rolldorado-u17xzq.Rolldorado-yy9u3b.Rolldorado-d269ef.Rolldorado-dfyg7c 1.Rolldorado-vnbnx3.Rolldorado-vbmenx.Rolldorado-uzyu7w.Rolldorado-v93151.Rolldorado-6n0jes.Rolldorado-24p25p 1.Rolldorado-sc4le6.Rolldorado-hxnyph.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .Rolldorado-fpdqsy > .Rolldorado-0mn6ij {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .Rolldorado-fpdqsy > .Rolldorado-0mn6ij {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .Rolldorado-fpdqsy > .Rolldorado-0mn6ij {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .Rolldorado-fpdqsy > .Rolldorado-0mn6ij {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .Rolldorado-fpdqsy > .Rolldorado-0mn6ij {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.Rolldorado-7wmybt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.Rolldorado-7wmybt.Rolldorado-6flqiy {
  display: none;
}

.Rolldorado-3l4fz0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-3l4fz0 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-3l4fz0 {
    border-radius: 20px 20px 0 0;
  }
}

.Rolldorado-wfgi29 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.Rolldorado-wfgi29::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.Rolldorado-wfgi29::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.Rolldorado-wfgi29 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-wfgi29 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .Rolldorado-wfgi29 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-wfgi29 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .Rolldorado-wfgi29 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.Rolldorado-zaqfo6 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-zaqfo6 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-zaqfo6 {
    font-size: 14px;
  }
}

.Rolldorado-61fe2a {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.Rolldorado-61fe2a::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-61fe2a::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.Rolldorado-61fe2a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-61fe2a::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-61fe2a {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-61fe2a {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.Rolldorado-1bpap4 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-1bpap4 {
    top: -20px;
  }
}

.Rolldorado-ytc8lw {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.Rolldorado-4fqk73 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-ytc8lw:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .Rolldorado-ytc8lw {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ytc8lw {
    width: 90px;
    height: 40px;
  }
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-3l4fz0 {
  background: #2b3b67;
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-wfgi29 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-wfgi29::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-wfgi29::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-61fe2a::before {
  background: #0e0f41;
}

.Rolldorado-7wmybt.Rolldorado-7parox .Rolldorado-61fe2a::after {
  background: #152557;
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-3l4fz0 {
  background: #1f35fa;
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-wfgi29 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-wfgi29::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-wfgi29::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-61fe2a::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.Rolldorado-7wmybt.Rolldorado-7z06bg .Rolldorado-61fe2a::after {
  background: #192ac8;
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-3l4fz0 {
  background: #fa771f;
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-wfgi29 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-wfgi29::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-wfgi29::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-61fe2a::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.Rolldorado-7wmybt.Rolldorado-211z6p .Rolldorado-61fe2a::after {
  background: #fa8535;
}

.Rolldorado-cl960s {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .Rolldorado-cl960s {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .Rolldorado-cl960s {
    margin: 24px 0 60px;
  }
}

.Rolldorado-cl960s h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-cl960s h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.Rolldorado-2dff4m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-2dff4m {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.Rolldorado-s2j7fq {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-s2j7fq {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.Rolldorado-hgyjav {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .Rolldorado-hgyjav:hover {
    background: var(--button-bg-hover);
  }
}

.Rolldorado-rnbv78 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Rolldorado-rnbv78 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.Rolldorado-rnbv78 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-rnbv78 {
    margin-bottom: 16px;
  }
}

.Rolldorado-qgufsz {
  width: 120px;
  height: 22px;
}

.Rolldorado-qgufsz .Rolldorado-rytp94 {
  fill: #c2c0ce;
}

.Rolldorado-qgufsz [rating="1"] .Rolldorado-rytp94:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rolldorado-qgufsz [rating="2"] .Rolldorado-rytp94:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rolldorado-qgufsz [rating="3"] .Rolldorado-rytp94:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rolldorado-qgufsz [rating="4"] .Rolldorado-rytp94:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rolldorado-qgufsz [rating="5"] .Rolldorado-rytp94:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.Rolldorado-wmfhf5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-wmfhf5 {
    gap: 16px 0;
  }
}

.Rolldorado-eu5283 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.Rolldorado-eu5283.Rolldorado-p64pap {
  display: block;
}

.Rolldorado-eu5283.Rolldorado-6flqiy {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-eu5283 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.Rolldorado-d3q1wa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.Rolldorado-t1ehaf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.Rolldorado-3cs01q {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.Rolldorado-804mqp small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.Rolldorado-804mqp span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.Rolldorado-acblii {
  font-size: 16px;
  line-height: 140%;
}

.Rolldorado-zl7qwc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.Rolldorado-zl7qwc .Rolldorado-rytp94 {
  fill: #c2c0ce;
}

.Rolldorado-zl7qwc [rating="1"] .Rolldorado-rytp94:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rolldorado-zl7qwc [rating="2"] .Rolldorado-rytp94:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rolldorado-zl7qwc [rating="3"] .Rolldorado-rytp94:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rolldorado-zl7qwc [rating="4"] .Rolldorado-rytp94:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rolldorado-zl7qwc [rating="5"] .Rolldorado-rytp94:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.Rolldorado-ixkkb7 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ixkkb7 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.Rolldorado-hxkbn5 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .Rolldorado-hxkbn5 {
    padding: 0 16px;
  }
}

.Rolldorado-i9anok {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-i9anok {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.Rolldorado-2qu5uy {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .Rolldorado-2qu5uy {
    padding: 12px;
    gap: 12px;
  }
}

.Rolldorado-06bgcm {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.Rolldorado-06bgcm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Rolldorado-isgq4i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.Rolldorado-0vypfa {
  flex: 1;
  min-width: 0;
}

.Rolldorado-lzehu9 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-lzehu9 {
    font-size: 14px;
    gap: 6px;
  }
}

.Rolldorado-fxp2kl {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.Rolldorado-fxp2kl svg,
.Rolldorado-fxp2kl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Rolldorado-fxp2kl svg path {
  fill: var(--button-bg-color);
}

.Rolldorado-fxp2kl svg circle {
  fill: var(--button-text-color);
}

.Rolldorado-3g51un {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-3g51un {
    font-size: 12px;
  }
}

.Rolldorado-3g51un strong {
  font-weight: 600;
}

.Rolldorado-l7oqpa {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.Rolldorado-l7oqpa p {
  margin: 0 0 16px;
}

.Rolldorado-l7oqpa p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-l7oqpa {
    font-size: 14px;
    line-height: 150%;
  }
}

.Rolldorado-szz298 {
  max-width: 300px;
  width: 100%;
}

.Rolldorado-szz298 a {
  width: 100%;
}

@media (max-width: 575px) {
  .Rolldorado-szz298 {
    max-width: 200px;
  }
}

.Rolldorado-rusy5g {
  justify-content: center;
}

.Rolldorado-k54f1d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Rolldorado-c60hhc {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-ik9gah {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.Rolldorado-1d6xvl {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.Rolldorado-1d6xvl .Rolldorado-4nn85b {
  justify-content: center;
}

/* faq */

.Rolldorado-j16qc4 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.Rolldorado-ef6hfm {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.Rolldorado-axmbik ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Rolldorado-ef6hfm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.Rolldorado-axmbik ease;
}

.Rolldorado-j16qc4.Rolldorado-b54d4l .Rolldorado-ef6hfm::after {
  transform: rotate(45deg);
}

.Rolldorado-bxj6ln {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.Rolldorado-4fqk73 ease, padding 0.Rolldorado-4fqk73 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.Rolldorado-j16qc4.Rolldorado-b54d4l .Rolldorado-bxj6ln {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.Rolldorado-fkm783 {
  margin: 25px 0;
}

.Rolldorado-ek6ps8 > input:not(:checked) ~ label:hover,
.Rolldorado-ek6ps8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rolldorado-44rtxo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.Rolldorado-d8t7kv 44.Rolldorado-c2x9cw.Rolldorado-1rh36s.Rolldorado-zzbmc9.Rolldorado-9ha97b.Rolldorado-k3l7j3.Rolldorado-fcgvvv.Rolldorado-sprtqd.Rolldorado-d5uzni.Rolldorado-qohm0b.Rolldorado-nxzjnd.Rolldorado-e1qrm1.Rolldorado-n6otj5 0l-12.Rolldorado-8h159p 30.Rolldorado-exbpta.Rolldorado-nf2k4n 2.Rolldorado-sd10gw.Rolldorado-nf2k4n 3.Rolldorado-cwz8wx 3.Rolldorado-lxqadm.Rolldorado-qnt3h6 3.Rolldorado-i39rb8.Rolldorado-tiilhu.Rolldorado-l6m0oq.Rolldorado-wmnqyx 7-3.Rolldorado-8h159p 10.Rolldorado-s317su.Rolldorado-wmnqyx 23.Rolldorado-6915ql.Rolldorado-3rr1mb 1.Rolldorado-2isk59 2.Rolldorado-8h159p 3.Rolldorado-3rr1mb 1.Rolldorado-qnt3h6 5.Rolldorado-l2ctu2.Rolldorado-qnt3h6 32.Rolldorado-zsj4dm.Rolldorado-tiilhu 5.Rolldorado-n6otj5 4.Rolldorado-wmnqyx 9.Rolldorado-wmnqyx 8.Rolldorado-qnt3h6 6.Rolldorado-behj2d.Rolldorado-6fycyf.Rolldorado-u05mts.Rolldorado-jcq1pi.Rolldorado-6o4ow8 4.Rolldorado-3f5x6j.Rolldorado-6o4ow8 6.Rolldorado-6o4ow8 0l29.Rolldorado-n6otj5 17.Rolldorado-4uto5u.Rolldorado-rsqp0f 2.Rolldorado-q9n9ju 10.Rolldorado-18icjy.Rolldorado-8h159p 8.Rolldorado-i0stt5.Rolldorado-t3bbcd.Rolldorado-2v49lo.Rolldorado-fmuyou.Rolldorado-0of16w.Rolldorado-tiilhu.Rolldorado-k3l7j3.Rolldorado-8h159p 1.Rolldorado-lyphsl.Rolldorado-buvmjg.Rolldorado-jqc0kg.Rolldorado-anbv8m.Rolldorado-f88n41.Rolldorado-2isk59 1.Rolldorado-ob5ice.Rolldorado-fr8dh7.5z'/%3e%3c/svg%3e");
}

.Rolldorado-j1szh6 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-j1szh6 {
    gap: 16px 0;
  }
}

.Rolldorado-opdcvg {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.Rolldorado-opdcvg.Rolldorado-6kqsgk {
  display: block;
}

.Rolldorado-opdcvg.Rolldorado-7ek77z {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Rolldorado-opdcvg {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.Rolldorado-2o3es2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.Rolldorado-u73oty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.Rolldorado-tkn1xl {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.Rolldorado-2fbx0q small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.Rolldorado-2fbx0q span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.Rolldorado-jw2jbv {
  font-size: 16px;
  line-height: 140%;
}

.Rolldorado-4vxock {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.Rolldorado-4vxock .Rolldorado-jfhbso {
  fill: #c2c0ce;
}

.Rolldorado-4vxock [rating="1"] .Rolldorado-jfhbso:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rolldorado-4vxock [rating="2"] .Rolldorado-jfhbso:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rolldorado-4vxock [rating="3"] .Rolldorado-jfhbso:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rolldorado-4vxock [rating="4"] .Rolldorado-jfhbso:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rolldorado-4vxock [rating="5"] .Rolldorado-jfhbso:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.Rolldorado-gnkkar {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.Rolldorado-gnkkar textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.Rolldorado-gnkkar button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.Rolldorado-yq886l {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.Rolldorado-yq886l.Rolldorado-aq8b8l {
  opacity: 1;
  pointer-events: auto;
}
