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

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

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

.reels-ssbjin {
  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) {
  .reels-ssbjin: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;
  }
}

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

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

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

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

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

.reels-363ivo {
  cursor: pointer;
}

.reels-pwbttz {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.reels-uh1ph7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reels-uh1ph7 figure {
  margin: 0;
}

.reels-uh1ph7.reels-ymyx8z {
  justify-content: flex-start;
  margin-right: 4px;
}

.reels-uh1ph7.reels-5nl7li {
  justify-content: flex-end;
  margin-left: 4px;
}

.reels-uh1ph7.reels-6oznuo {
  justify-content: center;
}

.reels-uh1ph7.reels-zkp0mh {
  justify-content: normal;
}

.reels-ksp6g1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.reels-xhq6ap img {
  width: 100%;
}

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

.reels-a11btj {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.reels-a11btj 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);
}

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

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

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

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

.reels-a11btj ul li:last-of-type::after {
  display: none;
}

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

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

.reels-uaz0i0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .reels-109mr9 {
    height: 50px;
  }
}

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

.reels-109mr9.reels-msmga9 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .reels-109mr9.reels-msmga9:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.reels-2tclep {
  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) {
  .reels-2tclep {
    flex-direction: column;
  }
}

.reels-q408sr {
  margin-bottom: 94px;
}

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

.reels-okt25f .reels-ujrk2u {
  margin-bottom: 28px;
}

.reels-okt25f .reels-ujrk2u img {
  max-height: 100px;
  width: auto;
}

.reels-n3sw6v {
  display: flex;
  align-items: center;
}

.reels-n3sw6v a + a {
  margin-left: 24px;
}

.reels-n3sw6v img {
  max-height: 56px;
  width: auto;
}

.reels-n3sw6v img + img {
  margin-left: 24px;
}

.reels-6qhx9k {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.reels-oijpke {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.reels-khk2cb li {
  display: flex;
  margin: 0 7px;
}

.reels-khk2cb li svg {
  transition: 0.reels-dvh5mz ease-in-out;
}

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

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

.reels-dqps0v + .reels-dqps0v {
  margin-left: 120px;
}

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

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

.reels-ozfntt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reels-ozfntt li {
  font-size: 16px;
}

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

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

.reels-ozfntt li + li {
  margin-top: 16px;
}

.reels-vyynon {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.reels-gg2qag ease-in-out;
}

.reels-vyynon.reels-367biw {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.reels-lbsny3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.reels-ecqxq8 li {
  width: 100%;
}

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

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

.reels-ecqxq8 li a.reels-367biw {
  background: var(--border-color);
}

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

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

.reels-7qxkh4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.reels-f85k4z {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.reels-f85k4z img {
  width: 100%;
  transition: 0.reels-dvh5mz ease-in-out;
}

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

.reels-89p70y {
  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) {
  .reels-89p70y {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .reels-h3d713 .reels-ujrk2u img {
    max-width: 90px;
  }
}

.reels-ujrk2u img {
  max-height: 50px;
  width: auto;
}

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

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

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

.reels-azetfb li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.reels-6yfgl7 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.reels-6yfgl7.reels-pf1n3v {
  margin-right: 0;
}

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

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

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

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

.reels-9x310x {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.reels-9x310x:hover > ul {
  display: flex;
}

.reels-9x310x:focus > ul {
  display: flex;
}

.reels-9x310x:focus-within > ul {
  display: flex;
}

.reels-isfb2u {
  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;
}

.reels-isfb2u::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.reels-gg2qag ease-in-out;
}

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

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

.reels-9x310x 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.reels-dvh5mz ease-in-out;
  overflow: hidden;
}

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

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

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

.reels-s402co {
  display: none;
}

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

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

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

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

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

.reels-gf9wv1 img {
  margin-bottom: 20px;
}

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

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

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

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

.reels-xtw3eg {
  color: var(--text-color);
}

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

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

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

.reels-gaudos p img {
  display: block;
  margin: 0 auto;
}

.reels-gaudos p:first-of-type {
  margin-top: 0;
}

.reels-gaudos p:last-of-type {
  margin-bottom: 0;
}

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

.reels-gaudos ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.reels-qhn9ki .reels-utjbt4 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.reels-qhn9ki .reels-xjjjlv {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.reels-xjjjlv {
  margin: 0 0 28px;
}

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

.reels-utjbt4 {
  margin: 0 0 28px;
}

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

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

.reels-tfr1bg .reels-ssbjin {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.reels-rmrhow {
  position: relative;
  border: none;
}

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

.reels-vfv0i5 {
  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;
}

.reels-vfv0i5 span {
  height: 32px;
}

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

.reels-vfv0i5.reels-gd5c9f span {
  transform: scaleY(-1);
}

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

.reels-00bymb {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.reels-00bymb li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.reels-dvh5mz ease-in-out;
}

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

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

.reels-00bymb.reels-8pfg07 {
  display: none;
}

.reels-c7qt73 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.reels-c7qt73 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .reels-c7qt73 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.reels-4492j9 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.reels-cw5koi p {
  color: var(--text-color);
}

.reels-wsk1wu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.reels-00bzlv {
  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);
}

.reels-w4b1ry {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.reels-xc6ql7 p + p {
  margin-top: 10px;
}

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

.reels-m2l76u {
  display: none;
}

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

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

.reels-jskhzb li {
  margin: 0 20px;
}

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

.reels-jskhzb li a img {
  margin-bottom: 4px;
}

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

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

.reels-9i15mg li {
  font-size: 16px;
  position: relative;
}

.reels-9i15mg li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.reels-9i15mg li span {
  opacity: 0.5;
}

.reels-9i15mg li + li {
  margin-left: 30px;
}

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

h2.reels-p0ayzg {
  margin: 0 0 28px;
}

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

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

.reels-g7u7re 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);
}

.reels-g7u7re 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;
}

.reels-g7u7re 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;
}

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

.reels-g7u7re tbody tr:last-of-type {
  margin-bottom: 0;
}

.reels-g7u7re tbody tr td:first-of-type {
  flex-shrink: 0;
}

.reels-g7u7re 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);
}

