html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

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

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.chips-7o3x5t {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.chips-ki9p2x {
  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) {
  .chips-ki9p2x: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;
  }
}

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

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

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

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

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

.chips-5ucdum {
  cursor: pointer;
}

.chips-2a25i0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.chips-v702i2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.chips-v702i2 figure {
  margin: 0;
}

.chips-v702i2.chips-0hyb7c {
  justify-content: flex-start;
  margin-right: 4px;
}

.chips-v702i2.chips-sp78h1 {
  justify-content: flex-end;
  margin-left: 4px;
}

.chips-v702i2.chips-lb51f3 {
  justify-content: center;
}

.chips-v702i2.chips-ghnn01 {
  justify-content: normal;
}

.chips-xa3w4b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.chips-6yhcc6 img {
  width: 100%;
}

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

.chips-9bvueg {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.chips-9bvueg 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) {
  .chips-9bvueg ul {
    margin-bottom: 15px;
  }
}

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

.chips-9bvueg 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);
}

.chips-9bvueg ul li span svg {
  fill: var(--title-color);
}

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

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

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

.chips-9bvueg ul li:last-of-type::after {
  display: none;
}

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

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

.chips-5r47uk {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.chips-wvrs49.chips-e2ztam {
  background-color: #000;
}

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

.chips-i5mqha {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.chips-qa6mzc {
  margin-bottom: 94px;
}

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

.chips-97f9ke .chips-bbs3np {
  margin-bottom: 28px;
}

.chips-97f9ke .chips-bbs3np img {
  max-height: 100px;
  width: auto;
}

.chips-f76hr3 {
  display: flex;
  align-items: center;
}

.chips-f76hr3 a + a {
  margin-left: 24px;
}

.chips-f76hr3 img {
  max-height: 56px;
  width: auto;
}

.chips-f76hr3 img + img {
  margin-left: 24px;
}

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

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

.chips-8tgp80 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.chips-p775ss li {
  display: flex;
  margin: 0 7px;
}

.chips-p775ss li svg {
  transition: 0.chips-jesowr ease-in-out;
}

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

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

.chips-hnitwa + .chips-hnitwa {
  margin-left: 120px;
}

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

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

.chips-ix56i8 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chips-ix56i8 li {
  font-size: 16px;
}

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

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

.chips-ix56i8 li + li {
  margin-top: 16px;
}

.chips-86bvrv {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.chips-5wi3z0 ease-in-out;
}

.chips-86bvrv.chips-nhj221 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.chips-ik0pxu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.chips-v13z7f li {
  width: 100%;
}

.chips-v13z7f li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.chips-jesowr ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.chips-v13z7f li a.chips-nhj221 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.chips-w8an5k {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.chips-w8an5k img {
  width: 100%;
  transition: 0.chips-jesowr ease-in-out;
}

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

.chips-54g985 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .chips-54g985 {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .chips-jsd1sy .chips-bbs3np img {
    max-width: 90px;
  }
}

.chips-bbs3np img {
  max-height: 50px;
  width: auto;
}

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

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

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

.chips-q1euw9 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.chips-c4xp2l {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.chips-c4xp2l.chips-4bq8me {
  margin-right: 0;
}

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

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

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

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

.chips-76n1te {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.chips-76n1te:hover > ul {
  display: flex;
}

.chips-76n1te:focus > ul {
  display: flex;
}

.chips-76n1te:focus-within > ul {
  display: flex;
}

.chips-uvwexq {
  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;
}

.chips-uvwexq::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.chips-5wi3z0 ease-in-out;
}

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

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

.chips-76n1te ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.chips-jesowr ease-in-out;
  overflow: hidden;
}

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

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

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

.chips-29pa6p {
  display: none;
}

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

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

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

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

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

.chips-g9fsf9 img {
  margin-bottom: 20px;
}

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

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

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

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

.chips-nci6hn {
  color: var(--text-color);
}

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

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

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

.chips-hri2hr p img {
  display: block;
  margin: 0 auto;
}

.chips-hri2hr p:first-of-type {
  margin-top: 0;
}

.chips-hri2hr p:last-of-type {
  margin-bottom: 0;
}

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

.chips-hri2hr ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chips-qwzlbz .chips-jmm2s0 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.chips-qwzlbz .chips-4ov7ur {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .chips-qwzlbz .chips-4ov7ur {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .chips-qwzlbz .chips-4ov7ur img {
    width: 100%;
  }
}

.chips-4ov7ur {
  margin: 0 0 28px;
}

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

.chips-jmm2s0 {
  margin: 0 0 28px;
}

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

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

.chips-gx98ls .chips-ki9p2x {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.chips-ot5v5d {
  position: relative;
  border: none;
}

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

.chips-wla4vz {
  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;
}

.chips-wla4vz span {
  height: 32px;
}

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

.chips-wla4vz.chips-vueiz7 span {
  transform: scaleY(-1);
}

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

.chips-3d8t1h {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.chips-3d8t1h li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.chips-jesowr ease-in-out;
}

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

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

.chips-3d8t1h.chips-3bpwdg {
  display: none;
}

.chips-ti9o5r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.chips-ti9o5r table {
  width: 100%;
  border-collapse: collapse;
}

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

  .chips-ti9o5r table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.chips-j5wbzo {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.chips-rdz35c p {
  color: var(--text-color);
}

.chips-ns3lx7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.chips-9f3re8 {
  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);
}

.chips-umimy9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.chips-11zg2w p + p {
  margin-top: 10px;
}

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

.chips-e0v0bg {
  display: none;
}

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

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

.chips-mqt5ty li {
  margin: 0 20px;
}

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

.chips-mqt5ty li a img {
  margin-bottom: 4px;
}

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

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

.chips-ww1hkx li {
  font-size: 16px;
  position: relative;
}

.chips-ww1hkx li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.chips-ww1hkx li span {
  opacity: 0.5;
}

.chips-ww1hkx li + li {
  margin-left: 30px;
}

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

h2.chips-pid1ze {
  margin: 0 0 28px;
}

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

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

.chips-7ouzsl 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);
}

.chips-7ouzsl 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;
}

.chips-7ouzsl 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;
}

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

.chips-7ouzsl tbody tr:last-of-type {
  margin-bottom: 0;
}

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

.chips-7ouzsl 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);
}

