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

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

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

.twoonebit-e4rd3j {
  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) {
  .twoonebit-e4rd3j: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;
  }
}

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

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

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

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

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

.twoonebit-pau2bx {
  cursor: pointer;
}

.twoonebit-3b675u {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.twoonebit-4nyhm2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.twoonebit-4nyhm2 figure {
  margin: 0;
}

.twoonebit-4nyhm2.twoonebit-tk96mp {
  justify-content: flex-start;
  margin-right: 4px;
}

.twoonebit-4nyhm2.twoonebit-c4nz0k {
  justify-content: flex-end;
  margin-left: 4px;
}

.twoonebit-4nyhm2.twoonebit-vz40w5 {
  justify-content: center;
}

.twoonebit-4nyhm2.twoonebit-f25c8w {
  justify-content: normal;
}

.twoonebit-yrdf2e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.twoonebit-xry9r0 img {
  width: 100%;
}

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

.twoonebit-ia3o2f {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.twoonebit-ia3o2f 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);
}

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

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

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

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

.twoonebit-ia3o2f ul li:last-of-type::after {
  display: none;
}

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

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

.twoonebit-ykok27 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.twoonebit-ni6usn.twoonebit-znlzd9 {
  background-color: #000;
}

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

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

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

.twoonebit-0vw3s1 {
  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) {
  .twoonebit-0vw3s1 {
    flex-direction: column;
  }
}

.twoonebit-15htor {
  margin-bottom: 94px;
}

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

.twoonebit-sael6r .twoonebit-s497h3 {
  margin-bottom: 28px;
}

.twoonebit-sael6r .twoonebit-s497h3 img {
  max-height: 100px;
  width: auto;
}

.twoonebit-pynhk4 {
  display: flex;
  align-items: center;
}

.twoonebit-pynhk4 a + a {
  margin-left: 24px;
}

.twoonebit-pynhk4 img {
  max-height: 56px;
  width: auto;
}

.twoonebit-pynhk4 img + img {
  margin-left: 24px;
}

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

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

