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

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

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

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

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

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

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

.nomini-suj4zw {
  cursor: pointer;
}

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

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

.nomini-mtr8au figure {
  margin: 0;
}

.nomini-mtr8au.nomini-boei4f {
  justify-content: flex-start;
  margin-right: 4px;
}

.nomini-mtr8au.nomini-jc8rev {
  justify-content: flex-end;
  margin-left: 4px;
}

.nomini-mtr8au.nomini-8clqks {
  justify-content: center;
}

.nomini-mtr8au.nomini-l7uvdp {
  justify-content: normal;
}

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

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

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

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

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

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

.nomini-1t8ybb img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-s15i9a.nomini-kz47mz {
  background-color: #000;
}

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

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

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

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

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

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

.nomini-r228x4 .nomini-nbh4oe {
  margin-bottom: 28px;
}

.nomini-r228x4 .nomini-nbh4oe img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.nomini-wiz38a li svg {
  transition: 0.nomini-0a8kkd ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.nomini-0rrs7y.nomini-wswm0u {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.nomini-5soaii li {
  width: 100%;
}

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

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

.nomini-5soaii li a.nomini-wswm0u {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-9p6imi.nomini-pjsgbu {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-p2h4tg 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-0a8kkd ease-in-out;
  overflow: hidden;
}

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

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

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

.nomini-v1stu5 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-1o244q .nomini-qevqxd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.nomini-1o244q .nomini-sn0qd9 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.nomini-b3usr4 .nomini-2g2kmt {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.nomini-659v0x {
  position: relative;
  border: none;
}

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

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

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

.nomini-39hmza.nomini-ks89g1 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.nomini-j1zfxb.nomini-ekvjx0 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-xubobp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-y4my76 tbody tr td .nomini-ohrt4g {
  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-0a8kkd ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-8a9kh7 {
  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-0a8kkd ease-in-out;
}

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

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

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

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

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

.nomini-6unquo .nomini-8a9kh7 {
  width: 50%;
  margin: 0;
}

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

.nomini-8sl9kk {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.nomini-btoiaj 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-0a8kkd ease-in-out;
}

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

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

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

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

.nomini-08y3wk {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-v4ovbb.nomini-ha1jw9 {
  display: none;
}

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

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

.nomini-pyp4p5 iframe.nomini-f47l7x {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.nomini-pyp4p5.nomini-65o8mb {
  opacity: 1;
  pointer-events: all;
}

.nomini-53slc3 {
  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-0a8kkd ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-mvpo6t .nomini-2g2kmt {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .nomini-mvpo6t .nomini-2g2kmt {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

.nomini-67arsy img {
  width: 100%;
}

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

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

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

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

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

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

.nomini-uermgw .nomini-o9jxgb {
  position: relative;
}

.nomini-uermgw .nomini-f58878 {
  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-uermgw .nomini-f58878.nomini-ha1jw9 {
  display: none;
}

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

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

.nomini-uermgw .nomini-ujftaz .nomini-vlwnkp {
  max-width: 300px;
  width: 100%;
}

.nomini-uermgw .nomini-ujftaz .nomini-vlwnkp .nomini-cogmp8 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .nomini-uermgw .nomini-ujftaz .nomini-vlwnkp .nomini-cogmp8 {
    font-size: 32px;
    text-align: center;
  }
}

.nomini-uermgw .nomini-ujftaz .nomini-vlwnkp .nomini-zwspru {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .nomini-uermgw .nomini-ujftaz .nomini-vlwnkp .nomini-zwspru {
    text-align: center;
  }
}

.nomini-uermgw .nomini-ujftaz .nomini-pjsgbu {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-dyq7lu {
  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-0a8kkd ease-in-out;
}

.nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-dyq7lu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-dyq7lu {
    width: 100%;
  }
}

.nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-sf1shk {
  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-0a8kkd ease-in-out;
  overflow: hidden;
}

.nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-sf1shk 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-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-sf1shk: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-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-sf1shk:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .nomini-uermgw .nomini-ujftaz .nomini-pjsgbu .nomini-sf1shk {
    width: 100%;
  }
}

.nomini-uermgw .nomini-ujftaz.nomini-ha1jw9 {
  display: none;
}

.nomini-uermgw .nomini-ftomw6 {
  display: none;
}

.nomini-uermgw .nomini-ftomw6.nomini-65o8mb {
  display: block;
}

.nomini-uermgw .nomini-ftomw6 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.nomini-uermgw .nomini-rnnanw .nomini-cogmp8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.nomini-sr28h1.nomini-wswm0u {
  display: block;
}

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

.nomini-sr28h1 .nomini-2eruuy {
  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-sr28h1 .nomini-0ahi3o {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.nomini-sr28h1 .nomini-sf1shk {
  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-0a8kkd ease-in-out;
}

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

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

.nomini-deaygh.nomini-wswm0u {
  display: block;
}

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

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

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

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

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

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

.nomini-9gynn6.nomini-ha1jw9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-n4g7hv {
  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-0a8kkd ease-in-out;
}

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

.nomini-xsguz0 {
  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-0a8kkd ease-in-out;
}

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

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

.nomini-s7xmqp.nomini-ha1jw9 {
  display: none;
}

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

.nomini-s7xmqp .nomini-n4g7hv {
  margin: 0 auto;
}

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

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

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

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

.nomini-64i4bz > input {
  display: none;
}

.nomini-64i4bz > 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-9n0zv0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.nomini-g7ydh2 44.nomini-agn1k9.nomini-mni6ys.nomini-bi422d.nomini-vgpw5x.nomini-5kh8s1.nomini-uuryoj.nomini-c1iv0y.nomini-ubps28.nomini-vp7km7.nomini-2pxv6w.nomini-ecoh5t.nomini-wdnil0 0l-12.nomini-m5ku9m 30.nomini-u6uztx.nomini-ommslf 2.nomini-smi6gg.nomini-ommslf 3.nomini-lads8f 3.nomini-ue3mky.nomini-cmhzz1 3.nomini-60hikt.nomini-rwhp8h.nomini-y9cwuy.nomini-hzftmz 7-3.nomini-m5ku9m 10.nomini-hi1ojm.nomini-hzftmz 23.nomini-a3rvsj.nomini-412ch5 1.nomini-8oh88l 2.nomini-m5ku9m 3.nomini-412ch5 1.nomini-cmhzz1 5.nomini-u66zba.nomini-cmhzz1 32.nomini-n2v3cx.nomini-rwhp8h 5.nomini-wdnil0 4.nomini-hzftmz 9.nomini-hzftmz 8.nomini-cmhzz1 6.nomini-3kf8ej.nomini-5xzzbr.nomini-9s1coc.nomini-lxrkm3.nomini-g1l7t9 4.nomini-rwcmbh.nomini-g1l7t9 6.nomini-g1l7t9 0l29.nomini-wdnil0 17.nomini-glersx.nomini-hjhmfc 2.nomini-socerb 10.nomini-dku3ii.nomini-m5ku9m 8.nomini-em70ba.nomini-8o2dsv.nomini-gvwu11.nomini-284iza.nomini-7l2csr.nomini-rwhp8h.nomini-5kh8s1.nomini-m5ku9m 1.nomini-d7iq5u.nomini-vo1ije.nomini-w9kus7.nomini-u5p5re.nomini-xdv2rr.nomini-8oh88l 1.nomini-1e7lfn.nomini-vnmt1e.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.nomini-64i4bz > input:checked ~ label,
.nomini-64i4bz > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-9n0zv0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.nomini-g7ydh2 44.nomini-agn1k9.nomini-mni6ys.nomini-bi422d.nomini-vgpw5x.nomini-5kh8s1.nomini-uuryoj.nomini-c1iv0y.nomini-ubps28.nomini-vp7km7.nomini-2pxv6w.nomini-ecoh5t.nomini-wdnil0 0l-12.nomini-m5ku9m 30.nomini-u6uztx.nomini-ommslf 2.nomini-smi6gg.nomini-ommslf 3.nomini-lads8f 3.nomini-ue3mky.nomini-cmhzz1 3.nomini-60hikt.nomini-rwhp8h.nomini-y9cwuy.nomini-hzftmz 7-3.nomini-m5ku9m 10.nomini-hi1ojm.nomini-hzftmz 23.nomini-a3rvsj.nomini-412ch5 1.nomini-8oh88l 2.nomini-m5ku9m 3.nomini-412ch5 1.nomini-cmhzz1 5.nomini-u66zba.nomini-cmhzz1 32.nomini-n2v3cx.nomini-rwhp8h 5.nomini-wdnil0 4.nomini-hzftmz 9.nomini-hzftmz 8.nomini-cmhzz1 6.nomini-3kf8ej.nomini-5xzzbr.nomini-9s1coc.nomini-lxrkm3.nomini-g1l7t9 4.nomini-rwcmbh.nomini-g1l7t9 6.nomini-g1l7t9 0l29.nomini-wdnil0 17.nomini-glersx.nomini-hjhmfc 2.nomini-socerb 10.nomini-dku3ii.nomini-m5ku9m 8.nomini-em70ba.nomini-8o2dsv.nomini-gvwu11.nomini-284iza.nomini-7l2csr.nomini-rwhp8h.nomini-5kh8s1.nomini-m5ku9m 1.nomini-d7iq5u.nomini-vo1ije.nomini-w9kus7.nomini-u5p5re.nomini-xdv2rr.nomini-8oh88l 1.nomini-1e7lfn.nomini-vnmt1e.5z'/%3e%3c/svg%3e");
}

.nomini-64i4bz > input:not(:checked) ~ label:hover,
.nomini-64i4bz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-9n0zv0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-g7ydh2 44.nomini-agn1k9.nomini-mni6ys.nomini-bi422d.nomini-vgpw5x.nomini-5kh8s1.nomini-uuryoj.nomini-c1iv0y.nomini-ubps28.nomini-vp7km7.nomini-2pxv6w.nomini-ecoh5t.nomini-wdnil0 0l-12.nomini-m5ku9m 30.nomini-u6uztx.nomini-ommslf 2.nomini-smi6gg.nomini-ommslf 3.nomini-lads8f 3.nomini-ue3mky.nomini-cmhzz1 3.nomini-60hikt.nomini-rwhp8h.nomini-y9cwuy.nomini-hzftmz 7-3.nomini-m5ku9m 10.nomini-hi1ojm.nomini-hzftmz 23.nomini-a3rvsj.nomini-412ch5 1.nomini-8oh88l 2.nomini-m5ku9m 3.nomini-412ch5 1.nomini-cmhzz1 5.nomini-u66zba.nomini-cmhzz1 32.nomini-n2v3cx.nomini-rwhp8h 5.nomini-wdnil0 4.nomini-hzftmz 9.nomini-hzftmz 8.nomini-cmhzz1 6.nomini-3kf8ej.nomini-5xzzbr.nomini-9s1coc.nomini-lxrkm3.nomini-g1l7t9 4.nomini-rwcmbh.nomini-g1l7t9 6.nomini-g1l7t9 0l29.nomini-wdnil0 17.nomini-glersx.nomini-hjhmfc 2.nomini-socerb 10.nomini-dku3ii.nomini-m5ku9m 8.nomini-em70ba.nomini-8o2dsv.nomini-gvwu11.nomini-284iza.nomini-7l2csr.nomini-rwhp8h.nomini-5kh8s1.nomini-m5ku9m 1.nomini-d7iq5u.nomini-vo1ije.nomini-w9kus7.nomini-u5p5re.nomini-xdv2rr.nomini-8oh88l 1.nomini-1e7lfn.nomini-vnmt1e.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.nomini-th7k7g.nomini-ha1jw9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-th7k7g.nomini-4ae1hf .nomini-zddcfi {
  background: #2b3b67;
}

.nomini-th7k7g.nomini-4ae1hf .nomini-0zpe85 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.nomini-th7k7g.nomini-4ae1hf .nomini-0zpe85::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.nomini-th7k7g.nomini-4ae1hf .nomini-0zpe85::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.nomini-th7k7g.nomini-4ae1hf .nomini-iebq9b::before {
  background: #0e0f41;
}

.nomini-th7k7g.nomini-4ae1hf .nomini-iebq9b::after {
  background: #152557;
}

.nomini-th7k7g.nomini-jdj9vl .nomini-zddcfi {
  background: #1f35fa;
}

.nomini-th7k7g.nomini-jdj9vl .nomini-0zpe85 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.nomini-th7k7g.nomini-jdj9vl .nomini-0zpe85::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.nomini-th7k7g.nomini-jdj9vl .nomini-0zpe85::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.nomini-th7k7g.nomini-jdj9vl .nomini-iebq9b::after {
  background: #192ac8;
}

.nomini-th7k7g.nomini-tovigc .nomini-zddcfi {
  background: #fa771f;
}

.nomini-th7k7g.nomini-tovigc .nomini-0zpe85 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-th7k7g.nomini-tovigc .nomini-0zpe85::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.nomini-th7k7g.nomini-tovigc .nomini-0zpe85::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.nomini-th7k7g.nomini-tovigc .nomini-iebq9b::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.nomini-th7k7g.nomini-tovigc .nomini-iebq9b::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-m3rnl7 .nomini-q1a3tk {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.nomini-qzbk14 {
  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-qzbk14.nomini-65o8mb {
  display: block;
}

.nomini-qzbk14.nomini-ha1jw9 {
  display: none;
}

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

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

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

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

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

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

.nomini-46rjmy .nomini-q1a3tk {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.nomini-vpvgui {
  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-73431s {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nomini-qfocs0 .nomini-sla15q {
  justify-content: center;
}

/* faq */

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

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

.nomini-72u10g::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.nomini-j65qq9 ease;
}

.nomini-vt30dd.nomini-wswm0u .nomini-72u10g::after {
  transform: rotate(45deg);
}

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

.nomini-vt30dd.nomini-wswm0u .nomini-qk5hx4 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.nomini-64i4bz > input:not(:checked) ~ label:hover,
.nomini-64i4bz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.nomini-7nng4r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.nomini-6d8st3 44.nomini-6i4io3.nomini-tj27o6.nomini-ywtwr1.nomini-kpwtnz.nomini-j2sevu.nomini-eb0doz.nomini-0l28yt.nomini-wsaokv.nomini-ezncbp.nomini-u6n01c.nomini-g9rosp.nomini-4o7ayx 0l-12.nomini-h8zlcj 30.nomini-wcq097.nomini-yvgpfi 2.nomini-jskm3z.nomini-yvgpfi 3.nomini-f5eq1w 3.nomini-aikhp8.nomini-lmcav9 3.nomini-1zam6q.nomini-ae57ve.nomini-tjehbl.nomini-p1ke2t 7-3.nomini-h8zlcj 10.nomini-4976u2.nomini-p1ke2t 23.nomini-5ej3gi.nomini-vnj2ni 1.nomini-vgylp8 2.nomini-h8zlcj 3.nomini-vnj2ni 1.nomini-lmcav9 5.nomini-8o33hy.nomini-lmcav9 32.nomini-tzmpge.nomini-ae57ve 5.nomini-4o7ayx 4.nomini-p1ke2t 9.nomini-p1ke2t 8.nomini-lmcav9 6.nomini-8lkvad.nomini-3r707g.nomini-kovky6.nomini-54d1f8.nomini-kjrck1 4.nomini-bcikx4.nomini-kjrck1 6.nomini-kjrck1 0l29.nomini-4o7ayx 17.nomini-1wpsem.nomini-5wf6zt 2.nomini-7md2gi 10.nomini-3elu0u.nomini-h8zlcj 8.nomini-2rw52b.nomini-t6niit.nomini-jd54p6.nomini-k8l95q.nomini-ggwf5d.nomini-ae57ve.nomini-j2sevu.nomini-h8zlcj 1.nomini-ys6d5i.nomini-ztnif4.nomini-gtpivp.nomini-h5mhdy.nomini-lu5wh3.nomini-vgylp8 1.nomini-eh9vgq.nomini-3chip9.5z'/%3e%3c/svg%3e");
}

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

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

.nomini-sib1rm.nomini-26sloa {
  display: none;
}

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

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

.nomini-7exq1y {
  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-bdp7br {
  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-shstfy small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.nomini-jwnu97 .nomini-6k8lss {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.nomini-bu14q3 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-bu14q3 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-iy4hjy {
  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-iy4hjy.nomini-rljrnr {
  opacity: 1;
  pointer-events: auto;
}

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

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

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

.nomini-antqi9 h2 {
  color: green;
  font-weight: 500;
}

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

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