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;
  }
}

.ritzo-dwnulw {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.ritzo-zvx414 {
  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) {
  .ritzo-zvx414: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;
  }
}

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

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

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

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

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

.ritzo-24ch8v {
  cursor: pointer;
}

.ritzo-225s3d {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.ritzo-qb49di {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ritzo-qb49di figure {
  margin: 0;
}

.ritzo-qb49di.ritzo-q0b2my {
  justify-content: flex-start;
  margin-right: 4px;
}

.ritzo-qb49di.ritzo-xj42nn {
  justify-content: flex-end;
  margin-left: 4px;
}

.ritzo-qb49di.ritzo-qmk34v {
  justify-content: center;
}

.ritzo-qb49di.ritzo-cr02cd {
  justify-content: normal;
}

.ritzo-usp3gm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.ritzo-tki831 {
  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) {
  .ritzo-tki831 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.ritzo-l4rfcn {
  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) {
  .ritzo-l4rfcn {
    flex-direction: column;
  }
}

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

.ritzo-kir1f5 img {
  width: 100%;
}

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

.ritzo-yxh7ah {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.ritzo-yxh7ah 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) {
  .ritzo-yxh7ah ul {
    margin-bottom: 15px;
  }
}

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

.ritzo-yxh7ah 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);
}

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

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

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

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

.ritzo-yxh7ah ul li:last-of-type::after {
  display: none;
}

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

.ritzo-mbc822 {
  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) {
  .ritzo-mbc822 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.ritzo-9h8o13 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .ritzo-69lsd1 {
    height: 50px;
  }
}

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

.ritzo-69lsd1.ritzo-cpv5ne {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .ritzo-69lsd1.ritzo-cpv5ne:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.ritzo-yp48qp {
  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) {
  .ritzo-yp48qp {
    padding: 80px 16px 0;
  }
}

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

.ritzo-byu9ow {
  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) {
  .ritzo-byu9ow {
    flex-direction: column;
  }
}

.ritzo-8c9rzq {
  margin-bottom: 94px;
}

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

.ritzo-akk3av .ritzo-u181o7 {
  margin-bottom: 28px;
}

.ritzo-akk3av .ritzo-u181o7 img {
  max-height: 100px;
  width: auto;
}

.ritzo-490cmo {
  display: flex;
  align-items: center;
}

.ritzo-490cmo a + a {
  margin-left: 24px;
}

.ritzo-490cmo img {
  max-height: 56px;
  width: auto;
}

.ritzo-490cmo img + img {
  margin-left: 24px;
}

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

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

.ritzo-tcbwbh {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.ritzo-jzvl6e li {
  display: flex;
  margin: 0 7px;
}

.ritzo-jzvl6e li svg {
  transition: 0.ritzo-nst7kw ease-in-out;
}

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

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

.ritzo-0gqltu + .ritzo-0gqltu {
  margin-left: 120px;
}

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

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

.ritzo-8r9zfo {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ritzo-8r9zfo li {
  font-size: 16px;
}

.ritzo-8r9zfo li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.ritzo-8r9zfo li + li {
  margin-top: 16px;
}

.ritzo-4lq6a9 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.ritzo-yc32nm ease-in-out;
}

.ritzo-4lq6a9.ritzo-rc5v57 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.ritzo-82lho1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.ritzo-a3i1s1 li {
  width: 100%;
}

.ritzo-a3i1s1 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.ritzo-nst7kw ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.ritzo-a3i1s1 li a.ritzo-rc5v57 {
  background: var(--border-color);
}

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

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

.ritzo-u6918t {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.ritzo-pjzc2d {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.ritzo-pjzc2d img {
  width: 100%;
  transition: 0.ritzo-nst7kw ease-in-out;
}

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

.ritzo-ow3jg1 {
  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) {
  .ritzo-ow3jg1 {
    height: 54px;
  }
}

.ritzo-g56bg2 {
  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) {
  .ritzo-g56bg2 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .ritzo-g56bg2 .ritzo-u181o7 img {
    max-width: 90px;
  }
}

.ritzo-u181o7 img {
  max-height: 50px;
  width: auto;
}

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

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

.ritzo-8pav69 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ritzo-8pav69 li {
  font-size: 16px;
  margin: 0 20px;
}

.ritzo-8pav69 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.ritzo-cxkeaj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.ritzo-cxkeaj.ritzo-taeost {
  margin-right: 0;
}

.ritzo-8014d2 {
  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) {
  .ritzo-8014d2 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.ritzo-ouc5ci {
  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) {
  .ritzo-ouc5ci:hover {
    background: var(--button-bg-hover);
  }
}

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

.ritzo-02lfj7 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.ritzo-02lfj7:hover > ul {
  display: flex;
}

.ritzo-02lfj7:focus > ul {
  display: flex;
}

.ritzo-02lfj7:focus-within > ul {
  display: flex;
}

.ritzo-5x6lau {
  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;
}

.ritzo-5x6lau::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.ritzo-yc32nm ease-in-out;
}

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

.ritzo-02lfj7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.ritzo-nst7kw 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) {
  .ritzo-02lfj7 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.ritzo-02lfj7 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.ritzo-nst7kw ease-in-out;
  overflow: hidden;
}

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

.ritzo-02lfj7 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) {
  .ritzo-02lfj7 ul li a:hover {
    text-decoration: underline;
  }
}

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

.ritzo-xy8tuv {
  display: none;
}

.ritzo-lshx2k {
  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) {
  .ritzo-lshx2k {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .ritzo-xy8tuv:checked ~ .ritzo-nn1y5u {
    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;
  }
  .ritzo-nn1y5u {
    display: none;
    transition: display 0.ritzo-nst7kw ease-in-out;
  }
  .ritzo-xy8tuv:checked ~ .ritzo-nn1y5u {
    display: block;
  }
  .ritzo-xy8tuv:checked + .ritzo-lshx2k span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .ritzo-xy8tuv:checked + .ritzo-lshx2k span:nth-child(2) {
    display: none;
  }
  .ritzo-xy8tuv:checked + .ritzo-lshx2k span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.ritzo-xak6b8 img {
  margin-bottom: 20px;
}

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

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

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

.ritzo-kwokrl {
  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) {
  .ritzo-kwokrl {
    font-size: 32px;
  }
}

.ritzo-3h2dqq {
  color: var(--text-color);
}

.ritzo-ii29o1 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.ritzo-ii29o1 p img {
  display: block;
  margin: 0 auto;
}

.ritzo-ii29o1 p:first-of-type {
  margin-top: 0;
}

.ritzo-ii29o1 p:last-of-type {
  margin-bottom: 0;
}

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

.ritzo-ii29o1 ul {
  padding: 0 0 0 20px;
}

.ritzo-ii29o1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.ritzo-ii29o1 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) {
  .ritzo-ii29o1 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.ritzo-ii29o1 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) {
  .ritzo-ii29o1 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.ritzo-ii29o1 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

.ritzo-m0wgmb {
  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) {
  .ritzo-m0wgmb {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.ritzo-m0wgmb h1,
.ritzo-m0wgmb h2,
.ritzo-m0wgmb h3,
.ritzo-m0wgmb 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) {
  .ritzo-m0wgmb h1,
  .ritzo-m0wgmb h2,
  .ritzo-m0wgmb h3,
  .ritzo-m0wgmb h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.ritzo-427xgb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .ritzo-427xgb {
    flex-direction: column-reverse;
  }
}

.ritzo-427xgb .ritzo-ut8ho8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ritzo-427xgb .ritzo-ut8ho8 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.ritzo-427xgb .ritzo-41bred {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .ritzo-427xgb .ritzo-41bred {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .ritzo-427xgb .ritzo-41bred img {
    width: 100%;
  }
}

.ritzo-41bred {
  margin: 0 0 28px;
}

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

.ritzo-ut8ho8 {
  margin: 0 0 28px;
}

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

.ritzo-yn1qx1 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) {
  .ritzo-yn1qx1 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.ritzo-yn1qx1 .ritzo-zvx414 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ritzo-cmaeyy {
  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) {
  .ritzo-cmaeyy {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.ritzo-0j41sj {
  position: relative;
  border: none;
}

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

.ritzo-ift7vr {
  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;
}

.ritzo-ift7vr span {
  height: 32px;
}

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

.ritzo-ift7vr.ritzo-hubp3p span {
  transform: scaleY(-1);
}

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

.ritzo-vwcesj {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.ritzo-vwcesj li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.ritzo-nst7kw ease-in-out;
}

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

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

.ritzo-vwcesj.ritzo-bdixdi {
  display: none;
}

.ritzo-wprzql {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.ritzo-wprzql table {
  width: 100%;
  border-collapse: collapse;
}

.ritzo-wprzql 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) {
  .ritzo-wprzql table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .ritzo-wprzql table td {
    min-width: 75px;
  }
}

.ritzo-wprzql 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) {
  .ritzo-wprzql table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.ritzo-5glr6n {
  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) {
  .ritzo-5glr6n {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.ritzo-oia1fx {
  width: 100%;
  border-collapse: collapse;
}

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

.ritzo-oia1fx 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) {
  .ritzo-oia1fx tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.ritzo-jjw4uz p {
  color: var(--text-color);
}

.ritzo-4iayb8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.ritzo-7p9ieg {
  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);
}

.ritzo-av720s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.ritzo-3amtf2 p + p {
  margin-top: 10px;
}

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

.ritzo-oeix5q {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ritzo-oeix5q {
    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;
  }
}

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

.ritzo-gskzao li {
  margin: 0 20px;
}

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

.ritzo-gskzao li a img {
  margin-bottom: 4px;
}

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

.ritzo-ltvbza {
  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) {
  .ritzo-ltvbza {
    padding: 0 16px;
  }
}

.ritzo-ltvbza li {
  font-size: 16px;
  position: relative;
}

.ritzo-ltvbza li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.ritzo-ltvbza li span {
  opacity: 0.5;
}

.ritzo-ltvbza li + li {
  margin-left: 30px;
}

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

h2.ritzo-m0wgmb {
  margin: 0 0 28px;
}

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

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

.ritzo-k3yvbm 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);
}

.ritzo-k3yvbm 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;
}

.ritzo-k3yvbm 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;
}

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

.ritzo-k3yvbm tbody tr:last-of-type {
  margin-bottom: 0;
}

.ritzo-k3yvbm tbody tr td:first-of-type {
  flex-shrink: 0;
}

.ritzo-k3yvbm 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);
}

.ritzo-k3yvbm 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);
}

.ritzo-k3yvbm tbody tr td:last-of-type {
  margin-left: auto;
}

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

.ritzo-k3yvbm tbody tr td .ritzo-dbyrmz {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .ritzo-k3yvbm tbody tr td .ritzo-dbyrmz {
    width: 100%;
  }
}

.ritzo-k3yvbm tbody tr td .ritzo-qb43i8 {
  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.ritzo-nst7kw ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .ritzo-k3yvbm tbody tr td .ritzo-qb43i8 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .ritzo-k3yvbm tbody tr td .ritzo-qb43i8 {
    width: 100%;
  }
}

.ritzo-k3yvbm tbody tr td .ritzo-e3pd0z {
  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) {
  .ritzo-k3yvbm tbody tr td .ritzo-e3pd0z:hover {
    text-decoration: none;
  }
}

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

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

.ritzo-y2erww {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.ritzo-9fjqoz {
  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) {
  .ritzo-9fjqoz {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.ritzo-7xjyws {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.ritzo-tm8d9w img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.ritzo-nst7kw ease-in-out;
}

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

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

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

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

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

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

.ritzo-bf5t5i img {
  width: 100%;
  height: 100%;
}

.ritzo-bf5t5i iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.ritzo-atsujb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.ritzo-nst7kw ease-in-out;
}

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

.ritzo-pq455n {
  padding: 90px 0;
}

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

.ritzo-3h1fr1 {
  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) {
  .ritzo-3h1fr1 {
    padding: 0 16px;
  }
}

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

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

.ritzo-uyf1ny img {
  width: 100%;
}

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

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

.ritzo-absd5w {
  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;
}

.ritzo-absd5w 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) {
  .ritzo-absd5w {
    flex-basis: auto;
  }
}

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

.ritzo-l6qq68 {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-l6qq68:hover {
  border: 1px solid #8c8ca2;
}

.ritzo-3lsoaw {
  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%);
}

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

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

.ritzo-itpd10 a {
  text-decoration: underline;
  color: #8babff;
}

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

.ritzo-ge0s8e .ritzo-l6qq68 {
  width: 50%;
  margin: 0;
}

.ritzo-qddwlp {
  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;
}

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

.ritzo-uf2fic {
  margin: 0 0 100px;
}

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

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

.ritzo-tg5vt6 {
  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) {
  .ritzo-tg5vt6 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.ritzo-1xg55o {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.ritzo-uh7v31 {
  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) {
  .ritzo-uh7v31 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.ritzo-uh7v31 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.ritzo-nst7kw ease-in-out;
}

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

.ritzo-uh7v31 a svg {
  fill: #fff;
}

.ritzo-uh7v31 a:hover {
  background: #3d68e7;
}

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

.ritzo-gu8kjz {
  margin-bottom: 16px;
}

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

.ritzo-jk4fi2 {
  font-size: 16px;
  color: var(--text-color);
}

.ritzo-mhl62p {
  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) {
  .ritzo-mhl62p {
    padding: 0 16px;
  }
}

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

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

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

.ritzo-orhln5 h1,
.ritzo-orhln5 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) {
  .ritzo-orhln5 h1,
  .ritzo-orhln5 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.ritzo-gcrz3q 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) {
  .ritzo-gcrz3q h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.ritzo-gcrz3q 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) {
  .ritzo-gcrz3q h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.ritzo-gcrz3q 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);
}

.ritzo-gcrz3q 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) {
  .ritzo-gcrz3q table tr td {
    padding: 12px 4px;
  }
}

.ritzo-gcrz3q 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) {
  .ritzo-gcrz3q table tr th {
    padding: 12px 4px;
  }
}

.ritzo-gcrz3q table tr:last-of-type td {
  border-bottom: none;
}

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

.ritzo-b5jtv7 {
  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) {
  .ritzo-b5jtv7 {
    min-height: 190px;
  }
}

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

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

.ritzo-1iname {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.ritzo-1iname.ritzo-ult0yu {
  display: none;
}

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

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

.ritzo-bnzvf6 iframe.ritzo-ph7rda {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.ritzo-bnzvf6.ritzo-djotrx {
  opacity: 1;
  pointer-events: all;
}

.ritzo-9jd2f5 {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-9jd2f5 svg {
  margin-right: 10px;
}

.ritzo-9jd2f5 + .ritzo-9jd2f5 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .ritzo-9jd2f5:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .ritzo-9jd2f5 {
    height: 42px;
    max-width: 220px;
  }
}

.ritzo-mhl62p .ritzo-yn1qx1 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.ritzo-mhl62p .ritzo-yn1qx1 h1,
.ritzo-mhl62p .ritzo-yn1qx1 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) {
  .ritzo-mhl62p .ritzo-yn1qx1 h1,
  .ritzo-mhl62p .ritzo-yn1qx1 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .ritzo-mhl62p .ritzo-yn1qx1 {
    margin: 28px 0 0;
  }
}

.ritzo-e7p8t9 {
  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) {
  .ritzo-e7p8t9 {
    padding: 0 16px;
  }
}

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

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

.ritzo-f5dbzw {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.ritzo-vjrwfi {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.ritzo-sirnbd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .ritzo-70aoh4 {
    padding: 10px;
  }
}

.ritzo-70aoh4 .ritzo-zvx414 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .ritzo-70aoh4 .ritzo-zvx414 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .ritzo-70aoh4 {
    flex-wrap: wrap;
  }
}

.ritzo-jxncn1 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.ritzo-jxncn1 img {
  width: 100%;
}

.ritzo-amxmc7 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.ritzo-7nk3n5 {
  width: 100%;
  margin: 0 0 100px;
}

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

.ritzo-7nk3n5 .ritzo-l57t72 {
  position: relative;
}

.ritzo-7nk3n5 .ritzo-ptqxgg {
  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;
}

.ritzo-7nk3n5 .ritzo-ptqxgg.ritzo-ult0yu {
  display: none;
}

.ritzo-7nk3n5 .ritzo-0bevie {
  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) {
  .ritzo-7nk3n5 .ritzo-0bevie {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .ritzo-7nk3n5 .ritzo-0bevie {
    bottom: 90px;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-tot8sk {
  max-width: 300px;
  width: 100%;
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-tot8sk .ritzo-ij5jnu {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-0bevie .ritzo-tot8sk .ritzo-ij5jnu {
    font-size: 32px;
    text-align: center;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-tot8sk .ritzo-1xf4qv {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-0bevie .ritzo-tot8sk .ritzo-1xf4qv {
    text-align: center;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost {
    flex-direction: column-reverse;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-gzdhuu {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-gzdhuu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-gzdhuu {
    width: 100%;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-tpisvp {
  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.ritzo-nst7kw ease-in-out;
  overflow: hidden;
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-tpisvp 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);
  }
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-tpisvp: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;
}

.ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-tpisvp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-0bevie .ritzo-taeost .ritzo-tpisvp {
    width: 100%;
  }
}

.ritzo-7nk3n5 .ritzo-0bevie.ritzo-ult0yu {
  display: none;
}

.ritzo-7nk3n5 .ritzo-gvtjmt {
  display: none;
}

.ritzo-7nk3n5 .ritzo-gvtjmt.ritzo-djotrx {
  display: block;
}

.ritzo-7nk3n5 .ritzo-gvtjmt iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-gvtjmt iframe {
    height: calc(100vh - 54px);
  }
}

.ritzo-7nk3n5 .ritzo-r6ftw9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .ritzo-7nk3n5 .ritzo-r6ftw9 {
    padding: 24px 16px 0;
  }
}

.ritzo-7nk3n5 .ritzo-r6ftw9 .ritzo-ij5jnu {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ritzo-7nk3n5 .ritzo-r6ftw9 .ritzo-ij5jnu {
    margin-bottom: 24px;
  }
}

.ritzo-7nk3n5 .ritzo-r6ftw9 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);
}

.ritzo-7nk3n5 .ritzo-r6ftw9 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) {
  .ritzo-7nk3n5 .ritzo-r6ftw9 table tr td {
    padding: 12px 4px;
  }
}

.ritzo-7nk3n5 .ritzo-r6ftw9 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) {
  .ritzo-7nk3n5 .ritzo-r6ftw9 table tr th {
    padding: 12px 4px;
  }
}

.ritzo-7nk3n5 .ritzo-r6ftw9 table tr:last-of-type td {
  border-bottom: none;
}

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

.ritzo-jicxhy.ritzo-rc5v57 {
  display: block;
}

.ritzo-jicxhy iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.ritzo-jicxhy .ritzo-11c8u9 {
  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;
}

.ritzo-jicxhy .ritzo-zkkyya {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.ritzo-jicxhy .ritzo-tpisvp {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-jicxhy .ritzo-tpisvp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.ritzo-lxq18i.ritzo-rc5v57 {
  display: block;
}

.ritzo-36r7mp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.ritzo-7jno8f {
  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;
}

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

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

.ritzo-neguid {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.ritzo-neguid svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.ritzo-9iwkvk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ritzo-w4crvl.ritzo-ult0yu {
  display: none;
}

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

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

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

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

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

.ritzo-xl7mel 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.ritzo-nst7kw ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.ritzo-xl7mel input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.ritzo-xl7mel input:active {
  border-color: #c2c0ce;
}

.ritzo-xl7mel input:focus {
  border-color: #c2c0ce;
}

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

.ritzo-p6gst5 {
  margin-bottom: 36px;
}

.ritzo-p6gst5 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;
}

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

.ritzo-p6gst5 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.ritzo-5gr1w5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ritzo-j7b74r {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-j7b74r:hover {
  background: var(--border-color);
}

.ritzo-lcileo {
  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.ritzo-nst7kw ease-in-out;
}

.ritzo-lcileo:hover {
  background: #166ad9;
}

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

.ritzo-wj4t2q.ritzo-ult0yu {
  display: none;
}

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

.ritzo-wj4t2q .ritzo-j7b74r {
  margin: 0 auto;
}

.ritzo-jdvuix {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.ritzo-9a2jpk {
  filter: grayscale(100%);
}

.ritzo-88o00i > input {
  display: none;
}

.ritzo-88o00i > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-m1mj92.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.ritzo-odj62x 44.ritzo-9an238.ritzo-7uhxwk.ritzo-dl32bq.ritzo-ewu0cp.ritzo-ac9uey.ritzo-tmfr8a.ritzo-l2lroo.ritzo-24342o.ritzo-rhvclb.ritzo-f7b7cg.ritzo-4l6zkw.ritzo-8nat4i 0l-12.ritzo-d8az1v 30.ritzo-52y29g.ritzo-jbrv5i 2.ritzo-9w6dpi.ritzo-jbrv5i 3.ritzo-9koqva 3.ritzo-8zg5n4.ritzo-3cc8pd 3.ritzo-qcx90o.ritzo-ai9tw6.ritzo-bsg5ye.ritzo-70bu0l 7-3.ritzo-d8az1v 10.ritzo-e72yym.ritzo-70bu0l 23.ritzo-mqpyv6.ritzo-sa67hw 1.ritzo-4poojd 2.ritzo-d8az1v 3.ritzo-sa67hw 1.ritzo-3cc8pd 5.ritzo-wq9jjf.ritzo-3cc8pd 32.ritzo-1phxy4.ritzo-ai9tw6 5.ritzo-8nat4i 4.ritzo-70bu0l 9.ritzo-70bu0l 8.ritzo-3cc8pd 6.ritzo-wscydj.ritzo-i239j9.ritzo-ubp4pq.ritzo-45cecx.ritzo-d62ovx 4.ritzo-oq8q2v.ritzo-d62ovx 6.ritzo-d62ovx 0l29.ritzo-8nat4i 17.ritzo-lcnhu9.ritzo-jfxc8o 2.ritzo-bqthi9 10.ritzo-g6ntmk.ritzo-d8az1v 8.ritzo-3xxhpl.ritzo-lsd54c.ritzo-axvuwt.ritzo-585e7o.ritzo-oku5y4.ritzo-ai9tw6.ritzo-ac9uey.ritzo-d8az1v 1.ritzo-m3sx9l.ritzo-oy9sxk.ritzo-gyyxje.ritzo-icab0n.ritzo-6mm0ya.ritzo-4poojd 1.ritzo-fco4ej.ritzo-zg9jau.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.ritzo-88o00i > input:checked ~ label,
.ritzo-88o00i > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-m1mj92.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.ritzo-odj62x 44.ritzo-9an238.ritzo-7uhxwk.ritzo-dl32bq.ritzo-ewu0cp.ritzo-ac9uey.ritzo-tmfr8a.ritzo-l2lroo.ritzo-24342o.ritzo-rhvclb.ritzo-f7b7cg.ritzo-4l6zkw.ritzo-8nat4i 0l-12.ritzo-d8az1v 30.ritzo-52y29g.ritzo-jbrv5i 2.ritzo-9w6dpi.ritzo-jbrv5i 3.ritzo-9koqva 3.ritzo-8zg5n4.ritzo-3cc8pd 3.ritzo-qcx90o.ritzo-ai9tw6.ritzo-bsg5ye.ritzo-70bu0l 7-3.ritzo-d8az1v 10.ritzo-e72yym.ritzo-70bu0l 23.ritzo-mqpyv6.ritzo-sa67hw 1.ritzo-4poojd 2.ritzo-d8az1v 3.ritzo-sa67hw 1.ritzo-3cc8pd 5.ritzo-wq9jjf.ritzo-3cc8pd 32.ritzo-1phxy4.ritzo-ai9tw6 5.ritzo-8nat4i 4.ritzo-70bu0l 9.ritzo-70bu0l 8.ritzo-3cc8pd 6.ritzo-wscydj.ritzo-i239j9.ritzo-ubp4pq.ritzo-45cecx.ritzo-d62ovx 4.ritzo-oq8q2v.ritzo-d62ovx 6.ritzo-d62ovx 0l29.ritzo-8nat4i 17.ritzo-lcnhu9.ritzo-jfxc8o 2.ritzo-bqthi9 10.ritzo-g6ntmk.ritzo-d8az1v 8.ritzo-3xxhpl.ritzo-lsd54c.ritzo-axvuwt.ritzo-585e7o.ritzo-oku5y4.ritzo-ai9tw6.ritzo-ac9uey.ritzo-d8az1v 1.ritzo-m3sx9l.ritzo-oy9sxk.ritzo-gyyxje.ritzo-icab0n.ritzo-6mm0ya.ritzo-4poojd 1.ritzo-fco4ej.ritzo-zg9jau.5z'/%3e%3c/svg%3e");
}

.ritzo-88o00i > input:not(:checked) ~ label:hover,
.ritzo-88o00i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-m1mj92.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ritzo-odj62x 44.ritzo-9an238.ritzo-7uhxwk.ritzo-dl32bq.ritzo-ewu0cp.ritzo-ac9uey.ritzo-tmfr8a.ritzo-l2lroo.ritzo-24342o.ritzo-rhvclb.ritzo-f7b7cg.ritzo-4l6zkw.ritzo-8nat4i 0l-12.ritzo-d8az1v 30.ritzo-52y29g.ritzo-jbrv5i 2.ritzo-9w6dpi.ritzo-jbrv5i 3.ritzo-9koqva 3.ritzo-8zg5n4.ritzo-3cc8pd 3.ritzo-qcx90o.ritzo-ai9tw6.ritzo-bsg5ye.ritzo-70bu0l 7-3.ritzo-d8az1v 10.ritzo-e72yym.ritzo-70bu0l 23.ritzo-mqpyv6.ritzo-sa67hw 1.ritzo-4poojd 2.ritzo-d8az1v 3.ritzo-sa67hw 1.ritzo-3cc8pd 5.ritzo-wq9jjf.ritzo-3cc8pd 32.ritzo-1phxy4.ritzo-ai9tw6 5.ritzo-8nat4i 4.ritzo-70bu0l 9.ritzo-70bu0l 8.ritzo-3cc8pd 6.ritzo-wscydj.ritzo-i239j9.ritzo-ubp4pq.ritzo-45cecx.ritzo-d62ovx 4.ritzo-oq8q2v.ritzo-d62ovx 6.ritzo-d62ovx 0l29.ritzo-8nat4i 17.ritzo-lcnhu9.ritzo-jfxc8o 2.ritzo-bqthi9 10.ritzo-g6ntmk.ritzo-d8az1v 8.ritzo-3xxhpl.ritzo-lsd54c.ritzo-axvuwt.ritzo-585e7o.ritzo-oku5y4.ritzo-ai9tw6.ritzo-ac9uey.ritzo-d8az1v 1.ritzo-m3sx9l.ritzo-oy9sxk.ritzo-gyyxje.ritzo-icab0n.ritzo-6mm0ya.ritzo-4poojd 1.ritzo-fco4ej.ritzo-zg9jau.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .ritzo-f6qn6j > .ritzo-29t7ai {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .ritzo-f6qn6j > .ritzo-29t7ai {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .ritzo-f6qn6j > .ritzo-29t7ai {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .ritzo-f6qn6j > .ritzo-29t7ai {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .ritzo-f6qn6j > .ritzo-29t7ai {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.ritzo-w3q0od {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.ritzo-w3q0od.ritzo-ult0yu {
  display: none;
}

.ritzo-dfu1ro {
  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) {
  .ritzo-dfu1ro {
    height: 74px;
    overflow: visible;
  }
}

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

.ritzo-no3f5a {
  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;
}

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

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

.ritzo-no3f5a img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .ritzo-no3f5a {
    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;
  }
  .ritzo-no3f5a img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.ritzo-5z3yzc {
  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;
}

.ritzo-5z3yzc::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) {
  .ritzo-5z3yzc::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.ritzo-5z3yzc::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) {
  .ritzo-5z3yzc::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .ritzo-5z3yzc {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ritzo-5z3yzc {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

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

@media only screen and (max-width: 1023px) {
  .ritzo-ra3b4b {
    top: -20px;
  }
}

.ritzo-bf3y2r {
  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.ritzo-nst7kw ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.ritzo-w3q0od.ritzo-jn97my .ritzo-dfu1ro {
  background: #2b3b67;
}

.ritzo-w3q0od.ritzo-jn97my .ritzo-no3f5a {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.ritzo-w3q0od.ritzo-jn97my .ritzo-no3f5a::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.ritzo-w3q0od.ritzo-jn97my .ritzo-no3f5a::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.ritzo-w3q0od.ritzo-jn97my .ritzo-5z3yzc::before {
  background: #0e0f41;
}

.ritzo-w3q0od.ritzo-jn97my .ritzo-5z3yzc::after {
  background: #152557;
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-dfu1ro {
  background: #1f35fa;
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-no3f5a {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-no3f5a::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-no3f5a::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-5z3yzc::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.ritzo-w3q0od.ritzo-ocr9oa .ritzo-5z3yzc::after {
  background: #192ac8;
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-dfu1ro {
  background: #fa771f;
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-no3f5a {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-no3f5a::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-no3f5a::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-5z3yzc::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ritzo-w3q0od.ritzo-q4itb9 .ritzo-5z3yzc::after {
  background: #fa8535;
}

.ritzo-fombf0 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.ritzo-cnjq8k {
  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) {
  .ritzo-cnjq8k {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.ritzo-esze6t {
  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) {
  .ritzo-esze6t:hover {
    background: var(--button-bg-hover);
  }
}

.ritzo-ospf6t {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.ritzo-gcjktr {
  width: 120px;
  height: 22px;
}

.ritzo-gcjktr .ritzo-vtnfns {
  fill: #c2c0ce;
}

.ritzo-gcjktr [rating="1"] .ritzo-vtnfns:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ritzo-gcjktr [rating="2"] .ritzo-vtnfns:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ritzo-gcjktr [rating="3"] .ritzo-vtnfns:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ritzo-gcjktr [rating="4"] .ritzo-vtnfns:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ritzo-gcjktr [rating="5"] .ritzo-vtnfns:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.ritzo-85xfg0 {
  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);
}

.ritzo-85xfg0.ritzo-djotrx {
  display: block;
}

.ritzo-85xfg0.ritzo-ult0yu {
  display: none;
}

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

.ritzo-rcnwjc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.ritzo-hvt5zc {
  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);
}

.ritzo-x65al3 {
  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;
}

.ritzo-p70dfm small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.ritzo-ykt8b8 {
  font-size: 16px;
  line-height: 140%;
}

.ritzo-jf7801 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.ritzo-jf7801 .ritzo-vtnfns {
  fill: #c2c0ce;
}

.ritzo-jf7801 [rating="1"] .ritzo-vtnfns:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ritzo-jf7801 [rating="2"] .ritzo-vtnfns:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ritzo-jf7801 [rating="3"] .ritzo-vtnfns:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ritzo-jf7801 [rating="4"] .ritzo-vtnfns:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ritzo-jf7801 [rating="5"] .ritzo-vtnfns:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.ritzo-80zf1u {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .ritzo-80zf1u {
    padding: 0 16px;
  }
}

.ritzo-gu6d88 {
  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) {
  .ritzo-gu6d88 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.ritzo-yhbntp {
  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) {
  .ritzo-yhbntp {
    padding: 12px;
    gap: 12px;
  }
}

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

.ritzo-qmxrr8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ritzo-g19o97 {
  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;
}

.ritzo-7jxgvs {
  flex: 1;
  min-width: 0;
}

.ritzo-y748i0 {
  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) {
  .ritzo-y748i0 {
    font-size: 14px;
    gap: 6px;
  }
}

.ritzo-if1cfm {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.ritzo-if1cfm svg path {
  fill: var(--button-bg-color);
}

.ritzo-if1cfm svg circle {
  fill: var(--button-text-color);
}

.ritzo-449d00 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .ritzo-449d00 {
    font-size: 12px;
  }
}

.ritzo-449d00 strong {
  font-weight: 600;
}

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

.ritzo-z5srxm p {
  margin: 0 0 16px;
}

.ritzo-z5srxm p:last-child {
  margin-bottom: 0;
}

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

.ritzo-ylg6q0 {
  max-width: 300px;
  width: 100%;
}

.ritzo-ylg6q0 a {
  width: 100%;
}

@media (max-width: 575px) {
  .ritzo-ylg6q0 {
    max-width: 200px;
  }
}

.ritzo-asksn8 {
  justify-content: center;
}

.ritzo-djqpx0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ritzo-2pbpig {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.ritzo-gjhe7h .ritzo-8pav69 {
  justify-content: center;
}

/* faq */

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

.ritzo-ete6m8 {
  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.ritzo-y2qf75 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ritzo-ete6m8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.ritzo-y2qf75 ease;
}

.ritzo-entyxk.ritzo-rc5v57 .ritzo-ete6m8::after {
  transform: rotate(45deg);
}

.ritzo-1vva0k {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.ritzo-nst7kw ease, padding 0.ritzo-nst7kw ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.ritzo-entyxk.ritzo-rc5v57 .ritzo-1vva0k {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.ritzo-pkykk6 {
  margin: 25px 0;
}

.ritzo-88o00i > input:not(:checked) ~ label:hover,
.ritzo-88o00i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-4xh3ck.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ritzo-nfdthp 44.ritzo-ryzolm.ritzo-x44724.ritzo-x24zm4.ritzo-it3c8a.ritzo-uwc62s.ritzo-gfsav3.ritzo-i6bio9.ritzo-lx7t3u.ritzo-cbkkua.ritzo-9qsl9t.ritzo-tjx9pv.ritzo-axuovj 0l-12.ritzo-lsdtcy 30.ritzo-uv5a7c.ritzo-bj4ntl 2.ritzo-of7oll.ritzo-bj4ntl 3.ritzo-mfofoj 3.ritzo-2fb996.ritzo-o1bmw9 3.ritzo-impgfw.ritzo-bzgysg.ritzo-k53y6q.ritzo-izjm12 7-3.ritzo-lsdtcy 10.ritzo-g6wu5l.ritzo-izjm12 23.ritzo-2bvol6.ritzo-ox9rqc 1.ritzo-d1sgwk 2.ritzo-lsdtcy 3.ritzo-ox9rqc 1.ritzo-o1bmw9 5.ritzo-y285mu.ritzo-o1bmw9 32.ritzo-v7glhg.ritzo-bzgysg 5.ritzo-axuovj 4.ritzo-izjm12 9.ritzo-izjm12 8.ritzo-o1bmw9 6.ritzo-rzf7yl.ritzo-03ll20.ritzo-sez0ro.ritzo-xcckm5.ritzo-5w1rrp 4.ritzo-xjght4.ritzo-5w1rrp 6.ritzo-5w1rrp 0l29.ritzo-axuovj 17.ritzo-y5l1k6.ritzo-kvbdbq 2.ritzo-0e7u9e 10.ritzo-6hezc2.ritzo-lsdtcy 8.ritzo-l3q5nr.ritzo-ycnspz.ritzo-tu4y1f.ritzo-6a197m.ritzo-za87xi.ritzo-bzgysg.ritzo-uwc62s.ritzo-lsdtcy 1.ritzo-5ykin1.ritzo-3dir6q.ritzo-u5sai2.ritzo-qwkn2v.ritzo-qp6fjq.ritzo-d1sgwk 1.ritzo-755iq4.ritzo-3nztno.5z'/%3e%3c/svg%3e");
}

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

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

.ritzo-0slx11 {
  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);
}

.ritzo-0slx11.ritzo-z845w5 {
  display: block;
}

.ritzo-0slx11.ritzo-a65zb6 {
  display: none;
}

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

.ritzo-elwzny {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.ritzo-q27r8t {
  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);
}

.ritzo-8kiqgj {
  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;
}

.ritzo-z1ld4y small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.ritzo-vubbpk {
  font-size: 16px;
  line-height: 140%;
}

.ritzo-poujgw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.ritzo-poujgw .ritzo-ve1bbi {
  fill: #c2c0ce;
}

.ritzo-poujgw [rating="1"] .ritzo-ve1bbi:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ritzo-poujgw [rating="2"] .ritzo-ve1bbi:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ritzo-poujgw [rating="3"] .ritzo-ve1bbi:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ritzo-poujgw [rating="4"] .ritzo-ve1bbi:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ritzo-poujgw [rating="5"] .ritzo-ve1bbi:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.ritzo-jg2aug 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;
}

.ritzo-jg2aug 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 */

.ritzo-2pvi9m {
  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);
}

.ritzo-2pvi9m.ritzo-a4c5om {
  opacity: 1;
  pointer-events: auto;
}
