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

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

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

.smokace-tgq2c2 {
  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) {
  .smokace-tgq2c2: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;
  }
}

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

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

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

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

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

.smokace-p5uoti {
  cursor: pointer;
}

.smokace-jaml05 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.smokace-8o6iq8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.smokace-8o6iq8 figure {
  margin: 0;
}

.smokace-8o6iq8.smokace-axfqw5 {
  justify-content: flex-start;
  margin-right: 4px;
}

.smokace-8o6iq8.smokace-irqfxj {
  justify-content: flex-end;
  margin-left: 4px;
}

.smokace-8o6iq8.smokace-g91apk {
  justify-content: center;
}

.smokace-8o6iq8.smokace-lnjtdl {
  justify-content: normal;
}

.smokace-0imzts {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.smokace-puhom9 img {
  width: 100%;
}

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

.smokace-otf2od {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.smokace-otf2od 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);
}

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

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

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

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

.smokace-otf2od ul li:last-of-type::after {
  display: none;
}

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

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

.smokace-jsk8b1 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.smokace-b56f2t.smokace-x0yqy7 {
  background-color: #000;
}

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

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

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

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

.smokace-615jga {
  margin-bottom: 94px;
}

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

.smokace-ml3dqg .smokace-9s5oy8 {
  margin-bottom: 28px;
}

.smokace-ml3dqg .smokace-9s5oy8 img {
  max-height: 100px;
  width: auto;
}

.smokace-y2kqlc {
  display: flex;
  align-items: center;
}

.smokace-y2kqlc a + a {
  margin-left: 24px;
}

.smokace-y2kqlc img {
  max-height: 56px;
  width: auto;
}

.smokace-y2kqlc img + img {
  margin-left: 24px;
}

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

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

.smokace-1uqyr9 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .smokace-23k6hd {
    flex-wrap: wrap;
  }
}

.smokace-23k6hd li {
  display: flex;
  margin: 0 7px;
}

.smokace-23k6hd li svg {
  transition: 0.smokace-msu1ih ease-in-out;
}

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

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

.smokace-0a2f44 + .smokace-0a2f44 {
  margin-left: 120px;
}

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

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

.smokace-v71tyi {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smokace-v71tyi li {
  font-size: 16px;
}

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

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

.smokace-v71tyi li + li {
  margin-top: 16px;
}

.smokace-gxqz25 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.smokace-bqhl7q ease-in-out;
}

