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

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

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

.nomini-qutctf {
  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) {
  .nomini-qutctf: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;
  }
}

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

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

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

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

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

.nomini-czkmiy {
  cursor: pointer;
}

.nomini-8t4jy6 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.nomini-yythz0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nomini-yythz0 figure {
  margin: 0;
}

.nomini-yythz0.nomini-0l440j {
  justify-content: flex-start;
  margin-right: 4px;
}

.nomini-yythz0.nomini-ww1wkw {
  justify-content: flex-end;
  margin-left: 4px;
}

.nomini-yythz0.nomini-6z3x83 {
  justify-content: center;
}

.nomini-yythz0.nomini-jseczz {
  justify-content: normal;
}

.nomini-o6gv07 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.nomini-vnv8ya img {
  width: 100%;
}

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

.nomini-84tda8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.nomini-84tda8 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) {
  .nomini-84tda8 ul {
    margin-bottom: 15px;
  }
}

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

.nomini-84tda8 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);
}

.nomini-84tda8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.nomini-84tda8 ul li:last-of-type::after {
  display: none;
}

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

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

.nomini-tr1ozl {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.nomini-u97awc.nomini-5xksnx {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .nomini-u97awc.nomini-5xksnx:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.nomini-nmgqi9 {
  margin-bottom: 94px;
}

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

.nomini-f18jtv .nomini-10a4so {
  margin-bottom: 28px;
}

.nomini-f18jtv .nomini-10a4so img {
  max-height: 100px;
  width: auto;
}

.nomini-38joy1 {
  display: flex;
  align-items: center;
}

.nomini-38joy1 a + a {
  margin-left: 24px;
}

.nomini-38joy1 img {
  max-height: 56px;
  width: auto;
}

.nomini-38joy1 img + img {
  margin-left: 24px;
}

.nomini-4j4pov {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.nomini-5uc0l4 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.nomini-kc92eq li {
  display: flex;
  margin: 0 7px;
}

.nomini-kc92eq li svg {
  transition: 0.nomini-mpu3s7 ease-in-out;
}

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

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

.nomini-by7yjs + .nomini-by7yjs {
  margin-left: 120px;
}

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

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

.nomini-9kdbtj {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nomini-9kdbtj li {
  font-size: 16px;
}

.nomini-9kdbtj li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.nomini-9kdbtj li + li {
  margin-top: 16px;
}

.nomini-ysz1rt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.nomini-wlj7j7 ease-in-out;
}

.nomini-ysz1rt.nomini-fivz3s {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.nomini-ds99kh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-7r555s li {
  width: 100%;
}

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

.nomini-7r555s li a svg {
  fill: var(--button-text-color);
}

.nomini-7r555s li a.nomini-fivz3s {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.nomini-7691gi {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.nomini-7691gi img {
  width: 100%;
  transition: 0.nomini-mpu3s7 ease-in-out;
}

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

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

.nomini-5aqyvi {
  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) {
  .nomini-5aqyvi {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .nomini-5aqyvi .nomini-10a4so img {
    max-width: 90px;
  }
}

.nomini-10a4so img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .nomini-10a4so {
    order: -2;
  }
}

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

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

.nomini-tp73j6 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.nomini-qdii5s {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.nomini-qdii5s.nomini-mluzee {
  margin-right: 0;
}

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

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

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

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

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

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

.nomini-vj4oou:hover > ul {
  display: flex;
}

.nomini-vj4oou:focus > ul {
  display: flex;
}

.nomini-vj4oou:focus-within > ul {
  display: flex;
}

.nomini-9jxtgn {
  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;
}

.nomini-9jxtgn::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.nomini-wlj7j7 ease-in-out;
}

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

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

.nomini-vj4oou 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.nomini-mpu3s7 ease-in-out;
  overflow: hidden;
}

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

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

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

.nomini-oudefy {
  display: none;
}

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

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

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

.nomini-8g2kn0 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.nomini-8g2kn0 img {
  margin-bottom: 20px;
}

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

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

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

.nomini-0l5cuf {
  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) {
  .nomini-0l5cuf {
    font-size: 32px;
  }
}

.nomini-na8l1x {
  color: var(--text-color);
}

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

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

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

.nomini-pu9r45 p img {
  display: block;
  margin: 0 auto;
}

.nomini-pu9r45 p:first-of-type {
  margin-top: 0;
}

.nomini-pu9r45 p:last-of-type {
  margin-bottom: 0;
}

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

.nomini-pu9r45 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.nomini-7152ia {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.nomini-p0lnrg .nomini-tfpwzo {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.nomini-p0lnrg .nomini-677zqz {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .nomini-p0lnrg .nomini-677zqz {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .nomini-p0lnrg .nomini-677zqz img {
    width: 100%;
  }
}

.nomini-677zqz {
  margin: 0 0 28px;
}

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

.nomini-tfpwzo {
  margin: 0 0 28px;
}

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

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

.nomini-7152ia .nomini-qutctf {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.nomini-c7l6nq {
  position: relative;
  border: none;
}

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

.nomini-unx5q4 {
  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;
}

.nomini-unx5q4 span {
  height: 32px;
}

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

.nomini-unx5q4.nomini-nxlxo3 span {
  transform: scaleY(-1);
}

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

.nomini-r1gc9g {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.nomini-r1gc9g.nomini-1bm19u {
  display: none;
}

.nomini-k808l0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.nomini-k808l0 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .nomini-k808l0 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.nomini-bb8n9c {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.nomini-c2u4x6 p {
  color: var(--text-color);
}

.nomini-addbiw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.nomini-mvr0dd {
  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);
}

.nomini-vmflb9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-2wl7h8 p + p {
  margin-top: 10px;
}

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

.nomini-r1lgz2 {
  display: none;
}

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

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

.nomini-eqi576 li {
  margin: 0 20px;
}

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

.nomini-eqi576 li a img {
  margin-bottom: 4px;
}

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

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

.nomini-uq4exv li {
  font-size: 16px;
  position: relative;
}

.nomini-uq4exv li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.nomini-uq4exv li span {
  opacity: 0.5;
}

.nomini-uq4exv li + li {
  margin-left: 30px;
}

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

h2.nomini-pseahc {
  margin: 0 0 28px;
}

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

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

.nomini-ney6s1 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);
}

.nomini-ney6s1 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;
}

.nomini-ney6s1 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;
}

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

.nomini-ney6s1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.nomini-ney6s1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.nomini-ney6s1 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);
}

.nomini-ney6s1 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);
}

.nomini-ney6s1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.nomini-ney6s1 tbody tr td .nomini-wx2z6q {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .nomini-ney6s1 tbody tr td .nomini-wx2z6q {
    width: 100%;
  }
}

.nomini-ney6s1 tbody tr td .nomini-niivde {
  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.nomini-mpu3s7 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .nomini-ney6s1 tbody tr td .nomini-niivde {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .nomini-ney6s1 tbody tr td .nomini-niivde {
    width: 100%;
  }
}

.nomini-ney6s1 tbody tr td .nomini-oovd2c {
  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) {
  .nomini-ney6s1 tbody tr td .nomini-oovd2c:hover {
    text-decoration: none;
  }
}

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

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

.nomini-4pbn4y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-qpz157 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.nomini-mpu3s7 ease-in-out;
}

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

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

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

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

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

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

.nomini-5mfxwn img {
  width: 100%;
  height: 100%;
}

.nomini-5mfxwn iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.nomini-x2tfgk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.nomini-mpu3s7 ease-in-out;
}

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

.nomini-hpl4fw {
  padding: 90px 0;
}

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

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

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

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

.nomini-ge8sqg img {
  width: 100%;
}

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

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

.nomini-k5s5cb {
  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;
}

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

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

.nomini-zo6jbv {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-zo6jbv:hover {
  border: 1px solid #8c8ca2;
}

.nomini-dl1oo1 {
  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%);
}

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

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

.nomini-gnvsum a {
  text-decoration: underline;
  color: #8babff;
}

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

.nomini-mn1lpr .nomini-zo6jbv {
  width: 50%;
  margin: 0;
}

.nomini-1dilee {
  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;
}

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

.nomini-qrh9sw {
  margin: 0 0 100px;
}

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

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

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

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

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

.nomini-cunt00 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.nomini-rz5z25 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.nomini-mpu3s7 ease-in-out;
}

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

