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-fsxshp {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.ritzo-fgto8w {
  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-fgto8w: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-j8qqu5 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.ritzo-rqxaul {
  cursor: pointer;
}

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

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

.ritzo-t3ym59 figure {
  margin: 0;
}

.ritzo-t3ym59.ritzo-fe1hor {
  justify-content: flex-start;
  margin-right: 4px;
}

.ritzo-t3ym59.ritzo-asvpmh {
  justify-content: flex-end;
  margin-left: 4px;
}

.ritzo-t3ym59.ritzo-jrasgn {
  justify-content: center;
}

.ritzo-t3ym59.ritzo-4tlqxs {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.ritzo-eho0pb 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-eho0pb ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.ritzo-wpexaj.ritzo-tbszet {
  background-color: #000;
}

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

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

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

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

.ritzo-ataxzi {
  margin-bottom: 94px;
}

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

.ritzo-dxwisu .ritzo-33b9ri {
  margin-bottom: 28px;
}

.ritzo-dxwisu .ritzo-33b9ri img {
  max-height: 100px;
  width: auto;
}

.ritzo-1c134j {
  display: flex;
  align-items: center;
}

.ritzo-1c134j a + a {
  margin-left: 24px;
}

.ritzo-1c134j img {
  max-height: 56px;
  width: auto;
}

.ritzo-1c134j img + img {
  margin-left: 24px;
}

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

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

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

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

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

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

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

.ritzo-y21wnf li svg {
  transition: 0.ritzo-pn0ep7 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.ritzo-i186nt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.ritzo-kn3w7t ease-in-out;
}

.ritzo-i186nt.ritzo-pdz80c {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.ritzo-z5kw4c h1,
.ritzo-z5kw4c 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-z5kw4c h1,
  .ritzo-z5kw4c h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.ritzo-9jluqr li {
  width: 100%;
}

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

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

.ritzo-9jluqr li a.ritzo-pdz80c {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.ritzo-1a7okg img {
  width: 100%;
  transition: 0.ritzo-pn0ep7 ease-in-out;
}

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

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

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

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

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

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

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

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

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

.ritzo-5id0iz li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

@media only screen and (max-width: 1023px) {
  .ritzo-5id0iz {
    display: block;
  }
  .ritzo-5id0iz li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .ritzo-5id0iz li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .ritzo-5id0iz 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-5id0iz li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.ritzo-eas3w4.ritzo-5bl6j4 {
  margin-right: 0;
}

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

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

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

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

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

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

.ritzo-4g1opf:hover > ul {
  display: flex;
}

.ritzo-4g1opf:focus > ul {
  display: flex;
}

.ritzo-4g1opf:focus-within > ul {
  display: flex;
}

.ritzo-kj48cl {
  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-kj48cl::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-kn3w7t ease-in-out;
}

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

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

.ritzo-4g1opf 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-pn0ep7 ease-in-out;
  overflow: hidden;
}

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

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

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

.ritzo-3j4m46 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.ritzo-46cwvh {
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-tvcc5g .ritzo-eky8on {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.ritzo-tvcc5g .ritzo-uuensm {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.ritzo-1t1347 .ritzo-fgto8w {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.ritzo-ir8huz {
  position: relative;
  border: none;
}

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

.ritzo-ozgx8v {
  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-ozgx8v span {
  height: 32px;
}

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

.ritzo-ozgx8v.ritzo-8xeuts span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.ritzo-b39rdj.ritzo-s2sb1c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-562s0x {
  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-7j35lr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.ritzo-xqozse {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ritzo-xqozse {
    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-b4mvop {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-kyg6a4 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-kyg6a4 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-kyg6a4 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-kyg6a4 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.ritzo-kyg6a4 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-kyg6a4 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-kyg6a4 tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

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

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

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

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

.ritzo-kyg6a4 tbody tr td .ritzo-29b16s {
  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-kyg6a4 tbody tr td .ritzo-29b16s:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-5mp4ea {
  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-5mp4ea {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.ritzo-42pej5::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-659o9b {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-vkfoew {
  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-vkfoew:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.ritzo-6crshr .ritzo-nyoecw {
  width: 50%;
  margin: 0;
}

.ritzo-84bi0v {
  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-84bi0v:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.ritzo-t2zz2a 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-pn0ep7 ease-in-out;
}

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

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

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

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

.ritzo-584r5s {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-2f33p8::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-cl4uj8 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.ritzo-cl4uj8.ritzo-7lwpvn {
  display: none;
}

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

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

.ritzo-7vycxk iframe.ritzo-u2u16j {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.ritzo-7vycxk.ritzo-j8wyxm {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.ritzo-ewn3pm .ritzo-1t1347 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-krza1e .ritzo-fgto8w {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

.ritzo-3myf0y {
  width: 100%;
  margin: 0 0 100px;
}

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

.ritzo-3myf0y .ritzo-5hsm4e {
  position: relative;
}

.ritzo-3myf0y .ritzo-kxegln {
  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-3myf0y .ritzo-kxegln.ritzo-7lwpvn {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .ritzo-3myf0y .ritzo-iw3uz2 {
    bottom: 90px;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-eujd8u {
  max-width: 300px;
  width: 100%;
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-eujd8u .ritzo-2c80ws {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-iw3uz2 .ritzo-eujd8u .ritzo-2c80ws {
    font-size: 32px;
    text-align: center;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-eujd8u .ritzo-wcvana {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-iw3uz2 .ritzo-eujd8u .ritzo-wcvana {
    text-align: center;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 {
    flex-direction: column-reverse;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-al8kex {
  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-pn0ep7 ease-in-out;
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-al8kex:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-al8kex {
    width: 100%;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-4hg0bs {
  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-pn0ep7 ease-in-out;
  overflow: hidden;
}

.ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-4hg0bs 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-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-4hg0bs: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-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-4hg0bs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-iw3uz2 .ritzo-5bl6j4 .ritzo-4hg0bs {
    width: 100%;
  }
}

.ritzo-3myf0y .ritzo-iw3uz2.ritzo-7lwpvn {
  display: none;
}

.ritzo-3myf0y .ritzo-kpoty9 {
  display: none;
}

.ritzo-3myf0y .ritzo-kpoty9.ritzo-j8wyxm {
  display: block;
}

.ritzo-3myf0y .ritzo-kpoty9 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.ritzo-3myf0y .ritzo-vc4cvc .ritzo-2c80ws {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ritzo-3myf0y .ritzo-vc4cvc .ritzo-2c80ws {
    margin-bottom: 24px;
  }
}

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

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

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

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

.ritzo-grzfpg.ritzo-pdz80c {
  display: block;
}

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

.ritzo-grzfpg .ritzo-zsvnuy {
  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-grzfpg .ritzo-z2i7q8 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.ritzo-grzfpg .ritzo-4hg0bs {
  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-pn0ep7 ease-in-out;
}

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

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

.ritzo-y73lbo.ritzo-pdz80c {
  display: block;
}

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

.ritzo-sh6tz9 {
  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-iazn4s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.ritzo-3yfi29 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ritzo-gfa00h.ritzo-7lwpvn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-po9sbi 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-po9sbi textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

.ritzo-8f4wcs {
  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-pn0ep7 ease-in-out;
}

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

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

.ritzo-zgvug2.ritzo-7lwpvn {
  display: none;
}

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

.ritzo-zgvug2 .ritzo-7tiy2q {
  margin: 0 auto;
}

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

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

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

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

.ritzo-q3p6ml > input {
  display: none;
}

.ritzo-q3p6ml > 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-vsbxks.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.ritzo-jeqx3z 44.ritzo-g3jl0h.ritzo-3cwvq9.ritzo-ht2qp7.ritzo-w0r7q3.ritzo-itq1v8.ritzo-lics3f.ritzo-ftkhua.ritzo-llpn3c.ritzo-v521pz.ritzo-4qmqan.ritzo-hvwtxe.ritzo-iduvmm 0l-12.ritzo-i23pkl 30.ritzo-bg3o1o.ritzo-ghaecs 2.ritzo-in1xmg.ritzo-ghaecs 3.ritzo-mslrke 3.ritzo-lzzlm9.ritzo-v2kp89 3.ritzo-bqudhw.ritzo-v2f9p4.ritzo-n9e7vk.ritzo-ber4n3 7-3.ritzo-i23pkl 10.ritzo-ue93c1.ritzo-ber4n3 23.ritzo-lgcp6m.ritzo-rn5jci 1.ritzo-2ex4sf 2.ritzo-i23pkl 3.ritzo-rn5jci 1.ritzo-v2kp89 5.ritzo-1f793y.ritzo-v2kp89 32.ritzo-onoitp.ritzo-v2f9p4 5.ritzo-iduvmm 4.ritzo-ber4n3 9.ritzo-ber4n3 8.ritzo-v2kp89 6.ritzo-1wrouq.ritzo-6ty17p.ritzo-6pufe8.ritzo-nywfgu.ritzo-16pgqj 4.ritzo-y5hw1x.ritzo-16pgqj 6.ritzo-16pgqj 0l29.ritzo-iduvmm 17.ritzo-wb5pna.ritzo-sjobcs 2.ritzo-3rlcfx 10.ritzo-kh0s6d.ritzo-i23pkl 8.ritzo-q0x3re.ritzo-wl303a.ritzo-0fityp.ritzo-hz8k09.ritzo-c6oens.ritzo-v2f9p4.ritzo-itq1v8.ritzo-i23pkl 1.ritzo-az826v.ritzo-7gcdvq.ritzo-omi8ea.ritzo-gcg44x.ritzo-65jzfw.ritzo-2ex4sf 1.ritzo-2fdhdn.ritzo-1a1q5e.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.ritzo-q3p6ml > input:checked ~ label,
.ritzo-q3p6ml > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-vsbxks.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.ritzo-jeqx3z 44.ritzo-g3jl0h.ritzo-3cwvq9.ritzo-ht2qp7.ritzo-w0r7q3.ritzo-itq1v8.ritzo-lics3f.ritzo-ftkhua.ritzo-llpn3c.ritzo-v521pz.ritzo-4qmqan.ritzo-hvwtxe.ritzo-iduvmm 0l-12.ritzo-i23pkl 30.ritzo-bg3o1o.ritzo-ghaecs 2.ritzo-in1xmg.ritzo-ghaecs 3.ritzo-mslrke 3.ritzo-lzzlm9.ritzo-v2kp89 3.ritzo-bqudhw.ritzo-v2f9p4.ritzo-n9e7vk.ritzo-ber4n3 7-3.ritzo-i23pkl 10.ritzo-ue93c1.ritzo-ber4n3 23.ritzo-lgcp6m.ritzo-rn5jci 1.ritzo-2ex4sf 2.ritzo-i23pkl 3.ritzo-rn5jci 1.ritzo-v2kp89 5.ritzo-1f793y.ritzo-v2kp89 32.ritzo-onoitp.ritzo-v2f9p4 5.ritzo-iduvmm 4.ritzo-ber4n3 9.ritzo-ber4n3 8.ritzo-v2kp89 6.ritzo-1wrouq.ritzo-6ty17p.ritzo-6pufe8.ritzo-nywfgu.ritzo-16pgqj 4.ritzo-y5hw1x.ritzo-16pgqj 6.ritzo-16pgqj 0l29.ritzo-iduvmm 17.ritzo-wb5pna.ritzo-sjobcs 2.ritzo-3rlcfx 10.ritzo-kh0s6d.ritzo-i23pkl 8.ritzo-q0x3re.ritzo-wl303a.ritzo-0fityp.ritzo-hz8k09.ritzo-c6oens.ritzo-v2f9p4.ritzo-itq1v8.ritzo-i23pkl 1.ritzo-az826v.ritzo-7gcdvq.ritzo-omi8ea.ritzo-gcg44x.ritzo-65jzfw.ritzo-2ex4sf 1.ritzo-2fdhdn.ritzo-1a1q5e.5z'/%3e%3c/svg%3e");
}

.ritzo-q3p6ml > input:not(:checked) ~ label:hover,
.ritzo-q3p6ml > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-vsbxks.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ritzo-jeqx3z 44.ritzo-g3jl0h.ritzo-3cwvq9.ritzo-ht2qp7.ritzo-w0r7q3.ritzo-itq1v8.ritzo-lics3f.ritzo-ftkhua.ritzo-llpn3c.ritzo-v521pz.ritzo-4qmqan.ritzo-hvwtxe.ritzo-iduvmm 0l-12.ritzo-i23pkl 30.ritzo-bg3o1o.ritzo-ghaecs 2.ritzo-in1xmg.ritzo-ghaecs 3.ritzo-mslrke 3.ritzo-lzzlm9.ritzo-v2kp89 3.ritzo-bqudhw.ritzo-v2f9p4.ritzo-n9e7vk.ritzo-ber4n3 7-3.ritzo-i23pkl 10.ritzo-ue93c1.ritzo-ber4n3 23.ritzo-lgcp6m.ritzo-rn5jci 1.ritzo-2ex4sf 2.ritzo-i23pkl 3.ritzo-rn5jci 1.ritzo-v2kp89 5.ritzo-1f793y.ritzo-v2kp89 32.ritzo-onoitp.ritzo-v2f9p4 5.ritzo-iduvmm 4.ritzo-ber4n3 9.ritzo-ber4n3 8.ritzo-v2kp89 6.ritzo-1wrouq.ritzo-6ty17p.ritzo-6pufe8.ritzo-nywfgu.ritzo-16pgqj 4.ritzo-y5hw1x.ritzo-16pgqj 6.ritzo-16pgqj 0l29.ritzo-iduvmm 17.ritzo-wb5pna.ritzo-sjobcs 2.ritzo-3rlcfx 10.ritzo-kh0s6d.ritzo-i23pkl 8.ritzo-q0x3re.ritzo-wl303a.ritzo-0fityp.ritzo-hz8k09.ritzo-c6oens.ritzo-v2f9p4.ritzo-itq1v8.ritzo-i23pkl 1.ritzo-az826v.ritzo-7gcdvq.ritzo-omi8ea.ritzo-gcg44x.ritzo-65jzfw.ritzo-2ex4sf 1.ritzo-2fdhdn.ritzo-1a1q5e.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .ritzo-m5kycp > .ritzo-7rbmf6 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .ritzo-m5kycp > .ritzo-7rbmf6 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .ritzo-m5kycp > .ritzo-7rbmf6 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .ritzo-m5kycp > .ritzo-7rbmf6 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .ritzo-m5kycp > .ritzo-7rbmf6 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.ritzo-kg593b.ritzo-7lwpvn {
  display: none;
}

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

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

.ritzo-aq4447 {
  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-aq4447::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

.ritzo-4p5v4z::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-4p5v4z::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.ritzo-kg593b.ritzo-plda1v .ritzo-9a05ek {
  background: #2b3b67;
}

.ritzo-kg593b.ritzo-plda1v .ritzo-aq4447 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.ritzo-kg593b.ritzo-plda1v .ritzo-aq4447::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.ritzo-kg593b.ritzo-plda1v .ritzo-aq4447::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.ritzo-kg593b.ritzo-plda1v .ritzo-4p5v4z::before {
  background: #0e0f41;
}

.ritzo-kg593b.ritzo-plda1v .ritzo-4p5v4z::after {
  background: #152557;
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-9a05ek {
  background: #1f35fa;
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-aq4447 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-aq4447::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-aq4447::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-4p5v4z::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.ritzo-kg593b.ritzo-v3dcvz .ritzo-4p5v4z::after {
  background: #192ac8;
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-9a05ek {
  background: #fa771f;
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-aq4447 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-aq4447::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-aq4447::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-4p5v4z::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.ritzo-kg593b.ritzo-r90wxa .ritzo-4p5v4z::after {
  background: #fa8535;
}

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

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

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

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

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

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

.ritzo-99o5hl {
  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-99o5hl {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.ritzo-ahkc1l .ritzo-q2lwfx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.ritzo-hkqsxq {
  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-hkqsxq.ritzo-j8wyxm {
  display: block;
}

.ritzo-hkqsxq.ritzo-7lwpvn {
  display: none;
}

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

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

.ritzo-dsle91 {
  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-m23tlv {
  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-v48tpz small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.ritzo-p3r175 .ritzo-q2lwfx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.ritzo-dbvvld {
  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-4tcydy {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.ritzo-bz2nvg strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ritzo-bdgj7t .ritzo-5id0iz {
  justify-content: center;
}

/* faq */

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

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

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

.ritzo-qjarfh.ritzo-pdz80c .ritzo-ixhf26::after {
  transform: rotate(45deg);
}

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

.ritzo-qjarfh.ritzo-pdz80c .ritzo-pk9ihl {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.ritzo-8qm5cc {
  margin: 25px 0;
}

.ritzo-q3p6ml > input:not(:checked) ~ label:hover,
.ritzo-q3p6ml > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ritzo-va59td.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ritzo-88wzmh 44.ritzo-h0flbz.ritzo-m5rkow.ritzo-o0ere7.ritzo-fpmn2c.ritzo-kig12m.ritzo-i35k3y.ritzo-1p9qzf.ritzo-y6bioy.ritzo-rzh13g.ritzo-qbxyy4.ritzo-5mfyzm.ritzo-44p9gn 0l-12.ritzo-3gupj0 30.ritzo-b08g8v.ritzo-o3ydpn 2.ritzo-kyl030.ritzo-o3ydpn 3.ritzo-lme2iz 3.ritzo-cv15w9.ritzo-30j5t9 3.ritzo-ai3q36.ritzo-waxtui.ritzo-zfxjxi.ritzo-6y4bft 7-3.ritzo-3gupj0 10.ritzo-n2cdf3.ritzo-6y4bft 23.ritzo-5n817d.ritzo-y0dper 1.ritzo-wq8tig 2.ritzo-3gupj0 3.ritzo-y0dper 1.ritzo-30j5t9 5.ritzo-8b1ijm.ritzo-30j5t9 32.ritzo-nt3l55.ritzo-waxtui 5.ritzo-44p9gn 4.ritzo-6y4bft 9.ritzo-6y4bft 8.ritzo-30j5t9 6.ritzo-weo3fz.ritzo-xk84to.ritzo-v2mpp7.ritzo-ygzc4t.ritzo-2i6egj 4.ritzo-ps8vic.ritzo-2i6egj 6.ritzo-2i6egj 0l29.ritzo-44p9gn 17.ritzo-vyu6v9.ritzo-pyx0za 2.ritzo-z89qsk 10.ritzo-8d3mf7.ritzo-3gupj0 8.ritzo-e46fy5.ritzo-ya5xcj.ritzo-93z66j.ritzo-rq4ioi.ritzo-3o941j.ritzo-waxtui.ritzo-kig12m.ritzo-3gupj0 1.ritzo-m8r34s.ritzo-visdmp.ritzo-7al4ho.ritzo-aigdpu.ritzo-460kcz.ritzo-wq8tig 1.ritzo-vkt0g0.ritzo-7msh88.5z'/%3e%3c/svg%3e");
}

.ritzo-drihtr {
  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-drihtr {
    gap: 16px 0;
  }
}

.ritzo-pux3xl {
  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-pux3xl.ritzo-ceerua {
  display: block;
}

.ritzo-pux3xl.ritzo-ajpe5d {
  display: none;
}

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

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

.ritzo-t8kn8n {
  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-mbl7lv {
  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-5fy5nt small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.ritzo-eujzvi .ritzo-q2rn7s {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.ritzo-wxqx3s 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-wxqx3s 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-sq8wil {
  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-sq8wil.ritzo-8f1rmq {
  opacity: 1;
  pointer-events: auto;
}