.reels-g7u7re 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);
}

.reels-g7u7re tbody tr td:last-of-type {
  margin-left: auto;
}

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

.reels-g7u7re tbody tr td .reels-4q4pvt {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .reels-g7u7re tbody tr td .reels-4q4pvt {
    width: 100%;
  }
}

.reels-g7u7re tbody tr td .reels-c919es {
  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.reels-dvh5mz ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .reels-g7u7re tbody tr td .reels-c919es {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .reels-g7u7re tbody tr td .reels-c919es {
    width: 100%;
  }
}

.reels-g7u7re tbody tr td .reels-kwm3ak {
  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) {
  .reels-g7u7re tbody tr td .reels-kwm3ak:hover {
    text-decoration: none;
  }
}

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

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

.reels-whgjns {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.reels-7b5t8i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.reels-y1ks7s img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.reels-dvh5mz ease-in-out;
}

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

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

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

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

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

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

.reels-l1i0bp img {
  width: 100%;
  height: 100%;
}

.reels-l1i0bp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.reels-qwnq4n svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.reels-dvh5mz ease-in-out;
}

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

.reels-wg3s5e {
  padding: 90px 0;
}

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

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

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

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

.reels-j3bw3m img {
  width: 100%;
}

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

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

.reels-chdbsp {
  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;
}

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

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

.reels-chxvzx {
  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.reels-dvh5mz ease-in-out;
}

.reels-chxvzx:hover {
  border: 1px solid #8c8ca2;
}

.reels-2sw63e {
  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%);
}

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

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

.reels-5x5ruw a {
  text-decoration: underline;
  color: #8babff;
}

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

.reels-iy930l .reels-chxvzx {
  width: 50%;
  margin: 0;
}

.reels-jax2m0 {
  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;
}

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

.reels-mpd6wk {
  margin: 0 0 100px;
}

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

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

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

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

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

