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

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

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

.bulletz-esi890 {
  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) {
  .bulletz-esi890: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;
  }
}

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

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

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

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

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

.bulletz-pghgh3 {
  cursor: pointer;
}

.bulletz-kiwunt {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bulletz-s32lw2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bulletz-s32lw2 figure {
  margin: 0;
}

.bulletz-s32lw2.bulletz-nso9mh {
  justify-content: flex-start;
  margin-right: 4px;
}

.bulletz-s32lw2.bulletz-ebz0tk {
  justify-content: flex-end;
  margin-left: 4px;
}

.bulletz-s32lw2.bulletz-ddhrj0 {
  justify-content: center;
}

.bulletz-s32lw2.bulletz-kc2vfn {
  justify-content: normal;
}

.bulletz-lvj70w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.bulletz-4gzehd {
  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) {
  .bulletz-4gzehd {
    flex-direction: column;
  }
}

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

.bulletz-mgxo0b img {
  width: 100%;
}

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

.bulletz-y3udnw {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.bulletz-y3udnw 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);
}

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

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

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

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

.bulletz-y3udnw ul li:last-of-type::after {
  display: none;
}

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

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

.bulletz-51dzeo {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.bulletz-icy85r.bulletz-m98c26 {
  background-color: #000;
}

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

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

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

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

.bulletz-75hobh {
  margin-bottom: 94px;
}

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

.bulletz-cuqw60 .bulletz-f6rzp7 {
  margin-bottom: 28px;
}

.bulletz-cuqw60 .bulletz-f6rzp7 img {
  max-height: 100px;
  width: auto;
}

.bulletz-xttp3b {
  display: flex;
  align-items: center;
}

.bulletz-xttp3b a + a {
  margin-left: 24px;
}

.bulletz-xttp3b img {
  max-height: 56px;
  width: auto;
}

.bulletz-xttp3b img + img {
  margin-left: 24px;
}

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

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

.bulletz-iwoe6c {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.bulletz-hezh6m li {
  display: flex;
  margin: 0 7px;
}

.bulletz-hezh6m li svg {
  transition: 0.bulletz-hxmcan ease-in-out;
}

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

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

.bulletz-ye57xl + .bulletz-ye57xl {
  margin-left: 120px;
}

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

.bulletz-6bdoj0 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.bulletz-gx09et {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bulletz-gx09et li {
  font-size: 16px;
}

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

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

.bulletz-gx09et li + li {
  margin-top: 16px;
}

.bulletz-1wp1aj {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bulletz-hluxox ease-in-out;
}

.bulletz-1wp1aj.bulletz-evdv0p {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bulletz-55wlqk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bulletz-nbx2q2 li {
  width: 100%;
}

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

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

.bulletz-nbx2q2 li a.bulletz-evdv0p {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.bulletz-qit5l5 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bulletz-qit5l5 img {
  width: 100%;
  transition: 0.bulletz-hxmcan ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .bulletz-9tkcag .bulletz-f6rzp7 img {
    max-width: 90px;
  }
}

.bulletz-f6rzp7 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.bulletz-u7okwt li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.bulletz-1qwys3 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.bulletz-1qwys3.bulletz-0lq3xi {
  margin-right: 0;
}

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

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

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

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

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

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

.bulletz-d6dwxf:hover > ul {
  display: flex;
}

.bulletz-d6dwxf:focus > ul {
  display: flex;
}

.bulletz-d6dwxf:focus-within > ul {
  display: flex;
}

.bulletz-b0jcz0 {
  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;
}

.bulletz-b0jcz0::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.bulletz-hluxox ease-in-out;
}

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

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

.bulletz-d6dwxf 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.bulletz-hxmcan ease-in-out;
  overflow: hidden;
}

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

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

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

.bulletz-st6a8v {
  display: none;
}

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

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

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

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

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

.bulletz-pibmom img {
  margin-bottom: 20px;
}

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

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

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

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

.bulletz-aujzrg {
  color: var(--text-color);
}

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

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

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

.bulletz-u54dda p img {
  display: block;
  margin: 0 auto;
}

.bulletz-u54dda p:first-of-type {
  margin-top: 0;
}

.bulletz-u54dda p:last-of-type {
  margin-bottom: 0;
}

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

.bulletz-u54dda ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.bulletz-3zsg0l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.bulletz-fi0e46 .bulletz-v5hja0 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.bulletz-fi0e46 .bulletz-hcfki9 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bulletz-fi0e46 .bulletz-hcfki9 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .bulletz-fi0e46 .bulletz-hcfki9 img {
    width: 100%;
  }
}

.bulletz-hcfki9 {
  margin: 0 0 28px;
}

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

.bulletz-v5hja0 {
  margin: 0 0 28px;
}

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

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

.bulletz-3zsg0l .bulletz-esi890 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.bulletz-foo1jj {
  position: relative;
  border: none;
}

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

.bulletz-4h5tay {
  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;
}

.bulletz-4h5tay span {
  height: 32px;
}

.bulletz-4h5tay span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.bulletz-4h5tay.bulletz-zxoepu span {
  transform: scaleY(-1);
}

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

.bulletz-hmgkqc {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.bulletz-hmgkqc.bulletz-zl2gvg {
  display: none;
}

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

.bulletz-6hmquv table {
  width: 100%;
  border-collapse: collapse;
}

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

  .bulletz-6hmquv table td {
    min-width: 75px;
  }
}

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

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

.bulletz-6hmquv p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.bulletz-w279m9 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.bulletz-xpvrsk p {
  color: var(--text-color);
}

.bulletz-j230xg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.bulletz-6x8b6l {
  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);
}

.bulletz-jvavsd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bulletz-yak4aj p + p {
  margin-top: 10px;
}

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

.bulletz-u4bo4a {
  display: none;
}

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

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

.bulletz-nghjih li {
  margin: 0 20px;
}

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

.bulletz-nghjih li a img {
  margin-bottom: 4px;
}

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

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

.bulletz-r2ggj2 li {
  font-size: 16px;
  position: relative;
}

.bulletz-r2ggj2 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.bulletz-r2ggj2 li span {
  opacity: 0.5;
}

.bulletz-r2ggj2 li + li {
  margin-left: 30px;
}

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

h2.bulletz-e29j2t {
  margin: 0 0 28px;
}

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

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

.bulletz-d7fym5 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);
}

