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

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

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

.zula-l0uwyp {
  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) {
  .zula-l0uwyp: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;
  }
}

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

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

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

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

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

.zula-zbeny2 {
  cursor: pointer;
}

.zula-2m73g1 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.zula-azybbi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.zula-azybbi figure {
  margin: 0;
}

.zula-azybbi.zula-m80wkk {
  justify-content: flex-start;
  margin-right: 4px;
}

.zula-azybbi.zula-93oxid {
  justify-content: flex-end;
  margin-left: 4px;
}

.zula-azybbi.zula-jl6j1t {
  justify-content: center;
}

.zula-azybbi.zula-1py8if {
  justify-content: normal;
}

.zula-nh9fyx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.zula-l5xit5 img {
  width: 100%;
}

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

.zula-kfgs1o {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.zula-kfgs1o 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);
}

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

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

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

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

.zula-kfgs1o ul li:last-of-type::after {
  display: none;
}

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

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

.zula-z4793d {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.zula-u1ihef.zula-4925rs {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .zula-u1ihef.zula-4925rs:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.zula-2jju1k {
  margin-bottom: 94px;
}

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

.zula-ceea3q .zula-oflpqe {
  margin-bottom: 28px;
}

.zula-ceea3q .zula-oflpqe img {
  max-height: 100px;
  width: auto;
}

.zula-gx9uc1 {
  display: flex;
  align-items: center;
}

.zula-gx9uc1 a + a {
  margin-left: 24px;
}

.zula-gx9uc1 img {
  max-height: 56px;
  width: auto;
}

.zula-gx9uc1 img + img {
  margin-left: 24px;
}

.zula-2lfq84 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.zula-d6czbr {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.zula-l4vd2r li {
  display: flex;
  margin: 0 7px;
}

.zula-l4vd2r li svg {
  transition: 0.zula-yydzdz ease-in-out;
}

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

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

.zula-itu1xo + .zula-itu1xo {
  margin-left: 120px;
}

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

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

.zula-obkrjo {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zula-obkrjo li {
  font-size: 16px;
}

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

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

.zula-obkrjo li + li {
  margin-top: 16px;
}

.zula-vp2y57 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.zula-c4o1p8 ease-in-out;
}

.zula-vp2y57.zula-79f713 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.zula-l5zg49 li {
  width: 100%;
}

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

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

.zula-l5zg49 li a.zula-79f713 {
  background: var(--border-color);
}

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

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

.zula-9lg12c {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.zula-e48cao {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.zula-e48cao img {
  width: 100%;
  transition: 0.zula-yydzdz ease-in-out;
}

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

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

.zula-1lczad {
  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) {
  .zula-1lczad {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .zula-1lczad .zula-oflpqe img {
    max-width: 90px;
  }
}

.zula-oflpqe img {
  max-height: 50px;
  width: auto;
}

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

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

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

.zula-pck1ok li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.zula-90mb7n {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.zula-90mb7n.zula-yya1o7 {
  margin-right: 0;
}

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

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

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

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

.zula-0pffq2 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.zula-0pffq2:hover > ul {
  display: flex;
}

.zula-0pffq2:focus > ul {
  display: flex;
}

.zula-0pffq2:focus-within > ul {
  display: flex;
}

.zula-yw7pq7 {
  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;
}

.zula-yw7pq7::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.zula-c4o1p8 ease-in-out;
}

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

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

.zula-0pffq2 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.zula-yydzdz ease-in-out;
  overflow: hidden;
}

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

.zula-0pffq2 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) {
  .zula-0pffq2 ul li a:hover {
    text-decoration: underline;
  }
}

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

.zula-uqcd9r {
  display: none;
}

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

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

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

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

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

.zula-fv9umz img {
  margin-bottom: 20px;
}

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

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

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

.zula-1qjwmg {
  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) {
  .zula-1qjwmg {
    font-size: 32px;
  }
}

.zula-6auqd8 {
  color: var(--text-color);
}

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

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

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

.zula-4fmr0r p img {
  display: block;
  margin: 0 auto;
}

.zula-4fmr0r p:first-of-type {
  margin-top: 0;
}

.zula-4fmr0r p:last-of-type {
  margin-bottom: 0;
}

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

.zula-4fmr0r ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.zula-2rycqi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.zula-2rycqi .zula-3sesep {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .zula-2rycqi .zula-3sesep {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.zula-2rycqi .zula-rzg5ks {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .zula-2rycqi .zula-rzg5ks {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .zula-2rycqi .zula-rzg5ks img {
    width: 100%;
  }
}

.zula-rzg5ks {
  margin: 0 0 28px;
}

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

.zula-3sesep {
  margin: 0 0 28px;
}

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

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

.zula-l6glmd .zula-l0uwyp {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.zula-hy6a7b {
  position: relative;
  border: none;
}

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

.zula-bwnlc1 {
  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;
}

.zula-bwnlc1 span {
  height: 32px;
}

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

.zula-bwnlc1.zula-rae4df span {
  transform: scaleY(-1);
}

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

.zula-b6sbj8 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.zula-b6sbj8.zula-qqlbos {
  display: none;
}

.zula-m6sfqe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.zula-m6sfqe table {
  width: 100%;
  border-collapse: collapse;
}

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

  .zula-m6sfqe table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.zula-9zafxm {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.zula-zfouc6 p {
  color: var(--text-color);
}

.zula-lgyua6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.zula-rij9jo {
  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);
}

.zula-78udu1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.zula-oiyeo3 p + p {
  margin-top: 10px;
}

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

.zula-j23x4i {
  display: none;
}

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

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

.zula-iulg25 li {
  margin: 0 20px;
}

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

.zula-iulg25 li a img {
  margin-bottom: 4px;
}

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

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

.zula-nyzu76 li {
  font-size: 16px;
  position: relative;
}

.zula-nyzu76 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.zula-nyzu76 li span {
  opacity: 0.5;
}

.zula-nyzu76 li + li {
  margin-left: 30px;
}

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

h2.zula-3mog28 {
  margin: 0 0 28px;
}

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

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

.zula-v7ejp7 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);
}

.zula-v7ejp7 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;
}

.zula-v7ejp7 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;
}

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

.zula-v7ejp7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.zula-v7ejp7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.zula-v7ejp7 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);
}

.zula-v7ejp7 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);
}

