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-6cdc7c {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.nomini-06vkmq {
  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-06vkmq: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-fc92zg {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.nomini-z7an2r {
  cursor: pointer;
}

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

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

.nomini-ovb4g9 figure {
  margin: 0;
}

.nomini-ovb4g9.nomini-qujyqn {
  justify-content: flex-start;
  margin-right: 4px;
}

.nomini-ovb4g9.nomini-e8ycvt {
  justify-content: flex-end;
  margin-left: 4px;
}

.nomini-ovb4g9.nomini-yf9ei0 {
  justify-content: center;
}

.nomini-ovb4g9.nomini-dn6jd1 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.nomini-y6x5z2 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-y6x5z2 ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.nomini-r9ivut.nomini-f6du5n {
  background-color: #000;
}

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

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

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

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

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

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

.nomini-2lp5ri .nomini-mph2oz {
  margin-bottom: 28px;
}

.nomini-2lp5ri .nomini-mph2oz img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.nomini-dpeq8x li svg {
  transition: 0.nomini-vcwoeb ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.nomini-qm10cd.nomini-0wvbug {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.nomini-6ipjn9 h1,
.nomini-6ipjn9 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-6ipjn9 h1,
  .nomini-6ipjn9 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.nomini-zow9c5 li {
  width: 100%;
}

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

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

.nomini-zow9c5 li a.nomini-0wvbug {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.nomini-p13yjb img {
  width: 100%;
  transition: 0.nomini-vcwoeb ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .nomini-jibfgv .nomini-mph2oz img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .nomini-7zlpba {
    display: block;
  }
  .nomini-7zlpba li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .nomini-7zlpba li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .nomini-7zlpba 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-7zlpba li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.nomini-dmrqb6.nomini-poppv8 {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.nomini-okzsmb {
  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-okzsmb::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-gujtnw ease-in-out;
}

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

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

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

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

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

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

.nomini-zrf7tu {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-syowqr .nomini-5s8wv5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.nomini-5s8wv5 {
  margin: 0 0 28px;
}

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

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

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

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

.nomini-cdrkcn .nomini-06vkmq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.nomini-h2dxge {
  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-h2dxge span {
  height: 32px;
}

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

.nomini-h2dxge.nomini-xlt03a span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.nomini-x91euc.nomini-4wmjsz {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-8i6ntz {
  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-bqo0y5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.nomini-6j6kg4 p + p {
  margin-top: 10px;
}

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

.nomini-ld15ar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nomini-ld15ar {
    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-kpth7u {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-u8ooy7 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-u8ooy7 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-u8ooy7 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-u8ooy7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.nomini-u8ooy7 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-u8ooy7 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-u8ooy7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.nomini-u8ooy7 tbody tr td .nomini-16qkyo {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-oyofyx {
  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-oyofyx {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.nomini-3jvpk1::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-6hhtt8 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.nomini-7jpdym {
  padding: 90px 0;
}

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

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

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

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

.nomini-6rj8xm img {
  width: 100%;
}

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

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

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

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

.nomini-8bau57 {
  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-vcwoeb ease-in-out;
}

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

.nomini-65t8nr {
  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-65t8nr:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.nomini-7hskdr .nomini-8bau57 {
  width: 50%;
  margin: 0;
}

.nomini-iomnqv {
  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-iomnqv:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.nomini-zqburz 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-vcwoeb ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-8t9iec {
  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-8t9iec {
    min-height: 190px;
  }
}

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

.nomini-d7ya7i::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-ancw76 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.nomini-ancw76.nomini-szcp9p {
  display: none;
}

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

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

.nomini-h1uvw2 iframe.nomini-9ivyll {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.nomini-h1uvw2.nomini-lhdadr {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.nomini-ql81w3 .nomini-cdrkcn {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-kasapf .nomini-06vkmq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .nomini-kasapf .nomini-06vkmq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

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

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

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

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

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

.nomini-9fm39w {
  width: 100%;
  margin: 0 0 100px;
}

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

.nomini-9fm39w .nomini-0uaoyk {
  position: relative;
}

.nomini-9fm39w .nomini-0bizwj {
  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-9fm39w .nomini-0bizwj.nomini-szcp9p {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .nomini-9fm39w .nomini-vdvbj5 {
    bottom: 90px;
  }
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-udng0w {
  max-width: 300px;
  width: 100%;
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-udng0w .nomini-nsxp56 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .nomini-9fm39w .nomini-vdvbj5 .nomini-udng0w .nomini-nsxp56 {
    font-size: 32px;
    text-align: center;
  }
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-udng0w .nomini-2tsroj {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .nomini-9fm39w .nomini-vdvbj5 .nomini-udng0w .nomini-2tsroj {
    text-align: center;
  }
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-rseo0n {
  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-vcwoeb ease-in-out;
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-rseo0n:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-rseo0n {
    width: 100%;
  }
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-xoip0s {
  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-vcwoeb ease-in-out;
  overflow: hidden;
}

.nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-xoip0s 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-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-xoip0s: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-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-xoip0s:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .nomini-9fm39w .nomini-vdvbj5 .nomini-poppv8 .nomini-xoip0s {
    width: 100%;
  }
}

.nomini-9fm39w .nomini-vdvbj5.nomini-szcp9p {
  display: none;
}

.nomini-9fm39w .nomini-i5ll49 {
  display: none;
}

.nomini-9fm39w .nomini-i5ll49.nomini-lhdadr {
  display: block;
}

.nomini-9fm39w .nomini-i5ll49 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.nomini-9fm39w .nomini-52omox {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .nomini-9fm39w .nomini-52omox {
    padding: 24px 16px 0;
  }
}

.nomini-9fm39w .nomini-52omox .nomini-nsxp56 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .nomini-9fm39w .nomini-52omox .nomini-nsxp56 {
    margin-bottom: 24px;
  }
}

.nomini-9fm39w .nomini-52omox 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-9fm39w .nomini-52omox 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-9fm39w .nomini-52omox table tr td {
    padding: 12px 4px;
  }
}

.nomini-9fm39w .nomini-52omox 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-9fm39w .nomini-52omox table tr th {
    padding: 12px 4px;
  }
}

.nomini-9fm39w .nomini-52omox table tr:last-of-type td {
  border-bottom: none;
}

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

.nomini-zsj1jt.nomini-0wvbug {
  display: block;
}

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

.nomini-zsj1jt .nomini-4mjnn2 {
  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-zsj1jt .nomini-2llss9 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.nomini-zsj1jt .nomini-xoip0s {
  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-vcwoeb ease-in-out;
}

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

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

.nomini-h0irli.nomini-0wvbug {
  display: block;
}

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

.nomini-ypup4u {
  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-4ccct2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.nomini-vyqlmq.nomini-szcp9p {
  display: none;
}

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

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

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

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

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

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

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

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

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

.nomini-7mox2w input:active {
  border-color: #c2c0ce;
}

.nomini-7mox2w input:focus {
  border-color: #c2c0ce;
}

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

.nomini-v12sgi {
  margin-bottom: 36px;
}

.nomini-v12sgi 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-v12sgi textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

.nomini-23dqmy {
  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-vcwoeb ease-in-out;
}

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

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

.nomini-2gxyd0.nomini-szcp9p {
  display: none;
}

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

.nomini-2gxyd0 .nomini-v8e7vh {
  margin: 0 auto;
}

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

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

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

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

.nomini-w9wwox > input {
  display: none;
}

.nomini-w9wwox > 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-0n875e.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.nomini-z7q87m 44.nomini-i5n3t0.nomini-holnxz.nomini-zsd21d.nomini-7xgp7t.nomini-revnyc.nomini-islyx4.nomini-55p4bf.nomini-aqd4jn.nomini-tj3i3q.nomini-yqfyow.nomini-eopg35.nomini-4tk91r 0l-12.nomini-vdytf6 30.nomini-4b5xsc.nomini-1yqaqy 2.nomini-spxep2.nomini-1yqaqy 3.nomini-sw1svp 3.nomini-m3455x.nomini-d2ad1j 3.nomini-939hvd.nomini-qsqc3p.nomini-eln82j.nomini-9kuizw 7-3.nomini-vdytf6 10.nomini-ggld2t.nomini-9kuizw 23.nomini-wmg63d.nomini-zqn1f8 1.nomini-kp1e8u 2.nomini-vdytf6 3.nomini-zqn1f8 1.nomini-d2ad1j 5.nomini-0hwdnn.nomini-d2ad1j 32.nomini-v5mjkm.nomini-qsqc3p 5.nomini-4tk91r 4.nomini-9kuizw 9.nomini-9kuizw 8.nomini-d2ad1j 6.nomini-dzvyht.nomini-5jmgwz.nomini-yq00i0.nomini-ihng9l.nomini-pj46nc 4.nomini-58u68u.nomini-pj46nc 6.nomini-pj46nc 0l29.nomini-4tk91r 17.nomini-mt2r13.nomini-r13r9p 2.nomini-fgw5mw 10.nomini-8kdv38.nomini-vdytf6 8.nomini-05p4le.nomini-e5o6gy.nomini-oib6no.nomini-oa139w.nomini-5o11gu.nomini-qsqc3p.nomini-revnyc.nomini-vdytf6 1.nomini-gogfoz.nomini-98fejk.nomini-b9yeoe.nomini-9encvl.nomini-x7lwpt.nomini-kp1e8u 1.nomini-oauv5p.nomini-zxcm2r.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.nomini-w9wwox > input:checked ~ label,
.nomini-w9wwox > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-0n875e.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.nomini-z7q87m 44.nomini-i5n3t0.nomini-holnxz.nomini-zsd21d.nomini-7xgp7t.nomini-revnyc.nomini-islyx4.nomini-55p4bf.nomini-aqd4jn.nomini-tj3i3q.nomini-yqfyow.nomini-eopg35.nomini-4tk91r 0l-12.nomini-vdytf6 30.nomini-4b5xsc.nomini-1yqaqy 2.nomini-spxep2.nomini-1yqaqy 3.nomini-sw1svp 3.nomini-m3455x.nomini-d2ad1j 3.nomini-939hvd.nomini-qsqc3p.nomini-eln82j.nomini-9kuizw 7-3.nomini-vdytf6 10.nomini-ggld2t.nomini-9kuizw 23.nomini-wmg63d.nomini-zqn1f8 1.nomini-kp1e8u 2.nomini-vdytf6 3.nomini-zqn1f8 1.nomini-d2ad1j 5.nomini-0hwdnn.nomini-d2ad1j 32.nomini-v5mjkm.nomini-qsqc3p 5.nomini-4tk91r 4.nomini-9kuizw 9.nomini-9kuizw 8.nomini-d2ad1j 6.nomini-dzvyht.nomini-5jmgwz.nomini-yq00i0.nomini-ihng9l.nomini-pj46nc 4.nomini-58u68u.nomini-pj46nc 6.nomini-pj46nc 0l29.nomini-4tk91r 17.nomini-mt2r13.nomini-r13r9p 2.nomini-fgw5mw 10.nomini-8kdv38.nomini-vdytf6 8.nomini-05p4le.nomini-e5o6gy.nomini-oib6no.nomini-oa139w.nomini-5o11gu.nomini-qsqc3p.nomini-revnyc.nomini-vdytf6 1.nomini-gogfoz.nomini-98fejk.nomini-b9yeoe.nomini-9encvl.nomini-x7lwpt.nomini-kp1e8u 1.nomini-oauv5p.nomini-zxcm2r.5z'/%3e%3c/svg%3e");
}

.nomini-w9wwox > input:not(:checked) ~ label:hover,
.nomini-w9wwox > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-0n875e.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-z7q87m 44.nomini-i5n3t0.nomini-holnxz.nomini-zsd21d.nomini-7xgp7t.nomini-revnyc.nomini-islyx4.nomini-55p4bf.nomini-aqd4jn.nomini-tj3i3q.nomini-yqfyow.nomini-eopg35.nomini-4tk91r 0l-12.nomini-vdytf6 30.nomini-4b5xsc.nomini-1yqaqy 2.nomini-spxep2.nomini-1yqaqy 3.nomini-sw1svp 3.nomini-m3455x.nomini-d2ad1j 3.nomini-939hvd.nomini-qsqc3p.nomini-eln82j.nomini-9kuizw 7-3.nomini-vdytf6 10.nomini-ggld2t.nomini-9kuizw 23.nomini-wmg63d.nomini-zqn1f8 1.nomini-kp1e8u 2.nomini-vdytf6 3.nomini-zqn1f8 1.nomini-d2ad1j 5.nomini-0hwdnn.nomini-d2ad1j 32.nomini-v5mjkm.nomini-qsqc3p 5.nomini-4tk91r 4.nomini-9kuizw 9.nomini-9kuizw 8.nomini-d2ad1j 6.nomini-dzvyht.nomini-5jmgwz.nomini-yq00i0.nomini-ihng9l.nomini-pj46nc 4.nomini-58u68u.nomini-pj46nc 6.nomini-pj46nc 0l29.nomini-4tk91r 17.nomini-mt2r13.nomini-r13r9p 2.nomini-fgw5mw 10.nomini-8kdv38.nomini-vdytf6 8.nomini-05p4le.nomini-e5o6gy.nomini-oib6no.nomini-oa139w.nomini-5o11gu.nomini-qsqc3p.nomini-revnyc.nomini-vdytf6 1.nomini-gogfoz.nomini-98fejk.nomini-b9yeoe.nomini-9encvl.nomini-x7lwpt.nomini-kp1e8u 1.nomini-oauv5p.nomini-zxcm2r.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.nomini-0hu04s.nomini-szcp9p {
  display: none;
}

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

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

.nomini-naw499 {
  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-naw499::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-0hu04s.nomini-14ry6a .nomini-q3eizx {
  background: #2b3b67;
}

.nomini-0hu04s.nomini-14ry6a .nomini-naw499 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.nomini-0hu04s.nomini-14ry6a .nomini-naw499::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.nomini-0hu04s.nomini-14ry6a .nomini-naw499::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.nomini-0hu04s.nomini-14ry6a .nomini-7ck2hh::before {
  background: #0e0f41;
}

.nomini-0hu04s.nomini-14ry6a .nomini-7ck2hh::after {
  background: #152557;
}

.nomini-0hu04s.nomini-4hbxed .nomini-q3eizx {
  background: #1f35fa;
}

.nomini-0hu04s.nomini-4hbxed .nomini-naw499 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.nomini-0hu04s.nomini-4hbxed .nomini-naw499::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.nomini-0hu04s.nomini-4hbxed .nomini-naw499::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.nomini-0hu04s.nomini-4hbxed .nomini-7ck2hh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.nomini-0hu04s.nomini-4hbxed .nomini-7ck2hh::after {
  background: #192ac8;
}

.nomini-0hu04s.nomini-ovoqdq .nomini-q3eizx {
  background: #fa771f;
}

.nomini-0hu04s.nomini-ovoqdq .nomini-naw499 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-0hu04s.nomini-ovoqdq .nomini-naw499::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.nomini-0hu04s.nomini-ovoqdq .nomini-naw499::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.nomini-0hu04s.nomini-ovoqdq .nomini-7ck2hh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-0hu04s.nomini-ovoqdq .nomini-7ck2hh::after {
  background: #fa8535;
}

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

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

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

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

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

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

.nomini-wzjdr9 {
  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-wzjdr9 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.nomini-1xv2hv .nomini-4mh83e {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.nomini-rn6xto {
  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-rn6xto.nomini-lhdadr {
  display: block;
}

.nomini-rn6xto.nomini-szcp9p {
  display: none;
}

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

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

.nomini-ikye9l {
  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-guzozb {
  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-56427p small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.nomini-k4m3ah .nomini-4mh83e {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.nomini-etwck9 {
  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-61ql5z {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-9zbj5w {
  justify-content: center;
}

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

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

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

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

.nomini-pi0t9e .nomini-7zlpba {
  justify-content: center;
}

/* faq */

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

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

.nomini-xxpmx7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.nomini-4ldzng ease;
}

.nomini-z0p6up.nomini-0wvbug .nomini-xxpmx7::after {
  transform: rotate(45deg);
}

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

.nomini-z0p6up.nomini-0wvbug .nomini-egdtqv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.nomini-w9wwox > input:not(:checked) ~ label:hover,
.nomini-w9wwox > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-5597by.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-yd37h4 44.nomini-crmvki.nomini-bcocz0.nomini-5h0a7g.nomini-346kge.nomini-b7imqd.nomini-w9aqg7.nomini-96f2ys.nomini-3f94ws.nomini-6j4rsk.nomini-fbkpxa.nomini-liogji.nomini-9antbs 0l-12.nomini-jvtc70 30.nomini-jar2zs.nomini-lzs9q6 2.nomini-912leq.nomini-lzs9q6 3.nomini-tasu8p 3.nomini-a38mix.nomini-ypr6vm 3.nomini-8h3ivp.nomini-cjarsi.nomini-vxpwvs.nomini-2693q5 7-3.nomini-jvtc70 10.nomini-54qgzl.nomini-2693q5 23.nomini-e62rge.nomini-s58g6i 1.nomini-7xjlpd 2.nomini-jvtc70 3.nomini-s58g6i 1.nomini-ypr6vm 5.nomini-frwc7o.nomini-ypr6vm 32.nomini-fuvd3p.nomini-cjarsi 5.nomini-9antbs 4.nomini-2693q5 9.nomini-2693q5 8.nomini-ypr6vm 6.nomini-9p54sz.nomini-ge0phy.nomini-125bel.nomini-n64xg7.nomini-x4l3w6 4.nomini-j1ton8.nomini-x4l3w6 6.nomini-x4l3w6 0l29.nomini-9antbs 17.nomini-sbckjh.nomini-ptseoz 2.nomini-qv2pcp 10.nomini-h3npew.nomini-jvtc70 8.nomini-6p3rt8.nomini-x38901.nomini-6fiild.nomini-1tyy6v.nomini-h8ocqb.nomini-cjarsi.nomini-b7imqd.nomini-jvtc70 1.nomini-2lxslb.nomini-jprt9t.nomini-sji2sm.nomini-zg645q.nomini-hvazzu.nomini-7xjlpd 1.nomini-lt2m6j.nomini-lft0gu.5z'/%3e%3c/svg%3e");
}

.nomini-5xyrtc {
  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-5xyrtc {
    gap: 16px 0;
  }
}

.nomini-d3sblv {
  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-d3sblv.nomini-pbb98s {
  display: block;
}

.nomini-d3sblv.nomini-qg3yvj {
  display: none;
}

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

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

.nomini-k0r0ct {
  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-z8fm2v {
  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-8rqqg6 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.nomini-m33j93 .nomini-7raf5t {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.nomini-v3y5fc 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-v3y5fc 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-0k1ep6 {
  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-0k1ep6.nomini-qcm9t6 {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.nomini-kx0o2m, .nomini-dykl18, [class*="review-card"],
thead, thead th, table th, .nomini-1zlr27,
.nomini-06ddeb, [class*="collapsible-header"],
.nomini-cxwmo9, [class*="updated-block"] {
  color: #ece7dc !important;
}