.chips-7ouzsl 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);
}

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

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

.chips-7ouzsl tbody tr td .chips-q3c64y {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .chips-7ouzsl tbody tr td .chips-q3c64y {
    width: 100%;
  }
}

.chips-7ouzsl tbody tr td .chips-m5wkqg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.chips-jesowr ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .chips-7ouzsl tbody tr td .chips-m5wkqg:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .chips-7ouzsl tbody tr td .chips-m5wkqg {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .chips-7ouzsl tbody tr td .chips-m5wkqg {
    width: 100%;
  }
}

.chips-7ouzsl tbody tr td .chips-j0rwa6 {
  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) {
  .chips-7ouzsl tbody tr td .chips-j0rwa6:hover {
    text-decoration: none;
  }
}

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

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

.chips-osin5g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.chips-m93fvn img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.chips-jesowr ease-in-out;
}

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

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

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

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

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

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

.chips-znuf19 img {
  width: 100%;
  height: 100%;
}

.chips-znuf19 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.chips-oi3qyr svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.chips-jesowr ease-in-out;
}

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

.chips-0304ma {
  padding: 90px 0;
}

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

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

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

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

.chips-xpo332 img {
  width: 100%;
}

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

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

.chips-qygp9u {
  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;
}

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

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

.chips-dzoup5 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.chips-jesowr ease-in-out;
}

.chips-dzoup5:hover {
  border: 1px solid #8c8ca2;
}

.chips-y7w6bx {
  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%);
}

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

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

.chips-3c3wgz a {
  text-decoration: underline;
  color: #8babff;
}

