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

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

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

.dendera-d9t8zk {
  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) {
  .dendera-d9t8zk: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;
  }
}

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

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

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

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

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

.dendera-97x73d {
  cursor: pointer;
}

.dendera-qvdcjv {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.dendera-z215r5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dendera-z215r5 figure {
  margin: 0;
}

.dendera-z215r5.dendera-9tq2ng {
  justify-content: flex-start;
  margin-right: 4px;
}

.dendera-z215r5.dendera-u1xirs {
  justify-content: flex-end;
  margin-left: 4px;
}

.dendera-z215r5.dendera-zjts8t {
  justify-content: center;
}

.dendera-z215r5.dendera-swigix {
  justify-content: normal;
}

.dendera-z5jhfm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.dendera-4m1ehg img {
  width: 100%;
}

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

.dendera-8ecvpp {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.dendera-8ecvpp 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) {
  .dendera-8ecvpp ul {
    margin-bottom: 15px;
  }
}

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

.dendera-8ecvpp 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);
}

.dendera-8ecvpp ul li span svg {
  fill: var(--title-color);
}

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

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

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

.dendera-8ecvpp ul li:last-of-type::after {
  display: none;
}

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

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

.dendera-7al6rf {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.dendera-dz5i9q.dendera-29a9sh {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .dendera-dz5i9q.dendera-29a9sh:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.dendera-hmx9mf {
  margin-bottom: 94px;
}

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

.dendera-gd7so2 .dendera-b3c9x6 {
  margin-bottom: 28px;
}

.dendera-gd7so2 .dendera-b3c9x6 img {
  max-height: 100px;
  width: auto;
}

.dendera-gsxvpx {
  display: flex;
  align-items: center;
}

.dendera-gsxvpx a + a {
  margin-left: 24px;
}

.dendera-gsxvpx img {
  max-height: 56px;
  width: auto;
}

.dendera-gsxvpx img + img {
  margin-left: 24px;
}

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

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

.dendera-r9spj6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.dendera-b29mx1 li {
  display: flex;
  margin: 0 7px;
}

.dendera-b29mx1 li svg {
  transition: 0.dendera-o83pdi ease-in-out;
}

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

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

.dendera-f1v4dc + .dendera-f1v4dc {
  margin-left: 120px;
}

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

.dendera-090jq4 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.dendera-ynkthq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dendera-ynkthq li {
  font-size: 16px;
}

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

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

.dendera-ynkthq li + li {
  margin-top: 16px;
}

.dendera-imanc5 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.dendera-n72k6s ease-in-out;
}

.dendera-imanc5.dendera-8w32lz {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.dendera-5vkyp5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.dendera-53izyv li {
  width: 100%;
}

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

.dendera-53izyv li a svg {
  fill: var(--button-text-color);
}

.dendera-53izyv li a.dendera-8w32lz {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.dendera-1fdxap {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.dendera-1fdxap img {
  width: 100%;
  transition: 0.dendera-o83pdi ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .dendera-w7dl6q .dendera-b3c9x6 img {
    max-width: 90px;
  }
}

.dendera-b3c9x6 img {
  max-height: 50px;
  width: auto;
}

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

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

.dendera-awv8c6 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dendera-awv8c6 li {
  font-size: 16px;
  margin: 0 20px;
}

.dendera-awv8c6 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.dendera-qot886 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.dendera-qot886.dendera-9gn0v1 {
  margin-right: 0;
}

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

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

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

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

.dendera-84teka {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.dendera-84teka:hover > ul {
  display: flex;
}

.dendera-84teka:focus > ul {
  display: flex;
}

.dendera-84teka:focus-within > ul {
  display: flex;
}

.dendera-kyanhe {
  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;
}

.dendera-kyanhe::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.dendera-n72k6s ease-in-out;
}

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

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

.dendera-84teka 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.dendera-o83pdi ease-in-out;
  overflow: hidden;
}

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

.dendera-84teka 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) {
  .dendera-84teka ul li a:hover {
    text-decoration: underline;
  }
}

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

.dendera-jhrv89 {
  display: none;
}

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

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

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

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

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

.dendera-f0cf9n img {
  margin-bottom: 20px;
}

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

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

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

.dendera-0hk3ln {
  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) {
  .dendera-0hk3ln {
    font-size: 32px;
  }
}

.dendera-67f0bk {
  color: var(--text-color);
}

.dendera-0o8286 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.dendera-0o8286 p img {
  display: block;
  margin: 0 auto;
}

.dendera-0o8286 p:first-of-type {
  margin-top: 0;
}

.dendera-0o8286 p:last-of-type {
  margin-bottom: 0;
}

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

.dendera-0o8286 ul {
  padding: 0 0 0 20px;
}

.dendera-0o8286 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.dendera-0o8286 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

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

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

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

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

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

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

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

.dendera-9mfuro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.dendera-9mfuro .dendera-ywb96t {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .dendera-9mfuro .dendera-ywb96t {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.dendera-9mfuro .dendera-x26gdx {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .dendera-9mfuro .dendera-x26gdx {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .dendera-9mfuro .dendera-x26gdx img {
    width: 100%;
  }
}

.dendera-x26gdx {
  margin: 0 0 28px;
}

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

.dendera-ywb96t {
  margin: 0 0 28px;
}

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

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

.dendera-gxr9r9 .dendera-d9t8zk {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.dendera-4mbm67 {
  position: relative;
  border: none;
}

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

.dendera-pe9b58 {
  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;
}

.dendera-pe9b58 span {
  height: 32px;
}

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

.dendera-pe9b58.dendera-uat9bo span {
  transform: scaleY(-1);
}

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

.dendera-xzwapw {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.dendera-xzwapw.dendera-ovwv3j {
  display: none;
}

.dendera-xrg35s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.dendera-xrg35s table {
  width: 100%;
  border-collapse: collapse;
}

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

  .dendera-xrg35s table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.dendera-8ngnmo {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.dendera-cofs3v p {
  color: var(--text-color);
}

.dendera-eyybtk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.dendera-ymmkjr {
  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);
}

.dendera-kqzluy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.dendera-l9itiz p + p {
  margin-top: 10px;
}

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

.dendera-a9x8sd {
  display: none;
}

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

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

.dendera-ywrxp0 li {
  margin: 0 20px;
}

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

.dendera-ywrxp0 li a img {
  margin-bottom: 4px;
}

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

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

.dendera-naze6j li {
  font-size: 16px;
  position: relative;
}

.dendera-naze6j li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.dendera-naze6j li span {
  opacity: 0.5;
}

.dendera-naze6j li + li {
  margin-left: 30px;
}

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

h2.dendera-qok26s {
  margin: 0 0 28px;
}

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

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

.dendera-kgbi24 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);
}

.dendera-kgbi24 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;
}

.dendera-kgbi24 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;
}

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

.dendera-kgbi24 tbody tr:last-of-type {
  margin-bottom: 0;
}

.dendera-kgbi24 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.dendera-kgbi24 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);
}

.dendera-kgbi24 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);
}