.zula-v7ejp7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.zula-v7ejp7 tbody tr td .zula-7l7esy {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .zula-v7ejp7 tbody tr td .zula-7l7esy {
    width: 100%;
  }
}

.zula-v7ejp7 tbody tr td .zula-sljs5d {
  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.zula-yydzdz ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .zula-v7ejp7 tbody tr td .zula-sljs5d {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .zula-v7ejp7 tbody tr td .zula-sljs5d {
    width: 100%;
  }
}

.zula-v7ejp7 tbody tr td .zula-dfrc1t {
  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) {
  .zula-v7ejp7 tbody tr td .zula-dfrc1t:hover {
    text-decoration: none;
  }
}

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

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

.zula-ps4np8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.zula-2n9q3x {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.zula-0tztmu img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.zula-yydzdz ease-in-out;
}

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

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

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

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

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

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

.zula-1zmuqa img {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.zula-m2jqif svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.zula-yydzdz ease-in-out;
}

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

.zula-c4nxbb {
  padding: 90px 0;
}

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

.zula-9hdkwp {
  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) {
  .zula-9hdkwp {
    padding: 0 16px;
  }
}

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

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

.zula-la9byq img {
  width: 100%;
}

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

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

.zula-c4lp3g {
  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;
}

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

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

.zula-p12jt4 {
  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.zula-yydzdz ease-in-out;
}

.zula-p12jt4:hover {
  border: 1px solid #8c8ca2;
}

.zula-fzd3xy {
  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%);
}

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

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

.zula-9eozs4 a {
  text-decoration: underline;
  color: #8babff;
}

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

.zula-szt9kh .zula-p12jt4 {
  width: 50%;
  margin: 0;
}