.chips-3apriq {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.chips-3apriq .chips-dzoup5 {
  width: 50%;
  margin: 0;
}

.chips-ixfpkv {
  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;
}

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

.chips-0c6s4q {
  margin: 0 0 100px;
}

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

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

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

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

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

.chips-2uz8vl {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.chips-vtzzc2 a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.chips-jesowr ease-in-out;
}

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

.chips-vtzzc2 a svg {
  fill: #fff;
}

.chips-vtzzc2 a:hover {
  background: #3d68e7;
}

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

.chips-vdsyje {
  margin-bottom: 16px;
}

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

.chips-9p2pg9 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.chips-i3aubv 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);
}

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

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

.chips-i3aubv table tr:last-of-type td {
  border-bottom: none;
}

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

.chips-5o0jdp {
  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) {
  .chips-5o0jdp {
    min-height: 190px;
  }
}

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

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

.chips-500znl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.chips-500znl.chips-97v8oo {
  display: none;
}

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

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

.chips-q4xqrl iframe.chips-gjndzl {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.chips-q4xqrl.chips-efe1c9 {
  opacity: 1;
  pointer-events: all;
}

.chips-1womf5 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.chips-jesowr ease-in-out;
}

.chips-1womf5 svg {
  margin-right: 10px;
}

.chips-1womf5 + .chips-1womf5 {
  margin-top: 14px;
}

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

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

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

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

.chips-h0b9eu .chips-gx98ls {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .chips-h0b9eu .chips-gx98ls {
    margin: 28px 0 0;
  }
}

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

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

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

.chips-oq5x3e {
  max-width: 545px;
  width: 100%;
}

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

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

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

.chips-96gfq8 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chips-do1fqo {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.chips-1yvqjt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .chips-6g0fkq {
    padding: 10px;
  }
}

.chips-6g0fkq .chips-ki9p2x {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .chips-6g0fkq .chips-ki9p2x {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .chips-6g0fkq {
    flex-wrap: wrap;
  }
}

.chips-q5e8kz {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.chips-q5e8kz img {
  width: 100%;
}

.chips-j12ot3 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.chips-9es475 {
  width: 100%;
  margin: 0 0 100px;
}

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

.chips-9es475 .chips-raw7gy {
  position: relative;
}

.chips-9es475 .chips-nx3u4y {
  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;
}

.chips-9es475 .chips-nx3u4y.chips-97v8oo {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .chips-9es475 .chips-tbwj1c {
    bottom: 90px;
  }
}

.chips-9es475 .chips-tbwj1c .chips-twukf7 {
  max-width: 300px;
  width: 100%;
}

.chips-9es475 .chips-tbwj1c .chips-twukf7 .chips-xuehrj {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-tbwj1c .chips-twukf7 .chips-xuehrj {
    font-size: 32px;
    text-align: center;
  }
}

.chips-9es475 .chips-tbwj1c .chips-twukf7 .chips-34rta5 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-tbwj1c .chips-twukf7 .chips-34rta5 {
    text-align: center;
  }
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-tbwj1c .chips-4bq8me {
    flex-direction: column-reverse;
  }
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-87pufj {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.chips-jesowr ease-in-out;
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-87pufj:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-87pufj {
    width: 100%;
  }
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-pijgz6 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.chips-jesowr ease-in-out;
  overflow: hidden;
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-pijgz6 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);
  }
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-pijgz6: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;
}

.chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-pijgz6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-tbwj1c .chips-4bq8me .chips-pijgz6 {
    width: 100%;
  }
}

.chips-9es475 .chips-tbwj1c.chips-97v8oo {
  display: none;
}

.chips-9es475 .chips-hwnspg {
  display: none;
}

.chips-9es475 .chips-hwnspg.chips-efe1c9 {
  display: block;
}

.chips-9es475 .chips-hwnspg iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-hwnspg iframe {
    height: calc(100vh - 54px);
  }
}

.chips-9es475 .chips-ir3yhm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .chips-9es475 .chips-ir3yhm {
    padding: 24px 16px 0;
  }
}

.chips-9es475 .chips-ir3yhm .chips-xuehrj {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .chips-9es475 .chips-ir3yhm .chips-xuehrj {
    margin-bottom: 24px;
  }
}