.reels-iee990 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.reels-wn0fnj 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.reels-dvh5mz ease-in-out;
}

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

.reels-wn0fnj a svg {
  fill: #fff;
}

.reels-wn0fnj a:hover {
  background: #3d68e7;
}

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

.reels-y0y3pi {
  margin-bottom: 16px;
}

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

.reels-gxqwc9 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.reels-9exlxp {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.reels-9exlxp 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);
}

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

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

.reels-9exlxp table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .reels-9exlxp {
    margin: 0;
  }
}

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

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

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

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

.reels-ae7xfl.reels-0xwiu5 {
  display: none;
}

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

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

.reels-lpek61 iframe.reels-4rv7yy {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.reels-lpek61.reels-o5kw3p {
  opacity: 1;
  pointer-events: all;
}

.reels-sahx7w {
  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.reels-dvh5mz ease-in-out;
}

.reels-sahx7w svg {
  margin-right: 10px;
}

.reels-sahx7w + .reels-sahx7w {
  margin-top: 14px;
}

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

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

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

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

.reels-bz596v .reels-tfr1bg {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.reels-bz596v .reels-tfr1bg h1,
.reels-bz596v .reels-tfr1bg 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) {
  .reels-bz596v .reels-tfr1bg h1,
  .reels-bz596v .reels-tfr1bg h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .reels-bz596v .reels-tfr1bg {
    margin: 28px 0 0;
  }
}

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

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

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

.reels-v5ub0t {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.reels-9vajb7 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.reels-wkrlbf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.reels-thv4os .reels-ssbjin {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .reels-thv4os .reels-ssbjin {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.reels-wmlnoh {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.reels-wmlnoh img {
  width: 100%;
}

.reels-wng6cn {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.reels-6c2pf3 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.reels-f9dje8 {
  width: 100%;
  margin: 0 0 100px;
}

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

.reels-f9dje8 .reels-mzb15h {
  position: relative;
}

.reels-f9dje8 .reels-nv6xl3 {
  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;
}

.reels-f9dje8 .reels-nv6xl3.reels-0xwiu5 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .reels-f9dje8 .reels-iwz5if {
    bottom: 90px;
  }
}

.reels-f9dje8 .reels-iwz5if .reels-7i7fe0 {
  max-width: 300px;
  width: 100%;
}

.reels-f9dje8 .reels-iwz5if .reels-7i7fe0 .reels-blx6gp {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-iwz5if .reels-7i7fe0 .reels-blx6gp {
    font-size: 32px;
    text-align: center;
  }
}

.reels-f9dje8 .reels-iwz5if .reels-7i7fe0 .reels-0vrj3v {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-iwz5if .reels-7i7fe0 .reels-0vrj3v {
    text-align: center;
  }
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-iwz5if .reels-pf1n3v {
    flex-direction: column-reverse;
  }
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-uvg7r0 {
  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.reels-dvh5mz ease-in-out;
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-uvg7r0:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-uvg7r0 {
    width: 100%;
  }
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-rhswg2 {
  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.reels-dvh5mz ease-in-out;
  overflow: hidden;
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-rhswg2 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);
  }
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-rhswg2: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;
}

.reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-rhswg2:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-iwz5if .reels-pf1n3v .reels-rhswg2 {
    width: 100%;
  }
}

.reels-f9dje8 .reels-iwz5if.reels-0xwiu5 {
  display: none;
}

.reels-f9dje8 .reels-l14l83 {
  display: none;
}

.reels-f9dje8 .reels-l14l83.reels-o5kw3p {
  display: block;
}

.reels-f9dje8 .reels-l14l83 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-l14l83 iframe {
    height: calc(100vh - 54px);
  }
}

.reels-f9dje8 .reels-nf7hxg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .reels-f9dje8 .reels-nf7hxg {
    padding: 24px 16px 0;
  }
}

.reels-f9dje8 .reels-nf7hxg .reels-blx6gp {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .reels-f9dje8 .reels-nf7hxg .reels-blx6gp {
    margin-bottom: 24px;
  }
}

.reels-f9dje8 .reels-nf7hxg 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);
}

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

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

