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

.iwild-8n6t17 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.iwild-vqprhf {
  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) {
  .iwild-vqprhf: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;
  }
}

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

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

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

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

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

.iwild-2zgw9h {
  cursor: pointer;
}

.iwild-gzzkeu {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.iwild-usm3mv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.iwild-usm3mv figure {
  margin: 0;
}

.iwild-usm3mv.iwild-zuzejf {
  justify-content: flex-start;
  margin-right: 4px;
}

.iwild-usm3mv.iwild-gpi4as {
  justify-content: flex-end;
  margin-left: 4px;
}

.iwild-usm3mv.iwild-671c5d {
  justify-content: center;
}

.iwild-usm3mv.iwild-gvkixh {
  justify-content: normal;
}

.iwild-huict3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.iwild-c6vhu7 img {
  width: 100%;
}

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

.iwild-85f2ud {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.iwild-85f2ud 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) {
  .iwild-85f2ud ul {
    margin-bottom: 15px;
  }
}

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

.iwild-85f2ud 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);
}

.iwild-85f2ud ul li span svg {
  fill: var(--title-color);
}

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

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

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

.iwild-85f2ud ul li:last-of-type::after {
  display: none;
}

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

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

.iwild-1jl3q6 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.iwild-muy6mw.iwild-se0ia8 {
  background-color: #000;
}

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

.iwild-5qq4dq {
  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) {
  .iwild-5qq4dq {
    padding: 80px 16px 0;
  }
}

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

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

.iwild-gfdfub {
  margin-bottom: 94px;
}

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

.iwild-mgcq1u .iwild-jiw1je {
  margin-bottom: 28px;
}

.iwild-mgcq1u .iwild-jiw1je img {
  max-height: 100px;
  width: auto;
}

.iwild-yfbnmv {
  display: flex;
  align-items: center;
}

.iwild-yfbnmv a + a {
  margin-left: 24px;
}

.iwild-yfbnmv img {
  max-height: 56px;
  width: auto;
}

.iwild-yfbnmv img + img {
  margin-left: 24px;
}

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

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

.iwild-enyu24 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .iwild-1xbwkw {
    flex-wrap: wrap;
  }
}

.iwild-1xbwkw li {
  display: flex;
  margin: 0 7px;
}

.iwild-1xbwkw li svg {
  transition: 0.iwild-jclv9c ease-in-out;
}

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

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

.iwild-u5b1a5 + .iwild-u5b1a5 {
  margin-left: 120px;
}

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

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