.chips-9es475 .chips-ir3yhm 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);
}

.chips-9es475 .chips-ir3yhm 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) {
  .chips-9es475 .chips-ir3yhm table tr td {
    padding: 12px 4px;
  }
}

.chips-9es475 .chips-ir3yhm 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) {
  .chips-9es475 .chips-ir3yhm table tr th {
    padding: 12px 4px;
  }
}

.chips-9es475 .chips-ir3yhm table tr:last-of-type td {
  border-bottom: none;
}

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

.chips-em4rdv.chips-nhj221 {
  display: block;
}

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

.chips-em4rdv .chips-2xadw8 {
  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;
}

.chips-em4rdv .chips-t16cwu {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.chips-em4rdv .chips-pijgz6 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.chips-jesowr ease-in-out;
}

.chips-em4rdv .chips-pijgz6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.chips-p97ope.chips-nhj221 {
  display: block;
}

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

.chips-xkpmm6 {
  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;
}

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

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

.chips-hixv9w {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.chips-hixv9w svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.chips-g2zn8n {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chips-f23x3f.chips-97v8oo {
  display: none;
}

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

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

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

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

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

.chips-ylzcby input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.chips-jesowr ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.chips-ylzcby input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.chips-ylzcby input:active {
  border-color: #c2c0ce;
}

.chips-ylzcby input:focus {
  border-color: #c2c0ce;
}

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

.chips-vwigy9 {
  margin-bottom: 36px;
}

.chips-vwigy9 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;
}

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

.chips-vwigy9 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.chips-5xrn4b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chips-fr9ebq {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.chips-jesowr ease-in-out;
}

.chips-fr9ebq:hover {
  background: var(--border-color);
}

.chips-or43qz {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.chips-jesowr ease-in-out;
}

.chips-or43qz:hover {
  background: #166ad9;
}

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

.chips-vs36df.chips-97v8oo {
  display: none;
}

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

.chips-vs36df .chips-fr9ebq {
  margin: 0 auto;
}

.chips-hpwuu5 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.chips-k4thrf {
  filter: grayscale(100%);
}

.chips-o7y9a8 > input {
  display: none;
}

.chips-o7y9a8 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chips-qizzed.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.chips-qpmsrr 44.chips-zlcpya.chips-ljlfvo.chips-1foyg3.chips-vv0c3r.chips-j0y7aq.chips-xketvn.chips-bwjxvl.chips-m0baks.chips-brd2rh.chips-jhbpln.chips-fb13zz.chips-f63syv 0l-12.chips-nfb57r 30.chips-s18783.chips-4vkcoj 2.chips-j0mqf7.chips-4vkcoj 3.chips-dtbowr 3.chips-7u7mhc.chips-ws5rtk 3.chips-k2rocr.chips-n2wuir.chips-70xxcr.chips-cnnum7 7-3.chips-nfb57r 10.chips-r8zb9d.chips-cnnum7 23.chips-mnkp70.chips-iyc9z6 1.chips-7al9uo 2.chips-nfb57r 3.chips-iyc9z6 1.chips-ws5rtk 5.chips-r20imw.chips-ws5rtk 32.chips-okufod.chips-n2wuir 5.chips-f63syv 4.chips-cnnum7 9.chips-cnnum7 8.chips-ws5rtk 6.chips-825ssz.chips-y04dev.chips-qbzjzo.chips-iuwhj3.chips-810vvm 4.chips-7ijfbn.chips-810vvm 6.chips-810vvm 0l29.chips-f63syv 17.chips-97v95r.chips-d580ye 2.chips-uewa71 10.chips-scjelz.chips-nfb57r 8.chips-k9l3yi.chips-fadrcm.chips-qbfpr1.chips-bzmw8i.chips-7ixzm9.chips-n2wuir.chips-j0y7aq.chips-nfb57r 1.chips-5lxc0l.chips-b571wu.chips-4tbdzz.chips-4n1y8y.chips-g2nmiy.chips-7al9uo 1.chips-445v8i.chips-k1877r.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.chips-o7y9a8 > input:checked ~ label,
.chips-o7y9a8 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chips-qizzed.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.chips-qpmsrr 44.chips-zlcpya.chips-ljlfvo.chips-1foyg3.chips-vv0c3r.chips-j0y7aq.chips-xketvn.chips-bwjxvl.chips-m0baks.chips-brd2rh.chips-jhbpln.chips-fb13zz.chips-f63syv 0l-12.chips-nfb57r 30.chips-s18783.chips-4vkcoj 2.chips-j0mqf7.chips-4vkcoj 3.chips-dtbowr 3.chips-7u7mhc.chips-ws5rtk 3.chips-k2rocr.chips-n2wuir.chips-70xxcr.chips-cnnum7 7-3.chips-nfb57r 10.chips-r8zb9d.chips-cnnum7 23.chips-mnkp70.chips-iyc9z6 1.chips-7al9uo 2.chips-nfb57r 3.chips-iyc9z6 1.chips-ws5rtk 5.chips-r20imw.chips-ws5rtk 32.chips-okufod.chips-n2wuir 5.chips-f63syv 4.chips-cnnum7 9.chips-cnnum7 8.chips-ws5rtk 6.chips-825ssz.chips-y04dev.chips-qbzjzo.chips-iuwhj3.chips-810vvm 4.chips-7ijfbn.chips-810vvm 6.chips-810vvm 0l29.chips-f63syv 17.chips-97v95r.chips-d580ye 2.chips-uewa71 10.chips-scjelz.chips-nfb57r 8.chips-k9l3yi.chips-fadrcm.chips-qbfpr1.chips-bzmw8i.chips-7ixzm9.chips-n2wuir.chips-j0y7aq.chips-nfb57r 1.chips-5lxc0l.chips-b571wu.chips-4tbdzz.chips-4n1y8y.chips-g2nmiy.chips-7al9uo 1.chips-445v8i.chips-k1877r.5z'/%3e%3c/svg%3e");
}