.smokace-gxqz25.smokace-7ygonq {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.smokace-909x6h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-r377d0 li {
  width: 100%;
}

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

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

.smokace-r377d0 li a.smokace-7ygonq {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.smokace-n6vfjj {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.smokace-n6vfjj img {
  width: 100%;
  transition: 0.smokace-msu1ih ease-in-out;
}

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

.smokace-8m2m7s {
  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) {
  .smokace-8m2m7s {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .smokace-juw65e .smokace-9s5oy8 img {
    max-width: 90px;
  }
}

.smokace-9s5oy8 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .smokace-9s5oy8 {
    order: -2;
  }
}

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

.smokace-9ja9dy {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.smokace-9ja9dy li {
  font-size: 16px;
  margin: 0 20px;
}

.smokace-9ja9dy li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.smokace-eakv5i {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.smokace-eakv5i.smokace-6re8zv {
  margin-right: 0;
}

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

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

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

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

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

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

.smokace-o9ysy9:hover > ul {
  display: flex;
}

.smokace-o9ysy9:focus > ul {
  display: flex;
}

.smokace-o9ysy9:focus-within > ul {
  display: flex;
}

.smokace-9ys4h2 {
  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;
}

.smokace-9ys4h2::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.smokace-bqhl7q ease-in-out;
}

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

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

.smokace-o9ysy9 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.smokace-msu1ih ease-in-out;
  overflow: hidden;
}

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

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

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

.smokace-3i2oul {
  display: none;
}

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

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

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

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

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

.smokace-g4fs6b img {
  margin-bottom: 20px;
}

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

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

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

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

.smokace-mnjblh {
  color: var(--text-color);
}

.smokace-3qwqu1 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.smokace-3qwqu1 p img {
  display: block;
  margin: 0 auto;
}

.smokace-3qwqu1 p:first-of-type {
  margin-top: 0;
}

.smokace-3qwqu1 p:last-of-type {
  margin-bottom: 0;
}

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

.smokace-3qwqu1 ul {
  padding: 0 0 0 20px;
}

.smokace-3qwqu1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.smokace-3qwqu1 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.smokace-3qwqu1 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.smokace-72lsgr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.smokace-4h9mds {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.smokace-4h9mds .smokace-b0gkun {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .smokace-4h9mds .smokace-b0gkun {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.smokace-4h9mds .smokace-jszid5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .smokace-4h9mds .smokace-jszid5 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .smokace-4h9mds .smokace-jszid5 img {
    width: 100%;
  }
}

.smokace-jszid5 {
  margin: 0 0 28px;
}

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

.smokace-b0gkun {
  margin: 0 0 28px;
}

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

.smokace-72lsgr 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) {
  .smokace-72lsgr h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.smokace-72lsgr .smokace-tgq2c2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.smokace-tjfjyl {
  position: relative;
  border: none;
}

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

.smokace-aw0zwd {
  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;
}

.smokace-aw0zwd span {
  height: 32px;
}

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

.smokace-aw0zwd.smokace-3q8pj2 span {
  transform: scaleY(-1);
}

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

.smokace-ul5owl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.smokace-ul5owl.smokace-g2rh4s {
  display: none;
}

.smokace-fl5lm1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.smokace-fl5lm1 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .smokace-fl5lm1 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.smokace-qek375 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.smokace-p4x3ts p {
  color: var(--text-color);
}

.smokace-c1dckg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.smokace-f661s0 {
  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);
}

.smokace-iqup35 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-8lmurc p + p {
  margin-top: 10px;
}

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

.smokace-y8bjkr {
  display: none;
}

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

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

.smokace-xa2f2q li {
  margin: 0 20px;
}

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

.smokace-xa2f2q li a img {
  margin-bottom: 4px;
}

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

.smokace-83ftmv {
  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) {
  .smokace-83ftmv {
    padding: 0 16px;
  }
}

.smokace-83ftmv li {
  font-size: 16px;
  position: relative;
}

.smokace-83ftmv li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.smokace-83ftmv li span {
  opacity: 0.5;
}

.smokace-83ftmv li + li {
  margin-left: 30px;
}

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

h2.smokace-zcpwm4 {
  margin: 0 0 28px;
}

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

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

.smokace-cxp4u3 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);
}

.smokace-cxp4u3 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;
}

.smokace-cxp4u3 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;
}

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

.smokace-cxp4u3 tbody tr:last-of-type {
  margin-bottom: 0;
}

.smokace-cxp4u3 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.smokace-cxp4u3 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);
}

.smokace-cxp4u3 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);
}

.smokace-cxp4u3 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.smokace-cxp4u3 tbody tr td .smokace-2jq8db {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .smokace-cxp4u3 tbody tr td .smokace-2jq8db {
    width: 100%;
  }
}

.smokace-cxp4u3 tbody tr td .smokace-5rke2x {
  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.smokace-msu1ih ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .smokace-cxp4u3 tbody tr td .smokace-5rke2x:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .smokace-cxp4u3 tbody tr td .smokace-5rke2x {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .smokace-cxp4u3 tbody tr td .smokace-5rke2x {
    width: 100%;
  }
}

.smokace-cxp4u3 tbody tr td .smokace-xpdcl1 {
  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) {
  .smokace-cxp4u3 tbody tr td .smokace-xpdcl1:hover {
    text-decoration: none;
  }
}

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

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

.smokace-aajnjs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.smokace-sqwaco img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.smokace-msu1ih ease-in-out;
}

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

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

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

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

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

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

.smokace-x0glrx img {
  width: 100%;
  height: 100%;
}

.smokace-x0glrx iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.smokace-ndmyds svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.smokace-msu1ih ease-in-out;
}

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

.smokace-7qp62g {
  padding: 90px 0;
}

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

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

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

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

.smokace-tkf1bd img {
  width: 100%;
}

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

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

.smokace-l436jj {
  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;
}

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

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

.smokace-t5da78 {
  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.smokace-msu1ih ease-in-out;
}

.smokace-t5da78:hover {
  border: 1px solid #8c8ca2;
}

.smokace-2rvl92 {
  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%);
}

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

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

