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

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

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

.gransino-sjt2lp {
  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) {
  .gransino-sjt2lp: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;
  }
}

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

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

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

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

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

.gransino-xh2558 {
  cursor: pointer;
}

.gransino-pbcgem {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.gransino-tua20k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gransino-tua20k figure {
  margin: 0;
}

.gransino-tua20k.gransino-mebq88 {
  justify-content: flex-start;
  margin-right: 4px;
}

.gransino-tua20k.gransino-dhh41r {
  justify-content: flex-end;
  margin-left: 4px;
}

.gransino-tua20k.gransino-5d0iwx {
  justify-content: center;
}

.gransino-tua20k.gransino-vywcf6 {
  justify-content: normal;
}

.gransino-xcls6u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.gransino-wt1n2f img {
  width: 100%;
}

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

.gransino-941wf8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.gransino-941wf8 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) {
  .gransino-941wf8 ul {
    margin-bottom: 15px;
  }
}

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

.gransino-941wf8 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);
}

.gransino-941wf8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.gransino-941wf8 ul li:last-of-type::after {
  display: none;
}

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

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

.gransino-8m8l8p {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.gransino-emkysq.gransino-k9ssdq {
  background-color: #000;
}

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

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

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

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

.gransino-pcsm7k {
  margin-bottom: 94px;
}

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

.gransino-4rqyjf .gransino-w7xhdk {
  margin-bottom: 28px;
}

.gransino-4rqyjf .gransino-w7xhdk img {
  max-height: 100px;
  width: auto;
}

.gransino-30nqb4 {
  display: flex;
  align-items: center;
}

.gransino-30nqb4 a + a {
  margin-left: 24px;
}

.gransino-30nqb4 img {
  max-height: 56px;
  width: auto;
}

.gransino-30nqb4 img + img {
  margin-left: 24px;
}

.gransino-3odx95 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.gransino-rjr66j {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.gransino-b9xvoy li {
  display: flex;
  margin: 0 7px;
}

.gransino-b9xvoy li svg {
  transition: 0.gransino-ytbfc4 ease-in-out;
}

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

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

.gransino-lyzwa4 + .gransino-lyzwa4 {
  margin-left: 120px;
}

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

.gransino-2oap92 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.gransino-7217m3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gransino-7217m3 li {
  font-size: 16px;
}

.gransino-7217m3 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.gransino-7217m3 li + li {
  margin-top: 16px;
}

.gransino-0bk4b7 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.gransino-f6tjaf ease-in-out;
}

.gransino-0bk4b7.gransino-kywos0 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.gransino-15tub6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.gransino-aiea5l li {
  width: 100%;
}

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

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

.gransino-aiea5l li a.gransino-kywos0 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.gransino-rnpesw {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gransino-rnpesw img {
  width: 100%;
  transition: 0.gransino-ytbfc4 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .gransino-t3zycr .gransino-w7xhdk img {
    max-width: 90px;
  }
}

.gransino-w7xhdk img {
  max-height: 50px;
  width: auto;
}

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

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

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

.gransino-dkjjgj li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.gransino-z6i98m {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.gransino-z6i98m.gransino-dwb2b2 {
  margin-right: 0;
}

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

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

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

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

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

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

.gransino-vqjpne:hover > ul {
  display: flex;
}

.gransino-vqjpne:focus > ul {
  display: flex;
}

.gransino-vqjpne:focus-within > ul {
  display: flex;
}

.gransino-o0yhqg {
  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;
}

.gransino-o0yhqg::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.gransino-f6tjaf ease-in-out;
}

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

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

.gransino-vqjpne 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.gransino-ytbfc4 ease-in-out;
  overflow: hidden;
}

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

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

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

.gransino-xfm2wt {
  display: none;
}

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

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

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

.gransino-2x6s53 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.gransino-2x6s53 img {
  margin-bottom: 20px;
}

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

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

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

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

.gransino-x3u2kf {
  color: var(--text-color);
}

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

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

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

.gransino-olj27t p img {
  display: block;
  margin: 0 auto;
}

.gransino-olj27t p:first-of-type {
  margin-top: 0;
}

.gransino-olj27t p:last-of-type {
  margin-bottom: 0;
}

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

.gransino-olj27t ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.gransino-995qln {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.gransino-995qln .gransino-g24ysd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .gransino-995qln .gransino-g24ysd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.gransino-995qln .gransino-u7zbwu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .gransino-995qln .gransino-u7zbwu {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .gransino-995qln .gransino-u7zbwu img {
    width: 100%;
  }
}

.gransino-u7zbwu {
  margin: 0 0 28px;
}

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

.gransino-g24ysd {
  margin: 0 0 28px;
}

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

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

.gransino-uslhs6 .gransino-sjt2lp {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.gransino-sl8nnj {
  position: relative;
  border: none;
}

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

.gransino-p5pz13 {
  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;
}

.gransino-p5pz13 span {
  height: 32px;
}

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

.gransino-p5pz13.gransino-ffzjbg span {
  transform: scaleY(-1);
}

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

.gransino-hmzswz {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.gransino-hmzswz.gransino-otmiyo {
  display: none;
}

.gransino-d59cxr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.gransino-d59cxr table {
  width: 100%;
  border-collapse: collapse;
}

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

  .gransino-d59cxr table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.gransino-07l309 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.gransino-6frwhb table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.gransino-6frwhb table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.gransino-6frwhb p {
  color: var(--text-color);
}

.gransino-04qgeu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.gransino-cbygqn {
  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);
}

.gransino-o4a92r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.gransino-wzh9ym p + p {
  margin-top: 10px;
}

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

.gransino-4xrbpm {
  display: none;
}

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

.gransino-6chlrm {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.gransino-6chlrm li {
  margin: 0 20px;
}

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

.gransino-6chlrm li a img {
  margin-bottom: 4px;
}

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

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

.gransino-sz2881 li {
  font-size: 16px;
  position: relative;
}

.gransino-sz2881 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.gransino-sz2881 li span {
  opacity: 0.5;
}

.gransino-sz2881 li + li {
  margin-left: 30px;
}

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

h2.gransino-q9mop1 {
  margin: 0 0 28px;
}

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

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

.gransino-2zhdwi 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);
}

.gransino-2zhdwi 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;
}

.gransino-2zhdwi 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;
}

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

