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

.Rizk-5ub170 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.Rizk-9gfus2 {
  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) {
  .Rizk-9gfus2: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;
  }
}

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

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

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

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

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

.Rizk-ocpuhh {
  cursor: pointer;
}

.Rizk-hwbi8f {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.Rizk-eh1fyk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Rizk-eh1fyk figure {
  margin: 0;
}

.Rizk-eh1fyk.Rizk-epu1rg {
  justify-content: flex-start;
  margin-right: 4px;
}

.Rizk-eh1fyk.Rizk-0ljf3c {
  justify-content: flex-end;
  margin-left: 4px;
}

.Rizk-eh1fyk.Rizk-yemk1y {
  justify-content: center;
}

.Rizk-eh1fyk.Rizk-pbpfpy {
  justify-content: normal;
}

.Rizk-p099px {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.Rizk-5s5gos img {
  width: 100%;
}

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

.Rizk-c5bec8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.Rizk-c5bec8 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);
}

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

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

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

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

.Rizk-c5bec8 ul li:last-of-type::after {
  display: none;
}

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

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

.Rizk-n9b0i4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.Rizk-tegbnu.Rizk-tc3rac {
  background-color: #000;
}

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

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

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

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

.Rizk-yen564 {
  margin-bottom: 94px;
}

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

.Rizk-vzyjz7 .Rizk-eqs2zl {
  margin-bottom: 28px;
}

.Rizk-vzyjz7 .Rizk-eqs2zl img {
  max-height: 100px;
  width: auto;
}

.Rizk-eiqgtf {
  display: flex;
  align-items: center;
}

.Rizk-eiqgtf a + a {
  margin-left: 24px;
}

.Rizk-eiqgtf img {
  max-height: 56px;
  width: auto;
}

.Rizk-eiqgtf img + img {
  margin-left: 24px;
}

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

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

