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

.robocat-11utlg {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.robocat-k2rabh {
  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) {
  .robocat-k2rabh: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;
  }
}

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

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

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

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

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

.robocat-2ji2fu {
  cursor: pointer;
}

.robocat-hwx1gq {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.robocat-9rs7fy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.robocat-9rs7fy figure {
  margin: 0;
}

.robocat-9rs7fy.robocat-vybm88 {
  justify-content: flex-start;
  margin-right: 4px;
}

.robocat-9rs7fy.robocat-um3jva {
  justify-content: flex-end;
  margin-left: 4px;
}

.robocat-9rs7fy.robocat-b1ezls {
  justify-content: center;
}

.robocat-9rs7fy.robocat-phm4bv {
  justify-content: normal;
}

.robocat-k10otq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.robocat-8byp71 img {
  width: 100%;
}

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

.robocat-s5y4sk {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.robocat-s5y4sk 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);
}

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

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

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

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

.robocat-s5y4sk ul li:last-of-type::after {
  display: none;
}

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

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

.robocat-sy2kg0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .robocat-8inkmq {
    height: 50px;
  }
}

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

.robocat-8inkmq.robocat-f1abv9 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .robocat-8inkmq.robocat-f1abv9:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.robocat-zegsed {
  margin-bottom: 94px;
}

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

.robocat-8mhmag .robocat-auizjf {
  margin-bottom: 28px;
}

.robocat-8mhmag .robocat-auizjf img {
  max-height: 100px;
  width: auto;
}

.robocat-oofoz8 {
  display: flex;
  align-items: center;
}

.robocat-oofoz8 a + a {
  margin-left: 24px;
}

.robocat-oofoz8 img {
  max-height: 56px;
  width: auto;
}

.robocat-oofoz8 img + img {
  margin-left: 24px;
}

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

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

.robocat-engjzv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .robocat-6u9udo {
    flex-wrap: wrap;
  }
}

.robocat-6u9udo li {
  display: flex;
  margin: 0 7px;
}

.robocat-6u9udo li svg {
  transition: 0.robocat-2ma9zx ease-in-out;
}

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

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

.robocat-hpf8a9 + .robocat-hpf8a9 {
  margin-left: 120px;
}

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

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

.robocat-6irwmg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.robocat-6irwmg li {
  font-size: 16px;
}

.robocat-6irwmg li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.robocat-6irwmg li + li {
  margin-top: 16px;
}

.robocat-kcivxr {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.robocat-kekbfx ease-in-out;
}

