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;
  color: var(--title-color);
  text-decoration: none;
}

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

.chicken-road-k482nn {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.chicken-road-0tgwio {
  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) {
  .chicken-road-0tgwio: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;
  }
}

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

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

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

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

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

.chicken-road-j3eq89 {
  cursor: pointer;
}

.chicken-road-0ywt62 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.chicken-road-xygbkz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.chicken-road-xygbkz figure {
  margin: 0;
}

.chicken-road-xygbkz.chicken-road-5ficqu {
  justify-content: flex-start;
  margin-right: 4px;
}

.chicken-road-xygbkz.chicken-road-oaxh7f {
  justify-content: flex-end;
  margin-left: 4px;
}

.chicken-road-xygbkz.chicken-road-pdq6vb {
  justify-content: center;
}

.chicken-road-xygbkz.chicken-road-tgr438 {
  justify-content: normal;
}

.chicken-road-p0c77s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.chicken-road-7kbkwk {
  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) {
  .chicken-road-7kbkwk {
    flex-direction: column;
  }
}

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

.chicken-road-j4s8te img {
  width: 100%;
}

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

.chicken-road-3kyx8x {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.chicken-road-3kyx8x 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) {
  .chicken-road-3kyx8x ul {
    margin-bottom: 15px;
  }
}

.chicken-road-3kyx8x ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.chicken-road-3kyx8x 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);
}

.chicken-road-3kyx8x ul li span svg {
  fill: var(--title-color);
}

.chicken-road-3kyx8x ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .chicken-road-3kyx8x ul li small {
    font-size: 12px;
  }
}

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

.chicken-road-3kyx8x ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .chicken-road-3kyx8x {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.chicken-road-47y40n {
  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) {
  .chicken-road-47y40n {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.chicken-road-exsxeo {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-o36o5w {
    height: 50px;
  }
}

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

.chicken-road-o36o5w.chicken-road-l6cm0n {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-o36o5w.chicken-road-l6cm0n:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-9w7yf2 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .chicken-road-9w7yf2 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-9w7yf2 {
    padding: 50px 16px 68px;
  }
}

.chicken-road-zi39ni {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .chicken-road-zi39ni {
    flex-direction: column;
  }
}

.chicken-road-eaxtte {
  margin-bottom: 94px;
}

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

.chicken-road-iqcnxw .chicken-road-alvvrg {
  margin-bottom: 28px;
}

.chicken-road-iqcnxw .chicken-road-alvvrg img {
  max-height: 100px;
  width: auto;
}

.chicken-road-q3xrvv {
  display: flex;
  align-items: center;
}

.chicken-road-q3xrvv a + a {
  margin-left: 24px;
}

.chicken-road-q3xrvv img {
  max-height: 56px;
  width: auto;
}

.chicken-road-qoqi8i img {
  max-height: 38px!important;
  width: auto;
}

.chicken-road-q3xrvv img + img {
  margin-left: 24px;
}

.chicken-road-poww4a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.chicken-road-fqu8g7 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

.chicken-road-9kn6gy {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-9kn6gy {
    flex-wrap: wrap;
  }
}

.chicken-road-9kn6gy li {
  display: flex;
  margin: 0 7px;
}

.chicken-road-9kn6gy li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-9kn6gy li:hover svg {
    transform: scale(1.2);
  }
}

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

.chicken-road-b16bvv + .chicken-road-b16bvv {
  margin-left: 120px;
}

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

.chicken-road-7up6lx {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.chicken-road-9igv9t {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chicken-road-9igv9t li {
  font-size: 16px;
}

.chicken-road-9igv9t li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-9igv9t li a:hover {
    text-decoration: underline;
  }
}

.chicken-road-9igv9t li + li {
  margin-top: 16px;
}

.chicken-road-fk6ag2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.chicken-road-fk6ag2.chicken-road-lmhe7n {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.chicken-road-aczy8h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.chicken-road-m8axdc li {
  width: 100%;
}

.chicken-road-m8axdc 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: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.chicken-road-m8axdc li a svg {
  fill: var(--button-text-color);
}

.chicken-road-m8axdc li a.chicken-road-lmhe7n {
  background: var(--border-color);
}

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

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

.chicken-road-y4iszt {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.chicken-road-vswnto {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.chicken-road-vswnto img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.chicken-road-bjhx99 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-bjhx99 {
    height: 54px;
  }
}

.chicken-road-nha0nw {
  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) {
  .chicken-road-nha0nw {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .chicken-road-nha0nw .chicken-road-alvvrg img {
    max-width: 90px;
  }
}

.chicken-road-alvvrg img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .chicken-road-alvvrg {
    order: -2;
  }
}

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

.chicken-road-h5qvrm {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.chicken-road-h5qvrm li {
  font-size: 16px;
  margin: 0 20px;
}

.chicken-road-h5qvrm li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.chicken-road-g0vk8c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.chicken-road-g0vk8c.chicken-road-0n9u14 {
  margin-right: 0;
}

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

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

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

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

.chicken-road-iac187 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.chicken-road-iac187:hover > ul {
  display: flex;
}

.chicken-road-iac187:focus > ul {
  display: flex;
}

.chicken-road-iac187:focus-within > ul {
  display: flex;
}

.chicken-road-wil57d {
  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;
}

.chicken-road-wil57d::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 0chicken-road-jpdxgz ease-in-out;
}

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

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

.chicken-road-iac187 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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

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

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

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

.chicken-road-3bpnze {
  display: none;
}

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

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

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

.chicken-road-9iw0vz {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.chicken-road-9iw0vz img {
  margin-bottom: 3px;
}

.chicken-road-9iw0vz p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-9iw0vz p {
    font-size: 16px;
  }
}

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

@media (max-width: 600px) {
  .chicken-road-9iw0vz {
    padding: 0px 0px !important;
  }
}

.chicken-road-whts9r {
  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) {
  .chicken-road-whts9r {
    font-size: 32px;
  }
}

.chicken-road-8pzt81 {
  color: var(--text-color);
}

.chicken-road-bjbl4x {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.chicken-road-bjbl4x p img {
  display: block;
  margin: 0 auto;
}

.chicken-road-bjbl4x p:first-of-type {
  margin-top: 0;
}

.chicken-road-bjbl4x p:last-of-type {
  margin-bottom: 0;
}

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

.chicken-road-bjbl4x ul {
  padding: 0 0 0 20px;
}

.chicken-road-bjbl4x table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.chicken-road-bjbl4x table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.chicken-road-bjbl4x iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.chicken-road-eq2s1u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.chicken-road-vbpi37 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.chicken-road-vbpi37 .chicken-road-18k202 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .chicken-road-vbpi37 .chicken-road-18k202 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.chicken-road-vbpi37 .chicken-road-jif5f5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-vbpi37 .chicken-road-jif5f5 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .chicken-road-vbpi37 .chicken-road-jif5f5 img {
    width: 100%;
  }
}

.chicken-road-jif5f5 {
  margin: 0 0 28px;
}

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

.chicken-road-18k202 {
  margin: 0 0 28px;
}

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

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

.chicken-road-eq2s1u .chicken-road-0tgwio {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.chicken-road-fmipw4 {
  position: relative;
  border: none;
}

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

.chicken-road-1wx9hl {
  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;
}

.chicken-road-1wx9hl span {
  height: 32px;
}

.chicken-road-1wx9hl span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.chicken-road-1wx9hl.chicken-road-11h2gf span {
  transform: scaleY(-1);
}

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

.chicken-road-o5ustg {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.chicken-road-o5ustg li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.chicken-road-o5ustg.chicken-road-nayzk0 {
  display: none;
}

.chicken-road-ay4y6a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.chicken-road-ay4y6a table {
  width: 100%;
  border-collapse: collapse;
}

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

  .chicken-road-ay4y6a table td {
    min-width: 75px;
  }
}

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

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

.chicken-road-ay4y6a p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.chicken-road-hadgv9 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.chicken-road-kt5xdh table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.chicken-road-kt5xdh table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.chicken-road-kt5xdh p {
  color: var(--text-color);
}

.chicken-road-d9yz5a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.chicken-road-4ftdfp {
  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);
}

.chicken-road-sjw34h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.chicken-road-zl4czb p + p {
  margin-top: 10px;
}

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

.chicken-road-5zq5x7 {
  display: none;
}

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

.chicken-road-xa09rk {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.chicken-road-xa09rk li {
  margin: 0 20px;
}

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

.chicken-road-xa09rk li a img {
  margin-bottom: 4px;
}

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

.chicken-road-3t8rl2 {
  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) {
  .chicken-road-3t8rl2 {
    padding: 0 16px;
  }
}

.chicken-road-3t8rl2 li {
  font-size: 16px;
  position: relative;
}

.chicken-road-3t8rl2 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-3t8rl2 li a:hover {
    text-decoration: underline;
  }
}

.chicken-road-3t8rl2 li span {
  opacity: 0.5;
}

.chicken-road-3t8rl2 li + li {
  margin-left: 30px;
}

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

h2.chicken-road-jwxx1g {
  margin: 0 0 28px;
}

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

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

.chicken-road-ytrguz 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);
}

.chicken-road-ytrguz 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;
}

.chicken-road-ytrguz 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;
}

.chicken-road-ytrguz tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.chicken-road-ytrguz tbody tr:last-of-type {
  margin-bottom: 0;
}

.chicken-road-ytrguz tbody tr td:first-of-type {
  flex-shrink: 0;
}

.chicken-road-ytrguz 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);
}