.bulletz-d7fym5 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;
}

.bulletz-d7fym5 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;
}

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

.bulletz-d7fym5 tbody tr:last-of-type {
  margin-bottom: 0;
}

.bulletz-d7fym5 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.bulletz-d7fym5 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);
}

.bulletz-d7fym5 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);
}

.bulletz-d7fym5 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.bulletz-d7fym5 tbody tr td .bulletz-s8kc0a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bulletz-d7fym5 tbody tr td .bulletz-s8kc0a {
    width: 100%;
  }
}

.bulletz-d7fym5 tbody tr td .bulletz-u1d2wr {
  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.bulletz-hxmcan ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .bulletz-d7fym5 tbody tr td .bulletz-u1d2wr {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bulletz-d7fym5 tbody tr td .bulletz-u1d2wr {
    width: 100%;
  }
}

.bulletz-d7fym5 tbody tr td .bulletz-a4pqzb {
  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) {
  .bulletz-d7fym5 tbody tr td .bulletz-a4pqzb:hover {
    text-decoration: none;
  }
}

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

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

.bulletz-j7ndf4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.bulletz-1slkwc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.bulletz-olhw1v img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bulletz-hxmcan ease-in-out;
}

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

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

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

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

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

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

.bulletz-nok9f8 img {
  width: 100%;
  height: 100%;
}

.bulletz-nok9f8 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.bulletz-konzpa svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bulletz-hxmcan ease-in-out;
}

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

.bulletz-5zzy8c {
  padding: 90px 0;
}

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

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

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

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

.bulletz-ehe8ce img {
  width: 100%;
}

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

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

.bulletz-h7oho7 {
  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;
}

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

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

.bulletz-w7mbw5 {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-w7mbw5:hover {
  border: 1px solid #8c8ca2;
}

.bulletz-0qlaxf {
  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%);
}

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

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

.bulletz-12wjg4 a {
  text-decoration: underline;
  color: #8babff;
}

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