.smokace-9ai5vn a {
  text-decoration: underline;
  color: #8babff;
}

.smokace-2r0t71 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.smokace-2r0t71 .smokace-t5da78 {
  width: 50%;
  margin: 0;
}

.smokace-v03qy9 {
  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;
}

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

.smokace-12usr3 {
  margin: 0 0 100px;
}

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

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

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

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

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

.smokace-333xlk {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.smokace-eg7zod 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.smokace-msu1ih ease-in-out;
}

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

.smokace-eg7zod a svg {
  fill: #fff;
}

.smokace-eg7zod a:hover {
  background: #3d68e7;
}

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

.smokace-ohao8e {
  margin-bottom: 16px;
}

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

.smokace-rrqqhs {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.smokace-7umck4 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.smokace-z28s9f 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);
}

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

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

.smokace-z28s9f table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.smokace-xntije.smokace-x2deoe {
  display: none;
}

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

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

.smokace-vubne5 iframe.smokace-liljd5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.smokace-vubne5.smokace-psbnbe {
  opacity: 1;
  pointer-events: all;
}

.smokace-fkreqb {
  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.smokace-msu1ih ease-in-out;
}

.smokace-fkreqb svg {
  margin-right: 10px;
}

.smokace-fkreqb + .smokace-fkreqb {
  margin-top: 14px;
}

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

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

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

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

.smokace-sn160j .smokace-72lsgr {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.smokace-sn160j .smokace-72lsgr h1,
.smokace-sn160j .smokace-72lsgr 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) {
  .smokace-sn160j .smokace-72lsgr h1,
  .smokace-sn160j .smokace-72lsgr h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .smokace-sn160j .smokace-72lsgr {
    margin: 28px 0 0;
  }
}

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

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

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

.smokace-zu5nai {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.smokace-16zbr6 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.smokace-6i0qf6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .smokace-3qwk8d {
    padding: 10px;
  }
}

.smokace-3qwk8d .smokace-tgq2c2 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .smokace-3qwk8d .smokace-tgq2c2 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .smokace-3qwk8d {
    flex-wrap: wrap;
  }
}