.gransino-2zhdwi tbody tr:last-of-type {
  margin-bottom: 0;
}

.gransino-2zhdwi tbody tr td:first-of-type {
  flex-shrink: 0;
}

.gransino-2zhdwi 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);
}

.gransino-2zhdwi 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);
}

.gransino-2zhdwi tbody tr td:last-of-type {
  margin-left: auto;
}

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

.gransino-2zhdwi tbody tr td .gransino-2sg1zc {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .gransino-2zhdwi tbody tr td .gransino-2sg1zc {
    width: 100%;
  }
}

.gransino-2zhdwi tbody tr td .gransino-6dk0s6 {
  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.gransino-ytbfc4 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .gransino-2zhdwi tbody tr td .gransino-6dk0s6:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .gransino-2zhdwi tbody tr td .gransino-6dk0s6 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .gransino-2zhdwi tbody tr td .gransino-6dk0s6 {
    width: 100%;
  }
}

.gransino-2zhdwi tbody tr td .gransino-f0t7l2 {
  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) {
  .gransino-2zhdwi tbody tr td .gransino-f0t7l2:hover {
    text-decoration: none;
  }
}

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

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

.gransino-cai5fm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.gransino-4cyzsu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.gransino-4r2qt5 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.gransino-ytbfc4 ease-in-out;
}

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

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

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

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

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

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

.gransino-7kctbh img {
  width: 100%;
  height: 100%;
}

.gransino-7kctbh iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.gransino-5xapue svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.gransino-ytbfc4 ease-in-out;
}

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

.gransino-owd171 {
  padding: 90px 0;
}

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

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

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

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

.gransino-6z2uuz img {
  width: 100%;
}

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

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

.gransino-chllxb {
  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;
}

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

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

.gransino-8bi8v1 {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-8bi8v1:hover {
  border: 1px solid #8c8ca2;
}

.gransino-s6b3rz {
  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%);
}

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

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

.gransino-n8imff a {
  text-decoration: underline;
  color: #8babff;
}

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

.gransino-zjy6up .gransino-8bi8v1 {
  width: 50%;
  margin: 0;
}

.gransino-tlrck5 {
  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;
}

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