.twoonebit-stidwu {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.twoonebit-os728x li {
  display: flex;
  margin: 0 7px;
}

.twoonebit-os728x li svg {
  transition: 0.twoonebit-821m1t ease-in-out;
}

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

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

.twoonebit-65zork + .twoonebit-65zork {
  margin-left: 120px;
}

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

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

.twoonebit-pcfesb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.twoonebit-pcfesb li {
  font-size: 16px;
}

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

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

.twoonebit-pcfesb li + li {
  margin-top: 16px;
}

.twoonebit-budsjy {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.twoonebit-sgkc6d ease-in-out;
}

.twoonebit-budsjy.twoonebit-2xwn0n {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.twoonebit-eird30 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.twoonebit-cpyy1k li {
  width: 100%;
}

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

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

.twoonebit-cpyy1k li a.twoonebit-2xwn0n {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.twoonebit-xexs6c {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.twoonebit-xexs6c img {
  width: 100%;
  transition: 0.twoonebit-821m1t ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .twoonebit-aj7r17 .twoonebit-s497h3 img {
    max-width: 90px;
  }
}

.twoonebit-s497h3 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.twoonebit-snt7tr li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.twoonebit-8akr5f {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.twoonebit-8akr5f.twoonebit-xgduwm {
  margin-right: 0;
}

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

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

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

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

.twoonebit-84s7i3 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.twoonebit-84s7i3:hover > ul {
  display: flex;
}

.twoonebit-84s7i3:focus > ul {
  display: flex;
}

.twoonebit-84s7i3:focus-within > ul {
  display: flex;
}

.twoonebit-w2uckm {
  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;
}

.twoonebit-w2uckm::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.twoonebit-sgkc6d ease-in-out;
}

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

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

.twoonebit-84s7i3 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.twoonebit-821m1t ease-in-out;
  overflow: hidden;
}

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

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

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

.twoonebit-6ocwv6 {
  display: none;
}

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

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

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

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

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

.twoonebit-rf8h3z img {
  margin-bottom: 20px;
}

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

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

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

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

.twoonebit-7haj4q {
  color: var(--text-color);
}

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

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

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

.twoonebit-ep45ub p img {
  display: block;
  margin: 0 auto;
}

.twoonebit-ep45ub p:first-of-type {
  margin-top: 0;
}

.twoonebit-ep45ub p:last-of-type {
  margin-bottom: 0;
}

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

.twoonebit-ep45ub ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.twoonebit-6tidrm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.twoonebit-619duo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.twoonebit-619duo .twoonebit-ncuthq {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .twoonebit-619duo .twoonebit-ncuthq {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.twoonebit-619duo .twoonebit-n2nktn {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .twoonebit-619duo .twoonebit-n2nktn {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .twoonebit-619duo .twoonebit-n2nktn img {
    width: 100%;
  }
}

.twoonebit-n2nktn {
  margin: 0 0 28px;
}

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

.twoonebit-ncuthq {
  margin: 0 0 28px;
}

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

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

.twoonebit-6tidrm .twoonebit-e4rd3j {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.twoonebit-dccd9l {
  position: relative;
  border: none;
}

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

.twoonebit-2cn8qx {
  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;
}

.twoonebit-2cn8qx span {
  height: 32px;
}

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

.twoonebit-2cn8qx.twoonebit-grtm9p span {
  transform: scaleY(-1);
}

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

.twoonebit-puhvhu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.twoonebit-puhvhu li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.twoonebit-821m1t ease-in-out;
}

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

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

.twoonebit-puhvhu.twoonebit-clyda0 {
  display: none;
}

.twoonebit-f18qak {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.twoonebit-f18qak table {
  width: 100%;
  border-collapse: collapse;
}

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

  .twoonebit-f18qak table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.twoonebit-tbkxub {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

.twoonebit-1tfil2 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.twoonebit-1tfil2 p {
  color: var(--text-color);
}

.twoonebit-8zrbq7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.twoonebit-cb1fek {
  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);
}

.twoonebit-0483d1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.twoonebit-8xidua p + p {
  margin-top: 10px;
}

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

.twoonebit-em3lvu {
  display: none;
}

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

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

.twoonebit-j0sz68 li {
  margin: 0 20px;
}

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

.twoonebit-j0sz68 li a img {
  margin-bottom: 4px;
}

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

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

.twoonebit-rqn6di li {
  font-size: 16px;
  position: relative;
}

.twoonebit-rqn6di li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.twoonebit-rqn6di li span {
  opacity: 0.5;
}

.twoonebit-rqn6di li + li {
  margin-left: 30px;
}

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

h2.twoonebit-htf9d5 {
  margin: 0 0 28px;
}

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

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

.twoonebit-kwkoml 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);
}

.twoonebit-kwkoml 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;
}

.twoonebit-kwkoml 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;
}

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

.twoonebit-kwkoml tbody tr:last-of-type {
  margin-bottom: 0;
}

.twoonebit-kwkoml tbody tr td:first-of-type {
  flex-shrink: 0;
}

.twoonebit-kwkoml 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);
}

.twoonebit-kwkoml 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);
}

.twoonebit-kwkoml tbody tr td:last-of-type {
  margin-left: auto;
}

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

.twoonebit-kwkoml tbody tr td .twoonebit-zxjbc2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .twoonebit-kwkoml tbody tr td .twoonebit-zxjbc2 {
    width: 100%;
  }
}

.twoonebit-kwkoml tbody tr td .twoonebit-x19fvo {
  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.twoonebit-821m1t ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .twoonebit-kwkoml tbody tr td .twoonebit-x19fvo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .twoonebit-kwkoml tbody tr td .twoonebit-x19fvo {
    width: 100%;
  }
}

.twoonebit-kwkoml tbody tr td .twoonebit-pwgkxt {
  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) {
  .twoonebit-kwkoml tbody tr td .twoonebit-pwgkxt:hover {
    text-decoration: none;
  }
}

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

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