.chicken-road-ytrguz 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);
}

.chicken-road-ytrguz tbody tr td:last-of-type {
  margin-left: auto;
}

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

.chicken-road-ytrguz tbody tr td .chicken-road-lloz9o {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .chicken-road-ytrguz tbody tr td .chicken-road-lloz9o {
    width: 100%;
  }
}

.chicken-road-ytrguz tbody tr td .chicken-road-9fc595 {
  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: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-ytrguz tbody tr td .chicken-road-9fc595:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-ytrguz tbody tr td .chicken-road-9fc595 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .chicken-road-ytrguz tbody tr td .chicken-road-9fc595 {
    width: 100%;
  }
}

.chicken-road-ytrguz tbody tr td .chicken-road-ougbj3 {
  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) {
  .chicken-road-ytrguz tbody tr td .chicken-road-ougbj3:hover {
    text-decoration: none;
  }
}

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

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

.chicken-road-t4z05r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.chicken-road-zeevzw {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.chicken-road-ogew1x img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

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

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

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

@media only screen and (max-width: 520px) {
  .chicken-road-5xj0f0 {
    height: 190px;
    margin: 20px auto;
  }
}

.chicken-road-5xj0f0 img {
  width: 100%;
  height: 100%;
}

.chicken-road-5xj0f0 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.chicken-road-nl5ucl svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.chicken-road-w2abws {
  padding: 90px 0;
}

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

.chicken-road-mylsnc {
  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) {
  .chicken-road-mylsnc {
    padding: 0 16px;
  }
}

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

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

.chicken-road-v7d368 img {
  width: 100%;
}

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

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

.chicken-road-svobgp {
  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;
}

.chicken-road-svobgp 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) {
  .chicken-road-svobgp {
    flex-basis: auto;
  }
}

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

.chicken-road-ew49cr {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-ew49cr:hover {
  border: 1px solid #8c8ca2;
}

.chicken-road-802j03 {
  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%);
}

.chicken-road-802j03:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.chicken-road-r4xt4t a {
  text-decoration: underline;
  color: #8babff;
}

.chicken-road-3oisac {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.chicken-road-3oisac .chicken-road-ew49cr {
  width: 50%;
  margin: 0;
}

.chicken-road-696mcm {
  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;
}

.chicken-road-696mcm:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.chicken-road-flphxm {
  margin: 0 0 100px;
}

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

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

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

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

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

.chicken-road-nrxx9u {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.chicken-road-3lr0zr 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: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .chicken-road-3lr0zr a {
    margin: 1px 0 4px;
  }
}

.chicken-road-3lr0zr a svg {
  fill: #fff;
}

.chicken-road-3lr0zr a:hover {
  background: #3d68e7;
}

.chicken-road-5xrtzy {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.chicken-road-sa8msa {
  margin-bottom: 16px;
}

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

.chicken-road-rf9aj0 {
  font-size: 16px;
  color: var(--text-color);
}

.chicken-road-hfl490 {
  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) {
  .chicken-road-hfl490 {
    padding: 0 16px;
  }
}

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

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

.chicken-road-cs303d {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.chicken-road-6tsxwu {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.chicken-road-6tsxwu 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);
}

.chicken-road-6tsxwu 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) {
  .chicken-road-6tsxwu table tr td {
    padding: 12px 4px;
  }
}

.chicken-road-6tsxwu 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) {
  .chicken-road-6tsxwu table tr th {
    padding: 12px 4px;
  }
}