.Rizk-wvss6o {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.Rizk-hcs3s4 li {
  display: flex;
  margin: 0 7px;
}

.Rizk-hcs3s4 li svg {
  transition: 0.Rizk-quav11 ease-in-out;
}

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

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

.Rizk-jnsdlj + .Rizk-jnsdlj {
  margin-left: 120px;
}

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

.Rizk-9bpo5l {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.Rizk-4iszmm {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Rizk-4iszmm li {
  font-size: 16px;
}

.Rizk-4iszmm li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.Rizk-4iszmm li + li {
  margin-top: 16px;
}

.Rizk-0b2j9h {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.Rizk-e5v82v ease-in-out;
}

.Rizk-0b2j9h.Rizk-y3t5sp {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.Rizk-s5zi30 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.Rizk-6jgzeh li {
  width: 100%;
}

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

.Rizk-6jgzeh li a svg {
  fill: var(--button-text-color);
}

.Rizk-6jgzeh li a.Rizk-y3t5sp {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.Rizk-b3mfh5 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.Rizk-b3mfh5 img {
  width: 100%;
  transition: 0.Rizk-quav11 ease-in-out;
}

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

.Rizk-4jsdd8 {
  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) {
  .Rizk-4jsdd8 {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .Rizk-vqbgjg .Rizk-eqs2zl img {
    max-width: 90px;
  }
}

.Rizk-eqs2zl img {
  max-height: 50px;
  width: auto;
}

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

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

.Rizk-2lgqhg {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Rizk-2lgqhg li {
  font-size: 16px;
  margin: 0 20px;
}

.Rizk-2lgqhg li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.Rizk-42h6yt {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.Rizk-42h6yt.Rizk-n2uler {
  margin-right: 0;
}

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

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

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

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

.Rizk-6lcqtq {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.Rizk-6lcqtq:hover > ul {
  display: flex;
}

.Rizk-6lcqtq:focus > ul {
  display: flex;
}

.Rizk-6lcqtq:focus-within > ul {
  display: flex;
}

.Rizk-mrp3p8 {
  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;
}

.Rizk-mrp3p8::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.Rizk-e5v82v ease-in-out;
}

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

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

.Rizk-6lcqtq 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.Rizk-quav11 ease-in-out;
  overflow: hidden;
}

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

.Rizk-6lcqtq 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) {
  .Rizk-6lcqtq ul li a:hover {
    text-decoration: underline;
  }
}

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

.Rizk-waucg1 {
  display: none;
}

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

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

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

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

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

.Rizk-0qhsp3 img {
  margin-bottom: 20px;
}

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

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

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

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

.Rizk-gezczc {
  color: var(--text-color);
}

.Rizk-4ub2bj {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.Rizk-4ub2bj p img {
  display: block;
  margin: 0 auto;
}

.Rizk-4ub2bj p:first-of-type {
  margin-top: 0;
}

.Rizk-4ub2bj p:last-of-type {
  margin-bottom: 0;
}

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

.Rizk-4ub2bj ul {
  padding: 0 0 0 20px;
}

.Rizk-4ub2bj table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.Rizk-4ub2bj table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.Rizk-4ub2bj iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.Rizk-a8grtn .Rizk-eexmkt {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.Rizk-a8grtn .Rizk-iy43zx {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.Rizk-iy43zx {
  margin: 0 0 28px;
}

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

.Rizk-eexmkt {
  margin: 0 0 28px;
}

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

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

.Rizk-rtuv3q .Rizk-9gfus2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.Rizk-y5zzhh {
  position: relative;
  border: none;
}

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

.Rizk-qywhrs {
  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;
}

.Rizk-qywhrs span {
  height: 32px;
}

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

.Rizk-qywhrs.Rizk-o1v6fv span {
  transform: scaleY(-1);
}

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

.Rizk-yvlcir {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.Rizk-yvlcir.Rizk-97s4zl {
  display: none;
}

.Rizk-ut0p3y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.Rizk-ut0p3y table {
  width: 100%;
  border-collapse: collapse;
}

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

  .Rizk-ut0p3y table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.Rizk-xr8pfl {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.Rizk-s66mft p {
  color: var(--text-color);
}

.Rizk-9or6b9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.Rizk-ikq8od {
  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);
}

.Rizk-fkaa5i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.Rizk-kdr5p6 p + p {
  margin-top: 10px;
}

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

.Rizk-52r0av {
  display: none;
}

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

.Rizk-22z4jf {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.Rizk-22z4jf li {
  margin: 0 20px;
}

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

.Rizk-22z4jf li a img {
  margin-bottom: 4px;
}

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

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

.Rizk-y0y4pn li {
  font-size: 16px;
  position: relative;
}

.Rizk-y0y4pn li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.Rizk-y0y4pn li span {
  opacity: 0.5;
}

.Rizk-y0y4pn li + li {
  margin-left: 30px;
}

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

h2.Rizk-4a1j6w {
  margin: 0 0 28px;
}

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

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

.Rizk-7thk7r 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);
}

.Rizk-7thk7r 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;
}

.Rizk-7thk7r 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;
}

.Rizk-7thk7r tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.Rizk-7thk7r tbody tr:last-of-type {
  margin-bottom: 0;
}

.Rizk-7thk7r tbody tr td:first-of-type {
  flex-shrink: 0;
}

.Rizk-7thk7r 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);
}

.Rizk-7thk7r 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);
}

.Rizk-7thk7r tbody tr td:last-of-type {
  margin-left: auto;
}

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

.Rizk-7thk7r tbody tr td .Rizk-b30ori {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .Rizk-7thk7r tbody tr td .Rizk-b30ori {
    width: 100%;
  }
}

.Rizk-7thk7r tbody tr td .Rizk-5a5l0z {
  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.Rizk-quav11 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .Rizk-7thk7r tbody tr td .Rizk-5a5l0z:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .Rizk-7thk7r tbody tr td .Rizk-5a5l0z {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .Rizk-7thk7r tbody tr td .Rizk-5a5l0z {
    width: 100%;
  }
}

.Rizk-7thk7r tbody tr td .Rizk-2y2fji {
  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) {
  .Rizk-7thk7r tbody tr td .Rizk-2y2fji:hover {
    text-decoration: none;
  }
}

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

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

.Rizk-05zsed {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.Rizk-xknna6 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.Rizk-quav11 ease-in-out;
}

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

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

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

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

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

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

.Rizk-uzsql8 img {
  width: 100%;
  height: 100%;
}

.Rizk-uzsql8 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.Rizk-s8hxpt svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.Rizk-quav11 ease-in-out;
}

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

.Rizk-mu8ci9 {
  padding: 90px 0;
}

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

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

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

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

.Rizk-sm2s47 img {
  width: 100%;
}

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

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

.Rizk-uzb35h {
  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;
}

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

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

.Rizk-5ubnhg {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-5ubnhg:hover {
  border: 1px solid #8c8ca2;
}

.Rizk-kzd4m3 {
  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%);
}

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

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

.Rizk-lkjfx4 a {
  text-decoration: underline;
  color: #8babff;
}

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

.Rizk-ty6ssd .Rizk-5ubnhg {
  width: 50%;
  margin: 0;
}

.Rizk-s7yccp {
  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;
}

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

.Rizk-2dt8n6 {
  margin: 0 0 100px;
}

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

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

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

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

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

.Rizk-a1yys6 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.Rizk-yumgym 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.Rizk-quav11 ease-in-out;
}

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

.Rizk-yumgym a svg {
  fill: #fff;
}

.Rizk-yumgym a:hover {
  background: #3d68e7;
}

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

.Rizk-qo410v {
  margin-bottom: 16px;
}

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

.Rizk-ptu2m9 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.Rizk-ksffnl 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);
}

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

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