.iwild-tcux4k {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iwild-tcux4k li {
  font-size: 16px;
}

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

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

.iwild-tcux4k li + li {
  margin-top: 16px;
}

.iwild-eovgfg {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.iwild-8entwk ease-in-out;
}

.iwild-eovgfg.iwild-3lygtt {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.iwild-iyn17z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.iwild-j2uofk li {
  width: 100%;
}

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

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

.iwild-j2uofk li a.iwild-3lygtt {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.iwild-umwxoe {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.iwild-umwxoe img {
  width: 100%;
  transition: 0.iwild-jclv9c ease-in-out;
}

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

.iwild-97b0ch {
  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) {
  .iwild-97b0ch {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .iwild-awsesf .iwild-jiw1je img {
    max-width: 90px;
  }
}

.iwild-jiw1je img {
  max-height: 50px;
  width: auto;
}

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

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

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

.iwild-2mdtkt li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.iwild-b0uoky {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.iwild-b0uoky.iwild-kteyec {
  margin-right: 0;
}

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

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

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

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

.iwild-lktd4e {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.iwild-lktd4e:hover > ul {
  display: flex;
}

.iwild-lktd4e:focus > ul {
  display: flex;
}

.iwild-lktd4e:focus-within > ul {
  display: flex;
}

.iwild-zi6w59 {
  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;
}

.iwild-zi6w59::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.iwild-8entwk ease-in-out;
}

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

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

.iwild-lktd4e 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.iwild-jclv9c ease-in-out;
  overflow: hidden;
}

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

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

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

.iwild-py7vvh {
  display: none;
}

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

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

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

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

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

.iwild-lale4m img {
  margin-bottom: 20px;
}

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

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

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

.iwild-74ce69 {
  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) {
  .iwild-74ce69 {
    font-size: 32px;
  }
}

.iwild-ou9cv3 {
  color: var(--text-color);
}

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

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

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

.iwild-as7xth p img {
  display: block;
  margin: 0 auto;
}

.iwild-as7xth p:first-of-type {
  margin-top: 0;
}

.iwild-as7xth p:last-of-type {
  margin-bottom: 0;
}

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

.iwild-as7xth ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.iwild-hw3w6o .iwild-ff3130 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.iwild-hw3w6o .iwild-q6wtm2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.iwild-q6wtm2 {
  margin: 0 0 28px;
}

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

.iwild-ff3130 {
  margin: 0 0 28px;
}

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

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

.iwild-vkf454 .iwild-vqprhf {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.iwild-o8mbaa {
  position: relative;
  border: none;
}

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

.iwild-ugf2e3 {
  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;
}

.iwild-ugf2e3 span {
  height: 32px;
}

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

.iwild-ugf2e3.iwild-abgr89 span {
  transform: scaleY(-1);
}

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

.iwild-wl003l {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.iwild-wl003l.iwild-ad7vxb {
  display: none;
}

.iwild-inj8ab {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.iwild-inj8ab table {
  width: 100%;
  border-collapse: collapse;
}

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

  .iwild-inj8ab table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.iwild-dqphz5 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.iwild-xy7ecj p {
  color: var(--text-color);
}

.iwild-f88j4g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.iwild-8cah5y {
  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);
}

.iwild-m79q5m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.iwild-vhr8ni p + p {
  margin-top: 10px;
}

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

.iwild-yu44x0 {
  display: none;
}

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

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

.iwild-lzz1e2 li {
  margin: 0 20px;
}

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

.iwild-lzz1e2 li a img {
  margin-bottom: 4px;
}

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

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

.iwild-bxmluj li {
  font-size: 16px;
  position: relative;
}

.iwild-bxmluj li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.iwild-bxmluj li span {
  opacity: 0.5;
}

.iwild-bxmluj li + li {
  margin-left: 30px;
}

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

h2.iwild-kcow0d {
  margin: 0 0 28px;
}

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

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

.iwild-5juvq3 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);
}

.iwild-5juvq3 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;
}

.iwild-5juvq3 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;
}

.iwild-5juvq3 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.iwild-5juvq3 tbody tr:last-of-type {
  margin-bottom: 0;
}

.iwild-5juvq3 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.iwild-5juvq3 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);
}

.iwild-5juvq3 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);
}

.iwild-5juvq3 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.iwild-5juvq3 tbody tr td .iwild-kfdd38 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .iwild-5juvq3 tbody tr td .iwild-kfdd38 {
    width: 100%;
  }
}

.iwild-5juvq3 tbody tr td .iwild-5ewztt {
  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.iwild-jclv9c ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .iwild-5juvq3 tbody tr td .iwild-5ewztt:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .iwild-5juvq3 tbody tr td .iwild-5ewztt {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .iwild-5juvq3 tbody tr td .iwild-5ewztt {
    width: 100%;
  }
}

.iwild-5juvq3 tbody tr td .iwild-6wegef {
  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) {
  .iwild-5juvq3 tbody tr td .iwild-6wegef:hover {
    text-decoration: none;
  }
}

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

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

.iwild-q9nc7s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.iwild-uwi3q0 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.iwild-jclv9c ease-in-out;
}

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

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

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

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

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

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

.iwild-pl27vv img {
  width: 100%;
  height: 100%;
}

.iwild-pl27vv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.iwild-g0rw9k svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.iwild-jclv9c ease-in-out;
}

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

.iwild-vhtyv1 {
  padding: 90px 0;
}

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

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

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

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

.iwild-3z6mcg img {
  width: 100%;
}

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

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

.iwild-cju17c {
  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;
}

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

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

.iwild-cap74d {
  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.iwild-jclv9c ease-in-out;
}

.iwild-cap74d:hover {
  border: 1px solid #8c8ca2;
}

.iwild-zjb770 {
  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%);
}

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

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

.iwild-4nrscf a {
  text-decoration: underline;
  color: #8babff;
}

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

.iwild-0qspjf .iwild-cap74d {
  width: 50%;
  margin: 0;
}

.iwild-haqljs {
  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;
}

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

.iwild-l8ntwr {
  margin: 0 0 100px;
}

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

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

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

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

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