.chicken-road-6tsxwu table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .chicken-road-6tsxwu {
    margin: 0;
  }
}

.chicken-road-9oancl {
  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) {
  .chicken-road-9oancl {
    min-height: 190px;
  }
}

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

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

.chicken-road-k6oniz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.chicken-road-k6oniz.chicken-road-ttpkhw {
  display: none;
}

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

.chicken-road-vveg4t iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chicken-road-vveg4t iframe.chicken-road-vylb0p {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.chicken-road-vveg4t.chicken-road-5iuiw3 {
  opacity: 1;
  pointer-events: all;
}

.chicken-road-3as26s {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-3as26s svg {
  margin-right: 10px;
}

.chicken-road-3as26s + .chicken-road-3as26s {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .chicken-road-3as26s:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .chicken-road-3as26s {
    height: 42px;
    max-width: 220px;
  }
}

.chicken-road-hfl490 .chicken-road-eq2s1u {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.chicken-road-hfl490 .chicken-road-eq2s1u h1,
.chicken-road-hfl490 .chicken-road-eq2s1u 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) {
  .chicken-road-hfl490 .chicken-road-eq2s1u h1,
  .chicken-road-hfl490 .chicken-road-eq2s1u h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .chicken-road-hfl490 .chicken-road-eq2s1u {
    margin: 28px 0 0;
  }
}

.chicken-road-o57dmy {
  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) {
  .chicken-road-o57dmy {
    padding: 0 16px;
  }
}

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

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

.chicken-road-fyih05 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.chicken-road-m3hog4 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chicken-road-g6b2hz {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.chicken-road-15d0fs {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.chicken-road-iiwj0x {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .chicken-road-k6f1rq {
    padding: 10px;
  }
}

.chicken-road-k6f1rq .chicken-road-0tgwio {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .chicken-road-k6f1rq .chicken-road-0tgwio {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .chicken-road-k6f1rq {
    flex-wrap: wrap;
  }
}

.chicken-road-w0l5c8 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.chicken-road-w0l5c8 img {
  width: 100%;
}

.chicken-road-lt6uxf {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.chicken-road-jswp9p {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.chicken-road-50ykyt {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt {
    margin: 0 0 60px;
  }
}

.chicken-road-50ykyt .chicken-road-bqf1ds {
  position: relative;
}

.chicken-road-50ykyt .chicken-road-vaz4va {
  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;
}

.chicken-road-50ykyt .chicken-road-vaz4va.chicken-road-ttpkhw {
  display: none;
}

.chicken-road-50ykyt .chicken-road-8agmm2 {
  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) {
  .chicken-road-50ykyt .chicken-road-8agmm2 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .chicken-road-50ykyt .chicken-road-8agmm2 {
    bottom: 90px;
  }
}

.chicken-road-50ykyt .chicken-road-8agmm2 .chicken-road-8o2g4m {
  max-width: 300px;
  width: 100%;
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-8o2g4m
  .chicken-road-4n1u0i {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt
    .chicken-road-8agmm2
    .chicken-road-8o2g4m
    .chicken-road-4n1u0i {
    font-size: 32px;
    text-align: center;
  }
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-8o2g4m
  .chicken-road-g3twuc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt
    .chicken-road-8agmm2
    .chicken-road-8o2g4m
    .chicken-road-g3twuc {
    text-align: center;
  }
}

.chicken-road-50ykyt .chicken-road-8agmm2 .chicken-road-0n9u14 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt .chicken-road-8agmm2 .chicken-road-0n9u14 {
    flex-direction: column-reverse;
  }
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-fqu2t2 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-fqu2t2:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt
    .chicken-road-8agmm2
    .chicken-road-0n9u14
    .chicken-road-fqu2t2 {
    width: 100%;
  }
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-ribaqs {
  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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-ribaqs
  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);
  }
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-ribaqs: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;
}

.chicken-road-50ykyt
  .chicken-road-8agmm2
  .chicken-road-0n9u14
  .chicken-road-ribaqs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt
    .chicken-road-8agmm2
    .chicken-road-0n9u14
    .chicken-road-ribaqs {
    width: 100%;
  }
}

.chicken-road-50ykyt .chicken-road-8agmm2.chicken-road-ttpkhw {
  display: none;
}

.chicken-road-50ykyt .chicken-road-x00hlp {
  display: none;
}

.chicken-road-50ykyt .chicken-road-x00hlp.chicken-road-5iuiw3 {
  display: block;
}

.chicken-road-50ykyt .chicken-road-x00hlp iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt .chicken-road-x00hlp iframe {
    height: calc(100vh - 54px);
  }
}

.chicken-road-50ykyt .chicken-road-x7lr3h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .chicken-road-50ykyt .chicken-road-x7lr3h {
    padding: 24px 16px 0;
  }
}

.chicken-road-50ykyt .chicken-road-x7lr3h .chicken-road-4n1u0i {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .chicken-road-50ykyt .chicken-road-x7lr3h .chicken-road-4n1u0i {
    margin-bottom: 24px;
  }
}

.chicken-road-50ykyt .chicken-road-x7lr3h 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);
}

.chicken-road-50ykyt .chicken-road-x7lr3h 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) {
  .chicken-road-50ykyt .chicken-road-x7lr3h table tr td {
    padding: 12px 4px;
  }
}

.chicken-road-50ykyt .chicken-road-x7lr3h 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) {
  .chicken-road-50ykyt .chicken-road-x7lr3h table tr th {
    padding: 12px 4px;
  }
}

.chicken-road-50ykyt .chicken-road-x7lr3h table tr:last-of-type td {
  border-bottom: none;
}

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

.chicken-road-le9p1q.chicken-road-lmhe7n {
  display: block;
}

.chicken-road-le9p1q iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.chicken-road-le9p1q .chicken-road-w1ruf7 {
  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;
}