.robocat-kcivxr.robocat-b4cq0f {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.robocat-nmhfgl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.robocat-68l0ua li {
  width: 100%;
}

.robocat-68l0ua 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.robocat-2ma9zx ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.robocat-68l0ua li a svg {
  fill: var(--button-text-color);
}

.robocat-68l0ua li a.robocat-b4cq0f {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.robocat-mfqpr2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.robocat-mfqpr2 img {
  width: 100%;
  transition: 0.robocat-2ma9zx ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .robocat-yczfdh .robocat-auizjf img {
    max-width: 90px;
  }
}

.robocat-auizjf img {
  max-height: 50px;
  width: auto;
}

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

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

.robocat-303wha {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.robocat-303wha li {
  font-size: 16px;
  margin: 0 20px;
}

.robocat-303wha li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.robocat-5h9ult {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.robocat-5h9ult.robocat-09pes1 {
  margin-right: 0;
}

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

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

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

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

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

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

.robocat-j5t2yb:hover > ul {
  display: flex;
}

.robocat-j5t2yb:focus > ul {
  display: flex;
}

.robocat-j5t2yb:focus-within > ul {
  display: flex;
}

.robocat-xqtrt1 {
  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;
}

.robocat-xqtrt1::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.robocat-kekbfx ease-in-out;
}

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

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

.robocat-j5t2yb 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.robocat-2ma9zx ease-in-out;
  overflow: hidden;
}

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

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

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

.robocat-y263l2 {
  display: none;
}

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

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

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

.robocat-9d9map {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.robocat-9d9map img {
  margin-bottom: 20px;
}

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

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

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

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

.robocat-3p1pvu {
  color: var(--text-color);
}

.robocat-567n4g {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.robocat-567n4g p img {
  display: block;
  margin: 0 auto;
}

.robocat-567n4g p:first-of-type {
  margin-top: 0;
}

.robocat-567n4g p:last-of-type {
  margin-bottom: 0;
}

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

.robocat-567n4g ul {
  padding: 0 0 0 20px;
}

.robocat-567n4g table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.robocat-567n4g table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.robocat-567n4g iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.robocat-2gaykw .robocat-ywgwap {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .robocat-2gaykw .robocat-ywgwap {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.robocat-2gaykw .robocat-wmr6z2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.robocat-wmr6z2 {
  margin: 0 0 28px;
}

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

.robocat-ywgwap {
  margin: 0 0 28px;
}

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

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

.robocat-f9p55c .robocat-k2rabh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.robocat-jtdhf2 {
  position: relative;
  border: none;
}

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

.robocat-y5gnsx {
  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;
}

.robocat-y5gnsx span {
  height: 32px;
}

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

.robocat-y5gnsx.robocat-5pv96v span {
  transform: scaleY(-1);
}

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

.robocat-s1f8xb {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.robocat-s1f8xb li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.robocat-2ma9zx ease-in-out;
}

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

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

.robocat-s1f8xb.robocat-spmgi6 {
  display: none;
}

.robocat-xvwqgf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.robocat-xvwqgf table {
  width: 100%;
  border-collapse: collapse;
}

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

  .robocat-xvwqgf table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.robocat-z8j8yx {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.robocat-qhvzv9 p {
  color: var(--text-color);
}

.robocat-zyn1r7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.robocat-uhgjl9 {
  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);
}

.robocat-mvdoag {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.robocat-wlt0w5 p + p {
  margin-top: 10px;
}

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

.robocat-wz72an {
  display: none;
}

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

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

.robocat-d54jg0 li {
  margin: 0 20px;
}

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

.robocat-d54jg0 li a img {
  margin-bottom: 4px;
}

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

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

.robocat-tal3ss li {
  font-size: 16px;
  position: relative;
}

.robocat-tal3ss li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.robocat-tal3ss li span {
  opacity: 0.5;
}

.robocat-tal3ss li + li {
  margin-left: 30px;
}

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

h2.robocat-k6rh0d {
  margin: 0 0 28px;
}

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

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

.robocat-zqmw7a 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);
}

.robocat-zqmw7a 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;
}

.robocat-zqmw7a 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;
}

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

.robocat-zqmw7a tbody tr:last-of-type {
  margin-bottom: 0;
}

.robocat-zqmw7a tbody tr td:first-of-type {
  flex-shrink: 0;
}

.robocat-zqmw7a 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);
}

.robocat-zqmw7a 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);
}

.robocat-zqmw7a tbody tr td:last-of-type {
  margin-left: auto;
}

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

.robocat-zqmw7a tbody tr td .robocat-tmkq1h {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .robocat-zqmw7a tbody tr td .robocat-tmkq1h {
    width: 100%;
  }
}

.robocat-zqmw7a tbody tr td .robocat-uwhojw {
  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.robocat-2ma9zx ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .robocat-zqmw7a tbody tr td .robocat-uwhojw {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .robocat-zqmw7a tbody tr td .robocat-uwhojw {
    width: 100%;
  }
}

.robocat-zqmw7a tbody tr td .robocat-t3tqzr {
  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) {
  .robocat-zqmw7a tbody tr td .robocat-t3tqzr:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.robocat-fsknp1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.robocat-2ma9zx ease-in-out;
}

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

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

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

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

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

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

.robocat-8lu3pb img {
  width: 100%;
  height: 100%;
}

.robocat-8lu3pb iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.robocat-fkaqw8 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.robocat-2ma9zx ease-in-out;
}

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

.robocat-55amqj {
  padding: 90px 0;
}

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

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

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

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

.robocat-jqz19m img {
  width: 100%;
}

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

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

.robocat-mmr0ux {
  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;
}

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

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

.robocat-ycxk10 {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-ycxk10:hover {
  border: 1px solid #8c8ca2;
}

.robocat-4owddk {
  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%);
}

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

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

.robocat-jea4db a {
  text-decoration: underline;
  color: #8babff;
}

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

.robocat-vts09w .robocat-ycxk10 {
  width: 50%;
  margin: 0;
}

.robocat-b3cgkb {
  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;
}

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