.twoonebit-a6m33y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.twoonebit-kml50x img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.twoonebit-821m1t ease-in-out;
}

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

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

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

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

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

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

.twoonebit-qpe3lb img {
  width: 100%;
  height: 100%;
}

.twoonebit-qpe3lb iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.twoonebit-jz5iql svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.twoonebit-821m1t ease-in-out;
}

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

.twoonebit-hmut9n {
  padding: 90px 0;
}

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

.twoonebit-43l3il {
  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) {
  .twoonebit-43l3il {
    padding: 0 16px;
  }
}

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

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

.twoonebit-kn2rd6 img {
  width: 100%;
}

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

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

.twoonebit-gvg1pq {
  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;
}

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

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

.twoonebit-fhibmv {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-fhibmv:hover {
  border: 1px solid #8c8ca2;
}

.twoonebit-ai1knu {
  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%);
}

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

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

.twoonebit-s2ufrb a {
  text-decoration: underline;
  color: #8babff;
}

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

.twoonebit-btxkyu .twoonebit-fhibmv {
  width: 50%;
  margin: 0;
}

.twoonebit-tod5id {
  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;
}

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

.twoonebit-u626sf {
  margin: 0 0 100px;
}

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

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

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

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

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

.twoonebit-qgww3d {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.twoonebit-qbdojq 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.twoonebit-821m1t ease-in-out;
}

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

.twoonebit-qbdojq a svg {
  fill: #fff;
}

.twoonebit-qbdojq a:hover {
  background: #3d68e7;
}

.twoonebit-2ctpt6 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.twoonebit-4aq33u {
  margin-bottom: 16px;
}

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

.twoonebit-jvaeuz {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.twoonebit-qxcold 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);
}

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

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

.twoonebit-qxcold table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.twoonebit-mp65f7.twoonebit-2v65li {
  display: none;
}

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

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