.dendera-kgbi24 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.dendera-kgbi24 tbody tr td .dendera-cz1aym {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .dendera-kgbi24 tbody tr td .dendera-cz1aym {
    width: 100%;
  }
}

.dendera-kgbi24 tbody tr td .dendera-beet8c {
  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.dendera-o83pdi ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .dendera-kgbi24 tbody tr td .dendera-beet8c {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .dendera-kgbi24 tbody tr td .dendera-beet8c {
    width: 100%;
  }
}

.dendera-kgbi24 tbody tr td .dendera-p6zsxf {
  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) {
  .dendera-kgbi24 tbody tr td .dendera-p6zsxf:hover {
    text-decoration: none;
  }
}

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

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

.dendera-cq3w69 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.dendera-4xeoqx img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.dendera-o83pdi ease-in-out;
}

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

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

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

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

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

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

.dendera-1ba7fl img {
  width: 100%;
  height: 100%;
}

.dendera-1ba7fl iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.dendera-vkpxuk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.dendera-o83pdi ease-in-out;
}

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

.dendera-cj3slq {
  padding: 90px 0;
}

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

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

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

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

.dendera-xehssq img {
  width: 100%;
}

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

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

.dendera-zhunf7 {
  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;
}

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

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

.dendera-eilz7g {
  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.dendera-o83pdi ease-in-out;
}

.dendera-eilz7g:hover {
  border: 1px solid #8c8ca2;
}

.dendera-4d4w6y {
  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%);
}

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

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

.dendera-0p82kg a {
  text-decoration: underline;
  color: #8babff;
}

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