.iwild-uyk3ky {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.iwild-c8yawv 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.iwild-jclv9c ease-in-out;
}

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

.iwild-c8yawv a svg {
  fill: #fff;
}

.iwild-c8yawv a:hover {
  background: #3d68e7;
}

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

.iwild-ug8l7c {
  margin-bottom: 16px;
}

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

.iwild-s63u2m {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.iwild-y9dwtg 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);
}

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

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

.iwild-y9dwtg table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.iwild-1koflk.iwild-2c47st {
  display: none;
}

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

.iwild-2ijtyv iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iwild-2ijtyv iframe.iwild-zbbgx1 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.iwild-2ijtyv.iwild-ohr14t {
  opacity: 1;
  pointer-events: all;
}

.iwild-huts2m {
  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.iwild-jclv9c ease-in-out;
}

.iwild-huts2m svg {
  margin-right: 10px;
}

.iwild-huts2m + .iwild-huts2m {
  margin-top: 14px;
}

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

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

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

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

.iwild-x25o30 .iwild-vkf454 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .iwild-x25o30 .iwild-vkf454 {
    margin: 28px 0 0;
  }
}

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

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

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

.iwild-4vfx7h {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.iwild-dkgazg {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.iwild-tfts72 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.iwild-pekoj2 .iwild-vqprhf {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .iwild-pekoj2 .iwild-vqprhf {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.iwild-qpfzm0 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.iwild-qpfzm0 img {
  width: 100%;
}

.iwild-wor02c {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.iwild-khzdoa {
  width: 100%;
  margin: 0 0 100px;
}

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

.iwild-khzdoa .iwild-myrift {
  position: relative;
}

.iwild-khzdoa .iwild-aogta4 {
  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;
}

.iwild-khzdoa .iwild-aogta4.iwild-2c47st {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .iwild-khzdoa .iwild-8ng47v {
    bottom: 90px;
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-3a0a66 {
  max-width: 300px;
  width: 100%;
}

.iwild-khzdoa .iwild-8ng47v .iwild-3a0a66 .iwild-sgrfhy {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-8ng47v .iwild-3a0a66 .iwild-sgrfhy {
    font-size: 32px;
    text-align: center;
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-3a0a66 .iwild-9wxngo {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-8ng47v .iwild-3a0a66 .iwild-9wxngo {
    text-align: center;
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-8ng47v .iwild-kteyec {
    flex-direction: column-reverse;
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-dcd9j5 {
  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.iwild-jclv9c ease-in-out;
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-dcd9j5:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-dcd9j5 {
    width: 100%;
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-ozffgb {
  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.iwild-jclv9c ease-in-out;
  overflow: hidden;
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-ozffgb 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);
  }
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-ozffgb: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;
}

.iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-ozffgb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-8ng47v .iwild-kteyec .iwild-ozffgb {
    width: 100%;
  }
}

.iwild-khzdoa .iwild-8ng47v.iwild-2c47st {
  display: none;
}

.iwild-khzdoa .iwild-nilmk1 {
  display: none;
}

.iwild-khzdoa .iwild-nilmk1.iwild-ohr14t {
  display: block;
}

.iwild-khzdoa .iwild-nilmk1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-nilmk1 iframe {
    height: calc(100vh - 54px);
  }
}

.iwild-khzdoa .iwild-7a2nic {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .iwild-khzdoa .iwild-7a2nic {
    padding: 24px 16px 0;
  }
}

.iwild-khzdoa .iwild-7a2nic .iwild-sgrfhy {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .iwild-khzdoa .iwild-7a2nic .iwild-sgrfhy {
    margin-bottom: 24px;
  }
}

.iwild-khzdoa .iwild-7a2nic 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);
}

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

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

.iwild-khzdoa .iwild-7a2nic table tr:last-of-type td {
  border-bottom: none;
}

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

.iwild-6yl4ma.iwild-3lygtt {
  display: block;
}

.iwild-6yl4ma iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.iwild-6yl4ma .iwild-udhiqw {
  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;
}

.iwild-6yl4ma .iwild-m2g35s {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.iwild-6yl4ma .iwild-ozffgb {
  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.iwild-jclv9c ease-in-out;
}

.iwild-6yl4ma .iwild-ozffgb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.iwild-bozm6v.iwild-3lygtt {
  display: block;
}

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

.iwild-03qoj0 {
  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;
}

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

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

.iwild-x7jxlg {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.iwild-x7jxlg svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.iwild-vmaxaa {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iwild-k5mwsa.iwild-2c47st {
  display: none;
}

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

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

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

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

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

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

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

.iwild-ktxigr input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.iwild-ktxigr input:active {
  border-color: #c2c0ce;
}

.iwild-ktxigr input:focus {
  border-color: #c2c0ce;
}

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

.iwild-6fgb48 {
  margin-bottom: 36px;
}

.iwild-6fgb48 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;
}

.iwild-6fgb48 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.iwild-6fgb48 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.iwild-sr0hef {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.iwild-piil35 {
  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.iwild-jclv9c ease-in-out;
}

.iwild-piil35:hover {
  background: var(--border-color);
}

.iwild-6fv3dy {
  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.iwild-jclv9c ease-in-out;
}

.iwild-6fv3dy:hover {
  background: #166ad9;
}

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

.iwild-nj6ilj.iwild-2c47st {
  display: none;
}

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

.iwild-nj6ilj .iwild-piil35 {
  margin: 0 auto;
}

.iwild-s1thp9 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.iwild-pdugxp {
  filter: grayscale(100%);
}

.iwild-s1b8mw > input {
  display: none;
}

.iwild-s1b8mw > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.iwild-73bvkl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.iwild-5fi2my 44.iwild-unz4ro.iwild-43yk94.iwild-28hptb.iwild-42d0ya.iwild-vu4p4b.iwild-90y6jb.iwild-wvxdn0.iwild-z38kz2.iwild-ufg9eq.iwild-bpdyue.iwild-7grg08.iwild-opaqvb 0l-12.iwild-4rq7kd 30.iwild-vgba75.iwild-gd1yqu 2.iwild-jlx2hi.iwild-gd1yqu 3.iwild-1kof8l 3.iwild-4j0m7m.iwild-jextcg 3.iwild-y2yuoh.iwild-dq4ehq.iwild-1167nh.iwild-7wq3gq 7-3.iwild-4rq7kd 10.iwild-4uphlk.iwild-7wq3gq 23.iwild-dgd4go.iwild-7v7sn6 1.iwild-ccdzgv 2.iwild-4rq7kd 3.iwild-7v7sn6 1.iwild-jextcg 5.iwild-mnn97k.iwild-jextcg 32.iwild-24lnhn.iwild-dq4ehq 5.iwild-opaqvb 4.iwild-7wq3gq 9.iwild-7wq3gq 8.iwild-jextcg 6.iwild-qvuaqg.iwild-v4jk0j.iwild-osdos5.iwild-lywb9k.iwild-kouqx9 4.iwild-xx5hsi.iwild-kouqx9 6.iwild-kouqx9 0l29.iwild-opaqvb 17.iwild-26brdl.iwild-fyy7xm 2.iwild-6h6pin 10.iwild-el6cpj.iwild-4rq7kd 8.iwild-96trzi.iwild-3dkyda.iwild-g1jxgk.iwild-5k0ufv.iwild-hq1co6.iwild-dq4ehq.iwild-vu4p4b.iwild-4rq7kd 1.iwild-ytyivt.iwild-p1hssb.iwild-vf2g8g.iwild-tuk69d.iwild-4uh99u.iwild-ccdzgv 1.iwild-tv7i37.iwild-4or78q.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.iwild-s1b8mw > input:checked ~ label,
.iwild-s1b8mw > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.iwild-73bvkl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.iwild-5fi2my 44.iwild-unz4ro.iwild-43yk94.iwild-28hptb.iwild-42d0ya.iwild-vu4p4b.iwild-90y6jb.iwild-wvxdn0.iwild-z38kz2.iwild-ufg9eq.iwild-bpdyue.iwild-7grg08.iwild-opaqvb 0l-12.iwild-4rq7kd 30.iwild-vgba75.iwild-gd1yqu 2.iwild-jlx2hi.iwild-gd1yqu 3.iwild-1kof8l 3.iwild-4j0m7m.iwild-jextcg 3.iwild-y2yuoh.iwild-dq4ehq.iwild-1167nh.iwild-7wq3gq 7-3.iwild-4rq7kd 10.iwild-4uphlk.iwild-7wq3gq 23.iwild-dgd4go.iwild-7v7sn6 1.iwild-ccdzgv 2.iwild-4rq7kd 3.iwild-7v7sn6 1.iwild-jextcg 5.iwild-mnn97k.iwild-jextcg 32.iwild-24lnhn.iwild-dq4ehq 5.iwild-opaqvb 4.iwild-7wq3gq 9.iwild-7wq3gq 8.iwild-jextcg 6.iwild-qvuaqg.iwild-v4jk0j.iwild-osdos5.iwild-lywb9k.iwild-kouqx9 4.iwild-xx5hsi.iwild-kouqx9 6.iwild-kouqx9 0l29.iwild-opaqvb 17.iwild-26brdl.iwild-fyy7xm 2.iwild-6h6pin 10.iwild-el6cpj.iwild-4rq7kd 8.iwild-96trzi.iwild-3dkyda.iwild-g1jxgk.iwild-5k0ufv.iwild-hq1co6.iwild-dq4ehq.iwild-vu4p4b.iwild-4rq7kd 1.iwild-ytyivt.iwild-p1hssb.iwild-vf2g8g.iwild-tuk69d.iwild-4uh99u.iwild-ccdzgv 1.iwild-tv7i37.iwild-4or78q.5z'/%3e%3c/svg%3e");
}

.iwild-s1b8mw > input:not(:checked) ~ label:hover,
.iwild-s1b8mw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.iwild-73bvkl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.iwild-5fi2my 44.iwild-unz4ro.iwild-43yk94.iwild-28hptb.iwild-42d0ya.iwild-vu4p4b.iwild-90y6jb.iwild-wvxdn0.iwild-z38kz2.iwild-ufg9eq.iwild-bpdyue.iwild-7grg08.iwild-opaqvb 0l-12.iwild-4rq7kd 30.iwild-vgba75.iwild-gd1yqu 2.iwild-jlx2hi.iwild-gd1yqu 3.iwild-1kof8l 3.iwild-4j0m7m.iwild-jextcg 3.iwild-y2yuoh.iwild-dq4ehq.iwild-1167nh.iwild-7wq3gq 7-3.iwild-4rq7kd 10.iwild-4uphlk.iwild-7wq3gq 23.iwild-dgd4go.iwild-7v7sn6 1.iwild-ccdzgv 2.iwild-4rq7kd 3.iwild-7v7sn6 1.iwild-jextcg 5.iwild-mnn97k.iwild-jextcg 32.iwild-24lnhn.iwild-dq4ehq 5.iwild-opaqvb 4.iwild-7wq3gq 9.iwild-7wq3gq 8.iwild-jextcg 6.iwild-qvuaqg.iwild-v4jk0j.iwild-osdos5.iwild-lywb9k.iwild-kouqx9 4.iwild-xx5hsi.iwild-kouqx9 6.iwild-kouqx9 0l29.iwild-opaqvb 17.iwild-26brdl.iwild-fyy7xm 2.iwild-6h6pin 10.iwild-el6cpj.iwild-4rq7kd 8.iwild-96trzi.iwild-3dkyda.iwild-g1jxgk.iwild-5k0ufv.iwild-hq1co6.iwild-dq4ehq.iwild-vu4p4b.iwild-4rq7kd 1.iwild-ytyivt.iwild-p1hssb.iwild-vf2g8g.iwild-tuk69d.iwild-4uh99u.iwild-ccdzgv 1.iwild-tv7i37.iwild-4or78q.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .iwild-sf844k > .iwild-8uxdya {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .iwild-sf844k > .iwild-8uxdya {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .iwild-sf844k > .iwild-8uxdya {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .iwild-sf844k > .iwild-8uxdya {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .iwild-sf844k > .iwild-8uxdya {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.iwild-snhjei.iwild-2c47st {
  display: none;
}

.iwild-3x5opy {
  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) {
  .iwild-3x5opy {
    height: 74px;
    overflow: visible;
  }
}

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

.iwild-sk7s6z {
  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;
}

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

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

.iwild-sk7s6z img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.iwild-eliktq {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .iwild-65rhhx {
    top: -20px;
  }
}

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

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

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

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

.iwild-snhjei.iwild-vnavm4 .iwild-3x5opy {
  background: #2b3b67;
}

.iwild-snhjei.iwild-vnavm4 .iwild-sk7s6z {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.iwild-snhjei.iwild-vnavm4 .iwild-sk7s6z::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.iwild-snhjei.iwild-vnavm4 .iwild-sk7s6z::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.iwild-snhjei.iwild-vnavm4 .iwild-eliktq::before {
  background: #0e0f41;
}

.iwild-snhjei.iwild-vnavm4 .iwild-eliktq::after {
  background: #152557;
}

.iwild-snhjei.iwild-0qxlgv .iwild-3x5opy {
  background: #1f35fa;
}

.iwild-snhjei.iwild-0qxlgv .iwild-sk7s6z {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.iwild-snhjei.iwild-0qxlgv .iwild-sk7s6z::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.iwild-snhjei.iwild-0qxlgv .iwild-sk7s6z::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.iwild-snhjei.iwild-0qxlgv .iwild-eliktq::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.iwild-snhjei.iwild-0qxlgv .iwild-eliktq::after {
  background: #192ac8;
}

.iwild-snhjei.iwild-pck4z5 .iwild-3x5opy {
  background: #fa771f;
}

.iwild-snhjei.iwild-pck4z5 .iwild-sk7s6z {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.iwild-snhjei.iwild-pck4z5 .iwild-sk7s6z::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.iwild-snhjei.iwild-pck4z5 .iwild-sk7s6z::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.iwild-snhjei.iwild-pck4z5 .iwild-eliktq::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.iwild-snhjei.iwild-pck4z5 .iwild-eliktq::after {
  background: #fa8535;
}

.iwild-vwohiv {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.iwild-j3qejs {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.iwild-d4536f {
  width: 120px;
  height: 22px;
}

.iwild-d4536f .iwild-myyzpb {
  fill: #c2c0ce;
}

.iwild-d4536f [rating="1"] .iwild-myyzpb:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.iwild-d4536f [rating="2"] .iwild-myyzpb:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.iwild-d4536f [rating="3"] .iwild-myyzpb:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.iwild-d4536f [rating="4"] .iwild-myyzpb:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.iwild-d4536f [rating="5"] .iwild-myyzpb:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.iwild-scmeeo {
  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);
}

.iwild-scmeeo.iwild-ohr14t {
  display: block;
}

.iwild-scmeeo.iwild-2c47st {
  display: none;
}

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

.iwild-oc6buw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.iwild-pjejok {
  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);
}

.iwild-k1uyoi {
  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;
}

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

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

.iwild-2b0tsc {
  font-size: 16px;
  line-height: 140%;
}

.iwild-rrdbaj {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.iwild-rrdbaj .iwild-myyzpb {
  fill: #c2c0ce;
}

.iwild-rrdbaj [rating="1"] .iwild-myyzpb:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.iwild-rrdbaj [rating="2"] .iwild-myyzpb:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.iwild-rrdbaj [rating="3"] .iwild-myyzpb:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.iwild-rrdbaj [rating="4"] .iwild-myyzpb:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.iwild-rrdbaj [rating="5"] .iwild-myyzpb:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.iwild-68bh35 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.iwild-7u7taq {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.iwild-0njljv {
  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) {
  .iwild-0njljv {
    padding: 12px;
    gap: 12px;
  }
}

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

.iwild-shqwfg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iwild-fj0yqv {
  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;
}

.iwild-3h8b1c {
  flex: 1;
  min-width: 0;
}

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

.iwild-2961do {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.iwild-2961do svg,
.iwild-2961do img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iwild-2961do svg path {
  fill: var(--button-bg-color);
}

.iwild-2961do svg circle {
  fill: var(--button-text-color);
}

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

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

.iwild-yiknr8 strong {
  font-weight: 600;
}

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

.iwild-1p57rc p {
  margin: 0 0 16px;
}

.iwild-1p57rc p:last-child {
  margin-bottom: 0;
}

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

.iwild-gs4h6d {
  max-width: 300px;
  width: 100%;
}

.iwild-gs4h6d a {
  width: 100%;
}

@media (max-width: 575px) {
  .iwild-gs4h6d {
    max-width: 200px;
  }
}

.iwild-6882f7 {
  justify-content: center;
}

.iwild-npy5ty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iwild-byp8qc {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.iwild-180uwu .iwild-2mdtkt {
  justify-content: center;
}

/* faq */

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

.iwild-qqqh88 {
  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.iwild-afq5dg ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iwild-qqqh88::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.iwild-afq5dg ease;
}

.iwild-xo8w1s.iwild-3lygtt .iwild-qqqh88::after {
  transform: rotate(45deg);
}

.iwild-743btc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.iwild-jclv9c ease, padding 0.iwild-jclv9c ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.iwild-xo8w1s.iwild-3lygtt .iwild-743btc {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.iwild-aphsrd {
  margin: 25px 0;
}

.iwild-s1b8mw > input:not(:checked) ~ label:hover,
.iwild-s1b8mw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.iwild-c427f3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.iwild-0cp2ze 44.iwild-bs6lna.iwild-ifpo4r.iwild-yihhem.iwild-57wcis.iwild-yz8ri4.iwild-bg4qqg.iwild-busw9m.iwild-89uzfw.iwild-w8jzq4.iwild-avjvuv.iwild-iicf8z.iwild-8hntzf 0l-12.iwild-wtyndi 30.iwild-niqlzp.iwild-n1h2uo 2.iwild-f60nf0.iwild-n1h2uo 3.iwild-s6asfi 3.iwild-rxmr1f.iwild-1uc463 3.iwild-aqqu81.iwild-9ro41r.iwild-qov9o4.iwild-2tkygx 7-3.iwild-wtyndi 10.iwild-9af87w.iwild-2tkygx 23.iwild-bih99f.iwild-ecie39 1.iwild-l0kx1j 2.iwild-wtyndi 3.iwild-ecie39 1.iwild-1uc463 5.iwild-wmd0ev.iwild-1uc463 32.iwild-omr8rq.iwild-9ro41r 5.iwild-8hntzf 4.iwild-2tkygx 9.iwild-2tkygx 8.iwild-1uc463 6.iwild-jn9bz1.iwild-3dtsq5.iwild-vlo925.iwild-t3t0um.iwild-4ncq1c 4.iwild-yeb9p5.iwild-4ncq1c 6.iwild-4ncq1c 0l29.iwild-8hntzf 17.iwild-21k73i.iwild-cbs8tt 2.iwild-uww5ne 10.iwild-ztgoc1.iwild-wtyndi 8.iwild-pl3hwn.iwild-bj0cup.iwild-4z0c0o.iwild-i3huwd.iwild-q4ew8z.iwild-9ro41r.iwild-yz8ri4.iwild-wtyndi 1.iwild-8t0rls.iwild-ua4uqr.iwild-aujo79.iwild-fwpwy0.iwild-l2rd17.iwild-l0kx1j 1.iwild-cjwbfg.iwild-bh0iye.5z'/%3e%3c/svg%3e");
}

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

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

.iwild-t76tmd {
  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);
}

.iwild-t76tmd.iwild-j9cxf0 {
  display: block;
}

.iwild-t76tmd.iwild-u7isu2 {
  display: none;
}

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

.iwild-24fhdy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.iwild-0mvqg4 {
  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);
}

.iwild-ul2j50 {
  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;
}

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

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

.iwild-zt12vv {
  font-size: 16px;
  line-height: 140%;
}

.iwild-5p2zhr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.iwild-5p2zhr .iwild-j8ursb {
  fill: #c2c0ce;
}

.iwild-5p2zhr [rating="1"] .iwild-j8ursb:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.iwild-5p2zhr [rating="2"] .iwild-j8ursb:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.iwild-5p2zhr [rating="3"] .iwild-j8ursb:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.iwild-5p2zhr [rating="4"] .iwild-j8ursb:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.iwild-5p2zhr [rating="5"] .iwild-j8ursb:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.iwild-owa9oi 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;
}

.iwild-owa9oi 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 */

.iwild-ggwzmo {
  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);
}

.iwild-ggwzmo.iwild-s38hd7 {
  opacity: 1;
  pointer-events: auto;
}

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

.iwild-fjqbx7 label {
  font-size: 14px;
}

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

.iwild-k3i0jw h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.iwild-4g7vni, .iwild-8h7x2z, [class*="review-card"],
thead, thead th, table th, .iwild-f7dzlg,
.iwild-49p6xf, [class*="collapsible-header"],
.iwild-f88j4g, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.iwild-muy6mw, .iwild-muy6mw :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