.robocat-h1b21z {
  margin: 0 0 100px;
}

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

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

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

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

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

.robocat-zm9z5o {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.robocat-38isn8 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.robocat-2ma9zx ease-in-out;
}

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

.robocat-38isn8 a svg {
  fill: #fff;
}

.robocat-38isn8 a:hover {
  background: #3d68e7;
}

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

.robocat-vfzbz7 {
  margin-bottom: 16px;
}

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

.robocat-xfg56s {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.robocat-vbkfvu 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);
}

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

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

.robocat-vbkfvu table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.robocat-havj3d.robocat-7vf3s5 {
  display: none;
}

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

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

.robocat-buq56d iframe.robocat-gcocpc {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.robocat-buq56d.robocat-jnarta {
  opacity: 1;
  pointer-events: all;
}

.robocat-0tdojh {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-0tdojh svg {
  margin-right: 10px;
}

.robocat-0tdojh + .robocat-0tdojh {
  margin-top: 14px;
}

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

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

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

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

.robocat-9prvkg .robocat-f9p55c {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.robocat-9prvkg .robocat-f9p55c h1,
.robocat-9prvkg .robocat-f9p55c 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) {
  .robocat-9prvkg .robocat-f9p55c h1,
  .robocat-9prvkg .robocat-f9p55c h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .robocat-9prvkg .robocat-f9p55c {
    margin: 28px 0 0;
  }
}

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

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

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

.robocat-rrgcqi {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.robocat-af69mf {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.robocat-4el20k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.robocat-vdydbv .robocat-k2rabh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .robocat-vdydbv .robocat-k2rabh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.robocat-kg6ln7 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.robocat-kg6ln7 img {
  width: 100%;
}

.robocat-m13e1w {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.robocat-npopka {
  width: 100%;
  margin: 0 0 100px;
}

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

.robocat-npopka .robocat-helems {
  position: relative;
}

.robocat-npopka .robocat-jui0og {
  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;
}

.robocat-npopka .robocat-jui0og.robocat-7vf3s5 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .robocat-npopka .robocat-e8me89 {
    bottom: 90px;
  }
}

.robocat-npopka .robocat-e8me89 .robocat-konert {
  max-width: 300px;
  width: 100%;
}

.robocat-npopka .robocat-e8me89 .robocat-konert .robocat-bxhjiq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-e8me89 .robocat-konert .robocat-bxhjiq {
    font-size: 32px;
    text-align: center;
  }
}

.robocat-npopka .robocat-e8me89 .robocat-konert .robocat-2auzos {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-e8me89 .robocat-konert .robocat-2auzos {
    text-align: center;
  }
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-e8me89 .robocat-09pes1 {
    flex-direction: column-reverse;
  }
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-xuqi7a {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-xuqi7a:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-xuqi7a {
    width: 100%;
  }
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-083ufc {
  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.robocat-2ma9zx ease-in-out;
  overflow: hidden;
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-083ufc 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);
  }
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-083ufc: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;
}

.robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-083ufc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-e8me89 .robocat-09pes1 .robocat-083ufc {
    width: 100%;
  }
}

.robocat-npopka .robocat-e8me89.robocat-7vf3s5 {
  display: none;
}

.robocat-npopka .robocat-qlgisy {
  display: none;
}

.robocat-npopka .robocat-qlgisy.robocat-jnarta {
  display: block;
}

.robocat-npopka .robocat-qlgisy iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-qlgisy iframe {
    height: calc(100vh - 54px);
  }
}

.robocat-npopka .robocat-y4vi54 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .robocat-npopka .robocat-y4vi54 {
    padding: 24px 16px 0;
  }
}

.robocat-npopka .robocat-y4vi54 .robocat-bxhjiq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .robocat-npopka .robocat-y4vi54 .robocat-bxhjiq {
    margin-bottom: 24px;
  }
}

.robocat-npopka .robocat-y4vi54 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);
}

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

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

.robocat-npopka .robocat-y4vi54 table tr:last-of-type td {
  border-bottom: none;
}

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

.robocat-tej80g.robocat-b4cq0f {
  display: block;
}

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

.robocat-tej80g .robocat-razc87 {
  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;
}