.nomini-rz5z25 a svg {
  fill: #fff;
}

.nomini-rz5z25 a:hover {
  background: #3d68e7;
}

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

.nomini-mrbskd {
  margin-bottom: 16px;
}

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

.nomini-gs3du9 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.nomini-rf6jq5 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);
}

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

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

.nomini-rf6jq5 table tr:last-of-type td {
  border-bottom: none;
}

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

.nomini-1x3ln3 {
  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) {
  .nomini-1x3ln3 {
    min-height: 190px;
  }
}

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

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

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

.nomini-aer0o3.nomini-7myxss {
  display: none;
}

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

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

.nomini-0beek8 iframe.nomini-85lyl7 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.nomini-0beek8.nomini-y2db6d {
  opacity: 1;
  pointer-events: all;
}

.nomini-3us0ma {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-3us0ma svg {
  margin-right: 10px;
}

.nomini-3us0ma + .nomini-3us0ma {
  margin-top: 14px;
}

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

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

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

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

.nomini-jpifdu .nomini-7152ia {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.nomini-jpifdu .nomini-7152ia h1,
.nomini-jpifdu .nomini-7152ia 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) {
  .nomini-jpifdu .nomini-7152ia h1,
  .nomini-jpifdu .nomini-7152ia h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .nomini-jpifdu .nomini-7152ia {
    margin: 28px 0 0;
  }
}

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

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

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

.nomini-zy4imx {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.nomini-2av7kp {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.nomini-xjocb0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .nomini-8fx5s4 {
    padding: 10px;
  }
}

.nomini-8fx5s4 .nomini-qutctf {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .nomini-8fx5s4 .nomini-qutctf {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .nomini-8fx5s4 {
    flex-wrap: wrap;
  }
}

.nomini-lziz5x {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.nomini-lziz5x img {
  width: 100%;
}

.nomini-81ylka {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.nomini-7csd4v {
  width: 100%;
  margin: 0 0 100px;
}

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

.nomini-7csd4v .nomini-m3n6h8 {
  position: relative;
}

.nomini-7csd4v .nomini-xxso04 {
  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;
}

.nomini-7csd4v .nomini-xxso04.nomini-7myxss {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .nomini-7csd4v .nomini-swejwx {
    bottom: 90px;
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-sri1lx {
  max-width: 300px;
  width: 100%;
}

.nomini-7csd4v .nomini-swejwx .nomini-sri1lx .nomini-yhlwvv {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-swejwx .nomini-sri1lx .nomini-yhlwvv {
    font-size: 32px;
    text-align: center;
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-sri1lx .nomini-76vzms {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-swejwx .nomini-sri1lx .nomini-76vzms {
    text-align: center;
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-swejwx .nomini-mluzee {
    flex-direction: column-reverse;
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-dxpwb1 {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-dxpwb1:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-dxpwb1 {
    width: 100%;
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-evi90e {
  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.nomini-mpu3s7 ease-in-out;
  overflow: hidden;
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-evi90e 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);
  }
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-evi90e: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;
}

.nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-evi90e:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-swejwx .nomini-mluzee .nomini-evi90e {
    width: 100%;
  }
}

.nomini-7csd4v .nomini-swejwx.nomini-7myxss {
  display: none;
}

.nomini-7csd4v .nomini-oa9zaa {
  display: none;
}

.nomini-7csd4v .nomini-oa9zaa.nomini-y2db6d {
  display: block;
}

.nomini-7csd4v .nomini-oa9zaa iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-oa9zaa iframe {
    height: calc(100vh - 54px);
  }
}

.nomini-7csd4v .nomini-11pkh1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .nomini-7csd4v .nomini-11pkh1 {
    padding: 24px 16px 0;
  }
}

.nomini-7csd4v .nomini-11pkh1 .nomini-yhlwvv {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .nomini-7csd4v .nomini-11pkh1 .nomini-yhlwvv {
    margin-bottom: 24px;
  }
}

.nomini-7csd4v .nomini-11pkh1 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);
}

.nomini-7csd4v .nomini-11pkh1 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) {
  .nomini-7csd4v .nomini-11pkh1 table tr td {
    padding: 12px 4px;
  }
}

.nomini-7csd4v .nomini-11pkh1 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) {
  .nomini-7csd4v .nomini-11pkh1 table tr th {
    padding: 12px 4px;
  }
}

.nomini-7csd4v .nomini-11pkh1 table tr:last-of-type td {
  border-bottom: none;
}

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

.nomini-d2yumb.nomini-fivz3s {
  display: block;
}

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

.nomini-d2yumb .nomini-ufo2o6 {
  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;
}

.nomini-d2yumb .nomini-338xiz {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.nomini-d2yumb .nomini-evi90e {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-d2yumb .nomini-evi90e:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.nomini-5lkdtg.nomini-fivz3s {
  display: block;
}

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

.nomini-hat64q {
  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;
}

.nomini-2w8z68 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.nomini-cko7q6 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.nomini-cko7q6 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.nomini-a7cdre {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nomini-yrom02.nomini-7myxss {
  display: none;
}

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

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

.nomini-65atoq {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.nomini-65atoq 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.nomini-mpu3s7 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.nomini-65atoq input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.nomini-65atoq input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.nomini-65atoq input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.nomini-65atoq input:active {
  border-color: #c2c0ce;
}

.nomini-65atoq input:focus {
  border-color: #c2c0ce;
}

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

.nomini-33zzoz {
  margin-bottom: 36px;
}

.nomini-33zzoz 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;
}

.nomini-33zzoz textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.nomini-33zzoz textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.nomini-mbxxvg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nomini-z9bupc {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-z9bupc:hover {
  background: var(--border-color);
}

.nomini-h2odih {
  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.nomini-mpu3s7 ease-in-out;
}

.nomini-h2odih:hover {
  background: #166ad9;
}

.nomini-4v5pk6 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nomini-4v5pk6.nomini-7myxss {
  display: none;
}

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

.nomini-4v5pk6 .nomini-z9bupc {
  margin: 0 auto;
}

.nomini-f8caaz {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.nomini-jayt91 {
  filter: grayscale(100%);
}

.nomini-321zfo > input {
  display: none;
}

.nomini-321zfo > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-74tvjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.nomini-m9zs64 44.nomini-v4l3jt.nomini-a7rwso.nomini-4mqfgm.nomini-u74ofr.nomini-2p8mbe.nomini-dumssp.nomini-xmngyu.nomini-9wdgvp.nomini-la4iwz.nomini-w94xph.nomini-6013ui.nomini-w4c1hb 0l-12.nomini-cfcgte 30.nomini-wk6wap.nomini-evep6s 2.nomini-nljf10.nomini-evep6s 3.nomini-nlirnh 3.nomini-g4ezwf.nomini-c4msjh 3.nomini-ozrwcc.nomini-eaqtbh.nomini-ha6led.nomini-l8z3ox 7-3.nomini-cfcgte 10.nomini-d0c5bj.nomini-l8z3ox 23.nomini-uytbdh.nomini-60tg9f 1.nomini-najqsm 2.nomini-cfcgte 3.nomini-60tg9f 1.nomini-c4msjh 5.nomini-wkmrjv.nomini-c4msjh 32.nomini-zbvv3f.nomini-eaqtbh 5.nomini-w4c1hb 4.nomini-l8z3ox 9.nomini-l8z3ox 8.nomini-c4msjh 6.nomini-7rfwpa.nomini-v6x4f1.nomini-ysswvp.nomini-q4j84c.nomini-0k083q 4.nomini-bzs5qh.nomini-0k083q 6.nomini-0k083q 0l29.nomini-w4c1hb 17.nomini-6xguqh.nomini-cq0xoq 2.nomini-0qrhzw 10.nomini-kkqehb.nomini-cfcgte 8.nomini-ap7iub.nomini-dglknj.nomini-302mdm.nomini-j07chb.nomini-oid0tj.nomini-eaqtbh.nomini-2p8mbe.nomini-cfcgte 1.nomini-5pno0l.nomini-2w05jg.nomini-hc96ch.nomini-h0in5i.nomini-augp0h.nomini-najqsm 1.nomini-xcev1o.nomini-k585ir.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.nomini-321zfo > input:checked ~ label,
.nomini-321zfo > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-74tvjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.nomini-m9zs64 44.nomini-v4l3jt.nomini-a7rwso.nomini-4mqfgm.nomini-u74ofr.nomini-2p8mbe.nomini-dumssp.nomini-xmngyu.nomini-9wdgvp.nomini-la4iwz.nomini-w94xph.nomini-6013ui.nomini-w4c1hb 0l-12.nomini-cfcgte 30.nomini-wk6wap.nomini-evep6s 2.nomini-nljf10.nomini-evep6s 3.nomini-nlirnh 3.nomini-g4ezwf.nomini-c4msjh 3.nomini-ozrwcc.nomini-eaqtbh.nomini-ha6led.nomini-l8z3ox 7-3.nomini-cfcgte 10.nomini-d0c5bj.nomini-l8z3ox 23.nomini-uytbdh.nomini-60tg9f 1.nomini-najqsm 2.nomini-cfcgte 3.nomini-60tg9f 1.nomini-c4msjh 5.nomini-wkmrjv.nomini-c4msjh 32.nomini-zbvv3f.nomini-eaqtbh 5.nomini-w4c1hb 4.nomini-l8z3ox 9.nomini-l8z3ox 8.nomini-c4msjh 6.nomini-7rfwpa.nomini-v6x4f1.nomini-ysswvp.nomini-q4j84c.nomini-0k083q 4.nomini-bzs5qh.nomini-0k083q 6.nomini-0k083q 0l29.nomini-w4c1hb 17.nomini-6xguqh.nomini-cq0xoq 2.nomini-0qrhzw 10.nomini-kkqehb.nomini-cfcgte 8.nomini-ap7iub.nomini-dglknj.nomini-302mdm.nomini-j07chb.nomini-oid0tj.nomini-eaqtbh.nomini-2p8mbe.nomini-cfcgte 1.nomini-5pno0l.nomini-2w05jg.nomini-hc96ch.nomini-h0in5i.nomini-augp0h.nomini-najqsm 1.nomini-xcev1o.nomini-k585ir.5z'/%3e%3c/svg%3e");
}

.nomini-321zfo > input:not(:checked) ~ label:hover,
.nomini-321zfo > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-74tvjs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-m9zs64 44.nomini-v4l3jt.nomini-a7rwso.nomini-4mqfgm.nomini-u74ofr.nomini-2p8mbe.nomini-dumssp.nomini-xmngyu.nomini-9wdgvp.nomini-la4iwz.nomini-w94xph.nomini-6013ui.nomini-w4c1hb 0l-12.nomini-cfcgte 30.nomini-wk6wap.nomini-evep6s 2.nomini-nljf10.nomini-evep6s 3.nomini-nlirnh 3.nomini-g4ezwf.nomini-c4msjh 3.nomini-ozrwcc.nomini-eaqtbh.nomini-ha6led.nomini-l8z3ox 7-3.nomini-cfcgte 10.nomini-d0c5bj.nomini-l8z3ox 23.nomini-uytbdh.nomini-60tg9f 1.nomini-najqsm 2.nomini-cfcgte 3.nomini-60tg9f 1.nomini-c4msjh 5.nomini-wkmrjv.nomini-c4msjh 32.nomini-zbvv3f.nomini-eaqtbh 5.nomini-w4c1hb 4.nomini-l8z3ox 9.nomini-l8z3ox 8.nomini-c4msjh 6.nomini-7rfwpa.nomini-v6x4f1.nomini-ysswvp.nomini-q4j84c.nomini-0k083q 4.nomini-bzs5qh.nomini-0k083q 6.nomini-0k083q 0l29.nomini-w4c1hb 17.nomini-6xguqh.nomini-cq0xoq 2.nomini-0qrhzw 10.nomini-kkqehb.nomini-cfcgte 8.nomini-ap7iub.nomini-dglknj.nomini-302mdm.nomini-j07chb.nomini-oid0tj.nomini-eaqtbh.nomini-2p8mbe.nomini-cfcgte 1.nomini-5pno0l.nomini-2w05jg.nomini-hc96ch.nomini-h0in5i.nomini-augp0h.nomini-najqsm 1.nomini-xcev1o.nomini-k585ir.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .nomini-rjwq87 > .nomini-xjlqwy {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .nomini-rjwq87 > .nomini-xjlqwy {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .nomini-rjwq87 > .nomini-xjlqwy {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .nomini-rjwq87 > .nomini-xjlqwy {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .nomini-rjwq87 > .nomini-xjlqwy {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.nomini-fc18rw.nomini-7myxss {
  display: none;
}

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

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

.nomini-p011lx {
  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;
}

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

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

.nomini-p011lx img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.nomini-jo76d9 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.nomini-fc18rw.nomini-1qhg39 .nomini-tf2qcg {
  background: #2b3b67;
}

.nomini-fc18rw.nomini-1qhg39 .nomini-p011lx {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.nomini-fc18rw.nomini-1qhg39 .nomini-p011lx::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.nomini-fc18rw.nomini-1qhg39 .nomini-p011lx::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.nomini-fc18rw.nomini-1qhg39 .nomini-jo76d9::before {
  background: #0e0f41;
}

.nomini-fc18rw.nomini-1qhg39 .nomini-jo76d9::after {
  background: #152557;
}

.nomini-fc18rw.nomini-xbiime .nomini-tf2qcg {
  background: #1f35fa;
}

.nomini-fc18rw.nomini-xbiime .nomini-p011lx {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.nomini-fc18rw.nomini-xbiime .nomini-p011lx::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.nomini-fc18rw.nomini-xbiime .nomini-p011lx::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.nomini-fc18rw.nomini-xbiime .nomini-jo76d9::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.nomini-fc18rw.nomini-xbiime .nomini-jo76d9::after {
  background: #192ac8;
}

.nomini-fc18rw.nomini-zv3rva .nomini-tf2qcg {
  background: #fa771f;
}

.nomini-fc18rw.nomini-zv3rva .nomini-p011lx {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-fc18rw.nomini-zv3rva .nomini-p011lx::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.nomini-fc18rw.nomini-zv3rva .nomini-p011lx::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.nomini-fc18rw.nomini-zv3rva .nomini-jo76d9::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-fc18rw.nomini-zv3rva .nomini-jo76d9::after {
  background: #fa8535;
}

.nomini-n0d4a3 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.nomini-2xmvx1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nomini-2xmvx1 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.nomini-2xmvx1 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.nomini-thaj9i {
  width: 120px;
  height: 22px;
}

.nomini-thaj9i .nomini-0vdg0f {
  fill: #c2c0ce;
}

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

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

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

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

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

.nomini-41vxt0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.nomini-raleut {
  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);
}

.nomini-raleut.nomini-y2db6d {
  display: block;
}

.nomini-raleut.nomini-7myxss {
  display: none;
}

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

.nomini-urxk3k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nomini-u0yimm {
  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);
}

.nomini-of8cbp {
  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;
}

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

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

.nomini-kf3523 {
  font-size: 16px;
  line-height: 140%;
}

.nomini-lcwuxm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nomini-lcwuxm .nomini-0vdg0f {
  fill: #c2c0ce;
}

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

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

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

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

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

.nomini-1z6auf {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.nomini-iss2ou {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.nomini-7ciwk4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nomini-oc937k {
  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;
}

.nomini-iammk2 {
  flex: 1;
  min-width: 0;
}

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

.nomini-unq0xi {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.nomini-unq0xi svg path {
  fill: var(--button-bg-color);
}

.nomini-unq0xi svg circle {
  fill: var(--button-text-color);
}

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

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

.nomini-cheu5r strong {
  font-weight: 600;
}

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

.nomini-wdl0ug p {
  margin: 0 0 16px;
}

.nomini-wdl0ug p:last-child {
  margin-bottom: 0;
}

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

.nomini-j67ic8 {
  max-width: 300px;
  width: 100%;
}

.nomini-j67ic8 a {
  width: 100%;
}

@media (max-width: 575px) {
  .nomini-j67ic8 {
    max-width: 200px;
  }
}

.nomini-fvt291 {
  justify-content: center;
}

.nomini-o9lvn5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nomini-v6xt17 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.nomini-fpznfn .nomini-tp73j6 {
  justify-content: center;
}

/* faq */

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

.nomini-2p72q6 {
  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.nomini-rkmb24 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nomini-2p72q6::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.nomini-rkmb24 ease;
}

.nomini-bxbije.nomini-fivz3s .nomini-2p72q6::after {
  transform: rotate(45deg);
}

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

.nomini-bxbije.nomini-fivz3s .nomini-zvp5uv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.nomini-mbemgt {
  margin: 25px 0;
}

.nomini-321zfo > input:not(:checked) ~ label:hover,
.nomini-321zfo > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-waetzp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-ym421o 44.nomini-8n24px.nomini-x5jbnh.nomini-qlh822.nomini-q9iyac.nomini-cskfhw.nomini-u46wu4.nomini-0n176a.nomini-kw012q.nomini-8z7idp.nomini-b1ltrs.nomini-8x3zu6.nomini-u1k0o3 0l-12.nomini-hy16n3 30.nomini-z6gyhz.nomini-fn9hpz 2.nomini-e1wx3o.nomini-fn9hpz 3.nomini-srnmzy 3.nomini-3cnj3u.nomini-30g4hd 3.nomini-o3cmri.nomini-te67g4.nomini-3mvc6a.nomini-w3epbt 7-3.nomini-hy16n3 10.nomini-e9iwr4.nomini-w3epbt 23.nomini-zal7yb.nomini-ckbcim 1.nomini-07y6ch 2.nomini-hy16n3 3.nomini-ckbcim 1.nomini-30g4hd 5.nomini-8mv12p.nomini-30g4hd 32.nomini-afk7gm.nomini-te67g4 5.nomini-u1k0o3 4.nomini-w3epbt 9.nomini-w3epbt 8.nomini-30g4hd 6.nomini-cn3u0t.nomini-uus9bw.nomini-aj8r3u.nomini-hhm2b4.nomini-mii1g7 4.nomini-g5ir5u.nomini-mii1g7 6.nomini-mii1g7 0l29.nomini-u1k0o3 17.nomini-sxfq4e.nomini-e5p6tb 2.nomini-kr1ymw 10.nomini-bj33vg.nomini-hy16n3 8.nomini-4pkgfu.nomini-az7ljf.nomini-r8s8z6.nomini-bj4pkx.nomini-6g6dq8.nomini-te67g4.nomini-cskfhw.nomini-hy16n3 1.nomini-d8zfuj.nomini-hewpkr.nomini-kcty54.nomini-u8zdfz.nomini-ss4mui.nomini-07y6ch 1.nomini-zte8iw.nomini-7jpxdx.5z'/%3e%3c/svg%3e");
}

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

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

.nomini-5szdu0 {
  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);
}

.nomini-5szdu0.nomini-ixzzv1 {
  display: block;
}

.nomini-5szdu0.nomini-hhacl9 {
  display: none;
}

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

.nomini-3dx7k7 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nomini-f6y42t {
  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);
}

.nomini-uwzs7j {
  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;
}

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

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

.nomini-ygudup {
  font-size: 16px;
  line-height: 140%;
}

.nomini-fovida {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.nomini-fovida .nomini-zarx4e {
  fill: #c2c0ce;
}

.nomini-fovida [rating="1"] .nomini-zarx4e:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.nomini-fovida [rating="2"] .nomini-zarx4e:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.nomini-fovida [rating="3"] .nomini-zarx4e:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.nomini-fovida [rating="4"] .nomini-zarx4e:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.nomini-fovida [rating="5"] .nomini-zarx4e:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.nomini-om1wp0 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;
}

.nomini-om1wp0 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 */

.nomini-uyn13m {
  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);
}

.nomini-uyn13m.nomini-90pgog {
  opacity: 1;
  pointer-events: auto;
}

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

.nomini-zzh4pm label {
  font-size: 14px;
}

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

.nomini-giowqu 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;
}
.nomini-5m9lfb, .nomini-3ylzo7, [class*="review-card"],
thead, thead th, table th, .nomini-wj2ay6,
.nomini-4nn4m9, [class*="collapsible-header"],
.nomini-addbiw, [class*="updated-block"] {
  color: #ece7dc !important;
}