.Rizk-ksffnl table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.Rizk-j933mb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.Rizk-j933mb.Rizk-futjqy {
  display: none;
}

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

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

.Rizk-re1iyz iframe.Rizk-1up81p {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.Rizk-re1iyz.Rizk-4rwpvb {
  opacity: 1;
  pointer-events: all;
}

.Rizk-tp4us9 {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-tp4us9 svg {
  margin-right: 10px;
}

.Rizk-tp4us9 + .Rizk-tp4us9 {
  margin-top: 14px;
}

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

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

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

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

.Rizk-fswfh2 .Rizk-rtuv3q {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .Rizk-fswfh2 .Rizk-rtuv3q {
    margin: 28px 0 0;
  }
}

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

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

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

.Rizk-33sb61 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.Rizk-8wuw4p iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Rizk-8s3uvp {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.Rizk-qn6fmw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .Rizk-3qq4cm {
    padding: 10px;
  }
}

.Rizk-3qq4cm .Rizk-9gfus2 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .Rizk-3qq4cm .Rizk-9gfus2 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .Rizk-3qq4cm {
    flex-wrap: wrap;
  }
}

.Rizk-tp3g0q {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.Rizk-tp3g0q img {
  width: 100%;
}

.Rizk-hw8uus {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.Rizk-3toa6p {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.Rizk-citcjz {
  width: 100%;
  margin: 0 0 100px;
}

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

.Rizk-citcjz .Rizk-axup04 {
  position: relative;
}

.Rizk-citcjz .Rizk-g6ma9m {
  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;
}

.Rizk-citcjz .Rizk-g6ma9m.Rizk-futjqy {
  display: none;
}

.Rizk-citcjz .Rizk-1twv6q {
  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) {
  .Rizk-citcjz .Rizk-1twv6q {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .Rizk-citcjz .Rizk-1twv6q {
    bottom: 90px;
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-94w3zz {
  max-width: 300px;
  width: 100%;
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-94w3zz .Rizk-4npffc {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-1twv6q .Rizk-94w3zz .Rizk-4npffc {
    font-size: 32px;
    text-align: center;
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-94w3zz .Rizk-w7ckk2 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-1twv6q .Rizk-94w3zz .Rizk-w7ckk2 {
    text-align: center;
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler {
    flex-direction: column-reverse;
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-01eb72 {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-01eb72:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-01eb72 {
    width: 100%;
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-jwafpa {
  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.Rizk-quav11 ease-in-out;
  overflow: hidden;
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-jwafpa 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);
  }
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-jwafpa: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;
}

.Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-jwafpa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-1twv6q .Rizk-n2uler .Rizk-jwafpa {
    width: 100%;
  }
}

.Rizk-citcjz .Rizk-1twv6q.Rizk-futjqy {
  display: none;
}

.Rizk-citcjz .Rizk-kx9m3b {
  display: none;
}

.Rizk-citcjz .Rizk-kx9m3b.Rizk-4rwpvb {
  display: block;
}

.Rizk-citcjz .Rizk-kx9m3b iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-kx9m3b iframe {
    height: calc(100vh - 54px);
  }
}

.Rizk-citcjz .Rizk-30vmyl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .Rizk-citcjz .Rizk-30vmyl {
    padding: 24px 16px 0;
  }
}

.Rizk-citcjz .Rizk-30vmyl .Rizk-4npffc {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .Rizk-citcjz .Rizk-30vmyl .Rizk-4npffc {
    margin-bottom: 24px;
  }
}

.Rizk-citcjz .Rizk-30vmyl 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);
}

.Rizk-citcjz .Rizk-30vmyl 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) {
  .Rizk-citcjz .Rizk-30vmyl table tr td {
    padding: 12px 4px;
  }
}

.Rizk-citcjz .Rizk-30vmyl 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) {
  .Rizk-citcjz .Rizk-30vmyl table tr th {
    padding: 12px 4px;
  }
}

.Rizk-citcjz .Rizk-30vmyl table tr:last-of-type td {
  border-bottom: none;
}

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

.Rizk-88diyt.Rizk-y3t5sp {
  display: block;
}

.Rizk-88diyt iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.Rizk-88diyt .Rizk-paduuw {
  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;
}

.Rizk-88diyt .Rizk-9klovi {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.Rizk-88diyt .Rizk-jwafpa {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-88diyt .Rizk-jwafpa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.Rizk-81dsre.Rizk-y3t5sp {
  display: block;
}

.Rizk-9lh1ms {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.Rizk-nqmili {
  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;
}

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

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

.Rizk-fqa7ns {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.Rizk-fqa7ns svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.Rizk-fcaid2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Rizk-wxddvg.Rizk-futjqy {
  display: none;
}

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

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

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

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

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

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

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

.Rizk-cppaq6 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.Rizk-cppaq6 input:active {
  border-color: #c2c0ce;
}

.Rizk-cppaq6 input:focus {
  border-color: #c2c0ce;
}

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

.Rizk-wce8q9 {
  margin-bottom: 36px;
}

.Rizk-wce8q9 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;
}

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

.Rizk-wce8q9 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.Rizk-782inv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Rizk-kj23r8 {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-kj23r8:hover {
  background: var(--border-color);
}

.Rizk-sxowcv {
  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.Rizk-quav11 ease-in-out;
}

.Rizk-sxowcv:hover {
  background: #166ad9;
}

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

.Rizk-0h0j58.Rizk-futjqy {
  display: none;
}

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

.Rizk-0h0j58 .Rizk-kj23r8 {
  margin: 0 auto;
}

.Rizk-tqq5ps {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.Rizk-yc0rux {
  filter: grayscale(100%);
}

.Rizk-i1owdk > input {
  display: none;
}

.Rizk-i1owdk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rizk-4gepz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.Rizk-9g3fyy 44.Rizk-e5ux1g.Rizk-s5a0xb.Rizk-b1q1qn.Rizk-zdk2oy.Rizk-fmhbkc.Rizk-4fmy1z.Rizk-wr6c5j.Rizk-b26rsd.Rizk-o6h006.Rizk-nrg0w0.Rizk-fnfyvw.Rizk-o78qsy 0l-12.Rizk-xvjdob 30.Rizk-a5fdgp.Rizk-o9olni 2.Rizk-w5ho4y.Rizk-o9olni 3.Rizk-lxdew3 3.Rizk-lfg385.Rizk-40q0rh 3.Rizk-pgd77z.Rizk-onflad.Rizk-fvogiu.Rizk-unk3ia 7-3.Rizk-xvjdob 10.Rizk-akx7pz.Rizk-unk3ia 23.Rizk-tlyyqq.Rizk-tjznfe 1.Rizk-h0qad1 2.Rizk-xvjdob 3.Rizk-tjznfe 1.Rizk-40q0rh 5.Rizk-rvanmc.Rizk-40q0rh 32.Rizk-kgkokr.Rizk-onflad 5.Rizk-o78qsy 4.Rizk-unk3ia 9.Rizk-unk3ia 8.Rizk-40q0rh 6.Rizk-f85ahk.Rizk-6ig6o0.Rizk-591x0w.Rizk-fkd4s3.Rizk-ekhmhu 4.Rizk-97scu8.Rizk-ekhmhu 6.Rizk-ekhmhu 0l29.Rizk-o78qsy 17.Rizk-q4i1vr.Rizk-1u0cjc 2.Rizk-2mqh27 10.Rizk-ks24aw.Rizk-xvjdob 8.Rizk-0n7fxq.Rizk-a26ajw.Rizk-wyt74l.Rizk-q33sbz.Rizk-iy836z.Rizk-onflad.Rizk-fmhbkc.Rizk-xvjdob 1.Rizk-d5978x.Rizk-h04iad.Rizk-kp5p5t.Rizk-x7opdh.Rizk-ogt9h2.Rizk-h0qad1 1.Rizk-2ceung.Rizk-d3xg09.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.Rizk-i1owdk > input:checked ~ label,
.Rizk-i1owdk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rizk-4gepz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.Rizk-9g3fyy 44.Rizk-e5ux1g.Rizk-s5a0xb.Rizk-b1q1qn.Rizk-zdk2oy.Rizk-fmhbkc.Rizk-4fmy1z.Rizk-wr6c5j.Rizk-b26rsd.Rizk-o6h006.Rizk-nrg0w0.Rizk-fnfyvw.Rizk-o78qsy 0l-12.Rizk-xvjdob 30.Rizk-a5fdgp.Rizk-o9olni 2.Rizk-w5ho4y.Rizk-o9olni 3.Rizk-lxdew3 3.Rizk-lfg385.Rizk-40q0rh 3.Rizk-pgd77z.Rizk-onflad.Rizk-fvogiu.Rizk-unk3ia 7-3.Rizk-xvjdob 10.Rizk-akx7pz.Rizk-unk3ia 23.Rizk-tlyyqq.Rizk-tjznfe 1.Rizk-h0qad1 2.Rizk-xvjdob 3.Rizk-tjznfe 1.Rizk-40q0rh 5.Rizk-rvanmc.Rizk-40q0rh 32.Rizk-kgkokr.Rizk-onflad 5.Rizk-o78qsy 4.Rizk-unk3ia 9.Rizk-unk3ia 8.Rizk-40q0rh 6.Rizk-f85ahk.Rizk-6ig6o0.Rizk-591x0w.Rizk-fkd4s3.Rizk-ekhmhu 4.Rizk-97scu8.Rizk-ekhmhu 6.Rizk-ekhmhu 0l29.Rizk-o78qsy 17.Rizk-q4i1vr.Rizk-1u0cjc 2.Rizk-2mqh27 10.Rizk-ks24aw.Rizk-xvjdob 8.Rizk-0n7fxq.Rizk-a26ajw.Rizk-wyt74l.Rizk-q33sbz.Rizk-iy836z.Rizk-onflad.Rizk-fmhbkc.Rizk-xvjdob 1.Rizk-d5978x.Rizk-h04iad.Rizk-kp5p5t.Rizk-x7opdh.Rizk-ogt9h2.Rizk-h0qad1 1.Rizk-2ceung.Rizk-d3xg09.5z'/%3e%3c/svg%3e");
}

.Rizk-i1owdk > input:not(:checked) ~ label:hover,
.Rizk-i1owdk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rizk-4gepz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.Rizk-9g3fyy 44.Rizk-e5ux1g.Rizk-s5a0xb.Rizk-b1q1qn.Rizk-zdk2oy.Rizk-fmhbkc.Rizk-4fmy1z.Rizk-wr6c5j.Rizk-b26rsd.Rizk-o6h006.Rizk-nrg0w0.Rizk-fnfyvw.Rizk-o78qsy 0l-12.Rizk-xvjdob 30.Rizk-a5fdgp.Rizk-o9olni 2.Rizk-w5ho4y.Rizk-o9olni 3.Rizk-lxdew3 3.Rizk-lfg385.Rizk-40q0rh 3.Rizk-pgd77z.Rizk-onflad.Rizk-fvogiu.Rizk-unk3ia 7-3.Rizk-xvjdob 10.Rizk-akx7pz.Rizk-unk3ia 23.Rizk-tlyyqq.Rizk-tjznfe 1.Rizk-h0qad1 2.Rizk-xvjdob 3.Rizk-tjznfe 1.Rizk-40q0rh 5.Rizk-rvanmc.Rizk-40q0rh 32.Rizk-kgkokr.Rizk-onflad 5.Rizk-o78qsy 4.Rizk-unk3ia 9.Rizk-unk3ia 8.Rizk-40q0rh 6.Rizk-f85ahk.Rizk-6ig6o0.Rizk-591x0w.Rizk-fkd4s3.Rizk-ekhmhu 4.Rizk-97scu8.Rizk-ekhmhu 6.Rizk-ekhmhu 0l29.Rizk-o78qsy 17.Rizk-q4i1vr.Rizk-1u0cjc 2.Rizk-2mqh27 10.Rizk-ks24aw.Rizk-xvjdob 8.Rizk-0n7fxq.Rizk-a26ajw.Rizk-wyt74l.Rizk-q33sbz.Rizk-iy836z.Rizk-onflad.Rizk-fmhbkc.Rizk-xvjdob 1.Rizk-d5978x.Rizk-h04iad.Rizk-kp5p5t.Rizk-x7opdh.Rizk-ogt9h2.Rizk-h0qad1 1.Rizk-2ceung.Rizk-d3xg09.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .Rizk-zukw7u > .Rizk-8cz99p {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .Rizk-zukw7u > .Rizk-8cz99p {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .Rizk-zukw7u > .Rizk-8cz99p {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .Rizk-zukw7u > .Rizk-8cz99p {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .Rizk-zukw7u > .Rizk-8cz99p {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.Rizk-cv18jy.Rizk-futjqy {
  display: none;
}

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

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

.Rizk-tovw6y {
  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;
}

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

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

.Rizk-tovw6y img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.Rizk-sgnzii {
  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;
}

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

.Rizk-sgnzii::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) {
  .Rizk-sgnzii::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-by2j35 {
  background: #2b3b67;
}

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-tovw6y {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-tovw6y::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-tovw6y::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-sgnzii::before {
  background: #0e0f41;
}

.Rizk-cv18jy.Rizk-fy5v3z .Rizk-sgnzii::after {
  background: #152557;
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-by2j35 {
  background: #1f35fa;
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-tovw6y {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-tovw6y::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-tovw6y::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-sgnzii::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.Rizk-cv18jy.Rizk-z9tkoj .Rizk-sgnzii::after {
  background: #192ac8;
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-by2j35 {
  background: #fa771f;
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-tovw6y {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-tovw6y::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-tovw6y::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-sgnzii::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.Rizk-cv18jy.Rizk-sibq25 .Rizk-sgnzii::after {
  background: #fa8535;
}

.Rizk-i6x99b {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.Rizk-4oresq {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Rizk-4oresq span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.Rizk-4oresq small {
  font-size: 14px;
  color: var(--text-color);
}

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

.Rizk-vm79qa {
  width: 120px;
  height: 22px;
}

.Rizk-vm79qa .Rizk-f0xz8v {
  fill: #c2c0ce;
}

.Rizk-vm79qa [rating="1"] .Rizk-f0xz8v:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rizk-vm79qa [rating="2"] .Rizk-f0xz8v:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rizk-vm79qa [rating="3"] .Rizk-f0xz8v:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rizk-vm79qa [rating="4"] .Rizk-f0xz8v:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rizk-vm79qa [rating="5"] .Rizk-f0xz8v:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.Rizk-c33ki2 {
  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);
}

.Rizk-c33ki2.Rizk-4rwpvb {
  display: block;
}

.Rizk-c33ki2.Rizk-futjqy {
  display: none;
}

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

.Rizk-gbfarw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.Rizk-i0rz28 {
  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);
}

.Rizk-02fyyn {
  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;
}

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

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

.Rizk-zzuzb7 {
  font-size: 16px;
  line-height: 140%;
}

.Rizk-9u5n8z {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.Rizk-9u5n8z .Rizk-f0xz8v {
  fill: #c2c0ce;
}

.Rizk-9u5n8z [rating="1"] .Rizk-f0xz8v:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rizk-9u5n8z [rating="2"] .Rizk-f0xz8v:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rizk-9u5n8z [rating="3"] .Rizk-f0xz8v:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rizk-9u5n8z [rating="4"] .Rizk-f0xz8v:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rizk-9u5n8z [rating="5"] .Rizk-f0xz8v:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.Rizk-q41vmu {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.Rizk-cte8pz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Rizk-2snngt {
  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;
}

.Rizk-qr7q5f {
  flex: 1;
  min-width: 0;
}

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

.Rizk-t858io {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.Rizk-t858io svg path {
  fill: var(--button-bg-color);
}

.Rizk-t858io svg circle {
  fill: var(--button-text-color);
}

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

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

.Rizk-bwlcc0 strong {
  font-weight: 600;
}

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

.Rizk-egmdt0 p {
  margin: 0 0 16px;
}

.Rizk-egmdt0 p:last-child {
  margin-bottom: 0;
}

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

.Rizk-5qtfbx {
  max-width: 300px;
  width: 100%;
}

.Rizk-5qtfbx a {
  width: 100%;
}

@media (max-width: 575px) {
  .Rizk-5qtfbx {
    max-width: 200px;
  }
}

.Rizk-t5b1pa {
  justify-content: center;
}

.Rizk-nzpqkr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Rizk-uikxz4 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.Rizk-fjb0d9 .Rizk-2lgqhg {
  justify-content: center;
}

/* faq */

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

.Rizk-v6mf8h {
  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.Rizk-ep17tw ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Rizk-v6mf8h::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.Rizk-ep17tw ease;
}

.Rizk-ddghkk.Rizk-y3t5sp .Rizk-v6mf8h::after {
  transform: rotate(45deg);
}

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

.Rizk-ddghkk.Rizk-y3t5sp .Rizk-s7c37b {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.Rizk-ts9ww3 {
  margin: 25px 0;
}

.Rizk-i1owdk > input:not(:checked) ~ label:hover,
.Rizk-i1owdk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.Rizk-97t1v8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.Rizk-hzkn8s 44.Rizk-hsz6sa.Rizk-absuxg.Rizk-13l7wn.Rizk-4jtbc6.Rizk-292wcz.Rizk-gspd3t.Rizk-vq959t.Rizk-llo4r6.Rizk-alzyf2.Rizk-wyh3qy.Rizk-q6ckh9.Rizk-rq3v2t 0l-12.Rizk-pqp8qp 30.Rizk-g3ldt4.Rizk-8ca7xj 2.Rizk-9eismx.Rizk-8ca7xj 3.Rizk-2wf4x3 3.Rizk-8a3rfk.Rizk-0vx5w3 3.Rizk-mxp49q.Rizk-9bqv5e.Rizk-557v3d.Rizk-bac3sn 7-3.Rizk-pqp8qp 10.Rizk-ubdzn3.Rizk-bac3sn 23.Rizk-53ki21.Rizk-a9hsuh 1.Rizk-qr56f3 2.Rizk-pqp8qp 3.Rizk-a9hsuh 1.Rizk-0vx5w3 5.Rizk-befjo5.Rizk-0vx5w3 32.Rizk-z3789v.Rizk-9bqv5e 5.Rizk-rq3v2t 4.Rizk-bac3sn 9.Rizk-bac3sn 8.Rizk-0vx5w3 6.Rizk-mnnav1.Rizk-80y2fq.Rizk-l2ensn.Rizk-pqiqjj.Rizk-1wpyos 4.Rizk-qezcof.Rizk-1wpyos 6.Rizk-1wpyos 0l29.Rizk-rq3v2t 17.Rizk-ar58hw.Rizk-je1j8w 2.Rizk-4x898o 10.Rizk-08hr5c.Rizk-pqp8qp 8.Rizk-e2p1b1.Rizk-atrpki.Rizk-8ct9bl.Rizk-s2cjlb.Rizk-7lu315.Rizk-9bqv5e.Rizk-292wcz.Rizk-pqp8qp 1.Rizk-7xep5a.Rizk-j0993s.Rizk-f156kl.Rizk-053781.Rizk-dpzdh5.Rizk-qr56f3 1.Rizk-irdu7h.Rizk-vq9oov.5z'/%3e%3c/svg%3e");
}

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

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

.Rizk-tvt3t8 {
  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);
}

.Rizk-tvt3t8.Rizk-6sky9g {
  display: block;
}

.Rizk-tvt3t8.Rizk-ogpzqe {
  display: none;
}

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

.Rizk-mk63fa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.Rizk-62w0i3 {
  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);
}

.Rizk-np6aw0 {
  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;
}

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

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

.Rizk-lgk4vt {
  font-size: 16px;
  line-height: 140%;
}

.Rizk-yrpgwr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.Rizk-yrpgwr .Rizk-dk1klj {
  fill: #c2c0ce;
}

.Rizk-yrpgwr [rating="1"] .Rizk-dk1klj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.Rizk-yrpgwr [rating="2"] .Rizk-dk1klj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.Rizk-yrpgwr [rating="3"] .Rizk-dk1klj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.Rizk-yrpgwr [rating="4"] .Rizk-dk1klj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.Rizk-yrpgwr [rating="5"] .Rizk-dk1klj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.Rizk-q1xcuf 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;
}

.Rizk-q1xcuf 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 */

.Rizk-axbun0 {
  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);
}

.Rizk-axbun0.Rizk-mrjdzv {
  opacity: 1;
  pointer-events: auto;
}