.chicken-road-le9p1q .chicken-road-pp6cbe {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.chicken-road-le9p1q .chicken-road-ribaqs {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-le9p1q .chicken-road-ribaqs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.chicken-road-c3xs0x.chicken-road-lmhe7n {
  display: block;
}

.chicken-road-015anh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.chicken-road-ndnbuj {
  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;
}

.chicken-road-z2b8fj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.chicken-road-ecftc6 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.chicken-road-ecftc6 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.chicken-road-nlw9yn {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chicken-road-tkeywh.chicken-road-ttpkhw {
  display: none;
}

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

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

.chicken-road-70batf {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.chicken-road-70batf span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.chicken-road-70batf 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: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.chicken-road-70batf input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-70batf input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-70batf input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.chicken-road-70batf input:active {
  border-color: #c2c0ce;
}

.chicken-road-70batf input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .chicken-road-70batf {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.chicken-road-5etzdw {
  margin-bottom: 36px;
}

.chicken-road-5etzdw 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;
}

.chicken-road-5etzdw textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.chicken-road-5etzdw textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .chicken-road-5etzdw {
    margin-bottom: 24px;
  }
}

.chicken-road-4gasbj {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chicken-road-ii8um6 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-ii8um6:hover {
  background: var(--border-color);
}

.chicken-road-w9wsaj {
  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: 0chicken-road-spynx9 ease-in-out;
}

.chicken-road-w9wsaj:hover {
  background: #166ad9;
}

.chicken-road-pz2q00 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.chicken-road-pz2q00.chicken-road-ttpkhw {
  display: none;
}

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

.chicken-road-pz2q00 .chicken-road-ii8um6 {
  margin: 0 auto;
}

.chicken-road-4umk8o {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.chicken-road-dripof {
  filter: grayscale(100%);
}

.chicken-road-kmfysv > input {
  display: none;
}

.chicken-road-kmfysv > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-8idlei.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.chicken-road-8a51ha 44.chicken-road-ub5p52.chicken-road-hjgrqu.chicken-road-2mclux.chicken-road-vo04or.chicken-road-8l3yzv.chicken-road-rtcd41.chicken-road-jnna9z.chicken-road-us828l.chicken-road-to0cfy.chicken-road-wwrzss.chicken-road-y4s93v.chicken-road-2esrvu 0l-12.chicken-road-r5e0wl 30.chicken-road-saidel.chicken-road-qxi2hp 2.chicken-road-qo956t.chicken-road-qxi2hp 3.chicken-road-vm59fr 3.chicken-road-y0rutk.chicken-road-y585z2 3.chicken-road-a339ld.chicken-road-6yd6o5.chicken-road-8a70c7.chicken-road-sxjn7m 7-3.chicken-road-r5e0wl 10.chicken-road-a7jiso.chicken-road-sxjn7m 23.chicken-road-pq4gdq.chicken-road-0dwawt 1.chicken-road-qz1ft0 2.chicken-road-r5e0wl 3.chicken-road-0dwawt 1.chicken-road-y585z2 5.chicken-road-dbnqic.chicken-road-y585z2 32.chicken-road-wt9cvy.chicken-road-6yd6o5 5.chicken-road-2esrvu 4.chicken-road-sxjn7m 9.chicken-road-sxjn7m 8.chicken-road-y585z2 6.chicken-road-6nf0vr.chicken-road-1eg93w.chicken-road-awotae.chicken-road-1a5t4w.chicken-road-k36o23 4.chicken-road-aqqd98.chicken-road-k36o23 6.chicken-road-k36o23 0l29.chicken-road-2esrvu 17.chicken-road-873ly8.chicken-road-am2mqg 2.chicken-road-3fknb9 10.chicken-road-riw5q9.chicken-road-r5e0wl 8.chicken-road-fqyh9j.chicken-road-k9gqq7.chicken-road-pv7tuc.chicken-road-6d20mj.chicken-road-s8kyfi.chicken-road-6yd6o5.chicken-road-8l3yzv.chicken-road-r5e0wl 1.chicken-road-ctj96r.chicken-road-mfc84c.chicken-road-7u0htg.chicken-road-yd2diy.chicken-road-louh97.chicken-road-qz1ft0 1.chicken-road-xg8erj.chicken-road-l2sdbg.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.chicken-road-kmfysv > input:checked ~ label,
.chicken-road-kmfysv > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-8idlei.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.chicken-road-8a51ha 44.chicken-road-ub5p52.chicken-road-hjgrqu.chicken-road-2mclux.chicken-road-vo04or.chicken-road-8l3yzv.chicken-road-rtcd41.chicken-road-jnna9z.chicken-road-us828l.chicken-road-to0cfy.chicken-road-wwrzss.chicken-road-y4s93v.chicken-road-2esrvu 0l-12.chicken-road-r5e0wl 30.chicken-road-saidel.chicken-road-qxi2hp 2.chicken-road-qo956t.chicken-road-qxi2hp 3.chicken-road-vm59fr 3.chicken-road-y0rutk.chicken-road-y585z2 3.chicken-road-a339ld.chicken-road-6yd6o5.chicken-road-8a70c7.chicken-road-sxjn7m 7-3.chicken-road-r5e0wl 10.chicken-road-a7jiso.chicken-road-sxjn7m 23.chicken-road-pq4gdq.chicken-road-0dwawt 1.chicken-road-qz1ft0 2.chicken-road-r5e0wl 3.chicken-road-0dwawt 1.chicken-road-y585z2 5.chicken-road-dbnqic.chicken-road-y585z2 32.chicken-road-wt9cvy.chicken-road-6yd6o5 5.chicken-road-2esrvu 4.chicken-road-sxjn7m 9.chicken-road-sxjn7m 8.chicken-road-y585z2 6.chicken-road-6nf0vr.chicken-road-1eg93w.chicken-road-awotae.chicken-road-1a5t4w.chicken-road-k36o23 4.chicken-road-aqqd98.chicken-road-k36o23 6.chicken-road-k36o23 0l29.chicken-road-2esrvu 17.chicken-road-873ly8.chicken-road-am2mqg 2.chicken-road-3fknb9 10.chicken-road-riw5q9.chicken-road-r5e0wl 8.chicken-road-fqyh9j.chicken-road-k9gqq7.chicken-road-pv7tuc.chicken-road-6d20mj.chicken-road-s8kyfi.chicken-road-6yd6o5.chicken-road-8l3yzv.chicken-road-r5e0wl 1.chicken-road-ctj96r.chicken-road-mfc84c.chicken-road-7u0htg.chicken-road-yd2diy.chicken-road-louh97.chicken-road-qz1ft0 1.chicken-road-xg8erj.chicken-road-l2sdbg.5z'/%3e%3c/svg%3e");
}

.chicken-road-kmfysv > input:not(:checked) ~ label:hover,
.chicken-road-kmfysv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-8idlei.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-8a51ha 44.chicken-road-ub5p52.chicken-road-hjgrqu.chicken-road-2mclux.chicken-road-vo04or.chicken-road-8l3yzv.chicken-road-rtcd41.chicken-road-jnna9z.chicken-road-us828l.chicken-road-to0cfy.chicken-road-wwrzss.chicken-road-y4s93v.chicken-road-2esrvu 0l-12.chicken-road-r5e0wl 30.chicken-road-saidel.chicken-road-qxi2hp 2.chicken-road-qo956t.chicken-road-qxi2hp 3.chicken-road-vm59fr 3.chicken-road-y0rutk.chicken-road-y585z2 3.chicken-road-a339ld.chicken-road-6yd6o5.chicken-road-8a70c7.chicken-road-sxjn7m 7-3.chicken-road-r5e0wl 10.chicken-road-a7jiso.chicken-road-sxjn7m 23.chicken-road-pq4gdq.chicken-road-0dwawt 1.chicken-road-qz1ft0 2.chicken-road-r5e0wl 3.chicken-road-0dwawt 1.chicken-road-y585z2 5.chicken-road-dbnqic.chicken-road-y585z2 32.chicken-road-wt9cvy.chicken-road-6yd6o5 5.chicken-road-2esrvu 4.chicken-road-sxjn7m 9.chicken-road-sxjn7m 8.chicken-road-y585z2 6.chicken-road-6nf0vr.chicken-road-1eg93w.chicken-road-awotae.chicken-road-1a5t4w.chicken-road-k36o23 4.chicken-road-aqqd98.chicken-road-k36o23 6.chicken-road-k36o23 0l29.chicken-road-2esrvu 17.chicken-road-873ly8.chicken-road-am2mqg 2.chicken-road-3fknb9 10.chicken-road-riw5q9.chicken-road-r5e0wl 8.chicken-road-fqyh9j.chicken-road-k9gqq7.chicken-road-pv7tuc.chicken-road-6d20mj.chicken-road-s8kyfi.chicken-road-6yd6o5.chicken-road-8l3yzv.chicken-road-r5e0wl 1.chicken-road-ctj96r.chicken-road-mfc84c.chicken-road-7u0htg.chicken-road-yd2diy.chicken-road-louh97.chicken-road-qz1ft0 1.chicken-road-xg8erj.chicken-road-l2sdbg.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .chicken-road-uc8mam > .chicken-road-e6p8qi {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .chicken-road-uc8mam > .chicken-road-e6p8qi {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .chicken-road-uc8mam > .chicken-road-e6p8qi {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .chicken-road-uc8mam > .chicken-road-e6p8qi {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .chicken-road-uc8mam > .chicken-road-e6p8qi {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.chicken-road-s7e5xc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.chicken-road-s7e5xc.chicken-road-ttpkhw {
  display: none;
}

.chicken-road-44009v {
  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) {
  .chicken-road-44009v {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .chicken-road-44009v {
    border-radius: 20px 20px 0 0;
  }
}

.chicken-road-x38k45 {
  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;
}

.chicken-road-x38k45::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.chicken-road-x38k45::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.chicken-road-x38k45 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.chicken-road-mv22au {
  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;
}

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

.chicken-road-mv22au::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) {
  .chicken-road-mv22au::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .chicken-road-2o7j7r {
    top: -20px;
  }
}

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

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

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

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

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-44009v {
  background: #2b3b67;
}

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-x38k45 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-x38k45::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-x38k45::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-mv22au::before {
  background: #0e0f41;
}

.chicken-road-s7e5xc.chicken-road-xz8gvo .chicken-road-mv22au::after {
  background: #152557;
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-44009v {
  background: #1f35fa;
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-x38k45 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-x38k45::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-x38k45::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-mv22au::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.chicken-road-s7e5xc.chicken-road-uvr5vr .chicken-road-mv22au::after {
  background: #192ac8;
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-44009v {
  background: #fa771f;
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-x38k45 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-x38k45::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-x38k45::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-mv22au::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chicken-road-s7e5xc.chicken-road-zk2wwc .chicken-road-mv22au::after {
  background: #fa8535;
}

.chicken-road-cpt438 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

.chicken-road-3a5sou {
  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) {
  .chicken-road-3a5sou:hover {
    background: var(--button-bg-hover);
  }
}

.chicken-road-f0y7nx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chicken-road-f0y7nx span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.chicken-road-f0y7nx small {
  font-size: 14px;
  color: var(--text-color);
}

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

.chicken-road-1m491n {
  width: 120px;
  height: 22px;
}

.chicken-road-1m491n .chicken-road-m4e63w {
  fill: #c2c0ce;
}

.chicken-road-1m491n [rating="1"] .chicken-road-m4e63w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-1m491n [rating="2"] .chicken-road-m4e63w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chicken-road-1m491n [rating="3"] .chicken-road-m4e63w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chicken-road-1m491n [rating="4"] .chicken-road-m4e63w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chicken-road-1m491n [rating="5"] .chicken-road-m4e63w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.chicken-road-nc7st4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.chicken-road-8jajky {
  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);
}

.chicken-road-8jajky.chicken-road-5iuiw3 {
  display: block;
}

.chicken-road-8jajky.chicken-road-ttpkhw {
  display: none;
}

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

.chicken-road-xsq076 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chicken-road-ga5scu {
  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);
}

.chicken-road-3yzcxb {
  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;
}

.chicken-road-qg69zh small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.chicken-road-92s6fy {
  font-size: 16px;
  line-height: 140%;
}

.chicken-road-fqo5u1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chicken-road-fqo5u1 .chicken-road-m4e63w {
  fill: #c2c0ce;
}

.chicken-road-fqo5u1 [rating="1"] .chicken-road-m4e63w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-fqo5u1 [rating="2"] .chicken-road-m4e63w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chicken-road-fqo5u1 [rating="3"] .chicken-road-m4e63w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chicken-road-fqo5u1 [rating="4"] .chicken-road-m4e63w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chicken-road-fqo5u1 [rating="5"] .chicken-road-m4e63w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.chicken-road-xvplgl {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.chicken-road-sglvkc {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .chicken-road-sglvkc {
    padding: 0 16px;
  }
}

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

.chicken-road-k2zhxa {
  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) {
  .chicken-road-k2zhxa {
    padding: 12px;
    gap: 12px;
  }
}

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

.chicken-road-xusqos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chicken-road-wbm7ta {
  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;
}

.chicken-road-52uei9 {
  flex: 1;
  min-width: 0;
}

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

.chicken-road-k9b5he {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.chicken-road-k9b5he svg,
.chicken-road-k9b5he img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chicken-road-k9b5he svg path {
  fill: var(--button-bg-color);
}

.chicken-road-k9b5he svg circle {
  fill: var(--button-text-color);
}

.chicken-road-pu0gkf {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.chicken-road-pu0gkf strong {
  font-weight: 600;
}

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

.chicken-road-lu4g8v p {
  margin: 0 0 16px;
}

.chicken-road-lu4g8v p:last-child {
  margin-bottom: 0;
}

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

.chicken-road-7fs6n7 {
  max-width: 300px;
  width: 100%;
}

.chicken-road-7fs6n7 a {
  width: 100%;
}

@media (max-width: 575px) {
  .chicken-road-7fs6n7 {
    max-width: 200px;
  }
}

.chicken-road-sp2uk4 {
  justify-content: center;
}

.chicken-road-6019y6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chicken-road-wftgms {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .chicken-road-29dwjb {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.chicken-road-nodjte .chicken-road-h5qvrm {
  justify-content: center;
}

/* faq */

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

.chicken-road-53ith7 {
  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 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chicken-road-53ith7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.chicken-road-iiknzh.chicken-road-lmhe7n .chicken-road-53ith7::after {
  transform: rotate(45deg);
}

.chicken-road-yvussl {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.chicken-road-iiknzh.chicken-road-lmhe7n .chicken-road-yvussl {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.chicken-road-11riy8 {
  margin: 25px 0;
}

.chicken-road-kmfysv > input:not(:checked) ~ label:hover,
.chicken-road-kmfysv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-qf9fi3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-1h9m05 44.chicken-road-0vt2fq.chicken-road-17ssts.chicken-road-03socz.chicken-road-xhe7c7.chicken-road-8fmqe5.chicken-road-5c1a4p.chicken-road-5qa58r.chicken-road-3kwpn8.chicken-road-wsx45i.chicken-road-jm7tsl.chicken-road-57ftn3.chicken-road-pd69fk 0l-12.chicken-road-hbkyw3 30.chicken-road-ozixk7.chicken-road-x1e4e6 2.chicken-road-nweg29.chicken-road-x1e4e6 3.chicken-road-hwjpst 3.chicken-road-8ae1cl.chicken-road-pkpptl 3.chicken-road-ql28lq.chicken-road-2752os.chicken-road-4qk281.chicken-road-987mag 7-3.chicken-road-hbkyw3 10.chicken-road-u6fo0k.chicken-road-987mag 23.chicken-road-ytl3vm.chicken-road-953jbs 1.chicken-road-qcqdee 2.chicken-road-hbkyw3 3.chicken-road-953jbs 1.chicken-road-pkpptl 5.chicken-road-87u4s7.chicken-road-pkpptl 32.chicken-road-29e9hq.chicken-road-2752os 5.chicken-road-pd69fk 4.chicken-road-987mag 9.chicken-road-987mag 8.chicken-road-pkpptl 6.chicken-road-7oqljf.chicken-road-b4630r.chicken-road-ikflv6.chicken-road-cqh6ol.chicken-road-q6aqnv 4.chicken-road-6ecyvu.chicken-road-q6aqnv 6.chicken-road-q6aqnv 0l29.chicken-road-pd69fk 17.chicken-road-1mhlf0.chicken-road-kdens9 2.chicken-road-3596np 10.chicken-road-gs98g4.chicken-road-hbkyw3 8.chicken-road-5jp7k9.chicken-road-grzehn.chicken-road-5kya14.chicken-road-vit6it.chicken-road-n9qs8b.chicken-road-2752os.chicken-road-8fmqe5.chicken-road-hbkyw3 1.chicken-road-lvj1iz.chicken-road-9if9tu.chicken-road-og0tg2.chicken-road-js34ye.chicken-road-68yvuq.chicken-road-qcqdee 1.chicken-road-7oukzv.chicken-road-282cum.5z'/%3e%3c/svg%3e");
}

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

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

.chicken-road-vqx5we {
  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);
}

.chicken-road-vqx5we.chicken-road-lg0our {
  display: block;
}

.chicken-road-vqx5we.chicken-road-0otnzf {
  display: none;
}

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

.chicken-road-qmrlol {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chicken-road-4g8urk {
  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);
}

.chicken-road-80nt9l {
  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;
}

.chicken-road-293w00 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.chicken-road-293w00 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.chicken-road-gh4p2f {
  font-size: 16px;
  line-height: 140%;
}

.chicken-road-d4wupo {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chicken-road-d4wupo .chicken-road-2pt0et {
  fill: #c2c0ce;
}

.chicken-road-d4wupo [rating="1"] .chicken-road-2pt0et:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-d4wupo [rating="2"] .chicken-road-2pt0et:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chicken-road-d4wupo [rating="3"] .chicken-road-2pt0et:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chicken-road-d4wupo [rating="4"] .chicken-road-2pt0et:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chicken-road-d4wupo [rating="5"] .chicken-road-2pt0et:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.chicken-road-0wipzp 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;
}

.chicken-road-0wipzp 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 */

.chicken-road-zelrm5 {
  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);
}

.chicken-road-zelrm5.chicken-road-15zpvy {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.chicken-road-3tc5re {
  margin: 25px 0;
}

.chicken-road-d3ctn7 > input:not(:checked) ~ label:hover,
.chicken-road-d3ctn7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chicken-road-r0lfdh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chicken-road-a1roz8 44.chicken-road-28b7p7.chicken-road-rbeiz6.chicken-road-7l2uh0.chicken-road-ziz1nu.chicken-road-3nkd2q.chicken-road-g31yql.chicken-road-cxn1h6.chicken-road-4dl06q.chicken-road-bm58tz.chicken-road-zgwcf0.chicken-road-dn2wdz.chicken-road-825r29 0l-12.chicken-road-1kooiv 30.chicken-road-tuvyz2.chicken-road-obvol6 2.chicken-road-x2fcle.chicken-road-obvol6 3.chicken-road-mefgr1 3.chicken-road-8bsj9z.chicken-road-8a7yfw 3.chicken-road-g6avgg.chicken-road-xi54s7.chicken-road-1jt8hz.chicken-road-5dlic8 7-3.chicken-road-1kooiv 10.chicken-road-94n6vh.chicken-road-5dlic8 23.chicken-road-yqaswt.chicken-road-0do9q8 1.chicken-road-kll4a0 2.chicken-road-1kooiv 3.chicken-road-0do9q8 1.chicken-road-8a7yfw 5.chicken-road-k3nf7c.chicken-road-8a7yfw 32.chicken-road-ofdkqy.chicken-road-xi54s7 5.chicken-road-825r29 4.chicken-road-5dlic8 9.chicken-road-5dlic8 8.chicken-road-8a7yfw 6.chicken-road-po8ob1.chicken-road-y4mcw5.chicken-road-uof5oq.chicken-road-5q7qtw.chicken-road-dwqe8y 4.chicken-road-zcp6a1.chicken-road-dwqe8y 6.chicken-road-dwqe8y 0l29.chicken-road-825r29 17.chicken-road-517b7q.chicken-road-h83jjj 2.chicken-road-vz8oqx 10.chicken-road-lln4i3.chicken-road-1kooiv 8.chicken-road-kpc6v5.chicken-road-evk145.chicken-road-qhegvb.chicken-road-gk388v.chicken-road-0szlj7.chicken-road-xi54s7.chicken-road-3nkd2q.chicken-road-1kooiv 1.chicken-road-kq83yf.chicken-road-sw18pw.chicken-road-r6x7n5.chicken-road-kvr76j.chicken-road-n0acbn.chicken-road-kll4a0 1.chicken-road-5ue9rk.chicken-road-gf2akn.5z'/%3e%3c/svg%3e");
}

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

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

.chicken-road-zlcvnk {
  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);
}

.chicken-road-zlcvnk.chicken-road-b6oigh {
  display: block;
}

.chicken-road-zlcvnk.chicken-road-yj7izc {
  display: none;
}

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

.chicken-road-uy1lb5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chicken-road-qanl5u {
  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);
}

.chicken-road-wej5ik {
  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;
}

.chicken-road-altxdw small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.chicken-road-aqljsl {
  font-size: 16px;
  line-height: 140%;
}

.chicken-road-3do2l3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chicken-road-3do2l3 .chicken-road-q20rbf {
  fill: #c2c0ce;
}

.chicken-road-3do2l3 [rating="1"] .chicken-road-q20rbf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chicken-road-3do2l3 [rating="2"] .chicken-road-q20rbf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chicken-road-3do2l3 [rating="3"] .chicken-road-q20rbf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chicken-road-3do2l3 [rating="4"] .chicken-road-q20rbf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chicken-road-3do2l3 [rating="5"] .chicken-road-q20rbf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.chicken-road-12xsuj {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  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) {
  .chicken-road-12xsuj:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-12xsuj {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.chicken-road-fxv1sk {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.chicken-road-0yz800 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.chicken-road-zlcvnk {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.chicken-road-zlcvnk.chicken-road-b6oigh {
  display: block;
}

.chicken-road-1ofkmt {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.chicken-road-f5yto3 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.chicken-road-1ofkmt:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.chicken-road-1ofkmt:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .chicken-road-0yz800 {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .chicken-road-zlcvnk {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .chicken-road-1ofkmt {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.chicken-road-dhdpjm {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.chicken-road-llg05c {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chicken-road-llg05c::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.chicken-road-dhdpjm.chicken-road-mc3a15 .chicken-road-llg05c::after {
  transform: rotate(45deg);
}

.chicken-road-llg05c:hover {
  background: rgba(255, 255, 255, 0.3);
}

.chicken-road-tlbjjh {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.chicken-road-dhdpjm.chicken-road-mc3a15 .chicken-road-tlbjjh {
  max-height: 200px;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.chicken-road-6up51l {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.chicken-road-6up51l img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .chicken-road-6up51l img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .chicken-road-9iw0vz .chicken-road-hudxbe img {
    margin-top: -150px !important;
  }

  .chicken-road-sa88vo {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.chicken-road-fsgidt {
  margin-bottom: 25px;
}

.chicken-road-fsgidt iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.chicken-road-u6pwrj {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.chicken-road-pg91ue ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.chicken-road-wixe2y {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.chicken-road-wixe2y p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.chicken-road-wixe2y button {
  z-index: 2;
}

.chicken-road-u6pwrj.chicken-road-qi31ss {
  bottom: 40px;
}

.chicken-road-f2zz5l {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.chicken-road-wzzqkj {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.chicken-road-54aape infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.chicken-road-p2viut {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.chicken-road-2m02wq ease;
  z-index: 10000;
}

.chicken-road-p2viut:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .chicken-road-wixe2y p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .chicken-road-wixe2y .chicken-road-27ucg1 {
    font-size: 13.5px;
  }

  .chicken-road-u6pwrj .chicken-road-wzzqkj {
    animation: jump-y 0.chicken-road-54aape infinite ease-in-out;
  }

  .chicken-road-rd0nsy {
    display: none;
  }
}

.chicken-road-md0arn {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.chicken-road-mqk2az {
  top: 10px;
  animation-duration: 7s;
}

.chicken-road-hmb9uh {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.chicken-road-iuk4xu {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.chicken-road-rd0nsy {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.chicken-road-u5a0f0 {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.chicken-road-2ihb3y {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.chicken-road-2wuxu9 {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.chicken-road-e7y7t2 {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.chicken-road-e7y7t2 .chicken-road-wt1ha3 {
  display: flex;
  align-items: center;
}

.chicken-road-1nqu8k {
  display: flex;
  flex-direction: column;
}

.chicken-road-t4w2mn {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.chicken-road-x9tsqa {
  max-width: 300px;
  width: 100%;
}

.chicken-road-ey17pt {
  max-width: 280px;
  width: 100%;
  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);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .chicken-road-e7y7t2 {
    flex-direction: column;
  }

  .chicken-road-wt1ha3 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .chicken-road-1nqu8k {
    text-align: center;
  }

  .chicken-road-e7y7t2 h3 {
    margin-bottom: 0 !important;
  }
}

.chicken-road-gq44pr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

@media (max-width: 501px) {
  .chicken-road-gq44pr {
    font-size: 12px;
  }
}

.chicken-road-jp1n86 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

.chicken-road-iwvuzm {
  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) {
  .chicken-road-iwvuzm {
    flex-direction: column;
  }
}

.chicken-road-s7s78r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chicken-road-ty6zy4 li:first-child {
  margin-bottom: 10px;
}

.chicken-road-ty6zy4 a {
  color: #000;
}

.chicken-road-trbbxl {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .chicken-road-trbbxl {
    align-items: center;
  }

  .chicken-road-z0y6d4 {
    flex-direction: column;
  }
}

.chicken-road-6j38ub {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.chicken-road-qt7kcv img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.chicken-road-owuzdm {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.chicken-road-owuzdm a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.chicken-road-90ifie ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.chicken-road-owuzdm a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.chicken-road-cq4ksa {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .chicken-road-cq4ksa {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-cq4ksa {
    margin: 15px auto;
  }
}
.chicken-road-cq4ksa li {
  font-size: 16px;
  position: relative;
}
.chicken-road-cq4ksa li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-cq4ksa li a:hover {
    text-decoration: underline;
  }
}
.chicken-road-cq4ksa li span {
  opacity: 0.5;
}
.chicken-road-cq4ksa li + li {
  margin-left: 30px;
}
.chicken-road-cq4ksa li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.chicken-road-1kn9tc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .chicken-road-1kn9tc {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-1kn9tc {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.chicken-road-s8wryt {
  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) {
  .chicken-road-s8wryt {
    flex-direction: column;
  }
}
.chicken-road-typisp {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-typisp img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-typisp {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-yxlsgf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-yxlsgf 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) {
  .chicken-road-yxlsgf ul {
    margin-bottom: 15px;
  }
}
.chicken-road-yxlsgf ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-yxlsgf 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);
}
.chicken-road-yxlsgf ul li span svg {
  fill: var(--title-color);
}
.chicken-road-yxlsgf ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-yxlsgf ul li small {
    font-size: 12px;
  }
}
.chicken-road-yxlsgf ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-yxlsgf ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-yxlsgf {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-b66zkp {
  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) {
  .chicken-road-b66zkp {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-y8v9z0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-etn57h {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-etn57h {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-etn57h:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-etn57h.chicken-road-qq5ju4 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-etn57h.chicken-road-qq5ju4:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-0p70e5 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .chicken-road-0p70e5 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-0p70e5 {
    padding: 50px 16px 68px;
  }
}
.chicken-road-3mgqmq {
  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) {
  .chicken-road-3mgqmq {
    flex-direction: column;
  }
}
.chicken-road-90yhvf {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-90yhvf {
    margin-bottom: 40px;
  }
}
.chicken-road-t5s4m2 .chicken-road-f68tu9 {
  margin-bottom: 28px;
}
.chicken-road-t5s4m2 .chicken-road-f68tu9 img {
  max-height: 100px;
  width: auto;
}
.chicken-road-zx53hr {
  display: flex;
  align-items: center;
}
.chicken-road-zx53hr a + a {
  margin-left: 24px;
}
.chicken-road-zx53hr img {
  max-height: 56px;
  width: auto;
}
.chicken-road-zx53hr img + img {
  margin-left: 24px;
}
.chicken-road-0aj33y {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-0aj33y {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.chicken-road-cceyjq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .chicken-road-cceyjq {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.chicken-road-s3hv5o {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.chicken-road-s3hv5o label {
  font-size: 14px;
}

.chicken-road-s3hv5o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.chicken-road-s3hv5o input,
.chicken-road-s3hv5o textarea,
.chicken-road-s3hv5o button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.chicken-road-s3hv5o button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.chicken-road-2m02wq ease;
}
.chicken-road-s3hv5o button:hover {
  background-color: var(--button-bg-hover);
}
.chicken-road-6jngnw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.chicken-road-t0sgpz ease-in;
}

.chicken-road-6jngnw h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .chicken-road-dk9c3i {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .chicken-road-dk9c3i > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .chicken-road-dk9c3i > div.chicken-road-f5pjfl {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .chicken-road-dk9c3i > div.chicken-road-f5pjfl {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.chicken-road-e8q04v {
  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: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .chicken-road-nha0nw .chicken-road-g0vk8c a {
    font-size: 12px;
  }
}

/* app */
.chicken-road-j9silp {
  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) {
  .chicken-road-j9silp {
    flex-direction: column;
  }
}
.chicken-road-j0gsit {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.chicken-road-j0gsit img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chicken-road-j0gsit {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.chicken-road-gzb199 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.chicken-road-gzb199 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) {
  .chicken-road-gzb199 ul {
    margin-bottom: 15px;
  }
}
.chicken-road-gzb199 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.chicken-road-gzb199 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);
}
.chicken-road-gzb199 ul li span svg {
  fill: var(--title-color);
}
.chicken-road-gzb199 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .chicken-road-gzb199 ul li small {
    font-size: 12px;
  }
}
.chicken-road-gzb199 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.chicken-road-gzb199 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-gzb199 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.chicken-road-z5m6lb {
  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) {
  .chicken-road-z5m6lb {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.chicken-road-girbyt {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.chicken-road-zqbg4x {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .chicken-road-zqbg4x {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .chicken-road-zqbg4x:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.chicken-road-zqbg4x.chicken-road-kp5nxq {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .chicken-road-zqbg4x.chicken-road-kp5nxq:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.chicken-road-8rwuqe {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .chicken-road-8rwuqe {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .chicken-road-8rwuqe {
    padding: 50px 16px 68px;
  }
}