.dendera-vrce95 .dendera-eilz7g {
  width: 50%;
  margin: 0;
}

.dendera-l3yryc {
  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;
}

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

.dendera-srtpfw {
  margin: 0 0 100px;
}

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

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

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

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

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

.dendera-0wqobd {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.dendera-d25up8 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.dendera-o83pdi ease-in-out;
}

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

.dendera-d25up8 a svg {
  fill: #fff;
}

.dendera-d25up8 a:hover {
  background: #3d68e7;
}

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

.dendera-b1mton {
  margin-bottom: 16px;
}

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

.dendera-93z6hj {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.dendera-nlxdll 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);
}

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

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

.dendera-nlxdll table tr:last-of-type td {
  border-bottom: none;
}

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

.dendera-8bzb9b {
  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) {
  .dendera-8bzb9b {
    min-height: 190px;
  }
}

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

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

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

.dendera-ky3pju.dendera-ivdcuh {
  display: none;
}

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

.dendera-21hcms iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dendera-21hcms iframe.dendera-6gy78m {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.dendera-21hcms.dendera-n8cc0d {
  opacity: 1;
  pointer-events: all;
}

.dendera-wvdt29 {
  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.dendera-o83pdi ease-in-out;
}

.dendera-wvdt29 svg {
  margin-right: 10px;
}

.dendera-wvdt29 + .dendera-wvdt29 {
  margin-top: 14px;
}

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

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

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

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

.dendera-rgbct4 .dendera-gxr9r9 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .dendera-rgbct4 .dendera-gxr9r9 {
    margin: 28px 0 0;
  }
}

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

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

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

.dendera-uoywlk {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.dendera-thkj92 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.dendera-o5cjzj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .dendera-59f3rj {
    padding: 10px;
  }
}