.reels-f9dje8 .reels-nf7hxg table tr:last-of-type td {
  border-bottom: none;
}

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

.reels-c2xffe.reels-367biw {
  display: block;
}

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

.reels-c2xffe .reels-3dbrxb {
  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;
}

.reels-c2xffe .reels-2iw8gj {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.reels-c2xffe .reels-rhswg2 {
  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.reels-dvh5mz ease-in-out;
}

.reels-c2xffe .reels-rhswg2:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.reels-qm8op4.reels-367biw {
  display: block;
}

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

.reels-ksmony {
  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;
}

.reels-0sb8nu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.reels-4eyzhb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.reels-4eyzhb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.reels-6cjpbf {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reels-prrv99.reels-0xwiu5 {
  display: none;
}

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

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

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

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

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

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

.reels-1e8362 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.reels-1e8362 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.reels-1e8362 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.reels-1e8362 input:active {
  border-color: #c2c0ce;
}

.reels-1e8362 input:focus {
  border-color: #c2c0ce;
}

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

.reels-qrqka6 {
  margin-bottom: 36px;
}

.reels-qrqka6 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;
}

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

.reels-qrqka6 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.reels-hzw171 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reels-kal1kv {
  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.reels-dvh5mz ease-in-out;
}

.reels-kal1kv:hover {
  background: var(--border-color);
}

.reels-rjorm2 {
  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.reels-dvh5mz ease-in-out;
}

.reels-rjorm2:hover {
  background: #166ad9;
}

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

.reels-npvtcb.reels-0xwiu5 {
  display: none;
}

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

.reels-npvtcb .reels-kal1kv {
  margin: 0 auto;
}

.reels-age0kx {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.reels-klrd98 {
  filter: grayscale(100%);
}

.reels-vbwozj > input {
  display: none;
}

.reels-vbwozj > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.reels-glsznk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.reels-xl69es 44.reels-xhuyyd.reels-1y3poj.reels-1t9mzn.reels-4nbn7f.reels-xeqf0q.reels-w0zizn.reels-0yc372.reels-zoe9no.reels-olmv0w.reels-1bbdu0.reels-ty22x1.reels-e9a4me 0l-12.reels-bd9wmi 30.reels-1ewvvd.reels-kiylx3 2.reels-ipi2wg.reels-kiylx3 3.reels-gdaag8 3.reels-msvprq.reels-mkqpso 3.reels-ryw7mb.reels-u4ma5o.reels-38hi2s.reels-7tjo4x 7-3.reels-bd9wmi 10.reels-8qx3cm.reels-7tjo4x 23.reels-rifbho.reels-aal88q 1.reels-zvvaur 2.reels-bd9wmi 3.reels-aal88q 1.reels-mkqpso 5.reels-6g2dje.reels-mkqpso 32.reels-wchbzw.reels-u4ma5o 5.reels-e9a4me 4.reels-7tjo4x 9.reels-7tjo4x 8.reels-mkqpso 6.reels-u102cr.reels-36ljjg.reels-q6ze2v.reels-tca3ai.reels-mevp15 4.reels-g23g2f.reels-mevp15 6.reels-mevp15 0l29.reels-e9a4me 17.reels-nbkkhc.reels-3s3c39 2.reels-3vuzrm 10.reels-pj8otl.reels-bd9wmi 8.reels-1xo0k8.reels-e8oayp.reels-9vregn.reels-u3truo.reels-0rot6v.reels-u4ma5o.reels-xeqf0q.reels-bd9wmi 1.reels-ukjupq.reels-o44ulv.reels-zlyvjl.reels-8598y6.reels-zm7i32.reels-zvvaur 1.reels-qsrk4c.reels-4u7oj1.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.reels-vbwozj > input:checked ~ label,
.reels-vbwozj > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.reels-glsznk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.reels-xl69es 44.reels-xhuyyd.reels-1y3poj.reels-1t9mzn.reels-4nbn7f.reels-xeqf0q.reels-w0zizn.reels-0yc372.reels-zoe9no.reels-olmv0w.reels-1bbdu0.reels-ty22x1.reels-e9a4me 0l-12.reels-bd9wmi 30.reels-1ewvvd.reels-kiylx3 2.reels-ipi2wg.reels-kiylx3 3.reels-gdaag8 3.reels-msvprq.reels-mkqpso 3.reels-ryw7mb.reels-u4ma5o.reels-38hi2s.reels-7tjo4x 7-3.reels-bd9wmi 10.reels-8qx3cm.reels-7tjo4x 23.reels-rifbho.reels-aal88q 1.reels-zvvaur 2.reels-bd9wmi 3.reels-aal88q 1.reels-mkqpso 5.reels-6g2dje.reels-mkqpso 32.reels-wchbzw.reels-u4ma5o 5.reels-e9a4me 4.reels-7tjo4x 9.reels-7tjo4x 8.reels-mkqpso 6.reels-u102cr.reels-36ljjg.reels-q6ze2v.reels-tca3ai.reels-mevp15 4.reels-g23g2f.reels-mevp15 6.reels-mevp15 0l29.reels-e9a4me 17.reels-nbkkhc.reels-3s3c39 2.reels-3vuzrm 10.reels-pj8otl.reels-bd9wmi 8.reels-1xo0k8.reels-e8oayp.reels-9vregn.reels-u3truo.reels-0rot6v.reels-u4ma5o.reels-xeqf0q.reels-bd9wmi 1.reels-ukjupq.reels-o44ulv.reels-zlyvjl.reels-8598y6.reels-zm7i32.reels-zvvaur 1.reels-qsrk4c.reels-4u7oj1.5z'/%3e%3c/svg%3e");
}

.reels-vbwozj > input:not(:checked) ~ label:hover,
.reels-vbwozj > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.reels-glsznk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.reels-xl69es 44.reels-xhuyyd.reels-1y3poj.reels-1t9mzn.reels-4nbn7f.reels-xeqf0q.reels-w0zizn.reels-0yc372.reels-zoe9no.reels-olmv0w.reels-1bbdu0.reels-ty22x1.reels-e9a4me 0l-12.reels-bd9wmi 30.reels-1ewvvd.reels-kiylx3 2.reels-ipi2wg.reels-kiylx3 3.reels-gdaag8 3.reels-msvprq.reels-mkqpso 3.reels-ryw7mb.reels-u4ma5o.reels-38hi2s.reels-7tjo4x 7-3.reels-bd9wmi 10.reels-8qx3cm.reels-7tjo4x 23.reels-rifbho.reels-aal88q 1.reels-zvvaur 2.reels-bd9wmi 3.reels-aal88q 1.reels-mkqpso 5.reels-6g2dje.reels-mkqpso 32.reels-wchbzw.reels-u4ma5o 5.reels-e9a4me 4.reels-7tjo4x 9.reels-7tjo4x 8.reels-mkqpso 6.reels-u102cr.reels-36ljjg.reels-q6ze2v.reels-tca3ai.reels-mevp15 4.reels-g23g2f.reels-mevp15 6.reels-mevp15 0l29.reels-e9a4me 17.reels-nbkkhc.reels-3s3c39 2.reels-3vuzrm 10.reels-pj8otl.reels-bd9wmi 8.reels-1xo0k8.reels-e8oayp.reels-9vregn.reels-u3truo.reels-0rot6v.reels-u4ma5o.reels-xeqf0q.reels-bd9wmi 1.reels-ukjupq.reels-o44ulv.reels-zlyvjl.reels-8598y6.reels-zm7i32.reels-zvvaur 1.reels-qsrk4c.reels-4u7oj1.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .reels-itjj03 > .reels-gaj8ip {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .reels-itjj03 > .reels-gaj8ip {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .reels-itjj03 > .reels-gaj8ip {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .reels-itjj03 > .reels-gaj8ip {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .reels-itjj03 > .reels-gaj8ip {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.reels-23ne69 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.reels-23ne69.reels-0xwiu5 {
  display: none;
}

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

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

.reels-45ztoh {
  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;
}

.reels-45ztoh::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.reels-45ztoh::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.reels-45ztoh img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.reels-pjwijh {
  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;
}

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

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

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

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

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

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

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

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

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

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

.reels-23ne69.reels-kqiv1u .reels-7s6u7w {
  background: #2b3b67;
}

.reels-23ne69.reels-kqiv1u .reels-45ztoh {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.reels-23ne69.reels-kqiv1u .reels-45ztoh::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.reels-23ne69.reels-kqiv1u .reels-45ztoh::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.reels-23ne69.reels-kqiv1u .reels-pjwijh::before {
  background: #0e0f41;
}

.reels-23ne69.reels-kqiv1u .reels-pjwijh::after {
  background: #152557;
}

.reels-23ne69.reels-ssffx1 .reels-7s6u7w {
  background: #1f35fa;
}

.reels-23ne69.reels-ssffx1 .reels-45ztoh {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.reels-23ne69.reels-ssffx1 .reels-45ztoh::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.reels-23ne69.reels-ssffx1 .reels-45ztoh::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.reels-23ne69.reels-ssffx1 .reels-pjwijh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.reels-23ne69.reels-ssffx1 .reels-pjwijh::after {
  background: #192ac8;
}

.reels-23ne69.reels-fpml8c .reels-7s6u7w {
  background: #fa771f;
}

.reels-23ne69.reels-fpml8c .reels-45ztoh {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.reels-23ne69.reels-fpml8c .reels-45ztoh::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.reels-23ne69.reels-fpml8c .reels-45ztoh::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.reels-23ne69.reels-fpml8c .reels-pjwijh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.reels-23ne69.reels-fpml8c .reels-pjwijh::after {
  background: #fa8535;
}

.reels-x312th {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.reels-03j6r6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reels-03j6r6 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.reels-03j6r6 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.reels-yogfr7 {
  width: 120px;
  height: 22px;
}

.reels-yogfr7 .reels-qubbjn {
  fill: #c2c0ce;
}

.reels-yogfr7 [rating="1"] .reels-qubbjn:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.reels-yogfr7 [rating="2"] .reels-qubbjn:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.reels-yogfr7 [rating="3"] .reels-qubbjn:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.reels-yogfr7 [rating="4"] .reels-qubbjn:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.reels-yogfr7 [rating="5"] .reels-qubbjn:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.reels-4ti93p {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.reels-b59ewf {
  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);
}

.reels-b59ewf.reels-o5kw3p {
  display: block;
}

.reels-b59ewf.reels-0xwiu5 {
  display: none;
}

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

.reels-fkfi00 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.reels-46bakc {
  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);
}

.reels-3gdw3o {
  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;
}

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

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

.reels-g4hdfv {
  font-size: 16px;
  line-height: 140%;
}

.reels-hpelh4 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.reels-hpelh4 .reels-qubbjn {
  fill: #c2c0ce;
}

.reels-hpelh4 [rating="1"] .reels-qubbjn:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.reels-hpelh4 [rating="2"] .reels-qubbjn:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.reels-hpelh4 [rating="3"] .reels-qubbjn:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.reels-hpelh4 [rating="4"] .reels-qubbjn:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.reels-hpelh4 [rating="5"] .reels-qubbjn:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.reels-829apy {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.reels-d9539s {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.reels-10pvt6 {
  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) {
  .reels-10pvt6 {
    padding: 12px;
    gap: 12px;
  }
}

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

.reels-jyl7h8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reels-vjv7m1 {
  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;
}

.reels-zym1hh {
  flex: 1;
  min-width: 0;
}

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

.reels-kpm9wl {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.reels-kpm9wl svg path {
  fill: var(--button-bg-color);
}

.reels-kpm9wl svg circle {
  fill: var(--button-text-color);
}

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

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

.reels-qe1d5w strong {
  font-weight: 600;
}

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

.reels-ngu28a p {
  margin: 0 0 16px;
}

.reels-ngu28a p:last-child {
  margin-bottom: 0;
}

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

.reels-2sz9ez {
  max-width: 300px;
  width: 100%;
}

.reels-2sz9ez a {
  width: 100%;
}

@media (max-width: 575px) {
  .reels-2sz9ez {
    max-width: 200px;
  }
}

.reels-o8j911 {
  justify-content: center;
}

.reels-0ja54q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reels-ys7pv7 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.reels-e5y2qd .reels-azetfb {
  justify-content: center;
}

/* faq */

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

.reels-2wwiye {
  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.reels-ewwz9p ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reels-2wwiye::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.reels-ewwz9p ease;
}

.reels-o2icen.reels-367biw .reels-2wwiye::after {
  transform: rotate(45deg);
}

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

.reels-o2icen.reels-367biw .reels-ladgv2 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.reels-4e8kew {
  margin: 25px 0;
}

.reels-vbwozj > input:not(:checked) ~ label:hover,
.reels-vbwozj > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.reels-egcdhd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.reels-mjj163 44.reels-kbnpcp.reels-g8m907.reels-1alm3m.reels-l4mzfj.reels-25nc0h.reels-vcif17.reels-yj90bl.reels-4x280u.reels-vm57av.reels-b7ddxi.reels-ni0rgj.reels-tx1tpq 0l-12.reels-6xtm6i 30.reels-hdnuve.reels-maj2n9 2.reels-nhv09r.reels-maj2n9 3.reels-1mrx5i 3.reels-8nasr0.reels-n6xok9 3.reels-h7eks2.reels-rry4vg.reels-kcskky.reels-kmvctx 7-3.reels-6xtm6i 10.reels-ovp1lq.reels-kmvctx 23.reels-ckvkog.reels-mfafj4 1.reels-lh97yp 2.reels-6xtm6i 3.reels-mfafj4 1.reels-n6xok9 5.reels-pmkfok.reels-n6xok9 32.reels-92capj.reels-rry4vg 5.reels-tx1tpq 4.reels-kmvctx 9.reels-kmvctx 8.reels-n6xok9 6.reels-39iwd6.reels-307d7t.reels-juxojx.reels-27rxq9.reels-lwk82z 4.reels-52d3i5.reels-lwk82z 6.reels-lwk82z 0l29.reels-tx1tpq 17.reels-fl8r5c.reels-o6dq8j 2.reels-xpzwrn 10.reels-j4okfc.reels-6xtm6i 8.reels-3eaa8x.reels-6uds9q.reels-775n8l.reels-3dauxc.reels-70aueu.reels-rry4vg.reels-25nc0h.reels-6xtm6i 1.reels-nizk60.reels-e8b1ud.reels-86f8k6.reels-1lbtnx.reels-3jg4q4.reels-lh97yp 1.reels-4easln.reels-xkjxk4.5z'/%3e%3c/svg%3e");
}

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

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

.reels-o2tmvr {
  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);
}

.reels-o2tmvr.reels-dn4m68 {
  display: block;
}

.reels-o2tmvr.reels-gfet6q {
  display: none;
}

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

.reels-so97vn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.reels-3e8bt4 {
  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);
}

.reels-m898cz {
  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;
}

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

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

.reels-b42rcy {
  font-size: 16px;
  line-height: 140%;
}

.reels-09akhv {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.reels-09akhv .reels-iwpemb {
  fill: #c2c0ce;
}

.reels-09akhv [rating="1"] .reels-iwpemb:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.reels-09akhv [rating="2"] .reels-iwpemb:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.reels-09akhv [rating="3"] .reels-iwpemb:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.reels-09akhv [rating="4"] .reels-iwpemb:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.reels-09akhv [rating="5"] .reels-iwpemb:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.reels-azjf2r 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;
}

.reels-azjf2r 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 */

.reels-s4o2fv {
  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);
}

.reels-s4o2fv.reels-uy4nvx {
  opacity: 1;
  pointer-events: auto;
}