.gransino-7rq8i9 {
  margin: 0 0 100px;
}

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

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

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

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

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

.gransino-ivpca0 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.gransino-p48nz7 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.gransino-ytbfc4 ease-in-out;
}

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

.gransino-p48nz7 a svg {
  fill: #fff;
}

.gransino-p48nz7 a:hover {
  background: #3d68e7;
}

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

.gransino-rz1exm {
  margin-bottom: 16px;
}

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

.gransino-8kz01y {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.gransino-bfiblq 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);
}

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

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

.gransino-bfiblq table tr:last-of-type td {
  border-bottom: none;
}

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

.gransino-8jozpa {
  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) {
  .gransino-8jozpa {
    min-height: 190px;
  }
}

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

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

.gransino-8vz9r4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.gransino-8vz9r4.gransino-hb8sae {
  display: none;
}

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

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

.gransino-vaqwpw iframe.gransino-o5l3pk {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.gransino-vaqwpw.gransino-p549ld {
  opacity: 1;
  pointer-events: all;
}

.gransino-6iwpga {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-6iwpga svg {
  margin-right: 10px;
}

.gransino-6iwpga + .gransino-6iwpga {
  margin-top: 14px;
}

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

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

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

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

.gransino-vq52x5 .gransino-uslhs6 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .gransino-vq52x5 .gransino-uslhs6 {
    margin: 28px 0 0;
  }
}

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

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

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

.gransino-xy2mlr {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.gransino-0fwzxb {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.gransino-qu7lpt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .gransino-34tmc3 {
    padding: 10px;
  }
}

.gransino-34tmc3 .gransino-sjt2lp {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .gransino-34tmc3 .gransino-sjt2lp {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .gransino-34tmc3 {
    flex-wrap: wrap;
  }
}

.gransino-8njs4d {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.gransino-8njs4d img {
  width: 100%;
}

.gransino-fkgdab {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.gransino-cdpee8 {
  width: 100%;
  margin: 0 0 100px;
}

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

.gransino-cdpee8 .gransino-fk3nz2 {
  position: relative;
}

.gransino-cdpee8 .gransino-dv4c8s {
  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;
}

.gransino-cdpee8 .gransino-dv4c8s.gransino-hb8sae {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .gransino-cdpee8 .gransino-zdl8u3 {
    bottom: 90px;
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-cb94vl {
  max-width: 300px;
  width: 100%;
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-cb94vl .gransino-vr9z7z {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-zdl8u3 .gransino-cb94vl .gransino-vr9z7z {
    font-size: 32px;
    text-align: center;
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-cb94vl .gransino-kqesvn {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-zdl8u3 .gransino-cb94vl .gransino-kqesvn {
    text-align: center;
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 {
    flex-direction: column-reverse;
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-5cbv79 {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-5cbv79:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-5cbv79 {
    width: 100%;
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-x1xtn3 {
  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.gransino-ytbfc4 ease-in-out;
  overflow: hidden;
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-x1xtn3 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);
  }
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-x1xtn3: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;
}

.gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-x1xtn3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-zdl8u3 .gransino-dwb2b2 .gransino-x1xtn3 {
    width: 100%;
  }
}

.gransino-cdpee8 .gransino-zdl8u3.gransino-hb8sae {
  display: none;
}

.gransino-cdpee8 .gransino-h9lncp {
  display: none;
}

.gransino-cdpee8 .gransino-h9lncp.gransino-p549ld {
  display: block;
}

.gransino-cdpee8 .gransino-h9lncp iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-h9lncp iframe {
    height: calc(100vh - 54px);
  }
}

.gransino-cdpee8 .gransino-9745ri {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .gransino-cdpee8 .gransino-9745ri {
    padding: 24px 16px 0;
  }
}

.gransino-cdpee8 .gransino-9745ri .gransino-vr9z7z {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .gransino-cdpee8 .gransino-9745ri .gransino-vr9z7z {
    margin-bottom: 24px;
  }
}

.gransino-cdpee8 .gransino-9745ri 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);
}

.gransino-cdpee8 .gransino-9745ri 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) {
  .gransino-cdpee8 .gransino-9745ri table tr td {
    padding: 12px 4px;
  }
}

.gransino-cdpee8 .gransino-9745ri 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) {
  .gransino-cdpee8 .gransino-9745ri table tr th {
    padding: 12px 4px;
  }
}

.gransino-cdpee8 .gransino-9745ri table tr:last-of-type td {
  border-bottom: none;
}

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

.gransino-8q0s7v.gransino-kywos0 {
  display: block;
}

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

.gransino-8q0s7v .gransino-sgc11f {
  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;
}

.gransino-8q0s7v .gransino-r4bvki {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.gransino-8q0s7v .gransino-x1xtn3 {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-8q0s7v .gransino-x1xtn3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.gransino-vi749s.gransino-kywos0 {
  display: block;
}

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

.gransino-ibwgq2 {
  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;
}

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

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

.gransino-cm2yy4 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.gransino-cm2yy4 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.gransino-w8o5gp {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gransino-cn8pf2.gransino-hb8sae {
  display: none;
}

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

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

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

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

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

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

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

.gransino-ahnvfo input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.gransino-ahnvfo input:active {
  border-color: #c2c0ce;
}

.gransino-ahnvfo input:focus {
  border-color: #c2c0ce;
}

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

.gransino-3m30w4 {
  margin-bottom: 36px;
}

.gransino-3m30w4 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;
}

.gransino-3m30w4 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.gransino-3m30w4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.gransino-3swts8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gransino-4r3ebk {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-4r3ebk:hover {
  background: var(--border-color);
}

.gransino-oq3p06 {
  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.gransino-ytbfc4 ease-in-out;
}

.gransino-oq3p06:hover {
  background: #166ad9;
}

.gransino-3iogot {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gransino-3iogot.gransino-hb8sae {
  display: none;
}

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

.gransino-3iogot .gransino-4r3ebk {
  margin: 0 auto;
}

.gransino-nh5o5h {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.gransino-50877y {
  filter: grayscale(100%);
}

.gransino-ejx8rs > input {
  display: none;
}

.gransino-ejx8rs > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gransino-1uayrm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.gransino-og2u7v 44.gransino-wo938o.gransino-b2tze6.gransino-3phqh6.gransino-0jt684.gransino-wkykci.gransino-8it9g2.gransino-yv8i8z.gransino-umao9t.gransino-yt1ylf.gransino-ke33l0.gransino-b3ig0d.gransino-pys12m 0l-12.gransino-khx7bm 30.gransino-xr36wd.gransino-gx3wkk 2.gransino-rcipcw.gransino-gx3wkk 3.gransino-7mftgr 3.gransino-u3yb50.gransino-dtzhj2 3.gransino-57rbkd.gransino-ys9tmb.gransino-rbee2q.gransino-6yerfn 7-3.gransino-khx7bm 10.gransino-y2vx6c.gransino-6yerfn 23.gransino-h3mwu7.gransino-gcmm7p 1.gransino-zmb7s1 2.gransino-khx7bm 3.gransino-gcmm7p 1.gransino-dtzhj2 5.gransino-qqkjuy.gransino-dtzhj2 32.gransino-gjcvhs.gransino-ys9tmb 5.gransino-pys12m 4.gransino-6yerfn 9.gransino-6yerfn 8.gransino-dtzhj2 6.gransino-rr3ptu.gransino-k2thta.gransino-llmjfx.gransino-nxqp6h.gransino-ypj286 4.gransino-jy5e3p.gransino-ypj286 6.gransino-ypj286 0l29.gransino-pys12m 17.gransino-pgphc7.gransino-8falxk 2.gransino-pr585a 10.gransino-76t2qt.gransino-khx7bm 8.gransino-b6cr3a.gransino-xgmwrj.gransino-xwg7ty.gransino-tpc9uj.gransino-mccoox.gransino-ys9tmb.gransino-wkykci.gransino-khx7bm 1.gransino-w8tpxy.gransino-gas64f.gransino-wmeac5.gransino-p4qvbn.gransino-rprhdd.gransino-zmb7s1 1.gransino-o9nk0l.gransino-fipzi7.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.gransino-ejx8rs > input:checked ~ label,
.gransino-ejx8rs > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gransino-1uayrm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.gransino-og2u7v 44.gransino-wo938o.gransino-b2tze6.gransino-3phqh6.gransino-0jt684.gransino-wkykci.gransino-8it9g2.gransino-yv8i8z.gransino-umao9t.gransino-yt1ylf.gransino-ke33l0.gransino-b3ig0d.gransino-pys12m 0l-12.gransino-khx7bm 30.gransino-xr36wd.gransino-gx3wkk 2.gransino-rcipcw.gransino-gx3wkk 3.gransino-7mftgr 3.gransino-u3yb50.gransino-dtzhj2 3.gransino-57rbkd.gransino-ys9tmb.gransino-rbee2q.gransino-6yerfn 7-3.gransino-khx7bm 10.gransino-y2vx6c.gransino-6yerfn 23.gransino-h3mwu7.gransino-gcmm7p 1.gransino-zmb7s1 2.gransino-khx7bm 3.gransino-gcmm7p 1.gransino-dtzhj2 5.gransino-qqkjuy.gransino-dtzhj2 32.gransino-gjcvhs.gransino-ys9tmb 5.gransino-pys12m 4.gransino-6yerfn 9.gransino-6yerfn 8.gransino-dtzhj2 6.gransino-rr3ptu.gransino-k2thta.gransino-llmjfx.gransino-nxqp6h.gransino-ypj286 4.gransino-jy5e3p.gransino-ypj286 6.gransino-ypj286 0l29.gransino-pys12m 17.gransino-pgphc7.gransino-8falxk 2.gransino-pr585a 10.gransino-76t2qt.gransino-khx7bm 8.gransino-b6cr3a.gransino-xgmwrj.gransino-xwg7ty.gransino-tpc9uj.gransino-mccoox.gransino-ys9tmb.gransino-wkykci.gransino-khx7bm 1.gransino-w8tpxy.gransino-gas64f.gransino-wmeac5.gransino-p4qvbn.gransino-rprhdd.gransino-zmb7s1 1.gransino-o9nk0l.gransino-fipzi7.5z'/%3e%3c/svg%3e");
}

.gransino-ejx8rs > input:not(:checked) ~ label:hover,
.gransino-ejx8rs > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gransino-1uayrm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gransino-og2u7v 44.gransino-wo938o.gransino-b2tze6.gransino-3phqh6.gransino-0jt684.gransino-wkykci.gransino-8it9g2.gransino-yv8i8z.gransino-umao9t.gransino-yt1ylf.gransino-ke33l0.gransino-b3ig0d.gransino-pys12m 0l-12.gransino-khx7bm 30.gransino-xr36wd.gransino-gx3wkk 2.gransino-rcipcw.gransino-gx3wkk 3.gransino-7mftgr 3.gransino-u3yb50.gransino-dtzhj2 3.gransino-57rbkd.gransino-ys9tmb.gransino-rbee2q.gransino-6yerfn 7-3.gransino-khx7bm 10.gransino-y2vx6c.gransino-6yerfn 23.gransino-h3mwu7.gransino-gcmm7p 1.gransino-zmb7s1 2.gransino-khx7bm 3.gransino-gcmm7p 1.gransino-dtzhj2 5.gransino-qqkjuy.gransino-dtzhj2 32.gransino-gjcvhs.gransino-ys9tmb 5.gransino-pys12m 4.gransino-6yerfn 9.gransino-6yerfn 8.gransino-dtzhj2 6.gransino-rr3ptu.gransino-k2thta.gransino-llmjfx.gransino-nxqp6h.gransino-ypj286 4.gransino-jy5e3p.gransino-ypj286 6.gransino-ypj286 0l29.gransino-pys12m 17.gransino-pgphc7.gransino-8falxk 2.gransino-pr585a 10.gransino-76t2qt.gransino-khx7bm 8.gransino-b6cr3a.gransino-xgmwrj.gransino-xwg7ty.gransino-tpc9uj.gransino-mccoox.gransino-ys9tmb.gransino-wkykci.gransino-khx7bm 1.gransino-w8tpxy.gransino-gas64f.gransino-wmeac5.gransino-p4qvbn.gransino-rprhdd.gransino-zmb7s1 1.gransino-o9nk0l.gransino-fipzi7.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .gransino-xrr3c8 > .gransino-uqegig {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .gransino-xrr3c8 > .gransino-uqegig {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .gransino-xrr3c8 > .gransino-uqegig {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .gransino-xrr3c8 > .gransino-uqegig {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .gransino-xrr3c8 > .gransino-uqegig {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.gransino-6rwxyh.gransino-hb8sae {
  display: none;
}

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

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

.gransino-15uf16 {
  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;
}

.gransino-15uf16::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.gransino-15uf16::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.gransino-15uf16 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.gransino-knbwi9 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.gransino-6rwxyh.gransino-p0owi4 .gransino-fdniea {
  background: #2b3b67;
}

.gransino-6rwxyh.gransino-p0owi4 .gransino-15uf16 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.gransino-6rwxyh.gransino-p0owi4 .gransino-15uf16::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.gransino-6rwxyh.gransino-p0owi4 .gransino-15uf16::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.gransino-6rwxyh.gransino-p0owi4 .gransino-knbwi9::before {
  background: #0e0f41;
}

.gransino-6rwxyh.gransino-p0owi4 .gransino-knbwi9::after {
  background: #152557;
}

.gransino-6rwxyh.gransino-fsj62h .gransino-fdniea {
  background: #1f35fa;
}

.gransino-6rwxyh.gransino-fsj62h .gransino-15uf16 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.gransino-6rwxyh.gransino-fsj62h .gransino-15uf16::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.gransino-6rwxyh.gransino-fsj62h .gransino-15uf16::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.gransino-6rwxyh.gransino-fsj62h .gransino-knbwi9::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.gransino-6rwxyh.gransino-fsj62h .gransino-knbwi9::after {
  background: #192ac8;
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-fdniea {
  background: #fa771f;
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-15uf16 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-15uf16::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-15uf16::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-knbwi9::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.gransino-6rwxyh.gransino-9fdvzp .gransino-knbwi9::after {
  background: #fa8535;
}

.gransino-l38lj4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.gransino-a05iol {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.gransino-l13z9b {
  width: 120px;
  height: 22px;
}

.gransino-l13z9b .gransino-c9zbre {
  fill: #c2c0ce;
}

.gransino-l13z9b [rating="1"] .gransino-c9zbre:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gransino-l13z9b [rating="2"] .gransino-c9zbre:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gransino-l13z9b [rating="3"] .gransino-c9zbre:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gransino-l13z9b [rating="4"] .gransino-c9zbre:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gransino-l13z9b [rating="5"] .gransino-c9zbre:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.gransino-yfe38x {
  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);
}

.gransino-yfe38x.gransino-p549ld {
  display: block;
}

.gransino-yfe38x.gransino-hb8sae {
  display: none;
}

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

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

.gransino-71xrdj {
  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);
}

.gransino-j478gq {
  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;
}

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

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

.gransino-l9my5t {
  font-size: 16px;
  line-height: 140%;
}

.gransino-bzveg9 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gransino-bzveg9 .gransino-c9zbre {
  fill: #c2c0ce;
}

.gransino-bzveg9 [rating="1"] .gransino-c9zbre:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gransino-bzveg9 [rating="2"] .gransino-c9zbre:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gransino-bzveg9 [rating="3"] .gransino-c9zbre:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gransino-bzveg9 [rating="4"] .gransino-c9zbre:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gransino-bzveg9 [rating="5"] .gransino-c9zbre:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.gransino-4wkl9x {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.gransino-2wvert {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .gransino-2wvert {
    padding: 0 16px;
  }
}

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

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

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

.gransino-83ezod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gransino-c4rnif {
  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;
}

.gransino-nr4wby {
  flex: 1;
  min-width: 0;
}

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

.gransino-xcefjk {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.gransino-xcefjk svg path {
  fill: var(--button-bg-color);
}

.gransino-xcefjk svg circle {
  fill: var(--button-text-color);
}

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

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

.gransino-zwwtqe strong {
  font-weight: 600;
}

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

.gransino-rnqj9j p {
  margin: 0 0 16px;
}

.gransino-rnqj9j p:last-child {
  margin-bottom: 0;
}

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

.gransino-jlobfz {
  max-width: 300px;
  width: 100%;
}

.gransino-jlobfz a {
  width: 100%;
}

@media (max-width: 575px) {
  .gransino-jlobfz {
    max-width: 200px;
  }
}

.gransino-iwnivy {
  justify-content: center;
}

.gransino-nvddhv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gransino-ipi1t5 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.gransino-sol1da .gransino-dkjjgj {
  justify-content: center;
}

/* faq */

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

.gransino-qgjaw9 {
  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.gransino-7jtkof ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gransino-qgjaw9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.gransino-7jtkof ease;
}

.gransino-5ic6l2.gransino-kywos0 .gransino-qgjaw9::after {
  transform: rotate(45deg);
}

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

.gransino-5ic6l2.gransino-kywos0 .gransino-gdisb3 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.gransino-rg1dp3 {
  margin: 25px 0;
}

.gransino-ejx8rs > input:not(:checked) ~ label:hover,
.gransino-ejx8rs > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gransino-m7p47v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gransino-gu7ui1 44.gransino-4czpvd.gransino-1ql35u.gransino-9xpz5p.gransino-7w36r0.gransino-g45h8f.gransino-s1ruq4.gransino-06m17f.gransino-2o5gba.gransino-zbx8l6.gransino-o3a16e.gransino-ty8j6y.gransino-eorfxb 0l-12.gransino-2l1kxw 30.gransino-1c1wxi.gransino-l31106 2.gransino-sku7ya.gransino-l31106 3.gransino-ee92sd 3.gransino-7fsxkq.gransino-jomekz 3.gransino-gvghhu.gransino-0340y2.gransino-ja2ny2.gransino-epx7s1 7-3.gransino-2l1kxw 10.gransino-z44z1m.gransino-epx7s1 23.gransino-ulx3d3.gransino-8jmohs 1.gransino-7hqiue 2.gransino-2l1kxw 3.gransino-8jmohs 1.gransino-jomekz 5.gransino-53jc47.gransino-jomekz 32.gransino-coa5ma.gransino-0340y2 5.gransino-eorfxb 4.gransino-epx7s1 9.gransino-epx7s1 8.gransino-jomekz 6.gransino-8wgf9r.gransino-3erl5c.gransino-rn7ybj.gransino-1n5sg1.gransino-k4c9n0 4.gransino-oh22as.gransino-k4c9n0 6.gransino-k4c9n0 0l29.gransino-eorfxb 17.gransino-nd0v1y.gransino-con0y3 2.gransino-7ed0wl 10.gransino-xuy8hy.gransino-2l1kxw 8.gransino-0eni69.gransino-hlu6es.gransino-19kwip.gransino-qojuf7.gransino-tnfysj.gransino-0340y2.gransino-g45h8f.gransino-2l1kxw 1.gransino-si01v5.gransino-kbtpmx.gransino-3825b2.gransino-pvngvc.gransino-gpot1g.gransino-7hqiue 1.gransino-q8zp13.gransino-nza2re.5z'/%3e%3c/svg%3e");
}

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

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

.gransino-zhefgv {
  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);
}

.gransino-zhefgv.gransino-nwg3h5 {
  display: block;
}

.gransino-zhefgv.gransino-bfbca5 {
  display: none;
}

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

.gransino-ejnpvx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.gransino-863x3j {
  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);
}

.gransino-ayyiv4 {
  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;
}

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

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

.gransino-xq2xrj {
  font-size: 16px;
  line-height: 140%;
}

.gransino-n5furo {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gransino-n5furo .gransino-rbwjp6 {
  fill: #c2c0ce;
}

.gransino-n5furo [rating="1"] .gransino-rbwjp6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gransino-n5furo [rating="2"] .gransino-rbwjp6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gransino-n5furo [rating="3"] .gransino-rbwjp6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gransino-n5furo [rating="4"] .gransino-rbwjp6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gransino-n5furo [rating="5"] .gransino-rbwjp6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.gransino-20s67s 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;
}

.gransino-20s67s 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 */

.gransino-im80z9 {
  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);
}

.gransino-im80z9.gransino-v8baqm {
  opacity: 1;
  pointer-events: auto;
}

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

.gransino-zyegko label {
  font-size: 14px;
}

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

.gransino-aoj1hu h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.gransino-485vy7, .gransino-b1v1am, [class*="review-card"],
thead, thead th, table th, .gransino-fjp165,
.gransino-e24lvh, [class*="collapsible-header"],
.gransino-04qgeu, [class*="updated-block"] {
  color: #ece7dc !important;
}