.smokace-d7xlqi {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.smokace-d7xlqi img {
  width: 100%;
}

.smokace-18fgei {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.smokace-oemye8 {
  width: 100%;
  margin: 0 0 100px;
}

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

.smokace-oemye8 .smokace-0yqqy9 {
  position: relative;
}

.smokace-oemye8 .smokace-8rtq61 {
  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;
}

.smokace-oemye8 .smokace-8rtq61.smokace-x2deoe {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .smokace-oemye8 .smokace-ag0dwy {
    bottom: 90px;
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-k6ng5v {
  max-width: 300px;
  width: 100%;
}

.smokace-oemye8 .smokace-ag0dwy .smokace-k6ng5v .smokace-ahdwy5 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-ag0dwy .smokace-k6ng5v .smokace-ahdwy5 {
    font-size: 32px;
    text-align: center;
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-k6ng5v .smokace-k9l1ir {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-ag0dwy .smokace-k6ng5v .smokace-k9l1ir {
    text-align: center;
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv {
    flex-direction: column-reverse;
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-50ob3c {
  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.smokace-msu1ih ease-in-out;
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-50ob3c:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-50ob3c {
    width: 100%;
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-3e7are {
  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.smokace-msu1ih ease-in-out;
  overflow: hidden;
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-3e7are 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);
  }
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-3e7are: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;
}

.smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-3e7are:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-ag0dwy .smokace-6re8zv .smokace-3e7are {
    width: 100%;
  }
}

.smokace-oemye8 .smokace-ag0dwy.smokace-x2deoe {
  display: none;
}

.smokace-oemye8 .smokace-6tgsm4 {
  display: none;
}

.smokace-oemye8 .smokace-6tgsm4.smokace-psbnbe {
  display: block;
}

.smokace-oemye8 .smokace-6tgsm4 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-6tgsm4 iframe {
    height: calc(100vh - 54px);
  }
}

.smokace-oemye8 .smokace-116tli {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .smokace-oemye8 .smokace-116tli {
    padding: 24px 16px 0;
  }
}

.smokace-oemye8 .smokace-116tli .smokace-ahdwy5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .smokace-oemye8 .smokace-116tli .smokace-ahdwy5 {
    margin-bottom: 24px;
  }
}

.smokace-oemye8 .smokace-116tli 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);
}

.smokace-oemye8 .smokace-116tli 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) {
  .smokace-oemye8 .smokace-116tli table tr td {
    padding: 12px 4px;
  }
}

.smokace-oemye8 .smokace-116tli 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) {
  .smokace-oemye8 .smokace-116tli table tr th {
    padding: 12px 4px;
  }
}

.smokace-oemye8 .smokace-116tli table tr:last-of-type td {
  border-bottom: none;
}

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

.smokace-8jaas0.smokace-7ygonq {
  display: block;
}

.smokace-8jaas0 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.smokace-8jaas0 .smokace-zya7n7 {
  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;
}

.smokace-8jaas0 .smokace-rwm19v {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.smokace-8jaas0 .smokace-3e7are {
  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.smokace-msu1ih ease-in-out;
}

.smokace-8jaas0 .smokace-3e7are:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.smokace-dpqj6f.smokace-7ygonq {
  display: block;
}

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

.smokace-er68nv {
  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;
}

.smokace-92ojxe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.smokace-vwxpzp {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.smokace-vwxpzp svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.smokace-ft7he3 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.smokace-gw831j.smokace-x2deoe {
  display: none;
}

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

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

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

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

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

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

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

.smokace-zidxuy input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.smokace-zidxuy input:active {
  border-color: #c2c0ce;
}

.smokace-zidxuy input:focus {
  border-color: #c2c0ce;
}

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

.smokace-sainxv {
  margin-bottom: 36px;
}

.smokace-sainxv 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;
}

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

.smokace-sainxv textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.smokace-ms03c4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.smokace-4j1akk {
  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.smokace-msu1ih ease-in-out;
}

.smokace-4j1akk:hover {
  background: var(--border-color);
}

.smokace-x9kwmf {
  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.smokace-msu1ih ease-in-out;
}

.smokace-x9kwmf:hover {
  background: #166ad9;
}

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

.smokace-n923mu.smokace-x2deoe {
  display: none;
}

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

.smokace-n923mu .smokace-4j1akk {
  margin: 0 auto;
}

.smokace-u26g2p {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.smokace-2vaalx {
  filter: grayscale(100%);
}

.smokace-x5k0pu > input {
  display: none;
}

.smokace-x5k0pu > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-hp1v3n.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.smokace-855nvd 44.smokace-qlci3e.smokace-f69rvy.smokace-bl7xjj.smokace-kw655c.smokace-hri34f.smokace-euf0h3.smokace-54570c.smokace-tmsuwc.smokace-6f1rwh.smokace-xfah3k.smokace-whmqwx.smokace-lzjdj5 0l-12.smokace-m5dbx3 30.smokace-q6s78n.smokace-o0l0ao 2.smokace-i4414f.smokace-o0l0ao 3.smokace-ur1vsp 3.smokace-f6t6xj.smokace-1m03j6 3.smokace-umg487.smokace-4o09rs.smokace-9rnzdz.smokace-d0mpgx 7-3.smokace-m5dbx3 10.smokace-t07paf.smokace-d0mpgx 23.smokace-yhvfza.smokace-zisi02 1.smokace-qj0eb3 2.smokace-m5dbx3 3.smokace-zisi02 1.smokace-1m03j6 5.smokace-gvtv4i.smokace-1m03j6 32.smokace-6g1gk9.smokace-4o09rs 5.smokace-lzjdj5 4.smokace-d0mpgx 9.smokace-d0mpgx 8.smokace-1m03j6 6.smokace-b98ncs.smokace-d2n2dh.smokace-dqcyaz.smokace-5hq01b.smokace-z4x8bn 4.smokace-0jkkzb.smokace-z4x8bn 6.smokace-z4x8bn 0l29.smokace-lzjdj5 17.smokace-0avri1.smokace-s4v3ae 2.smokace-nspecj 10.smokace-9u3df1.smokace-m5dbx3 8.smokace-qypn6l.smokace-8v5e2b.smokace-ns572z.smokace-iy4two.smokace-u6w04p.smokace-4o09rs.smokace-hri34f.smokace-m5dbx3 1.smokace-s6x3nl.smokace-pagj6g.smokace-f5nb01.smokace-7sa3hb.smokace-8i0x02.smokace-qj0eb3 1.smokace-a7orpn.smokace-0321yj.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.smokace-x5k0pu > input:checked ~ label,
.smokace-x5k0pu > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-hp1v3n.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.smokace-855nvd 44.smokace-qlci3e.smokace-f69rvy.smokace-bl7xjj.smokace-kw655c.smokace-hri34f.smokace-euf0h3.smokace-54570c.smokace-tmsuwc.smokace-6f1rwh.smokace-xfah3k.smokace-whmqwx.smokace-lzjdj5 0l-12.smokace-m5dbx3 30.smokace-q6s78n.smokace-o0l0ao 2.smokace-i4414f.smokace-o0l0ao 3.smokace-ur1vsp 3.smokace-f6t6xj.smokace-1m03j6 3.smokace-umg487.smokace-4o09rs.smokace-9rnzdz.smokace-d0mpgx 7-3.smokace-m5dbx3 10.smokace-t07paf.smokace-d0mpgx 23.smokace-yhvfza.smokace-zisi02 1.smokace-qj0eb3 2.smokace-m5dbx3 3.smokace-zisi02 1.smokace-1m03j6 5.smokace-gvtv4i.smokace-1m03j6 32.smokace-6g1gk9.smokace-4o09rs 5.smokace-lzjdj5 4.smokace-d0mpgx 9.smokace-d0mpgx 8.smokace-1m03j6 6.smokace-b98ncs.smokace-d2n2dh.smokace-dqcyaz.smokace-5hq01b.smokace-z4x8bn 4.smokace-0jkkzb.smokace-z4x8bn 6.smokace-z4x8bn 0l29.smokace-lzjdj5 17.smokace-0avri1.smokace-s4v3ae 2.smokace-nspecj 10.smokace-9u3df1.smokace-m5dbx3 8.smokace-qypn6l.smokace-8v5e2b.smokace-ns572z.smokace-iy4two.smokace-u6w04p.smokace-4o09rs.smokace-hri34f.smokace-m5dbx3 1.smokace-s6x3nl.smokace-pagj6g.smokace-f5nb01.smokace-7sa3hb.smokace-8i0x02.smokace-qj0eb3 1.smokace-a7orpn.smokace-0321yj.5z'/%3e%3c/svg%3e");
}

.smokace-x5k0pu > input:not(:checked) ~ label:hover,
.smokace-x5k0pu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-hp1v3n.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.smokace-855nvd 44.smokace-qlci3e.smokace-f69rvy.smokace-bl7xjj.smokace-kw655c.smokace-hri34f.smokace-euf0h3.smokace-54570c.smokace-tmsuwc.smokace-6f1rwh.smokace-xfah3k.smokace-whmqwx.smokace-lzjdj5 0l-12.smokace-m5dbx3 30.smokace-q6s78n.smokace-o0l0ao 2.smokace-i4414f.smokace-o0l0ao 3.smokace-ur1vsp 3.smokace-f6t6xj.smokace-1m03j6 3.smokace-umg487.smokace-4o09rs.smokace-9rnzdz.smokace-d0mpgx 7-3.smokace-m5dbx3 10.smokace-t07paf.smokace-d0mpgx 23.smokace-yhvfza.smokace-zisi02 1.smokace-qj0eb3 2.smokace-m5dbx3 3.smokace-zisi02 1.smokace-1m03j6 5.smokace-gvtv4i.smokace-1m03j6 32.smokace-6g1gk9.smokace-4o09rs 5.smokace-lzjdj5 4.smokace-d0mpgx 9.smokace-d0mpgx 8.smokace-1m03j6 6.smokace-b98ncs.smokace-d2n2dh.smokace-dqcyaz.smokace-5hq01b.smokace-z4x8bn 4.smokace-0jkkzb.smokace-z4x8bn 6.smokace-z4x8bn 0l29.smokace-lzjdj5 17.smokace-0avri1.smokace-s4v3ae 2.smokace-nspecj 10.smokace-9u3df1.smokace-m5dbx3 8.smokace-qypn6l.smokace-8v5e2b.smokace-ns572z.smokace-iy4two.smokace-u6w04p.smokace-4o09rs.smokace-hri34f.smokace-m5dbx3 1.smokace-s6x3nl.smokace-pagj6g.smokace-f5nb01.smokace-7sa3hb.smokace-8i0x02.smokace-qj0eb3 1.smokace-a7orpn.smokace-0321yj.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .smokace-7xgpk4 > .smokace-bn6r7z {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .smokace-7xgpk4 > .smokace-bn6r7z {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .smokace-7xgpk4 > .smokace-bn6r7z {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .smokace-7xgpk4 > .smokace-bn6r7z {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .smokace-7xgpk4 > .smokace-bn6r7z {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.smokace-6ixsgx {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.smokace-6ixsgx.smokace-x2deoe {
  display: none;
}

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

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

.smokace-m2nftt {
  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;
}

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

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

.smokace-m2nftt img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.smokace-cojkj9 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.smokace-6ixsgx.smokace-jcwuzi .smokace-vm7399 {
  background: #2b3b67;
}

.smokace-6ixsgx.smokace-jcwuzi .smokace-m2nftt {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.smokace-6ixsgx.smokace-jcwuzi .smokace-m2nftt::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.smokace-6ixsgx.smokace-jcwuzi .smokace-m2nftt::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.smokace-6ixsgx.smokace-jcwuzi .smokace-cojkj9::before {
  background: #0e0f41;
}

.smokace-6ixsgx.smokace-jcwuzi .smokace-cojkj9::after {
  background: #152557;
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-vm7399 {
  background: #1f35fa;
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-m2nftt {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-m2nftt::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-m2nftt::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-cojkj9::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.smokace-6ixsgx.smokace-xdw6ts .smokace-cojkj9::after {
  background: #192ac8;
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-vm7399 {
  background: #fa771f;
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-m2nftt {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-m2nftt::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-m2nftt::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-cojkj9::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.smokace-6ixsgx.smokace-9sa1d1 .smokace-cojkj9::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.smokace-wlnani {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.smokace-k5nlzu {
  width: 120px;
  height: 22px;
}

.smokace-k5nlzu .smokace-ofoqm8 {
  fill: #c2c0ce;
}

.smokace-k5nlzu [rating="1"] .smokace-ofoqm8:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-k5nlzu [rating="2"] .smokace-ofoqm8:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-k5nlzu [rating="3"] .smokace-ofoqm8:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-k5nlzu [rating="4"] .smokace-ofoqm8:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-k5nlzu [rating="5"] .smokace-ofoqm8:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.smokace-3oo8ze {
  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);
}

.smokace-3oo8ze.smokace-psbnbe {
  display: block;
}

.smokace-3oo8ze.smokace-x2deoe {
  display: none;
}

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

.smokace-z9tc53 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.smokace-uu47c3 {
  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);
}

.smokace-vw05mf {
  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;
}

.smokace-71kbng small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.smokace-2miap3 {
  font-size: 16px;
  line-height: 140%;
}

.smokace-3472fy {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.smokace-3472fy .smokace-ofoqm8 {
  fill: #c2c0ce;
}

.smokace-3472fy [rating="1"] .smokace-ofoqm8:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-3472fy [rating="2"] .smokace-ofoqm8:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-3472fy [rating="3"] .smokace-ofoqm8:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-3472fy [rating="4"] .smokace-ofoqm8:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-3472fy [rating="5"] .smokace-ofoqm8:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.smokace-436br1 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.smokace-ii906l {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.smokace-0u37j0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smokace-2ue6sl {
  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;
}

.smokace-iolsvs {
  flex: 1;
  min-width: 0;
}

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

.smokace-zjg7ul {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.smokace-zjg7ul svg path {
  fill: var(--button-bg-color);
}

.smokace-zjg7ul svg circle {
  fill: var(--button-text-color);
}

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

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

.smokace-m4vl1y strong {
  font-weight: 600;
}

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

.smokace-qhpqug p {
  margin: 0 0 16px;
}

.smokace-qhpqug p:last-child {
  margin-bottom: 0;
}

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

.smokace-dpff3w {
  max-width: 300px;
  width: 100%;
}

.smokace-dpff3w a {
  width: 100%;
}

@media (max-width: 575px) {
  .smokace-dpff3w {
    max-width: 200px;
  }
}

.smokace-c5twp5 {
  justify-content: center;
}

.smokace-or0aim {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smokace-gaukbw {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.smokace-b1g2oj .smokace-9ja9dy {
  justify-content: center;
}

/* faq */

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

.smokace-cm3nol {
  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.smokace-i9k4nr ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smokace-cm3nol::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.smokace-i9k4nr ease;
}

.smokace-wwjo8f.smokace-7ygonq .smokace-cm3nol::after {
  transform: rotate(45deg);
}

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

.smokace-wwjo8f.smokace-7ygonq .smokace-ffiksb {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.smokace-liiiwc {
  margin: 25px 0;
}

.smokace-x5k0pu > input:not(:checked) ~ label:hover,
.smokace-x5k0pu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.smokace-yynj1x.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.smokace-y843q2 44.smokace-her68d.smokace-qcbsfr.smokace-b8rbrc.smokace-5f9e6k.smokace-dsqp3y.smokace-qdip4z.smokace-nh74ck.smokace-sese09.smokace-oz4u29.smokace-oghq0a.smokace-xlo2e9.smokace-lvk5rn 0l-12.smokace-pv5w26 30.smokace-njbwvj.smokace-xlhcby 2.smokace-8expas.smokace-xlhcby 3.smokace-bq2c8z 3.smokace-jj85aw.smokace-c2h1lb 3.smokace-sjt9ss.smokace-62rx4r.smokace-440753.smokace-g4mm6a 7-3.smokace-pv5w26 10.smokace-nhszw7.smokace-g4mm6a 23.smokace-i59rkk.smokace-hee3vy 1.smokace-1w2gov 2.smokace-pv5w26 3.smokace-hee3vy 1.smokace-c2h1lb 5.smokace-8ywjgd.smokace-c2h1lb 32.smokace-wcp58l.smokace-62rx4r 5.smokace-lvk5rn 4.smokace-g4mm6a 9.smokace-g4mm6a 8.smokace-c2h1lb 6.smokace-uc6h2x.smokace-lij8w3.smokace-l9ia4t.smokace-mzgfuo.smokace-ujyf6v 4.smokace-gvgfao.smokace-ujyf6v 6.smokace-ujyf6v 0l29.smokace-lvk5rn 17.smokace-fydfjv.smokace-5wg8ze 2.smokace-orylsb 10.smokace-5432tx.smokace-pv5w26 8.smokace-99r1mc.smokace-ekb4ss.smokace-e6wygz.smokace-ypf2wi.smokace-22rj0a.smokace-62rx4r.smokace-dsqp3y.smokace-pv5w26 1.smokace-y4gv3f.smokace-ahpq9b.smokace-ior2tt.smokace-lzu3po.smokace-i18jbs.smokace-1w2gov 1.smokace-eg5605.smokace-fzxcd6.5z'/%3e%3c/svg%3e");
}

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

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

.smokace-2b7917 {
  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);
}

.smokace-2b7917.smokace-iz7thi {
  display: block;
}

.smokace-2b7917.smokace-fi2ifv {
  display: none;
}

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

.smokace-2ihpzb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.smokace-g2f49s {
  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);
}

.smokace-6zg8l7 {
  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;
}

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

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

.smokace-xvber9 {
  font-size: 16px;
  line-height: 140%;
}

.smokace-kn1gys {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.smokace-kn1gys .smokace-dbibby {
  fill: #c2c0ce;
}

.smokace-kn1gys [rating="1"] .smokace-dbibby:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.smokace-kn1gys [rating="2"] .smokace-dbibby:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.smokace-kn1gys [rating="3"] .smokace-dbibby:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.smokace-kn1gys [rating="4"] .smokace-dbibby:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.smokace-kn1gys [rating="5"] .smokace-dbibby:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.smokace-lrpit6 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;
}

.smokace-lrpit6 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 */

.smokace-xbgmwm {
  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);
}

.smokace-xbgmwm.smokace-x4ar39 {
  opacity: 1;
  pointer-events: auto;
}

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

.smokace-sd8oty label {
  font-size: 14px;
}

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

.smokace-dnwy0a h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.smokace-qtt1gj, .smokace-i4c4sd, [class*="review-card"],
thead, thead th, table th, .smokace-92n5rg,
.smokace-x888so, [class*="collapsible-header"],
.smokace-c1dckg, [class*="updated-block"] {
  color: #ece7dc !important;
}