.zula-axu9u7 {
  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;
}

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

.zula-k5464r {
  margin: 0 0 100px;
}

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

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

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

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

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

.zula-qd5bll {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.zula-9ujnmg 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.zula-yydzdz ease-in-out;
}

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

.zula-9ujnmg a svg {
  fill: #fff;
}

.zula-9ujnmg a:hover {
  background: #3d68e7;
}

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

.zula-mfqlyi {
  margin-bottom: 16px;
}

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

.zula-ctae78 {
  font-size: 16px;
  color: var(--text-color);
}

.zula-1l61bq {
  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) {
  .zula-1l61bq {
    padding: 0 16px;
  }
}

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

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

.zula-3c5u3m {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.zula-ubdduj 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);
}

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

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

.zula-ubdduj table tr:last-of-type td {
  border-bottom: none;
}

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

.zula-57xnw0 {
  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) {
  .zula-57xnw0 {
    min-height: 190px;
  }
}

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

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

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

.zula-ziiqgo.zula-59byrk {
  display: none;
}

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

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

.zula-w015lq iframe.zula-wn49qo {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.zula-w015lq.zula-wsah1i {
  opacity: 1;
  pointer-events: all;
}

.zula-jzy7he {
  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.zula-yydzdz ease-in-out;
}

.zula-jzy7he svg {
  margin-right: 10px;
}

.zula-jzy7he + .zula-jzy7he {
  margin-top: 14px;
}

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

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

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

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

.zula-1l61bq .zula-l6glmd {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.zula-1l61bq .zula-l6glmd h1,
.zula-1l61bq .zula-l6glmd 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) {
  .zula-1l61bq .zula-l6glmd h1,
  .zula-1l61bq .zula-l6glmd h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .zula-1l61bq .zula-l6glmd {
    margin: 28px 0 0;
  }
}

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

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

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

.zula-bqgme1 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.zula-gj3d7l {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.zula-w1we54 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.zula-e99jt4 .zula-l0uwyp {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .zula-e99jt4 .zula-l0uwyp {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.zula-6hcjwc {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.zula-6hcjwc img {
  width: 100%;
}

.zula-ogqg6a {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.zula-0ej5cc {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.zula-4s8ln0 {
  width: 100%;
  margin: 0 0 100px;
}

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

.zula-4s8ln0 .zula-qvspms {
  position: relative;
}

.zula-4s8ln0 .zula-l6rnyw {
  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;
}

.zula-4s8ln0 .zula-l6rnyw.zula-59byrk {
  display: none;
}

.zula-4s8ln0 .zula-09jpzk {
  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) {
  .zula-4s8ln0 .zula-09jpzk {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .zula-4s8ln0 .zula-09jpzk {
    bottom: 90px;
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-de0o4x {
  max-width: 300px;
  width: 100%;
}

.zula-4s8ln0 .zula-09jpzk .zula-de0o4x .zula-jle322 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-09jpzk .zula-de0o4x .zula-jle322 {
    font-size: 32px;
    text-align: center;
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-de0o4x .zula-4ytz74 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-09jpzk .zula-de0o4x .zula-4ytz74 {
    text-align: center;
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-09jpzk .zula-yya1o7 {
    flex-direction: column-reverse;
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3u7srw {
  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.zula-yydzdz ease-in-out;
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3u7srw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3u7srw {
    width: 100%;
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3rw228 {
  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.zula-yydzdz ease-in-out;
  overflow: hidden;
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3rw228 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);
  }
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3rw228: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;
}

.zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3rw228:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-09jpzk .zula-yya1o7 .zula-3rw228 {
    width: 100%;
  }
}

.zula-4s8ln0 .zula-09jpzk.zula-59byrk {
  display: none;
}

.zula-4s8ln0 .zula-8zr8hq {
  display: none;
}

.zula-4s8ln0 .zula-8zr8hq.zula-wsah1i {
  display: block;
}

.zula-4s8ln0 .zula-8zr8hq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-8zr8hq iframe {
    height: calc(100vh - 54px);
  }
}

.zula-4s8ln0 .zula-b0ejpv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .zula-4s8ln0 .zula-b0ejpv {
    padding: 24px 16px 0;
  }
}

.zula-4s8ln0 .zula-b0ejpv .zula-jle322 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .zula-4s8ln0 .zula-b0ejpv .zula-jle322 {
    margin-bottom: 24px;
  }
}

.zula-4s8ln0 .zula-b0ejpv 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);
}

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

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

.zula-4s8ln0 .zula-b0ejpv table tr:last-of-type td {
  border-bottom: none;
}

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

.zula-9h1aqp.zula-79f713 {
  display: block;
}

.zula-9h1aqp iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.zula-9h1aqp .zula-zjeabi {
  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;
}

.zula-9h1aqp .zula-icnext {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.zula-9h1aqp .zula-3rw228 {
  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.zula-yydzdz ease-in-out;
}

.zula-9h1aqp .zula-3rw228:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.zula-sdutf3.zula-79f713 {
  display: block;
}

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

.zula-z04xoz {
  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;
}

.zula-8p03t1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.zula-xv7z0g {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.zula-xv7z0g svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.zula-5zzo3m {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zula-zcb5zx.zula-59byrk {
  display: none;
}

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

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

.zula-808cr3 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.zula-808cr3 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.zula-yydzdz ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.zula-808cr3 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.zula-808cr3 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.zula-808cr3 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.zula-808cr3 input:active {
  border-color: #c2c0ce;
}

.zula-808cr3 input:focus {
  border-color: #c2c0ce;
}

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

.zula-oyvads {
  margin-bottom: 36px;
}

.zula-oyvads 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;
}

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

.zula-oyvads textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.zula-wlj0v6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zula-vo41h7 {
  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.zula-yydzdz ease-in-out;
}

.zula-vo41h7:hover {
  background: var(--border-color);
}

.zula-ougp07 {
  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.zula-yydzdz ease-in-out;
}

.zula-ougp07:hover {
  background: #166ad9;
}

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

.zula-rqaexz.zula-59byrk {
  display: none;
}

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

.zula-rqaexz .zula-vo41h7 {
  margin: 0 auto;
}

.zula-w7rxa2 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.zula-uma81o {
  filter: grayscale(100%);
}

.zula-7bz997 > input {
  display: none;
}

.zula-7bz997 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zula-y1wreu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.zula-22jvr3 44.zula-tr4h3g.zula-mnnwkq.zula-hcx49r.zula-6vd0rb.zula-w69vmb.zula-pzkojk.zula-sporbs.zula-q4qm9k.zula-64yg93.zula-tdrtff.zula-6fjrmo.zula-vtvks9 0l-12.zula-pigv8w 30.zula-lr5mbl.zula-b7ule6 2.zula-f1c4mx.zula-b7ule6 3.zula-kddoce 3.zula-ls9x2n.zula-sxu58m 3.zula-k0ndd2.zula-0bf9jt.zula-n0syq2.zula-sjl3j9 7-3.zula-pigv8w 10.zula-wofi4f.zula-sjl3j9 23.zula-zo3mkw.zula-a811tx 1.zula-dslwh3 2.zula-pigv8w 3.zula-a811tx 1.zula-sxu58m 5.zula-9zs26o.zula-sxu58m 32.zula-5i8x6p.zula-0bf9jt 5.zula-vtvks9 4.zula-sjl3j9 9.zula-sjl3j9 8.zula-sxu58m 6.zula-bhjnj3.zula-r1g1ge.zula-ui72is.zula-xf2ryo.zula-wlcfvk 4.zula-mf17do.zula-wlcfvk 6.zula-wlcfvk 0l29.zula-vtvks9 17.zula-45v8qt.zula-8pouh8 2.zula-utanop 10.zula-tyogz6.zula-pigv8w 8.zula-v72dze.zula-kkwkx7.zula-0ukwk3.zula-fopnuq.zula-k8nd9m.zula-0bf9jt.zula-w69vmb.zula-pigv8w 1.zula-uee3qw.zula-k0y7lq.zula-q996ow.zula-5rn5c9.zula-2rc4ax.zula-dslwh3 1.zula-6wfaxt.zula-fxchxy.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.zula-7bz997 > input:checked ~ label,
.zula-7bz997 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zula-y1wreu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.zula-22jvr3 44.zula-tr4h3g.zula-mnnwkq.zula-hcx49r.zula-6vd0rb.zula-w69vmb.zula-pzkojk.zula-sporbs.zula-q4qm9k.zula-64yg93.zula-tdrtff.zula-6fjrmo.zula-vtvks9 0l-12.zula-pigv8w 30.zula-lr5mbl.zula-b7ule6 2.zula-f1c4mx.zula-b7ule6 3.zula-kddoce 3.zula-ls9x2n.zula-sxu58m 3.zula-k0ndd2.zula-0bf9jt.zula-n0syq2.zula-sjl3j9 7-3.zula-pigv8w 10.zula-wofi4f.zula-sjl3j9 23.zula-zo3mkw.zula-a811tx 1.zula-dslwh3 2.zula-pigv8w 3.zula-a811tx 1.zula-sxu58m 5.zula-9zs26o.zula-sxu58m 32.zula-5i8x6p.zula-0bf9jt 5.zula-vtvks9 4.zula-sjl3j9 9.zula-sjl3j9 8.zula-sxu58m 6.zula-bhjnj3.zula-r1g1ge.zula-ui72is.zula-xf2ryo.zula-wlcfvk 4.zula-mf17do.zula-wlcfvk 6.zula-wlcfvk 0l29.zula-vtvks9 17.zula-45v8qt.zula-8pouh8 2.zula-utanop 10.zula-tyogz6.zula-pigv8w 8.zula-v72dze.zula-kkwkx7.zula-0ukwk3.zula-fopnuq.zula-k8nd9m.zula-0bf9jt.zula-w69vmb.zula-pigv8w 1.zula-uee3qw.zula-k0y7lq.zula-q996ow.zula-5rn5c9.zula-2rc4ax.zula-dslwh3 1.zula-6wfaxt.zula-fxchxy.5z'/%3e%3c/svg%3e");
}

.zula-7bz997 > input:not(:checked) ~ label:hover,
.zula-7bz997 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zula-y1wreu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.zula-22jvr3 44.zula-tr4h3g.zula-mnnwkq.zula-hcx49r.zula-6vd0rb.zula-w69vmb.zula-pzkojk.zula-sporbs.zula-q4qm9k.zula-64yg93.zula-tdrtff.zula-6fjrmo.zula-vtvks9 0l-12.zula-pigv8w 30.zula-lr5mbl.zula-b7ule6 2.zula-f1c4mx.zula-b7ule6 3.zula-kddoce 3.zula-ls9x2n.zula-sxu58m 3.zula-k0ndd2.zula-0bf9jt.zula-n0syq2.zula-sjl3j9 7-3.zula-pigv8w 10.zula-wofi4f.zula-sjl3j9 23.zula-zo3mkw.zula-a811tx 1.zula-dslwh3 2.zula-pigv8w 3.zula-a811tx 1.zula-sxu58m 5.zula-9zs26o.zula-sxu58m 32.zula-5i8x6p.zula-0bf9jt 5.zula-vtvks9 4.zula-sjl3j9 9.zula-sjl3j9 8.zula-sxu58m 6.zula-bhjnj3.zula-r1g1ge.zula-ui72is.zula-xf2ryo.zula-wlcfvk 4.zula-mf17do.zula-wlcfvk 6.zula-wlcfvk 0l29.zula-vtvks9 17.zula-45v8qt.zula-8pouh8 2.zula-utanop 10.zula-tyogz6.zula-pigv8w 8.zula-v72dze.zula-kkwkx7.zula-0ukwk3.zula-fopnuq.zula-k8nd9m.zula-0bf9jt.zula-w69vmb.zula-pigv8w 1.zula-uee3qw.zula-k0y7lq.zula-q996ow.zula-5rn5c9.zula-2rc4ax.zula-dslwh3 1.zula-6wfaxt.zula-fxchxy.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .zula-kte86e > .zula-jnbr07 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .zula-kte86e > .zula-jnbr07 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .zula-kte86e > .zula-jnbr07 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .zula-kte86e > .zula-jnbr07 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .zula-kte86e > .zula-jnbr07 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.zula-a4o84d.zula-59byrk {
  display: none;
}

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

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

.zula-repr2v {
  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;
}

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

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

.zula-repr2v img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.zula-7v6enl {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .zula-4gg20x {
    top: -20px;
  }
}

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

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

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

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

.zula-a4o84d.zula-3a316t .zula-boa01m {
  background: #2b3b67;
}

.zula-a4o84d.zula-3a316t .zula-repr2v {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.zula-a4o84d.zula-3a316t .zula-repr2v::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.zula-a4o84d.zula-3a316t .zula-repr2v::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.zula-a4o84d.zula-3a316t .zula-7v6enl::before {
  background: #0e0f41;
}

.zula-a4o84d.zula-3a316t .zula-7v6enl::after {
  background: #152557;
}

.zula-a4o84d.zula-zv48gx .zula-boa01m {
  background: #1f35fa;
}

.zula-a4o84d.zula-zv48gx .zula-repr2v {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.zula-a4o84d.zula-zv48gx .zula-repr2v::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.zula-a4o84d.zula-zv48gx .zula-repr2v::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.zula-a4o84d.zula-zv48gx .zula-7v6enl::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.zula-a4o84d.zula-zv48gx .zula-7v6enl::after {
  background: #192ac8;
}

.zula-a4o84d.zula-wlbb2u .zula-boa01m {
  background: #fa771f;
}

.zula-a4o84d.zula-wlbb2u .zula-repr2v {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.zula-a4o84d.zula-wlbb2u .zula-repr2v::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.zula-a4o84d.zula-wlbb2u .zula-repr2v::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.zula-a4o84d.zula-wlbb2u .zula-7v6enl::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.zula-a4o84d.zula-wlbb2u .zula-7v6enl::after {
  background: #fa8535;
}

.zula-psn55s {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.zula-kffi0s {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.zula-dexls2 {
  width: 120px;
  height: 22px;
}

.zula-dexls2 .zula-wxbt78 {
  fill: #c2c0ce;
}

.zula-dexls2 [rating="1"] .zula-wxbt78:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zula-dexls2 [rating="2"] .zula-wxbt78:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zula-dexls2 [rating="3"] .zula-wxbt78:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zula-dexls2 [rating="4"] .zula-wxbt78:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zula-dexls2 [rating="5"] .zula-wxbt78:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.zula-pighwk {
  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);
}

.zula-pighwk.zula-wsah1i {
  display: block;
}

.zula-pighwk.zula-59byrk {
  display: none;
}

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

.zula-7vh264 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.zula-xxkwwr {
  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);
}

.zula-g73826 {
  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;
}

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

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

.zula-imxj1e {
  font-size: 16px;
  line-height: 140%;
}

.zula-rkziwv {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.zula-rkziwv .zula-wxbt78 {
  fill: #c2c0ce;
}

.zula-rkziwv [rating="1"] .zula-wxbt78:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zula-rkziwv [rating="2"] .zula-wxbt78:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zula-rkziwv [rating="3"] .zula-wxbt78:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zula-rkziwv [rating="4"] .zula-wxbt78:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zula-rkziwv [rating="5"] .zula-wxbt78:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.zula-9ca9cx {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.zula-gclnrj {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.zula-y8vpml img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zula-q0y6qd {
  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;
}

.zula-90pm8y {
  flex: 1;
  min-width: 0;
}

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

.zula-jyttp2 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.zula-jyttp2 svg path {
  fill: var(--button-bg-color);
}

.zula-jyttp2 svg circle {
  fill: var(--button-text-color);
}

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

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

.zula-hkiukb strong {
  font-weight: 600;
}

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

.zula-5ajivx p {
  margin: 0 0 16px;
}

.zula-5ajivx p:last-child {
  margin-bottom: 0;
}

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

.zula-hoc8zh {
  max-width: 300px;
  width: 100%;
}

.zula-hoc8zh a {
  width: 100%;
}

@media (max-width: 575px) {
  .zula-hoc8zh {
    max-width: 200px;
  }
}

.zula-vwz3fo {
  justify-content: center;
}

.zula-tsstlp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zula-eco4ar {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.zula-uyikmj .zula-pck1ok {
  justify-content: center;
}

/* faq */

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

.zula-5m14cx {
  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.zula-bxecly ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zula-5m14cx::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.zula-bxecly ease;
}

.zula-5h55cb.zula-79f713 .zula-5m14cx::after {
  transform: rotate(45deg);
}

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

.zula-5h55cb.zula-79f713 .zula-kq6tfv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.zula-g87abq {
  margin: 25px 0;
}

.zula-7bz997 > input:not(:checked) ~ label:hover,
.zula-7bz997 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zula-0d4oat.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.zula-8urv1j 44.zula-f86xdc.zula-2txq9c.zula-e3dn9t.zula-9vjlcn.zula-hlrza8.zula-m4rtsn.zula-bgrraq.zula-1nz911.zula-pt43hx.zula-r93ilg.zula-bjcm5o.zula-o27om2 0l-12.zula-xt03qg 30.zula-vw84je.zula-a59hsc 2.zula-2sa5qa.zula-a59hsc 3.zula-xf097m 3.zula-uzjc8l.zula-i4782t 3.zula-ih3skt.zula-ypazxq.zula-d9g2qc.zula-01z8mh 7-3.zula-xt03qg 10.zula-44u8ez.zula-01z8mh 23.zula-rar0os.zula-791kcy 1.zula-9917ji 2.zula-xt03qg 3.zula-791kcy 1.zula-i4782t 5.zula-q7rjon.zula-i4782t 32.zula-k4wcan.zula-ypazxq 5.zula-o27om2 4.zula-01z8mh 9.zula-01z8mh 8.zula-i4782t 6.zula-rh0iv2.zula-hwxpk7.zula-o52grd.zula-pnw4r9.zula-ycgsk6 4.zula-qk5vul.zula-ycgsk6 6.zula-ycgsk6 0l29.zula-o27om2 17.zula-gqs02n.zula-ka00jl 2.zula-z0vdh3 10.zula-w2yc50.zula-xt03qg 8.zula-disige.zula-42y94f.zula-e9bfy7.zula-vu5swa.zula-o9xoag.zula-ypazxq.zula-hlrza8.zula-xt03qg 1.zula-2w0uiw.zula-zw73ao.zula-wxxaau.zula-ao5feb.zula-i3bf2o.zula-9917ji 1.zula-bgfqla.zula-ryc80g.5z'/%3e%3c/svg%3e");
}

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

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

.zula-uor9bm {
  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);
}

.zula-uor9bm.zula-42dpm3 {
  display: block;
}

.zula-uor9bm.zula-rzr0iq {
  display: none;
}

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

.zula-dlbldw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.zula-tz1rt4 {
  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);
}

.zula-bz6yjx {
  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;
}

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

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

.zula-wn5rb7 {
  font-size: 16px;
  line-height: 140%;
}

.zula-jhv5uz {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.zula-jhv5uz .zula-ul0cag {
  fill: #c2c0ce;
}

.zula-jhv5uz [rating="1"] .zula-ul0cag:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zula-jhv5uz [rating="2"] .zula-ul0cag:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zula-jhv5uz [rating="3"] .zula-ul0cag:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zula-jhv5uz [rating="4"] .zula-ul0cag:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zula-jhv5uz [rating="5"] .zula-ul0cag:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.zula-ulql83 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;
}

.zula-ulql83 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 */

.zula-grvnie {
  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);
}

.zula-grvnie.zula-60naux {
  opacity: 1;
  pointer-events: auto;
}