.twoonebit-noee0w iframe.twoonebit-hs4v8f {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.twoonebit-noee0w.twoonebit-43j7m2 {
  opacity: 1;
  pointer-events: all;
}

.twoonebit-phw52s {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-phw52s svg {
  margin-right: 10px;
}

.twoonebit-phw52s + .twoonebit-phw52s {
  margin-top: 14px;
}

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

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

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

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

.twoonebit-k0bgbz .twoonebit-6tidrm {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.twoonebit-k0bgbz .twoonebit-6tidrm h1,
.twoonebit-k0bgbz .twoonebit-6tidrm 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) {
  .twoonebit-k0bgbz .twoonebit-6tidrm h1,
  .twoonebit-k0bgbz .twoonebit-6tidrm h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .twoonebit-k0bgbz .twoonebit-6tidrm {
    margin: 28px 0 0;
  }
}

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

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

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

.twoonebit-lw0bms {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.twoonebit-ce9isn {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.twoonebit-gtd8fi {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.twoonebit-nqp3kk .twoonebit-e4rd3j {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .twoonebit-nqp3kk .twoonebit-e4rd3j {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.twoonebit-yvihjn {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.twoonebit-yvihjn img {
  width: 100%;
}

.twoonebit-nsaani {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.twoonebit-hsb4ri {
  width: 100%;
  margin: 0 0 100px;
}

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

.twoonebit-hsb4ri .twoonebit-86hp6g {
  position: relative;
}

.twoonebit-hsb4ri .twoonebit-94ptar {
  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;
}

.twoonebit-hsb4ri .twoonebit-94ptar.twoonebit-2v65li {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 {
    bottom: 90px;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-ih39ta {
  max-width: 300px;
  width: 100%;
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-ih39ta .twoonebit-k3l3v6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-ih39ta .twoonebit-k3l3v6 {
    font-size: 32px;
    text-align: center;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-ih39ta .twoonebit-g0bab7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-ih39ta .twoonebit-g0bab7 {
    text-align: center;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm {
    flex-direction: column-reverse;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-xeo9li {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-xeo9li:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-xeo9li {
    width: 100%;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-im9jkb {
  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.twoonebit-821m1t ease-in-out;
  overflow: hidden;
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-im9jkb 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);
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-im9jkb: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;
}

.twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-im9jkb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-x55ue5 .twoonebit-xgduwm .twoonebit-im9jkb {
    width: 100%;
  }
}

.twoonebit-hsb4ri .twoonebit-x55ue5.twoonebit-2v65li {
  display: none;
}

.twoonebit-hsb4ri .twoonebit-j5hs89 {
  display: none;
}

.twoonebit-hsb4ri .twoonebit-j5hs89.twoonebit-43j7m2 {
  display: block;
}

.twoonebit-hsb4ri .twoonebit-j5hs89 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-j5hs89 iframe {
    height: calc(100vh - 54px);
  }
}

.twoonebit-hsb4ri .twoonebit-g8qhfa {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .twoonebit-hsb4ri .twoonebit-g8qhfa {
    padding: 24px 16px 0;
  }
}

.twoonebit-hsb4ri .twoonebit-g8qhfa .twoonebit-k3l3v6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .twoonebit-hsb4ri .twoonebit-g8qhfa .twoonebit-k3l3v6 {
    margin-bottom: 24px;
  }
}

.twoonebit-hsb4ri .twoonebit-g8qhfa 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);
}

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

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

.twoonebit-hsb4ri .twoonebit-g8qhfa table tr:last-of-type td {
  border-bottom: none;
}

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

.twoonebit-3qe2ma.twoonebit-2xwn0n {
  display: block;
}

.twoonebit-3qe2ma iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.twoonebit-3qe2ma .twoonebit-nuk7qf {
  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;
}

.twoonebit-3qe2ma .twoonebit-d55z85 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.twoonebit-3qe2ma .twoonebit-im9jkb {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-3qe2ma .twoonebit-im9jkb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.twoonebit-jyip6a.twoonebit-2xwn0n {
  display: block;
}

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

.twoonebit-ksj6g1 {
  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;
}

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

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

.twoonebit-ug2fe2 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.twoonebit-ug2fe2 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.twoonebit-u8ufab {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.twoonebit-f2yocd.twoonebit-2v65li {
  display: none;
}

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

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

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

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

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

.twoonebit-un6wxb 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.twoonebit-821m1t ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.twoonebit-un6wxb input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.twoonebit-un6wxb input:active {
  border-color: #c2c0ce;
}

.twoonebit-un6wxb input:focus {
  border-color: #c2c0ce;
}

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

.twoonebit-23w9vk {
  margin-bottom: 36px;
}

.twoonebit-23w9vk 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;
}

.twoonebit-23w9vk textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.twoonebit-23w9vk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.twoonebit-pqu095 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.twoonebit-kg51va {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-kg51va:hover {
  background: var(--border-color);
}

.twoonebit-yu6tg4 {
  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.twoonebit-821m1t ease-in-out;
}

.twoonebit-yu6tg4:hover {
  background: #166ad9;
}

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

.twoonebit-l0mze1.twoonebit-2v65li {
  display: none;
}

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

.twoonebit-l0mze1 .twoonebit-kg51va {
  margin: 0 auto;
}

.twoonebit-lizhgk {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.twoonebit-ejy7zk {
  filter: grayscale(100%);
}

.twoonebit-f6ydnq > input {
  display: none;
}

.twoonebit-f6ydnq > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.twoonebit-x6mwjg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.twoonebit-p8x0xn 44.twoonebit-3dlbal.twoonebit-ka3tv3.twoonebit-9upm1w.twoonebit-68kx9t.twoonebit-bbls95.twoonebit-180jtu.twoonebit-x90vgq.twoonebit-4tp1nf.twoonebit-blbeix.twoonebit-1d2em8.twoonebit-icwq8m.twoonebit-heynmy 0l-12.twoonebit-skfex7 30.twoonebit-xtpn0j.twoonebit-gkqde3 2.twoonebit-1n0kfn.twoonebit-gkqde3 3.twoonebit-yd8utp 3.twoonebit-mn4ar9.twoonebit-5vykex 3.twoonebit-2kqrf5.twoonebit-xw5fzc.twoonebit-8fktpv.twoonebit-44zbql 7-3.twoonebit-skfex7 10.twoonebit-d1xhlt.twoonebit-44zbql 23.twoonebit-zi80k9.twoonebit-ia9ifi 1.twoonebit-13lmdo 2.twoonebit-skfex7 3.twoonebit-ia9ifi 1.twoonebit-5vykex 5.twoonebit-zx8c8z.twoonebit-5vykex 32.twoonebit-j8ozm9.twoonebit-xw5fzc 5.twoonebit-heynmy 4.twoonebit-44zbql 9.twoonebit-44zbql 8.twoonebit-5vykex 6.twoonebit-1olzoz.twoonebit-hw2z9r.twoonebit-3m06pu.twoonebit-8c63ft.twoonebit-9zshea 4.twoonebit-gmgssx.twoonebit-9zshea 6.twoonebit-9zshea 0l29.twoonebit-heynmy 17.twoonebit-n6t1z7.twoonebit-ott3s5 2.twoonebit-nljvye 10.twoonebit-vjivf5.twoonebit-skfex7 8.twoonebit-ki83g9.twoonebit-8wa98b.twoonebit-fzlhqo.twoonebit-oxgm8t.twoonebit-wc491x.twoonebit-xw5fzc.twoonebit-bbls95.twoonebit-skfex7 1.twoonebit-p75qln.twoonebit-c1rinc.twoonebit-b0csp1.twoonebit-sflozq.twoonebit-rt2r5i.twoonebit-13lmdo 1.twoonebit-dxzn9a.twoonebit-dhi29l.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.twoonebit-f6ydnq > input:checked ~ label,
.twoonebit-f6ydnq > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.twoonebit-x6mwjg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.twoonebit-p8x0xn 44.twoonebit-3dlbal.twoonebit-ka3tv3.twoonebit-9upm1w.twoonebit-68kx9t.twoonebit-bbls95.twoonebit-180jtu.twoonebit-x90vgq.twoonebit-4tp1nf.twoonebit-blbeix.twoonebit-1d2em8.twoonebit-icwq8m.twoonebit-heynmy 0l-12.twoonebit-skfex7 30.twoonebit-xtpn0j.twoonebit-gkqde3 2.twoonebit-1n0kfn.twoonebit-gkqde3 3.twoonebit-yd8utp 3.twoonebit-mn4ar9.twoonebit-5vykex 3.twoonebit-2kqrf5.twoonebit-xw5fzc.twoonebit-8fktpv.twoonebit-44zbql 7-3.twoonebit-skfex7 10.twoonebit-d1xhlt.twoonebit-44zbql 23.twoonebit-zi80k9.twoonebit-ia9ifi 1.twoonebit-13lmdo 2.twoonebit-skfex7 3.twoonebit-ia9ifi 1.twoonebit-5vykex 5.twoonebit-zx8c8z.twoonebit-5vykex 32.twoonebit-j8ozm9.twoonebit-xw5fzc 5.twoonebit-heynmy 4.twoonebit-44zbql 9.twoonebit-44zbql 8.twoonebit-5vykex 6.twoonebit-1olzoz.twoonebit-hw2z9r.twoonebit-3m06pu.twoonebit-8c63ft.twoonebit-9zshea 4.twoonebit-gmgssx.twoonebit-9zshea 6.twoonebit-9zshea 0l29.twoonebit-heynmy 17.twoonebit-n6t1z7.twoonebit-ott3s5 2.twoonebit-nljvye 10.twoonebit-vjivf5.twoonebit-skfex7 8.twoonebit-ki83g9.twoonebit-8wa98b.twoonebit-fzlhqo.twoonebit-oxgm8t.twoonebit-wc491x.twoonebit-xw5fzc.twoonebit-bbls95.twoonebit-skfex7 1.twoonebit-p75qln.twoonebit-c1rinc.twoonebit-b0csp1.twoonebit-sflozq.twoonebit-rt2r5i.twoonebit-13lmdo 1.twoonebit-dxzn9a.twoonebit-dhi29l.5z'/%3e%3c/svg%3e");
}

.twoonebit-f6ydnq > input:not(:checked) ~ label:hover,
.twoonebit-f6ydnq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.twoonebit-x6mwjg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.twoonebit-p8x0xn 44.twoonebit-3dlbal.twoonebit-ka3tv3.twoonebit-9upm1w.twoonebit-68kx9t.twoonebit-bbls95.twoonebit-180jtu.twoonebit-x90vgq.twoonebit-4tp1nf.twoonebit-blbeix.twoonebit-1d2em8.twoonebit-icwq8m.twoonebit-heynmy 0l-12.twoonebit-skfex7 30.twoonebit-xtpn0j.twoonebit-gkqde3 2.twoonebit-1n0kfn.twoonebit-gkqde3 3.twoonebit-yd8utp 3.twoonebit-mn4ar9.twoonebit-5vykex 3.twoonebit-2kqrf5.twoonebit-xw5fzc.twoonebit-8fktpv.twoonebit-44zbql 7-3.twoonebit-skfex7 10.twoonebit-d1xhlt.twoonebit-44zbql 23.twoonebit-zi80k9.twoonebit-ia9ifi 1.twoonebit-13lmdo 2.twoonebit-skfex7 3.twoonebit-ia9ifi 1.twoonebit-5vykex 5.twoonebit-zx8c8z.twoonebit-5vykex 32.twoonebit-j8ozm9.twoonebit-xw5fzc 5.twoonebit-heynmy 4.twoonebit-44zbql 9.twoonebit-44zbql 8.twoonebit-5vykex 6.twoonebit-1olzoz.twoonebit-hw2z9r.twoonebit-3m06pu.twoonebit-8c63ft.twoonebit-9zshea 4.twoonebit-gmgssx.twoonebit-9zshea 6.twoonebit-9zshea 0l29.twoonebit-heynmy 17.twoonebit-n6t1z7.twoonebit-ott3s5 2.twoonebit-nljvye 10.twoonebit-vjivf5.twoonebit-skfex7 8.twoonebit-ki83g9.twoonebit-8wa98b.twoonebit-fzlhqo.twoonebit-oxgm8t.twoonebit-wc491x.twoonebit-xw5fzc.twoonebit-bbls95.twoonebit-skfex7 1.twoonebit-p75qln.twoonebit-c1rinc.twoonebit-b0csp1.twoonebit-sflozq.twoonebit-rt2r5i.twoonebit-13lmdo 1.twoonebit-dxzn9a.twoonebit-dhi29l.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .twoonebit-crwsqt > .twoonebit-ar2s24 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .twoonebit-crwsqt > .twoonebit-ar2s24 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .twoonebit-crwsqt > .twoonebit-ar2s24 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .twoonebit-crwsqt > .twoonebit-ar2s24 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .twoonebit-crwsqt > .twoonebit-ar2s24 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.twoonebit-azjx9e.twoonebit-2v65li {
  display: none;
}

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

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

.twoonebit-d0ne3m {
  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;
}

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

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

.twoonebit-d0ne3m img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.twoonebit-ffbrdn {
  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;
}

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

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

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

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

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

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

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

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

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

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

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-d50wpi {
  background: #2b3b67;
}

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-d0ne3m {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-d0ne3m::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-d0ne3m::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-ffbrdn::before {
  background: #0e0f41;
}

.twoonebit-azjx9e.twoonebit-n4m10n .twoonebit-ffbrdn::after {
  background: #152557;
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-d50wpi {
  background: #1f35fa;
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-d0ne3m {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-d0ne3m::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-d0ne3m::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-ffbrdn::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.twoonebit-azjx9e.twoonebit-x1sp7w .twoonebit-ffbrdn::after {
  background: #192ac8;
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-d50wpi {
  background: #fa771f;
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-d0ne3m {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-d0ne3m::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-d0ne3m::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-ffbrdn::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.twoonebit-azjx9e.twoonebit-6wdvrr .twoonebit-ffbrdn::after {
  background: #fa8535;
}

.twoonebit-8y0tae {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.twoonebit-269ysi {
  display: flex;
  align-items: center;
  gap: 10px;
}

.twoonebit-269ysi span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.twoonebit-269ysi small {
  font-size: 14px;
  color: var(--text-color);
}

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

.twoonebit-ar0666 {
  width: 120px;
  height: 22px;
}

.twoonebit-ar0666 .twoonebit-noe7r4 {
  fill: #c2c0ce;
}

.twoonebit-ar0666 [rating="1"] .twoonebit-noe7r4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.twoonebit-ar0666 [rating="2"] .twoonebit-noe7r4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.twoonebit-ar0666 [rating="3"] .twoonebit-noe7r4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.twoonebit-ar0666 [rating="4"] .twoonebit-noe7r4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.twoonebit-ar0666 [rating="5"] .twoonebit-noe7r4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.twoonebit-7ejt6n {
  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);
}

.twoonebit-7ejt6n.twoonebit-43j7m2 {
  display: block;
}

.twoonebit-7ejt6n.twoonebit-2v65li {
  display: none;
}

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

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

.twoonebit-av68a3 {
  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);
}

.twoonebit-vmqhuk {
  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;
}

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

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

.twoonebit-1psxfx {
  font-size: 16px;
  line-height: 140%;
}

.twoonebit-wb8i8n {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.twoonebit-wb8i8n .twoonebit-noe7r4 {
  fill: #c2c0ce;
}

.twoonebit-wb8i8n [rating="1"] .twoonebit-noe7r4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.twoonebit-wb8i8n [rating="2"] .twoonebit-noe7r4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.twoonebit-wb8i8n [rating="3"] .twoonebit-noe7r4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.twoonebit-wb8i8n [rating="4"] .twoonebit-noe7r4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.twoonebit-wb8i8n [rating="5"] .twoonebit-noe7r4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.twoonebit-kj3wiq {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.twoonebit-xbca50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoonebit-a40uxf {
  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;
}

.twoonebit-bmzpui {
  flex: 1;
  min-width: 0;
}

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

.twoonebit-oxnp22 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.twoonebit-oxnp22 svg path {
  fill: var(--button-bg-color);
}

.twoonebit-oxnp22 svg circle {
  fill: var(--button-text-color);
}

.twoonebit-5jowv1 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.twoonebit-5jowv1 strong {
  font-weight: 600;
}

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

.twoonebit-uw79zx p {
  margin: 0 0 16px;
}

.twoonebit-uw79zx p:last-child {
  margin-bottom: 0;
}

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

.twoonebit-8pwese {
  max-width: 300px;
  width: 100%;
}

.twoonebit-8pwese a {
  width: 100%;
}

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

.twoonebit-kcdz8s {
  justify-content: center;
}

.twoonebit-yyg7kv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.twoonebit-fx39x8 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.twoonebit-66shuy .twoonebit-snt7tr {
  justify-content: center;
}

/* faq */

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

.twoonebit-f5tdgu {
  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.twoonebit-qr1ijm ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twoonebit-f5tdgu::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.twoonebit-qr1ijm ease;
}

.twoonebit-wtbtss.twoonebit-2xwn0n .twoonebit-f5tdgu::after {
  transform: rotate(45deg);
}

.twoonebit-f2o5wu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.twoonebit-821m1t ease, padding 0.twoonebit-821m1t ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.twoonebit-wtbtss.twoonebit-2xwn0n .twoonebit-f2o5wu {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.twoonebit-iwhysu {
  margin: 25px 0;
}

.twoonebit-f6ydnq > input:not(:checked) ~ label:hover,
.twoonebit-f6ydnq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.twoonebit-bebu53.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.twoonebit-hiw1wl 44.twoonebit-1zs2r0.twoonebit-p4hggl.twoonebit-xljkad.twoonebit-0q8u8e.twoonebit-em57zn.twoonebit-32qs65.twoonebit-i765gz.twoonebit-v5oz2h.twoonebit-ddpnqi.twoonebit-evulun.twoonebit-gskxl2.twoonebit-xb6tof 0l-12.twoonebit-luhhfg 30.twoonebit-zus39z.twoonebit-8qx87b 2.twoonebit-dyysq7.twoonebit-8qx87b 3.twoonebit-ojyr3v 3.twoonebit-k2c340.twoonebit-s6zem0 3.twoonebit-k28823.twoonebit-ah583d.twoonebit-gcfa1z.twoonebit-3wcgz7 7-3.twoonebit-luhhfg 10.twoonebit-k8zqkb.twoonebit-3wcgz7 23.twoonebit-o7j4l3.twoonebit-oxs712 1.twoonebit-mvif3l 2.twoonebit-luhhfg 3.twoonebit-oxs712 1.twoonebit-s6zem0 5.twoonebit-ovpm0i.twoonebit-s6zem0 32.twoonebit-ncct45.twoonebit-ah583d 5.twoonebit-xb6tof 4.twoonebit-3wcgz7 9.twoonebit-3wcgz7 8.twoonebit-s6zem0 6.twoonebit-gxd8td.twoonebit-9zf7ar.twoonebit-g1apwu.twoonebit-6yu221.twoonebit-ip9zwk 4.twoonebit-ww0pzk.twoonebit-ip9zwk 6.twoonebit-ip9zwk 0l29.twoonebit-xb6tof 17.twoonebit-vhqkk1.twoonebit-o32fxv 2.twoonebit-wofu5p 10.twoonebit-8t1sql.twoonebit-luhhfg 8.twoonebit-vseinb.twoonebit-vxq1fl.twoonebit-dpk54i.twoonebit-uprt09.twoonebit-gceeuc.twoonebit-ah583d.twoonebit-em57zn.twoonebit-luhhfg 1.twoonebit-nf7ocs.twoonebit-5gzzsh.twoonebit-1s7zsl.twoonebit-zbdard.twoonebit-yt88a2.twoonebit-mvif3l 1.twoonebit-zgi4ot.twoonebit-dq68mo.5z'/%3e%3c/svg%3e");
}

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

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

.twoonebit-onnkws {
  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);
}

.twoonebit-onnkws.twoonebit-iqxpry {
  display: block;
}

.twoonebit-onnkws.twoonebit-vne5kw {
  display: none;
}

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

.twoonebit-7ksul4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.twoonebit-syhmqg {
  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);
}

.twoonebit-q223fj {
  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;
}

.twoonebit-5orhve small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.twoonebit-yd3zcg {
  font-size: 16px;
  line-height: 140%;
}

.twoonebit-or27k1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.twoonebit-or27k1 .twoonebit-e7nmi0 {
  fill: #c2c0ce;
}

.twoonebit-or27k1 [rating="1"] .twoonebit-e7nmi0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.twoonebit-or27k1 [rating="2"] .twoonebit-e7nmi0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.twoonebit-or27k1 [rating="3"] .twoonebit-e7nmi0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.twoonebit-or27k1 [rating="4"] .twoonebit-e7nmi0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.twoonebit-or27k1 [rating="5"] .twoonebit-e7nmi0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.twoonebit-jv5gz9 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;
}

.twoonebit-jv5gz9 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 */

.twoonebit-ms7mql {
  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);
}

.twoonebit-ms7mql.twoonebit-raqqgo {
  opacity: 1;
  pointer-events: auto;
}

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

.twoonebit-mjlfr8 label {
  font-size: 14px;
}

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

.twoonebit-ss2x2y 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;
}
.twoonebit-myftjq, .twoonebit-ztus6i, [class*="review-card"],
thead, thead th, table th, .twoonebit-a1gv6t,
.twoonebit-8nrgtd, [class*="collapsible-header"],
.twoonebit-8zrbq7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