.bulletz-d5ve5a .bulletz-w7mbw5 {
  width: 50%;
  margin: 0;
}

.bulletz-cvfk7o {
  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;
}

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

.bulletz-16gwhn {
  margin: 0 0 100px;
}

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

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

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

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

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

.bulletz-3rls99 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.bulletz-fyw3v2 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.bulletz-hxmcan ease-in-out;
}

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

.bulletz-fyw3v2 a svg {
  fill: #fff;
}

.bulletz-fyw3v2 a:hover {
  background: #3d68e7;
}

.bulletz-4qlifb {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.bulletz-4k0mmx {
  margin-bottom: 16px;
}

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

.bulletz-gmrv4z {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.bulletz-sr5wnc 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);
}

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

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

.bulletz-sr5wnc table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.bulletz-8942gn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bulletz-8942gn.bulletz-40jszw {
  display: none;
}

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

.bulletz-9ipe7z iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bulletz-9ipe7z iframe.bulletz-ecu7q1 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bulletz-9ipe7z.bulletz-ey81zz {
  opacity: 1;
  pointer-events: all;
}

.bulletz-3i1pnv {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-3i1pnv svg {
  margin-right: 10px;
}

.bulletz-3i1pnv + .bulletz-3i1pnv {
  margin-top: 14px;
}

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

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

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

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

.bulletz-vfzxdq .bulletz-3zsg0l {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.bulletz-vfzxdq .bulletz-3zsg0l h1,
.bulletz-vfzxdq .bulletz-3zsg0l 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) {
  .bulletz-vfzxdq .bulletz-3zsg0l h1,
  .bulletz-vfzxdq .bulletz-3zsg0l h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .bulletz-vfzxdq .bulletz-3zsg0l {
    margin: 28px 0 0;
  }
}

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

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

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

.bulletz-wafa3k {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.bulletz-jclja6 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.bulletz-x4xgco {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .bulletz-03z12f {
    padding: 10px;
  }
}

.bulletz-03z12f .bulletz-esi890 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bulletz-03z12f .bulletz-esi890 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .bulletz-03z12f {
    flex-wrap: wrap;
  }
}

.bulletz-qy4gh6 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bulletz-qy4gh6 img {
  width: 100%;
}

.bulletz-iza2ew {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.bulletz-ivhdv9 {
  width: 100%;
  margin: 0 0 100px;
}

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

.bulletz-ivhdv9 .bulletz-q36b48 {
  position: relative;
}

.bulletz-ivhdv9 .bulletz-6lgjij {
  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;
}

.bulletz-ivhdv9 .bulletz-6lgjij.bulletz-40jszw {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .bulletz-ivhdv9 .bulletz-uwt22x {
    bottom: 90px;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-cw4rkl {
  max-width: 300px;
  width: 100%;
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-cw4rkl .bulletz-oiuoxc {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-uwt22x .bulletz-cw4rkl .bulletz-oiuoxc {
    font-size: 32px;
    text-align: center;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-cw4rkl .bulletz-m66bzx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-uwt22x .bulletz-cw4rkl .bulletz-m66bzx {
    text-align: center;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi {
    flex-direction: column-reverse;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-42anhc {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-42anhc:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-42anhc {
    width: 100%;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-cwpy2d {
  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.bulletz-hxmcan ease-in-out;
  overflow: hidden;
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-cwpy2d 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);
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-cwpy2d: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;
}

.bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-cwpy2d:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-uwt22x .bulletz-0lq3xi .bulletz-cwpy2d {
    width: 100%;
  }
}

.bulletz-ivhdv9 .bulletz-uwt22x.bulletz-40jszw {
  display: none;
}

.bulletz-ivhdv9 .bulletz-cu8ga7 {
  display: none;
}

.bulletz-ivhdv9 .bulletz-cu8ga7.bulletz-ey81zz {
  display: block;
}

.bulletz-ivhdv9 .bulletz-cu8ga7 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-cu8ga7 iframe {
    height: calc(100vh - 54px);
  }
}

.bulletz-ivhdv9 .bulletz-txbg41 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .bulletz-ivhdv9 .bulletz-txbg41 {
    padding: 24px 16px 0;
  }
}

.bulletz-ivhdv9 .bulletz-txbg41 .bulletz-oiuoxc {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bulletz-ivhdv9 .bulletz-txbg41 .bulletz-oiuoxc {
    margin-bottom: 24px;
  }
}

.bulletz-ivhdv9 .bulletz-txbg41 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);
}

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

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

.bulletz-ivhdv9 .bulletz-txbg41 table tr:last-of-type td {
  border-bottom: none;
}

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

.bulletz-eempvp.bulletz-evdv0p {
  display: block;
}

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

.bulletz-eempvp .bulletz-6t17h3 {
  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;
}

.bulletz-eempvp .bulletz-6gyntl {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bulletz-eempvp .bulletz-cwpy2d {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-eempvp .bulletz-cwpy2d:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.bulletz-2ln6ho.bulletz-evdv0p {
  display: block;
}

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

.bulletz-a98rar {
  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;
}

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

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

.bulletz-610irz {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bulletz-610irz svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bulletz-hyi6ly {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bulletz-abc67t.bulletz-40jszw {
  display: none;
}

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

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

.bulletz-78fth7 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.bulletz-78fth7 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.bulletz-hxmcan ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.bulletz-78fth7 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bulletz-78fth7 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bulletz-78fth7 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.bulletz-78fth7 input:active {
  border-color: #c2c0ce;
}

.bulletz-78fth7 input:focus {
  border-color: #c2c0ce;
}

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

.bulletz-qdapfq {
  margin-bottom: 36px;
}

.bulletz-qdapfq 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;
}

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

.bulletz-qdapfq textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.bulletz-4lr9f8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bulletz-53w0cf {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-53w0cf:hover {
  background: var(--border-color);
}

.bulletz-ozpc9i {
  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.bulletz-hxmcan ease-in-out;
}

.bulletz-ozpc9i:hover {
  background: #166ad9;
}

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

.bulletz-n4iacn.bulletz-40jszw {
  display: none;
}

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

.bulletz-n4iacn .bulletz-53w0cf {
  margin: 0 auto;
}

.bulletz-yxnd6m {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.bulletz-exyx7m {
  filter: grayscale(100%);
}

.bulletz-novr4l > input {
  display: none;
}

.bulletz-novr4l > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bulletz-b8fw46.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bulletz-b1hdx7 44.bulletz-516xnr.bulletz-tb3271.bulletz-kuk1zp.bulletz-vwykeb.bulletz-f637uv.bulletz-wwb0lx.bulletz-a2tzim.bulletz-7ovyur.bulletz-zskhum.bulletz-qe7fu1.bulletz-1pftnx.bulletz-x1h2re 0l-12.bulletz-k2le49 30.bulletz-k2xubp.bulletz-okluzp 2.bulletz-ba6gm0.bulletz-okluzp 3.bulletz-k8mur6 3.bulletz-v9ivm1.bulletz-plb1sc 3.bulletz-296bwp.bulletz-r7a21v.bulletz-rh2rrx.bulletz-6m6oeb 7-3.bulletz-k2le49 10.bulletz-bcrkuo.bulletz-6m6oeb 23.bulletz-ybf6cy.bulletz-0e742z 1.bulletz-2v4a3x 2.bulletz-k2le49 3.bulletz-0e742z 1.bulletz-plb1sc 5.bulletz-lk4ut6.bulletz-plb1sc 32.bulletz-3o5ca6.bulletz-r7a21v 5.bulletz-x1h2re 4.bulletz-6m6oeb 9.bulletz-6m6oeb 8.bulletz-plb1sc 6.bulletz-974crd.bulletz-dpgh59.bulletz-lbnkuh.bulletz-hea9kh.bulletz-yot9uh 4.bulletz-s6y0tt.bulletz-yot9uh 6.bulletz-yot9uh 0l29.bulletz-x1h2re 17.bulletz-yntgj0.bulletz-ixxsr4 2.bulletz-25s5lg 10.bulletz-znpdx3.bulletz-k2le49 8.bulletz-8uh9af.bulletz-3cdmbr.bulletz-qjuzix.bulletz-i7f0h3.bulletz-vwec7y.bulletz-r7a21v.bulletz-f637uv.bulletz-k2le49 1.bulletz-3hc2av.bulletz-22xliu.bulletz-lzh084.bulletz-hptyxa.bulletz-tvey7g.bulletz-2v4a3x 1.bulletz-zrys4i.bulletz-smj6c2.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bulletz-novr4l > input:checked ~ label,
.bulletz-novr4l > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bulletz-b8fw46.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bulletz-b1hdx7 44.bulletz-516xnr.bulletz-tb3271.bulletz-kuk1zp.bulletz-vwykeb.bulletz-f637uv.bulletz-wwb0lx.bulletz-a2tzim.bulletz-7ovyur.bulletz-zskhum.bulletz-qe7fu1.bulletz-1pftnx.bulletz-x1h2re 0l-12.bulletz-k2le49 30.bulletz-k2xubp.bulletz-okluzp 2.bulletz-ba6gm0.bulletz-okluzp 3.bulletz-k8mur6 3.bulletz-v9ivm1.bulletz-plb1sc 3.bulletz-296bwp.bulletz-r7a21v.bulletz-rh2rrx.bulletz-6m6oeb 7-3.bulletz-k2le49 10.bulletz-bcrkuo.bulletz-6m6oeb 23.bulletz-ybf6cy.bulletz-0e742z 1.bulletz-2v4a3x 2.bulletz-k2le49 3.bulletz-0e742z 1.bulletz-plb1sc 5.bulletz-lk4ut6.bulletz-plb1sc 32.bulletz-3o5ca6.bulletz-r7a21v 5.bulletz-x1h2re 4.bulletz-6m6oeb 9.bulletz-6m6oeb 8.bulletz-plb1sc 6.bulletz-974crd.bulletz-dpgh59.bulletz-lbnkuh.bulletz-hea9kh.bulletz-yot9uh 4.bulletz-s6y0tt.bulletz-yot9uh 6.bulletz-yot9uh 0l29.bulletz-x1h2re 17.bulletz-yntgj0.bulletz-ixxsr4 2.bulletz-25s5lg 10.bulletz-znpdx3.bulletz-k2le49 8.bulletz-8uh9af.bulletz-3cdmbr.bulletz-qjuzix.bulletz-i7f0h3.bulletz-vwec7y.bulletz-r7a21v.bulletz-f637uv.bulletz-k2le49 1.bulletz-3hc2av.bulletz-22xliu.bulletz-lzh084.bulletz-hptyxa.bulletz-tvey7g.bulletz-2v4a3x 1.bulletz-zrys4i.bulletz-smj6c2.5z'/%3e%3c/svg%3e");
}

.bulletz-novr4l > input:not(:checked) ~ label:hover,
.bulletz-novr4l > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bulletz-b8fw46.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bulletz-b1hdx7 44.bulletz-516xnr.bulletz-tb3271.bulletz-kuk1zp.bulletz-vwykeb.bulletz-f637uv.bulletz-wwb0lx.bulletz-a2tzim.bulletz-7ovyur.bulletz-zskhum.bulletz-qe7fu1.bulletz-1pftnx.bulletz-x1h2re 0l-12.bulletz-k2le49 30.bulletz-k2xubp.bulletz-okluzp 2.bulletz-ba6gm0.bulletz-okluzp 3.bulletz-k8mur6 3.bulletz-v9ivm1.bulletz-plb1sc 3.bulletz-296bwp.bulletz-r7a21v.bulletz-rh2rrx.bulletz-6m6oeb 7-3.bulletz-k2le49 10.bulletz-bcrkuo.bulletz-6m6oeb 23.bulletz-ybf6cy.bulletz-0e742z 1.bulletz-2v4a3x 2.bulletz-k2le49 3.bulletz-0e742z 1.bulletz-plb1sc 5.bulletz-lk4ut6.bulletz-plb1sc 32.bulletz-3o5ca6.bulletz-r7a21v 5.bulletz-x1h2re 4.bulletz-6m6oeb 9.bulletz-6m6oeb 8.bulletz-plb1sc 6.bulletz-974crd.bulletz-dpgh59.bulletz-lbnkuh.bulletz-hea9kh.bulletz-yot9uh 4.bulletz-s6y0tt.bulletz-yot9uh 6.bulletz-yot9uh 0l29.bulletz-x1h2re 17.bulletz-yntgj0.bulletz-ixxsr4 2.bulletz-25s5lg 10.bulletz-znpdx3.bulletz-k2le49 8.bulletz-8uh9af.bulletz-3cdmbr.bulletz-qjuzix.bulletz-i7f0h3.bulletz-vwec7y.bulletz-r7a21v.bulletz-f637uv.bulletz-k2le49 1.bulletz-3hc2av.bulletz-22xliu.bulletz-lzh084.bulletz-hptyxa.bulletz-tvey7g.bulletz-2v4a3x 1.bulletz-zrys4i.bulletz-smj6c2.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bulletz-c721gj > .bulletz-eje923 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bulletz-c721gj > .bulletz-eje923 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bulletz-c721gj > .bulletz-eje923 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bulletz-c721gj > .bulletz-eje923 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bulletz-c721gj > .bulletz-eje923 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.bulletz-svoe4g.bulletz-40jszw {
  display: none;
}

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

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

.bulletz-y3zi5c {
  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;
}

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

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

.bulletz-y3zi5c img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.bulletz-gwdvi8 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.bulletz-svoe4g.bulletz-swo6pq .bulletz-x0ukfb {
  background: #2b3b67;
}

.bulletz-svoe4g.bulletz-swo6pq .bulletz-y3zi5c {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bulletz-svoe4g.bulletz-swo6pq .bulletz-y3zi5c::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bulletz-svoe4g.bulletz-swo6pq .bulletz-y3zi5c::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bulletz-svoe4g.bulletz-swo6pq .bulletz-gwdvi8::before {
  background: #0e0f41;
}

.bulletz-svoe4g.bulletz-swo6pq .bulletz-gwdvi8::after {
  background: #152557;
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-x0ukfb {
  background: #1f35fa;
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-y3zi5c {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-y3zi5c::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-y3zi5c::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-gwdvi8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bulletz-svoe4g.bulletz-re9ti4 .bulletz-gwdvi8::after {
  background: #192ac8;
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-x0ukfb {
  background: #fa771f;
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-y3zi5c {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-y3zi5c::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-y3zi5c::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-gwdvi8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bulletz-svoe4g.bulletz-t2hc0u .bulletz-gwdvi8::after {
  background: #fa8535;
}

.bulletz-ibgj27 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.bulletz-mllbwx {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.bulletz-ck5cfj {
  width: 120px;
  height: 22px;
}

.bulletz-ck5cfj .bulletz-0n2ipx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.bulletz-nn5fq3 {
  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);
}

.bulletz-nn5fq3.bulletz-ey81zz {
  display: block;
}

.bulletz-nn5fq3.bulletz-40jszw {
  display: none;
}

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

.bulletz-i704b4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bulletz-f9idhm {
  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);
}

.bulletz-07h3ie {
  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;
}

.bulletz-3eedt1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bulletz-wkfv6s {
  font-size: 16px;
  line-height: 140%;
}

.bulletz-mccv10 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bulletz-mccv10 .bulletz-0n2ipx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

.bulletz-xlo6ut {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.bulletz-sola75 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bulletz-gvvo6q {
  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;
}

.bulletz-jsh6p4 {
  flex: 1;
  min-width: 0;
}

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

.bulletz-acl9vy {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.bulletz-acl9vy svg path {
  fill: var(--button-bg-color);
}

.bulletz-acl9vy svg circle {
  fill: var(--button-text-color);
}

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

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

.bulletz-cx9tf8 strong {
  font-weight: 600;
}

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

.bulletz-kc7z7l p {
  margin: 0 0 16px;
}

.bulletz-kc7z7l p:last-child {
  margin-bottom: 0;
}

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

.bulletz-hndgvx {
  max-width: 300px;
  width: 100%;
}

.bulletz-hndgvx a {
  width: 100%;
}

@media (max-width: 575px) {
  .bulletz-hndgvx {
    max-width: 200px;
  }
}

.bulletz-hvwd4a {
  justify-content: center;
}

.bulletz-5eh7aw {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bulletz-pe3r5o {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.bulletz-4g56vd .bulletz-u7okwt {
  justify-content: center;
}

/* faq */

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

.bulletz-odeoe4 {
  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.bulletz-ikcwqa ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bulletz-odeoe4::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bulletz-ikcwqa ease;
}

.bulletz-39ubtf.bulletz-evdv0p .bulletz-odeoe4::after {
  transform: rotate(45deg);
}

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

.bulletz-39ubtf.bulletz-evdv0p .bulletz-qqr0a6 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.bulletz-2p7omv {
  margin: 25px 0;
}

.bulletz-novr4l > input:not(:checked) ~ label:hover,
.bulletz-novr4l > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bulletz-1sorh2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bulletz-rvhq3f 44.bulletz-hf8ole.bulletz-dbyw5u.bulletz-vm2xpy.bulletz-9y1lcv.bulletz-8idejy.bulletz-yse3yt.bulletz-1v5jps.bulletz-kkdspx.bulletz-kfhrpb.bulletz-y8qu4k.bulletz-58clde.bulletz-g8vb8z 0l-12.bulletz-m0dq7c 30.bulletz-kpjnol.bulletz-4ztc2p 2.bulletz-ppz8qf.bulletz-4ztc2p 3.bulletz-00rw8z 3.bulletz-ucfzxk.bulletz-xc45hl 3.bulletz-epvvm2.bulletz-1v6o43.bulletz-h62i9w.bulletz-wi5mka 7-3.bulletz-m0dq7c 10.bulletz-b4umhy.bulletz-wi5mka 23.bulletz-o6gmzd.bulletz-akb3m0 1.bulletz-lwffnv 2.bulletz-m0dq7c 3.bulletz-akb3m0 1.bulletz-xc45hl 5.bulletz-uf3cja.bulletz-xc45hl 32.bulletz-bf1cu8.bulletz-1v6o43 5.bulletz-g8vb8z 4.bulletz-wi5mka 9.bulletz-wi5mka 8.bulletz-xc45hl 6.bulletz-kvxxk4.bulletz-lwpa54.bulletz-pow5hk.bulletz-3swskh.bulletz-qqv528 4.bulletz-o8crr3.bulletz-qqv528 6.bulletz-qqv528 0l29.bulletz-g8vb8z 17.bulletz-jbh0b9.bulletz-1ko89y 2.bulletz-4z3lir 10.bulletz-9gnqmv.bulletz-m0dq7c 8.bulletz-23wt1q.bulletz-xwnv0w.bulletz-2b6xsi.bulletz-q0smt5.bulletz-u9xdh4.bulletz-1v6o43.bulletz-8idejy.bulletz-m0dq7c 1.bulletz-3sg655.bulletz-5m8dlb.bulletz-l97enm.bulletz-bkbhit.bulletz-5lnxct.bulletz-lwffnv 1.bulletz-uozixe.bulletz-oy317r.5z'/%3e%3c/svg%3e");
}

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

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

.bulletz-w0201p {
  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);
}

.bulletz-w0201p.bulletz-o5r0jc {
  display: block;
}

.bulletz-w0201p.bulletz-90jzn8 {
  display: none;
}

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

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

.bulletz-afroo0 {
  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);
}

.bulletz-q9bbuo {
  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;
}

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

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

.bulletz-thmr38 {
  font-size: 16px;
  line-height: 140%;
}

.bulletz-hoyvgh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bulletz-hoyvgh .bulletz-xvg35x {
  fill: #c2c0ce;
}

.bulletz-hoyvgh [rating="1"] .bulletz-xvg35x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bulletz-hoyvgh [rating="2"] .bulletz-xvg35x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bulletz-hoyvgh [rating="3"] .bulletz-xvg35x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bulletz-hoyvgh [rating="4"] .bulletz-xvg35x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bulletz-hoyvgh [rating="5"] .bulletz-xvg35x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.bulletz-7thloe 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;
}

.bulletz-7thloe 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 */

.bulletz-g2pf94 {
  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);
}

.bulletz-g2pf94.bulletz-bcd89c {
  opacity: 1;
  pointer-events: auto;
}