.robocat-tej80g .robocat-3e3n35 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.robocat-tej80g .robocat-083ufc {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-tej80g .robocat-083ufc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.robocat-i4tv4p.robocat-b4cq0f {
  display: block;
}

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

.robocat-tl5zof {
  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;
}

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

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

.robocat-xu3fwc {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.robocat-xu3fwc svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.robocat-mfrbn1 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.robocat-8s5j4f.robocat-7vf3s5 {
  display: none;
}

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

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

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

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

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

.robocat-bam7lf 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.robocat-2ma9zx ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.robocat-bam7lf input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.robocat-bam7lf input:active {
  border-color: #c2c0ce;
}

.robocat-bam7lf input:focus {
  border-color: #c2c0ce;
}

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

.robocat-ecwnv6 {
  margin-bottom: 36px;
}

.robocat-ecwnv6 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;
}

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

.robocat-ecwnv6 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.robocat-s8u1j9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.robocat-3ds3yb {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-3ds3yb:hover {
  background: var(--border-color);
}

.robocat-ozecyb {
  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.robocat-2ma9zx ease-in-out;
}

.robocat-ozecyb:hover {
  background: #166ad9;
}

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

.robocat-xopwpz.robocat-7vf3s5 {
  display: none;
}

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

.robocat-xopwpz .robocat-3ds3yb {
  margin: 0 auto;
}

.robocat-jz5qqm {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.robocat-0k8jap {
  filter: grayscale(100%);
}

.robocat-3hfd0t > input {
  display: none;
}

.robocat-3hfd0t > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.robocat-exvalu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.robocat-tb42g3 44.robocat-itasan.robocat-26urxn.robocat-xt7q4r.robocat-xf4pv5.robocat-vblgzq.robocat-tdvhaw.robocat-c2zv48.robocat-yjk88k.robocat-3ean3u.robocat-v9kz4x.robocat-l9gj5n.robocat-b2zttt 0l-12.robocat-vfv12v 30.robocat-9xpcmv.robocat-rkzfjn 2.robocat-mk585v.robocat-rkzfjn 3.robocat-1ikkgd 3.robocat-br4hor.robocat-56ep1v 3.robocat-n3as4r.robocat-2on1fu.robocat-iyi7vl.robocat-q5vymd 7-3.robocat-vfv12v 10.robocat-csqqyn.robocat-q5vymd 23.robocat-xcy8vg.robocat-cncrlb 1.robocat-r6iltf 2.robocat-vfv12v 3.robocat-cncrlb 1.robocat-56ep1v 5.robocat-0ihyym.robocat-56ep1v 32.robocat-6pho6g.robocat-2on1fu 5.robocat-b2zttt 4.robocat-q5vymd 9.robocat-q5vymd 8.robocat-56ep1v 6.robocat-jd6r88.robocat-840odk.robocat-qvly70.robocat-3rhprw.robocat-8ctwuu 4.robocat-5g8t9g.robocat-8ctwuu 6.robocat-8ctwuu 0l29.robocat-b2zttt 17.robocat-a3qhr4.robocat-nst26b 2.robocat-49idz8 10.robocat-644ha8.robocat-vfv12v 8.robocat-zmf7pk.robocat-f2nejz.robocat-6qikfq.robocat-affi6t.robocat-c0v3d7.robocat-2on1fu.robocat-vblgzq.robocat-vfv12v 1.robocat-qd5e4l.robocat-9ikuw5.robocat-gvzbej.robocat-h9w335.robocat-t1kaw1.robocat-r6iltf 1.robocat-ofik16.robocat-jjan7k.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.robocat-3hfd0t > input:checked ~ label,
.robocat-3hfd0t > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.robocat-exvalu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.robocat-tb42g3 44.robocat-itasan.robocat-26urxn.robocat-xt7q4r.robocat-xf4pv5.robocat-vblgzq.robocat-tdvhaw.robocat-c2zv48.robocat-yjk88k.robocat-3ean3u.robocat-v9kz4x.robocat-l9gj5n.robocat-b2zttt 0l-12.robocat-vfv12v 30.robocat-9xpcmv.robocat-rkzfjn 2.robocat-mk585v.robocat-rkzfjn 3.robocat-1ikkgd 3.robocat-br4hor.robocat-56ep1v 3.robocat-n3as4r.robocat-2on1fu.robocat-iyi7vl.robocat-q5vymd 7-3.robocat-vfv12v 10.robocat-csqqyn.robocat-q5vymd 23.robocat-xcy8vg.robocat-cncrlb 1.robocat-r6iltf 2.robocat-vfv12v 3.robocat-cncrlb 1.robocat-56ep1v 5.robocat-0ihyym.robocat-56ep1v 32.robocat-6pho6g.robocat-2on1fu 5.robocat-b2zttt 4.robocat-q5vymd 9.robocat-q5vymd 8.robocat-56ep1v 6.robocat-jd6r88.robocat-840odk.robocat-qvly70.robocat-3rhprw.robocat-8ctwuu 4.robocat-5g8t9g.robocat-8ctwuu 6.robocat-8ctwuu 0l29.robocat-b2zttt 17.robocat-a3qhr4.robocat-nst26b 2.robocat-49idz8 10.robocat-644ha8.robocat-vfv12v 8.robocat-zmf7pk.robocat-f2nejz.robocat-6qikfq.robocat-affi6t.robocat-c0v3d7.robocat-2on1fu.robocat-vblgzq.robocat-vfv12v 1.robocat-qd5e4l.robocat-9ikuw5.robocat-gvzbej.robocat-h9w335.robocat-t1kaw1.robocat-r6iltf 1.robocat-ofik16.robocat-jjan7k.5z'/%3e%3c/svg%3e");
}

.robocat-3hfd0t > input:not(:checked) ~ label:hover,
.robocat-3hfd0t > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.robocat-exvalu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.robocat-tb42g3 44.robocat-itasan.robocat-26urxn.robocat-xt7q4r.robocat-xf4pv5.robocat-vblgzq.robocat-tdvhaw.robocat-c2zv48.robocat-yjk88k.robocat-3ean3u.robocat-v9kz4x.robocat-l9gj5n.robocat-b2zttt 0l-12.robocat-vfv12v 30.robocat-9xpcmv.robocat-rkzfjn 2.robocat-mk585v.robocat-rkzfjn 3.robocat-1ikkgd 3.robocat-br4hor.robocat-56ep1v 3.robocat-n3as4r.robocat-2on1fu.robocat-iyi7vl.robocat-q5vymd 7-3.robocat-vfv12v 10.robocat-csqqyn.robocat-q5vymd 23.robocat-xcy8vg.robocat-cncrlb 1.robocat-r6iltf 2.robocat-vfv12v 3.robocat-cncrlb 1.robocat-56ep1v 5.robocat-0ihyym.robocat-56ep1v 32.robocat-6pho6g.robocat-2on1fu 5.robocat-b2zttt 4.robocat-q5vymd 9.robocat-q5vymd 8.robocat-56ep1v 6.robocat-jd6r88.robocat-840odk.robocat-qvly70.robocat-3rhprw.robocat-8ctwuu 4.robocat-5g8t9g.robocat-8ctwuu 6.robocat-8ctwuu 0l29.robocat-b2zttt 17.robocat-a3qhr4.robocat-nst26b 2.robocat-49idz8 10.robocat-644ha8.robocat-vfv12v 8.robocat-zmf7pk.robocat-f2nejz.robocat-6qikfq.robocat-affi6t.robocat-c0v3d7.robocat-2on1fu.robocat-vblgzq.robocat-vfv12v 1.robocat-qd5e4l.robocat-9ikuw5.robocat-gvzbej.robocat-h9w335.robocat-t1kaw1.robocat-r6iltf 1.robocat-ofik16.robocat-jjan7k.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .robocat-qxdkhg > .robocat-tfqpe7 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .robocat-qxdkhg > .robocat-tfqpe7 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .robocat-qxdkhg > .robocat-tfqpe7 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .robocat-qxdkhg > .robocat-tfqpe7 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .robocat-qxdkhg > .robocat-tfqpe7 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.robocat-zogtpk.robocat-7vf3s5 {
  display: none;
}

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

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

.robocat-fo6ay0 {
  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;
}

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

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

.robocat-fo6ay0 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.robocat-n5j49o {
  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;
}

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

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

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

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

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

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

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

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

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

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

.robocat-zogtpk.robocat-xoau30 .robocat-sr3h06 {
  background: #2b3b67;
}

.robocat-zogtpk.robocat-xoau30 .robocat-fo6ay0 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.robocat-zogtpk.robocat-xoau30 .robocat-fo6ay0::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.robocat-zogtpk.robocat-xoau30 .robocat-fo6ay0::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.robocat-zogtpk.robocat-xoau30 .robocat-n5j49o::before {
  background: #0e0f41;
}

.robocat-zogtpk.robocat-xoau30 .robocat-n5j49o::after {
  background: #152557;
}

.robocat-zogtpk.robocat-l2gao6 .robocat-sr3h06 {
  background: #1f35fa;
}

.robocat-zogtpk.robocat-l2gao6 .robocat-fo6ay0 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.robocat-zogtpk.robocat-l2gao6 .robocat-fo6ay0::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.robocat-zogtpk.robocat-l2gao6 .robocat-fo6ay0::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.robocat-zogtpk.robocat-l2gao6 .robocat-n5j49o::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.robocat-zogtpk.robocat-l2gao6 .robocat-n5j49o::after {
  background: #192ac8;
}

.robocat-zogtpk.robocat-rn27no .robocat-sr3h06 {
  background: #fa771f;
}

.robocat-zogtpk.robocat-rn27no .robocat-fo6ay0 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.robocat-zogtpk.robocat-rn27no .robocat-fo6ay0::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.robocat-zogtpk.robocat-rn27no .robocat-fo6ay0::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.robocat-zogtpk.robocat-rn27no .robocat-n5j49o::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.robocat-zogtpk.robocat-rn27no .robocat-n5j49o::after {
  background: #fa8535;
}

.robocat-c8v6mq {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.robocat-mlk9hl {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.robocat-3t3fxe {
  width: 120px;
  height: 22px;
}

.robocat-3t3fxe .robocat-ac2o27 {
  fill: #c2c0ce;
}

.robocat-3t3fxe [rating="1"] .robocat-ac2o27:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.robocat-3t3fxe [rating="2"] .robocat-ac2o27:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.robocat-3t3fxe [rating="3"] .robocat-ac2o27:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

.robocat-3t3fxe [rating="5"] .robocat-ac2o27:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.robocat-6dvvq9 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.robocat-n319ap {
  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);
}

.robocat-n319ap.robocat-jnarta {
  display: block;
}

.robocat-n319ap.robocat-7vf3s5 {
  display: none;
}

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

.robocat-id92s3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.robocat-pyxgjb {
  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);
}

.robocat-4bxbqz {
  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;
}

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

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

.robocat-z2otts {
  font-size: 16px;
  line-height: 140%;
}

.robocat-j3nos3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.robocat-j3nos3 .robocat-ac2o27 {
  fill: #c2c0ce;
}

.robocat-j3nos3 [rating="1"] .robocat-ac2o27:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.robocat-j3nos3 [rating="2"] .robocat-ac2o27:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.robocat-j3nos3 [rating="3"] .robocat-ac2o27:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.robocat-j3nos3 [rating="4"] .robocat-ac2o27:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.robocat-j3nos3 [rating="5"] .robocat-ac2o27:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.robocat-8rcefe {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .robocat-8rcefe {
    padding: 0 16px;
  }
}

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

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

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

.robocat-mjg3dd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.robocat-qh9rdl {
  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;
}

.robocat-lpymir {
  flex: 1;
  min-width: 0;
}

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

.robocat-vx5u2s {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.robocat-vx5u2s svg path {
  fill: var(--button-bg-color);
}

.robocat-vx5u2s svg circle {
  fill: var(--button-text-color);
}

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

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

.robocat-qmt1nm strong {
  font-weight: 600;
}

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

.robocat-itivxe p {
  margin: 0 0 16px;
}

.robocat-itivxe p:last-child {
  margin-bottom: 0;
}

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

.robocat-jp9lan {
  max-width: 300px;
  width: 100%;
}

.robocat-jp9lan a {
  width: 100%;
}

@media (max-width: 575px) {
  .robocat-jp9lan {
    max-width: 200px;
  }
}

.robocat-201b3q {
  justify-content: center;
}

.robocat-d3rnyz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.robocat-o449ci {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.robocat-zgggct .robocat-303wha {
  justify-content: center;
}

/* faq */

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

.robocat-z9j434 {
  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.robocat-tvwdne ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.robocat-z9j434::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.robocat-tvwdne ease;
}

.robocat-xpdmzb.robocat-b4cq0f .robocat-z9j434::after {
  transform: rotate(45deg);
}

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

.robocat-xpdmzb.robocat-b4cq0f .robocat-lkszzk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.robocat-z85v77 {
  margin: 25px 0;
}

.robocat-3hfd0t > input:not(:checked) ~ label:hover,
.robocat-3hfd0t > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.robocat-1kcmsp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.robocat-uniin5 44.robocat-luaasl.robocat-piic7d.robocat-g1ywi8.robocat-qdt2np.robocat-2hne7n.robocat-9j9x5p.robocat-yshh4e.robocat-x90qzl.robocat-2dy28m.robocat-mo3me2.robocat-2ylvk6.robocat-gjj927 0l-12.robocat-mjl4o4 30.robocat-i52f2m.robocat-jqe8qn 2.robocat-nyyj54.robocat-jqe8qn 3.robocat-sicjfd 3.robocat-05oysr.robocat-2hg2qw 3.robocat-nqqz8e.robocat-opxsv7.robocat-0w9nd9.robocat-gvb8ar 7-3.robocat-mjl4o4 10.robocat-jrx6u1.robocat-gvb8ar 23.robocat-fuuoc8.robocat-1kl6ic 1.robocat-9417qq 2.robocat-mjl4o4 3.robocat-1kl6ic 1.robocat-2hg2qw 5.robocat-ie9s0n.robocat-2hg2qw 32.robocat-5jq0pw.robocat-opxsv7 5.robocat-gjj927 4.robocat-gvb8ar 9.robocat-gvb8ar 8.robocat-2hg2qw 6.robocat-ejuphd.robocat-hlxmhj.robocat-oyqy26.robocat-a9colg.robocat-3hpyy3 4.robocat-b8tlkc.robocat-3hpyy3 6.robocat-3hpyy3 0l29.robocat-gjj927 17.robocat-ehv5nv.robocat-vmu7fg 2.robocat-e4xsph 10.robocat-5mdxd1.robocat-mjl4o4 8.robocat-37x7pp.robocat-gropoh.robocat-916s5w.robocat-drzjgs.robocat-jgyzyq.robocat-opxsv7.robocat-2hne7n.robocat-mjl4o4 1.robocat-bufxoy.robocat-qkni1k.robocat-lukhu9.robocat-81bo4x.robocat-gyo90c.robocat-9417qq 1.robocat-7hsv9n.robocat-zqszas.5z'/%3e%3c/svg%3e");
}

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

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

.robocat-md60kz {
  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);
}

.robocat-md60kz.robocat-b0ojch {
  display: block;
}

.robocat-md60kz.robocat-g87sb4 {
  display: none;
}

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

.robocat-989meb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.robocat-ao1zfr {
  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);
}

.robocat-iao2t1 {
  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;
}

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

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

.robocat-m3j2d5 {
  font-size: 16px;
  line-height: 140%;
}

.robocat-cdxd6f {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.robocat-cdxd6f .robocat-bp04rm {
  fill: #c2c0ce;
}

.robocat-cdxd6f [rating="1"] .robocat-bp04rm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.robocat-cdxd6f [rating="2"] .robocat-bp04rm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.robocat-cdxd6f [rating="3"] .robocat-bp04rm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.robocat-cdxd6f [rating="4"] .robocat-bp04rm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.robocat-cdxd6f [rating="5"] .robocat-bp04rm:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.robocat-tb7knk 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;
}

.robocat-tb7knk 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 */

.robocat-807v99 {
  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);
}

.robocat-807v99.robocat-xeohhu {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.robocat-mnop4x {
  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;
}

.robocat-mnop4x label {
  font-size: 14px;
}

.robocat-mnop4x h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.robocat-mnop4x input,
.robocat-mnop4x textarea,
.robocat-mnop4x 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;
}
.robocat-mnop4x button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.robocat-tvwdne ease;
}
.robocat-mnop4x button:hover {
  background-color: var(--button-bg-hover);
}
.robocat-n0m1eo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.robocat-zdiry8 ease-in;
}

.robocat-n0m1eo 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;
}
.robocat-cc3bkt, .robocat-va3bj3, [class*="review-card"],
thead, thead th, table th, .robocat-78r1w5,
.robocat-gjj4to, [class*="collapsible-header"],
.robocat-zyn1r7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-nav-fix-v4b */
header nav li a, header ul li a { color: #FFFFFF !important; }