.dendera-59f3rj .dendera-d9t8zk {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .dendera-59f3rj .dendera-d9t8zk {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .dendera-59f3rj {
    flex-wrap: wrap;
  }
}

.dendera-y56xl5 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.dendera-y56xl5 img {
  width: 100%;
}

.dendera-gitesd {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.dendera-7soml6 {
  width: 100%;
  margin: 0 0 100px;
}

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

.dendera-7soml6 .dendera-0u5kv9 {
  position: relative;
}

.dendera-7soml6 .dendera-bttluc {
  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;
}

.dendera-7soml6 .dendera-bttluc.dendera-ivdcuh {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .dendera-7soml6 .dendera-wim8ho {
    bottom: 90px;
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-tlpvo1 {
  max-width: 300px;
  width: 100%;
}

.dendera-7soml6 .dendera-wim8ho .dendera-tlpvo1 .dendera-i1nfye {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-wim8ho .dendera-tlpvo1 .dendera-i1nfye {
    font-size: 32px;
    text-align: center;
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-tlpvo1 .dendera-v86myn {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-wim8ho .dendera-tlpvo1 .dendera-v86myn {
    text-align: center;
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 {
    flex-direction: column-reverse;
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-92p9kn {
  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.dendera-o83pdi ease-in-out;
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-92p9kn:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-92p9kn {
    width: 100%;
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-0fg1p7 {
  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.dendera-o83pdi ease-in-out;
  overflow: hidden;
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-0fg1p7 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);
  }
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-0fg1p7: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;
}

.dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-0fg1p7:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-wim8ho .dendera-9gn0v1 .dendera-0fg1p7 {
    width: 100%;
  }
}

.dendera-7soml6 .dendera-wim8ho.dendera-ivdcuh {
  display: none;
}

.dendera-7soml6 .dendera-a5kns1 {
  display: none;
}

.dendera-7soml6 .dendera-a5kns1.dendera-n8cc0d {
  display: block;
}

.dendera-7soml6 .dendera-a5kns1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.dendera-7soml6 .dendera-awyz80 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .dendera-7soml6 .dendera-awyz80 {
    padding: 24px 16px 0;
  }
}

.dendera-7soml6 .dendera-awyz80 .dendera-i1nfye {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .dendera-7soml6 .dendera-awyz80 .dendera-i1nfye {
    margin-bottom: 24px;
  }
}

.dendera-7soml6 .dendera-awyz80 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);
}

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

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

.dendera-7soml6 .dendera-awyz80 table tr:last-of-type td {
  border-bottom: none;
}

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

.dendera-w79ei1.dendera-8w32lz {
  display: block;
}

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

.dendera-w79ei1 .dendera-cqa2vd {
  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;
}

.dendera-w79ei1 .dendera-7r98i5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.dendera-w79ei1 .dendera-0fg1p7 {
  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.dendera-o83pdi ease-in-out;
}

.dendera-w79ei1 .dendera-0fg1p7:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.dendera-ft48x3.dendera-8w32lz {
  display: block;
}

.dendera-5ss7o6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dendera-kiy4hx {
  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;
}

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

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

.dendera-251bnv {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.dendera-251bnv svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.dendera-7mykhq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dendera-zsjrgq.dendera-ivdcuh {
  display: none;
}

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

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

.dendera-9c3iwf {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.dendera-9c3iwf 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.dendera-o83pdi ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.dendera-9c3iwf input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.dendera-9c3iwf input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.dendera-9c3iwf input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.dendera-9c3iwf input:active {
  border-color: #c2c0ce;
}

.dendera-9c3iwf input:focus {
  border-color: #c2c0ce;
}

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

.dendera-p5mnnk {
  margin-bottom: 36px;
}

.dendera-p5mnnk 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;
}

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

.dendera-p5mnnk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.dendera-ti6jui {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dendera-xp3l4r {
  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.dendera-o83pdi ease-in-out;
}

.dendera-xp3l4r:hover {
  background: var(--border-color);
}

.dendera-xoeoz3 {
  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.dendera-o83pdi ease-in-out;
}

.dendera-xoeoz3:hover {
  background: #166ad9;
}

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

.dendera-hmn1yx.dendera-ivdcuh {
  display: none;
}

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

.dendera-hmn1yx .dendera-xp3l4r {
  margin: 0 auto;
}

.dendera-fw1z2k {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.dendera-qd0ig2 {
  filter: grayscale(100%);
}

.dendera-y359c1 > input {
  display: none;
}

.dendera-y359c1 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dendera-46a149.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.dendera-85lvgn 44.dendera-bl675l.dendera-n2awft.dendera-sfugfj.dendera-klr7n5.dendera-5ug0wh.dendera-sx2cg3.dendera-7z624u.dendera-jv2mjb.dendera-uf4voc.dendera-1l5x8d.dendera-qu0tjr.dendera-6sitqa 0l-12.dendera-vyt41z 30.dendera-hd6we3.dendera-p4pxw0 2.dendera-vlk9fu.dendera-p4pxw0 3.dendera-ogjbi6 3.dendera-6fugdd.dendera-20eiqt 3.dendera-y5p58y.dendera-zlk0hk.dendera-z9a6jd.dendera-x45cky 7-3.dendera-vyt41z 10.dendera-0z4kd3.dendera-x45cky 23.dendera-br02nu.dendera-pucf4u 1.dendera-wouz74 2.dendera-vyt41z 3.dendera-pucf4u 1.dendera-20eiqt 5.dendera-zxpehz.dendera-20eiqt 32.dendera-63kg72.dendera-zlk0hk 5.dendera-6sitqa 4.dendera-x45cky 9.dendera-x45cky 8.dendera-20eiqt 6.dendera-qjulh2.dendera-tae2ot.dendera-712w7h.dendera-as9kvh.dendera-5txhbr 4.dendera-fwvwpj.dendera-5txhbr 6.dendera-5txhbr 0l29.dendera-6sitqa 17.dendera-dzvfzt.dendera-dlarwt 2.dendera-d59xoa 10.dendera-nioaq9.dendera-vyt41z 8.dendera-sy5qli.dendera-qee6s5.dendera-5xtbt7.dendera-hbpg2n.dendera-qf6ud5.dendera-zlk0hk.dendera-5ug0wh.dendera-vyt41z 1.dendera-r2g3ks.dendera-ao0nrn.dendera-7rbon6.dendera-r73oxh.dendera-h4vyu1.dendera-wouz74 1.dendera-j0zxxj.dendera-bzlt83.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.dendera-y359c1 > input:checked ~ label,
.dendera-y359c1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dendera-46a149.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.dendera-85lvgn 44.dendera-bl675l.dendera-n2awft.dendera-sfugfj.dendera-klr7n5.dendera-5ug0wh.dendera-sx2cg3.dendera-7z624u.dendera-jv2mjb.dendera-uf4voc.dendera-1l5x8d.dendera-qu0tjr.dendera-6sitqa 0l-12.dendera-vyt41z 30.dendera-hd6we3.dendera-p4pxw0 2.dendera-vlk9fu.dendera-p4pxw0 3.dendera-ogjbi6 3.dendera-6fugdd.dendera-20eiqt 3.dendera-y5p58y.dendera-zlk0hk.dendera-z9a6jd.dendera-x45cky 7-3.dendera-vyt41z 10.dendera-0z4kd3.dendera-x45cky 23.dendera-br02nu.dendera-pucf4u 1.dendera-wouz74 2.dendera-vyt41z 3.dendera-pucf4u 1.dendera-20eiqt 5.dendera-zxpehz.dendera-20eiqt 32.dendera-63kg72.dendera-zlk0hk 5.dendera-6sitqa 4.dendera-x45cky 9.dendera-x45cky 8.dendera-20eiqt 6.dendera-qjulh2.dendera-tae2ot.dendera-712w7h.dendera-as9kvh.dendera-5txhbr 4.dendera-fwvwpj.dendera-5txhbr 6.dendera-5txhbr 0l29.dendera-6sitqa 17.dendera-dzvfzt.dendera-dlarwt 2.dendera-d59xoa 10.dendera-nioaq9.dendera-vyt41z 8.dendera-sy5qli.dendera-qee6s5.dendera-5xtbt7.dendera-hbpg2n.dendera-qf6ud5.dendera-zlk0hk.dendera-5ug0wh.dendera-vyt41z 1.dendera-r2g3ks.dendera-ao0nrn.dendera-7rbon6.dendera-r73oxh.dendera-h4vyu1.dendera-wouz74 1.dendera-j0zxxj.dendera-bzlt83.5z'/%3e%3c/svg%3e");
}

.dendera-y359c1 > input:not(:checked) ~ label:hover,
.dendera-y359c1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dendera-46a149.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.dendera-85lvgn 44.dendera-bl675l.dendera-n2awft.dendera-sfugfj.dendera-klr7n5.dendera-5ug0wh.dendera-sx2cg3.dendera-7z624u.dendera-jv2mjb.dendera-uf4voc.dendera-1l5x8d.dendera-qu0tjr.dendera-6sitqa 0l-12.dendera-vyt41z 30.dendera-hd6we3.dendera-p4pxw0 2.dendera-vlk9fu.dendera-p4pxw0 3.dendera-ogjbi6 3.dendera-6fugdd.dendera-20eiqt 3.dendera-y5p58y.dendera-zlk0hk.dendera-z9a6jd.dendera-x45cky 7-3.dendera-vyt41z 10.dendera-0z4kd3.dendera-x45cky 23.dendera-br02nu.dendera-pucf4u 1.dendera-wouz74 2.dendera-vyt41z 3.dendera-pucf4u 1.dendera-20eiqt 5.dendera-zxpehz.dendera-20eiqt 32.dendera-63kg72.dendera-zlk0hk 5.dendera-6sitqa 4.dendera-x45cky 9.dendera-x45cky 8.dendera-20eiqt 6.dendera-qjulh2.dendera-tae2ot.dendera-712w7h.dendera-as9kvh.dendera-5txhbr 4.dendera-fwvwpj.dendera-5txhbr 6.dendera-5txhbr 0l29.dendera-6sitqa 17.dendera-dzvfzt.dendera-dlarwt 2.dendera-d59xoa 10.dendera-nioaq9.dendera-vyt41z 8.dendera-sy5qli.dendera-qee6s5.dendera-5xtbt7.dendera-hbpg2n.dendera-qf6ud5.dendera-zlk0hk.dendera-5ug0wh.dendera-vyt41z 1.dendera-r2g3ks.dendera-ao0nrn.dendera-7rbon6.dendera-r73oxh.dendera-h4vyu1.dendera-wouz74 1.dendera-j0zxxj.dendera-bzlt83.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .dendera-e4rd7m > .dendera-6ohurh {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .dendera-e4rd7m > .dendera-6ohurh {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .dendera-e4rd7m > .dendera-6ohurh {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .dendera-e4rd7m > .dendera-6ohurh {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .dendera-e4rd7m > .dendera-6ohurh {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.dendera-9oh1dv.dendera-ivdcuh {
  display: none;
}

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

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

.dendera-djq68j {
  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;
}

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

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

.dendera-djq68j img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.dendera-5nza6p {
  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;
}

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

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

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

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

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

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

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

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

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

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

.dendera-9oh1dv.dendera-simzzs .dendera-pf6qxh {
  background: #2b3b67;
}

.dendera-9oh1dv.dendera-simzzs .dendera-djq68j {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.dendera-9oh1dv.dendera-simzzs .dendera-djq68j::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.dendera-9oh1dv.dendera-simzzs .dendera-djq68j::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.dendera-9oh1dv.dendera-simzzs .dendera-5nza6p::before {
  background: #0e0f41;
}

.dendera-9oh1dv.dendera-simzzs .dendera-5nza6p::after {
  background: #152557;
}

.dendera-9oh1dv.dendera-qyparj .dendera-pf6qxh {
  background: #1f35fa;
}

.dendera-9oh1dv.dendera-qyparj .dendera-djq68j {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.dendera-9oh1dv.dendera-qyparj .dendera-djq68j::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.dendera-9oh1dv.dendera-qyparj .dendera-djq68j::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.dendera-9oh1dv.dendera-qyparj .dendera-5nza6p::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.dendera-9oh1dv.dendera-qyparj .dendera-5nza6p::after {
  background: #192ac8;
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-pf6qxh {
  background: #fa771f;
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-djq68j {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-djq68j::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-djq68j::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-5nza6p::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.dendera-9oh1dv.dendera-6hq2wv .dendera-5nza6p::after {
  background: #fa8535;
}

.dendera-vzagka {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.dendera-nshqbw {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.dendera-oc50cj {
  width: 120px;
  height: 22px;
}

.dendera-oc50cj .dendera-dxtv7w {
  fill: #c2c0ce;
}

.dendera-oc50cj [rating="1"] .dendera-dxtv7w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dendera-oc50cj [rating="2"] .dendera-dxtv7w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dendera-oc50cj [rating="3"] .dendera-dxtv7w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dendera-oc50cj [rating="4"] .dendera-dxtv7w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dendera-oc50cj [rating="5"] .dendera-dxtv7w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.dendera-t67qmg {
  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);
}

.dendera-t67qmg.dendera-n8cc0d {
  display: block;
}

.dendera-t67qmg.dendera-ivdcuh {
  display: none;
}

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

.dendera-8njeez {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dendera-a56vyf {
  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);
}

.dendera-z2lz3q {
  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;
}

.dendera-1nviv8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.dendera-rovl08 {
  font-size: 16px;
  line-height: 140%;
}

.dendera-ocmwoi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.dendera-ocmwoi .dendera-dxtv7w {
  fill: #c2c0ce;
}

.dendera-ocmwoi [rating="1"] .dendera-dxtv7w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dendera-ocmwoi [rating="2"] .dendera-dxtv7w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dendera-ocmwoi [rating="3"] .dendera-dxtv7w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dendera-ocmwoi [rating="4"] .dendera-dxtv7w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dendera-ocmwoi [rating="5"] .dendera-dxtv7w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.dendera-8guhgx {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.dendera-4oweto {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.dendera-1gpr7x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dendera-noog1x {
  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;
}

.dendera-hu7lid {
  flex: 1;
  min-width: 0;
}

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

.dendera-g0tgqn {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.dendera-g0tgqn svg path {
  fill: var(--button-bg-color);
}

.dendera-g0tgqn svg circle {
  fill: var(--button-text-color);
}

.dendera-1wet3n {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.dendera-1wet3n strong {
  font-weight: 600;
}

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

.dendera-okrnnl p {
  margin: 0 0 16px;
}

.dendera-okrnnl p:last-child {
  margin-bottom: 0;
}

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

.dendera-vrisdc {
  max-width: 300px;
  width: 100%;
}

.dendera-vrisdc a {
  width: 100%;
}

@media (max-width: 575px) {
  .dendera-vrisdc {
    max-width: 200px;
  }
}

.dendera-7kdpn5 {
  justify-content: center;
}

.dendera-va4dhp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dendera-tyzr8s {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.dendera-ctcch9 .dendera-awv8c6 {
  justify-content: center;
}

/* faq */

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

.dendera-fresxd {
  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.dendera-i07x2z ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dendera-fresxd::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.dendera-i07x2z ease;
}

.dendera-xjwc8z.dendera-8w32lz .dendera-fresxd::after {
  transform: rotate(45deg);
}

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

.dendera-xjwc8z.dendera-8w32lz .dendera-ruswht {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.dendera-o430o8 {
  margin: 25px 0;
}

.dendera-y359c1 > input:not(:checked) ~ label:hover,
.dendera-y359c1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.dendera-8aorrx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.dendera-eik0en 44.dendera-9za6oo.dendera-4lox6w.dendera-xfwiw0.dendera-gadqa1.dendera-joxww7.dendera-ebqa6e.dendera-2wrpcc.dendera-lpq292.dendera-62tksc.dendera-651s8h.dendera-2dj5u5.dendera-8xalg5 0l-12.dendera-mnskza 30.dendera-xt2039.dendera-dbqwvf 2.dendera-7k0j4s.dendera-dbqwvf 3.dendera-o1fy6z 3.dendera-kavbqu.dendera-inbv1s 3.dendera-gleeba.dendera-pgwcwv.dendera-oivm7p.dendera-vg11h0 7-3.dendera-mnskza 10.dendera-6v5apn.dendera-vg11h0 23.dendera-br4emy.dendera-1vp4ub 1.dendera-d6tyvm 2.dendera-mnskza 3.dendera-1vp4ub 1.dendera-inbv1s 5.dendera-bkzgx6.dendera-inbv1s 32.dendera-cacbuq.dendera-pgwcwv 5.dendera-8xalg5 4.dendera-vg11h0 9.dendera-vg11h0 8.dendera-inbv1s 6.dendera-gou6co.dendera-80u20m.dendera-q8gaq3.dendera-vk7vx6.dendera-bhjeag 4.dendera-46pamc.dendera-bhjeag 6.dendera-bhjeag 0l29.dendera-8xalg5 17.dendera-jcd41s.dendera-9eb7vy 2.dendera-petuqc 10.dendera-q7fcw5.dendera-mnskza 8.dendera-7voowx.dendera-luyaj3.dendera-5xhrz6.dendera-ryksmw.dendera-tu3thu.dendera-pgwcwv.dendera-joxww7.dendera-mnskza 1.dendera-i7fgz4.dendera-dt4ep8.dendera-awcs1w.dendera-dz7z16.dendera-svg9ko.dendera-d6tyvm 1.dendera-q3bjum.dendera-opvzjo.5z'/%3e%3c/svg%3e");
}

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

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

.dendera-h08req {
  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);
}

.dendera-h08req.dendera-6s2jrf {
  display: block;
}

.dendera-h08req.dendera-chnrcb {
  display: none;
}

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

.dendera-ohwnae {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dendera-ddwt6a {
  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);
}

.dendera-ldchnh {
  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;
}

.dendera-7xot5n small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.dendera-7p6zof {
  font-size: 16px;
  line-height: 140%;
}

.dendera-9pwcol {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.dendera-9pwcol .dendera-171azz {
  fill: #c2c0ce;
}

.dendera-9pwcol [rating="1"] .dendera-171azz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.dendera-9pwcol [rating="2"] .dendera-171azz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.dendera-9pwcol [rating="3"] .dendera-171azz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.dendera-9pwcol [rating="4"] .dendera-171azz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.dendera-9pwcol [rating="5"] .dendera-171azz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.dendera-4xwggs 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;
}

.dendera-4xwggs 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 */

.dendera-7vna8p {
  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);
}

.dendera-7vna8p.dendera-v2x5u7 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.dendera-ba0ztq {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.dendera-ba0ztq label {
  font-size: 14px;
}

.dendera-ba0ztq h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dendera-ba0ztq input,
.dendera-ba0ztq textarea,
.dendera-ba0ztq button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.dendera-ba0ztq button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dendera-i07x2z ease;
}
.dendera-ba0ztq button:hover {
  background-color: var(--button-bg-hover);
}
.dendera-chc1tr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dendera-oifecg ease-in;
}

.dendera-chc1tr h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.dendera-v5ua06, .dendera-jblyse, [class*="review-card"],
thead, thead th, table th, .dendera-tpouwi,
.dendera-vroi3h, [class*="collapsible-header"],
.dendera-eyybtk, [class*="updated-block"] {
  color: #ece7dc !important;
}