.chips-o7y9a8 > input:not(:checked) ~ label:hover,
.chips-o7y9a8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chips-qizzed.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chips-qpmsrr 44.chips-zlcpya.chips-ljlfvo.chips-1foyg3.chips-vv0c3r.chips-j0y7aq.chips-xketvn.chips-bwjxvl.chips-m0baks.chips-brd2rh.chips-jhbpln.chips-fb13zz.chips-f63syv 0l-12.chips-nfb57r 30.chips-s18783.chips-4vkcoj 2.chips-j0mqf7.chips-4vkcoj 3.chips-dtbowr 3.chips-7u7mhc.chips-ws5rtk 3.chips-k2rocr.chips-n2wuir.chips-70xxcr.chips-cnnum7 7-3.chips-nfb57r 10.chips-r8zb9d.chips-cnnum7 23.chips-mnkp70.chips-iyc9z6 1.chips-7al9uo 2.chips-nfb57r 3.chips-iyc9z6 1.chips-ws5rtk 5.chips-r20imw.chips-ws5rtk 32.chips-okufod.chips-n2wuir 5.chips-f63syv 4.chips-cnnum7 9.chips-cnnum7 8.chips-ws5rtk 6.chips-825ssz.chips-y04dev.chips-qbzjzo.chips-iuwhj3.chips-810vvm 4.chips-7ijfbn.chips-810vvm 6.chips-810vvm 0l29.chips-f63syv 17.chips-97v95r.chips-d580ye 2.chips-uewa71 10.chips-scjelz.chips-nfb57r 8.chips-k9l3yi.chips-fadrcm.chips-qbfpr1.chips-bzmw8i.chips-7ixzm9.chips-n2wuir.chips-j0y7aq.chips-nfb57r 1.chips-5lxc0l.chips-b571wu.chips-4tbdzz.chips-4n1y8y.chips-g2nmiy.chips-7al9uo 1.chips-445v8i.chips-k1877r.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .chips-auu1o1 > .chips-j61e3v {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .chips-auu1o1 > .chips-j61e3v {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .chips-auu1o1 > .chips-j61e3v {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .chips-auu1o1 > .chips-j61e3v {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .chips-auu1o1 > .chips-j61e3v {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.chips-379dn7 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.chips-379dn7.chips-97v8oo {
  display: none;
}

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

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

.chips-2eyj21 {
  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;
}

.chips-2eyj21::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.chips-2eyj21::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.chips-2eyj21 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.chips-pb1u26 {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .chips-8ys97l {
    top: -20px;
  }
}

.chips-qctrdb {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.chips-jesowr ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.chips-379dn7.chips-bgwzxs .chips-qmwnaf {
  background: #2b3b67;
}

.chips-379dn7.chips-bgwzxs .chips-2eyj21 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.chips-379dn7.chips-bgwzxs .chips-2eyj21::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.chips-379dn7.chips-bgwzxs .chips-2eyj21::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.chips-379dn7.chips-bgwzxs .chips-pb1u26::before {
  background: #0e0f41;
}

.chips-379dn7.chips-bgwzxs .chips-pb1u26::after {
  background: #152557;
}

.chips-379dn7.chips-fr6a6c .chips-qmwnaf {
  background: #1f35fa;
}

.chips-379dn7.chips-fr6a6c .chips-2eyj21 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.chips-379dn7.chips-fr6a6c .chips-2eyj21::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.chips-379dn7.chips-fr6a6c .chips-2eyj21::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.chips-379dn7.chips-fr6a6c .chips-pb1u26::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.chips-379dn7.chips-fr6a6c .chips-pb1u26::after {
  background: #192ac8;
}

.chips-379dn7.chips-742piz .chips-qmwnaf {
  background: #fa771f;
}

.chips-379dn7.chips-742piz .chips-2eyj21 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chips-379dn7.chips-742piz .chips-2eyj21::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.chips-379dn7.chips-742piz .chips-2eyj21::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.chips-379dn7.chips-742piz .chips-pb1u26::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.chips-379dn7.chips-742piz .chips-pb1u26::after {
  background: #fa8535;
}

.chips-nl1vnu {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.chips-k0dg91 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.chips-0hkr97 {
  width: 120px;
  height: 22px;
}

.chips-0hkr97 .chips-vuato0 {
  fill: #c2c0ce;
}

.chips-0hkr97 [rating="1"] .chips-vuato0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chips-0hkr97 [rating="2"] .chips-vuato0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chips-0hkr97 [rating="3"] .chips-vuato0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chips-0hkr97 [rating="4"] .chips-vuato0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chips-0hkr97 [rating="5"] .chips-vuato0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.chips-4c8k6d {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.chips-rwixzn {
  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);
}

.chips-rwixzn.chips-efe1c9 {
  display: block;
}

.chips-rwixzn.chips-97v8oo {
  display: none;
}

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

.chips-9vrwyy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chips-9anyqp {
  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);
}

.chips-symczi {
  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;
}

.chips-3t1y93 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.chips-wapo0d {
  font-size: 16px;
  line-height: 140%;
}

.chips-bz9rj9 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chips-bz9rj9 .chips-vuato0 {
  fill: #c2c0ce;
}

.chips-bz9rj9 [rating="1"] .chips-vuato0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.chips-bz9rj9 [rating="2"] .chips-vuato0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.chips-bz9rj9 [rating="3"] .chips-vuato0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.chips-bz9rj9 [rating="4"] .chips-vuato0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.chips-bz9rj9 [rating="5"] .chips-vuato0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.chips-vutpej {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.chips-zdo62m img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chips-wt2k00 {
  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;
}

.chips-m6gams {
  flex: 1;
  min-width: 0;
}

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

.chips-qhysdo {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.chips-qhysdo svg path {
  fill: var(--button-bg-color);
}

.chips-qhysdo svg circle {
  fill: var(--button-text-color);
}

.chips-36jc2d {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.chips-36jc2d strong {
  font-weight: 600;
}

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

.chips-pwlf7r p {
  margin: 0 0 16px;
}

.chips-pwlf7r p:last-child {
  margin-bottom: 0;
}

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

.chips-8g1y5q {
  max-width: 300px;
  width: 100%;
}

.chips-8g1y5q a {
  width: 100%;
}

@media (max-width: 575px) {
  .chips-8g1y5q {
    max-width: 200px;
  }
}

.chips-99qil4 {
  justify-content: center;
}

.chips-a52fo6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chips-tcbo11 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.chips-z4tqkv .chips-q1euw9 {
  justify-content: center;
}

/* faq */

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

.chips-o2fbr2 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.chips-4iex9l ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chips-o2fbr2::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.chips-4iex9l ease;
}

.chips-9itkni.chips-nhj221 .chips-o2fbr2::after {
  transform: rotate(45deg);
}

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

.chips-9itkni.chips-nhj221 .chips-zw68fa {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.chips-38rvxo {
  margin: 25px 0;
}

.chips-o7y9a8 > input:not(:checked) ~ label:hover,
.chips-o7y9a8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.chips-xcovbp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.chips-shhmsk 44.chips-6vh6my.chips-1c7i8l.chips-y3nzo9.chips-qbbd62.chips-lwmd44.chips-c453ta.chips-0935fy.chips-810hjn.chips-uw3ar4.chips-ogyrlb.chips-rasq4k.chips-bydyr6 0l-12.chips-g1r3p3 30.chips-wb1i7b.chips-mcurop 2.chips-02w0x5.chips-mcurop 3.chips-21qtia 3.chips-xta04m.chips-51kmze 3.chips-r4jwvc.chips-xxonl3.chips-pfge91.chips-rm6bwz 7-3.chips-g1r3p3 10.chips-q9ee2p.chips-rm6bwz 23.chips-rhhm42.chips-rx732o 1.chips-mlguzy 2.chips-g1r3p3 3.chips-rx732o 1.chips-51kmze 5.chips-5mp2y5.chips-51kmze 32.chips-m4otyl.chips-xxonl3 5.chips-bydyr6 4.chips-rm6bwz 9.chips-rm6bwz 8.chips-51kmze 6.chips-89adgt.chips-h8p9gx.chips-8oidi4.chips-l89pio.chips-3ydnnv 4.chips-s4bjsq.chips-3ydnnv 6.chips-3ydnnv 0l29.chips-bydyr6 17.chips-q7re75.chips-qur734 2.chips-5t0srp 10.chips-nf91uc.chips-g1r3p3 8.chips-81ewdy.chips-s3u3aq.chips-o03syb.chips-kujywg.chips-viayti.chips-xxonl3.chips-lwmd44.chips-g1r3p3 1.chips-de066z.chips-vj96pi.chips-96gz9a.chips-o7rqpa.chips-tqhn0i.chips-mlguzy 1.chips-5z1dzs.chips-alrw6u.5z'/%3e%3c/svg%3e");
}

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

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

.chips-qrogc4 {
  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);
}

.chips-qrogc4.chips-mixg44 {
  display: block;
}

.chips-qrogc4.chips-ljisso {
  display: none;
}

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

.chips-o074d3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.chips-jxh59e {
  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);
}

.chips-dq3nze {
  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;
}

.chips-4aa8ke small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.chips-3q0a49 {
  font-size: 16px;
  line-height: 140%;
}

.chips-9aezsf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.chips-9aezsf .chips-gkth7w {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.chips-ym6pwm 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;
}

.chips-ym6pwm 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 */

.chips-zbi65o {
  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);
}

.chips-zbi65o.chips-936z0c {
  opacity: 1;
  pointer-events: auto;
}

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

.chips-i1d1bv label {
  font-size: 14px;
}

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

.chips-rxrxh9 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.chips-7rje4p, .chips-lmxrh1, [class*="review-card"],
thead, thead th, table th, .chips-vyblpw,
.chips-bw5ioh, [class*="collapsible-header"],
.chips-ns3lx7, [class*="updated-block"] {
  color: #ece7dc !important;
}

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