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

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

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

.coolzino-bie7zi {
  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) {
  .coolzino-bie7zi: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;
  }
}

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

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

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

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

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

.coolzino-7o91sc {
  cursor: pointer;
}

.coolzino-oaz879 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.coolzino-yryxbp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coolzino-yryxbp figure {
  margin: 0;
}

.coolzino-yryxbp.coolzino-1hxn3m {
  justify-content: flex-start;
  margin-right: 4px;
}

.coolzino-yryxbp.coolzino-57cyfs {
  justify-content: flex-end;
  margin-left: 4px;
}

.coolzino-yryxbp.coolzino-dckq5q {
  justify-content: center;
}

.coolzino-yryxbp.coolzino-j2r48s {
  justify-content: normal;
}

.coolzino-rfvam7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.coolzino-w77ewg img {
  width: 100%;
}

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

.coolzino-ypj0rv {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.coolzino-ypj0rv 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);
}

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

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

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

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

.coolzino-ypj0rv ul li:last-of-type::after {
  display: none;
}

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

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

.coolzino-7p5lmk {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.coolzino-xsacsd.coolzino-pjtuyy {
  background-color: #000;
}

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

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

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

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

.coolzino-mfxtma {
  margin-bottom: 94px;
}

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

.coolzino-gqn5ay .coolzino-0mnrvl {
  margin-bottom: 28px;
}

.coolzino-gqn5ay .coolzino-0mnrvl img {
  max-height: 100px;
  width: auto;
}

.coolzino-ej4fj9 {
  display: flex;
  align-items: center;
}

.coolzino-ej4fj9 a + a {
  margin-left: 24px;
}

.coolzino-ej4fj9 img {
  max-height: 56px;
  width: auto;
}

.coolzino-ej4fj9 img + img {
  margin-left: 24px;
}

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

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

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

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

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

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

.coolzino-ajwa2h li {
  display: flex;
  margin: 0 7px;
}

.coolzino-ajwa2h li svg {
  transition: 0.coolzino-dyxagv ease-in-out;
}

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

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

.coolzino-2imbk4 + .coolzino-2imbk4 {
  margin-left: 120px;
}

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

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

.coolzino-rxyk7o {
  list-style: none;
  margin: 0;
  padding: 0;
}

.coolzino-rxyk7o li {
  font-size: 16px;
}

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

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

.coolzino-rxyk7o li + li {
  margin-top: 16px;
}

.coolzino-u3mp51 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.coolzino-tqrny3 ease-in-out;
}

.coolzino-u3mp51.coolzino-cca93a {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.coolzino-tw8gs1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.coolzino-48yuhl li {
  width: 100%;
}

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

.coolzino-48yuhl li a svg {
  fill: var(--button-text-color);
}

.coolzino-48yuhl li a.coolzino-cca93a {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.coolzino-8dgzqu {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.coolzino-8dgzqu img {
  width: 100%;
  transition: 0.coolzino-dyxagv ease-in-out;
}

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

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

.coolzino-55pt3g {
  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) {
  .coolzino-55pt3g {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .coolzino-55pt3g .coolzino-0mnrvl img {
    max-width: 90px;
  }
}

.coolzino-0mnrvl img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .coolzino-0mnrvl {
    order: -2;
  }
}

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

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

.coolzino-lmqhht li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.coolzino-2l3ij9 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.coolzino-2l3ij9.coolzino-rzagg1 {
  margin-right: 0;
}

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

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

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

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

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

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

.coolzino-vh7j9b:hover > ul {
  display: flex;
}

.coolzino-vh7j9b:focus > ul {
  display: flex;
}

.coolzino-vh7j9b:focus-within > ul {
  display: flex;
}

.coolzino-l5czrr {
  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;
}

.coolzino-l5czrr::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.coolzino-tqrny3 ease-in-out;
}

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

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

.coolzino-vh7j9b 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.coolzino-dyxagv ease-in-out;
  overflow: hidden;
}

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

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

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

.coolzino-ibd0c1 {
  display: none;
}

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

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

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

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

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

.coolzino-l4gdft img {
  margin-bottom: 20px;
}

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

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

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

.coolzino-77pw4v {
  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) {
  .coolzino-77pw4v {
    font-size: 32px;
  }
}

.coolzino-s75nyx {
  color: var(--text-color);
}

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

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

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

.coolzino-y91egq p img {
  display: block;
  margin: 0 auto;
}

.coolzino-y91egq p:first-of-type {
  margin-top: 0;
}

.coolzino-y91egq p:last-of-type {
  margin-bottom: 0;
}

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

.coolzino-y91egq ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.coolzino-2geijw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.coolzino-8y8xcu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.coolzino-8y8xcu .coolzino-3c7fyt {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .coolzino-8y8xcu .coolzino-3c7fyt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.coolzino-8y8xcu .coolzino-b9hv0o {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .coolzino-8y8xcu .coolzino-b9hv0o {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .coolzino-8y8xcu .coolzino-b9hv0o img {
    width: 100%;
  }
}

.coolzino-b9hv0o {
  margin: 0 0 28px;
}

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

.coolzino-3c7fyt {
  margin: 0 0 28px;
}

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

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

.coolzino-2geijw .coolzino-bie7zi {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.coolzino-mpdfz6 {
  position: relative;
  border: none;
}

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

.coolzino-qhc951 {
  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;
}

.coolzino-qhc951 span {
  height: 32px;
}

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

.coolzino-qhc951.coolzino-y6i9uq span {
  transform: scaleY(-1);
}

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

.coolzino-f1ykts {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.coolzino-f1ykts.coolzino-x5504v {
  display: none;
}

.coolzino-94st0h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.coolzino-94st0h table {
  width: 100%;
  border-collapse: collapse;
}

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

  .coolzino-94st0h table td {
    min-width: 75px;
  }
}

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

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

.coolzino-94st0h p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.coolzino-0f30jk {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.coolzino-5kqqpl table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.coolzino-5kqqpl table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.coolzino-5kqqpl p {
  color: var(--text-color);
}

.coolzino-tle4ya {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.coolzino-m333qx {
  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);
}

.coolzino-cqf69a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.coolzino-9gja5r p + p {
  margin-top: 10px;
}

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

.coolzino-sbigm3 {
  display: none;
}

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

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

.coolzino-t8efz9 li {
  margin: 0 20px;
}

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

.coolzino-t8efz9 li a img {
  margin-bottom: 4px;
}

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

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

.coolzino-r6lv0i li {
  font-size: 16px;
  position: relative;
}

.coolzino-r6lv0i li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.coolzino-r6lv0i li span {
  opacity: 0.5;
}

.coolzino-r6lv0i li + li {
  margin-left: 30px;
}

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

h2.coolzino-drklb8 {
  margin: 0 0 28px;
}

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

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

.coolzino-jbb3np 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);
}

.coolzino-jbb3np 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;
}

.coolzino-jbb3np 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;
}

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

.coolzino-jbb3np tbody tr:last-of-type {
  margin-bottom: 0;
}

.coolzino-jbb3np tbody tr td:first-of-type {
  flex-shrink: 0;
}

.coolzino-jbb3np 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);
}

.coolzino-jbb3np 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);
}

.coolzino-jbb3np tbody tr td:last-of-type {
  margin-left: auto;
}

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

.coolzino-jbb3np tbody tr td .coolzino-y4movb {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .coolzino-jbb3np tbody tr td .coolzino-y4movb {
    width: 100%;
  }
}

.coolzino-jbb3np tbody tr td .coolzino-qv3dzd {
  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.coolzino-dyxagv ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .coolzino-jbb3np tbody tr td .coolzino-qv3dzd {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .coolzino-jbb3np tbody tr td .coolzino-qv3dzd {
    width: 100%;
  }
}

.coolzino-jbb3np tbody tr td .coolzino-00uihz {
  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) {
  .coolzino-jbb3np tbody tr td .coolzino-00uihz:hover {
    text-decoration: none;
  }
}

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

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

.coolzino-x6oxzd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.coolzino-9lpseu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.coolzino-g8dnrk img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.coolzino-dyxagv ease-in-out;
}

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

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

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

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

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

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

.coolzino-i9h6zv img {
  width: 100%;
  height: 100%;
}

.coolzino-i9h6zv iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.coolzino-8w64iz svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.coolzino-dyxagv ease-in-out;
}

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

.coolzino-qpqyc5 {
  padding: 90px 0;
}

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

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

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

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

.coolzino-4jakyq img {
  width: 100%;
}

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

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

.coolzino-88hpk6 {
  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;
}

.coolzino-88hpk6 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) {
  .coolzino-88hpk6 {
    flex-basis: auto;
  }
}

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

.coolzino-kywr6o {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-kywr6o:hover {
  border: 1px solid #8c8ca2;
}

.coolzino-7pc743 {
  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%);
}

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

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

.coolzino-n8pk8x a {
  text-decoration: underline;
  color: #8babff;
}

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

.coolzino-tc5aup .coolzino-kywr6o {
  width: 50%;
  margin: 0;
}

.coolzino-ihhd5a {
  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;
}

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

.coolzino-ibz5vc {
  margin: 0 0 100px;
}

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

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

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

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

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

.coolzino-g1z0ty {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.coolzino-ca30ee 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.coolzino-dyxagv ease-in-out;
}

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

.coolzino-ca30ee a svg {
  fill: #fff;
}

.coolzino-ca30ee a:hover {
  background: #3d68e7;
}

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

.coolzino-h0n05u {
  margin-bottom: 16px;
}

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

.coolzino-is2jcg {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.coolzino-jysqk1 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);
}

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

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

.coolzino-jysqk1 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.coolzino-r7472t.coolzino-gfiydi {
  display: none;
}

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

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

.coolzino-xanq8b iframe.coolzino-vd045g {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.coolzino-xanq8b.coolzino-mams5z {
  opacity: 1;
  pointer-events: all;
}

.coolzino-of6gwm {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-of6gwm svg {
  margin-right: 10px;
}

.coolzino-of6gwm + .coolzino-of6gwm {
  margin-top: 14px;
}

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

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

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

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

.coolzino-irms34 .coolzino-2geijw {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.coolzino-irms34 .coolzino-2geijw h1,
.coolzino-irms34 .coolzino-2geijw 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) {
  .coolzino-irms34 .coolzino-2geijw h1,
  .coolzino-irms34 .coolzino-2geijw h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .coolzino-irms34 .coolzino-2geijw {
    margin: 28px 0 0;
  }
}

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

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

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

.coolzino-vjasn4 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.coolzino-seskap {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.coolzino-n7dgxj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.coolzino-rk8xt3 .coolzino-bie7zi {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .coolzino-rk8xt3 .coolzino-bie7zi {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.coolzino-fw9g9f {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.coolzino-fw9g9f img {
  width: 100%;
}

.coolzino-lgcn78 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.coolzino-5315pc {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.coolzino-cfnygk {
  width: 100%;
  margin: 0 0 100px;
}

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

.coolzino-cfnygk .coolzino-wsczph {
  position: relative;
}

.coolzino-cfnygk .coolzino-yfgwme {
  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;
}

.coolzino-cfnygk .coolzino-yfgwme.coolzino-gfiydi {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .coolzino-cfnygk .coolzino-eawk57 {
    bottom: 90px;
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-nr5tux {
  max-width: 300px;
  width: 100%;
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-nr5tux .coolzino-99wlzm {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-eawk57 .coolzino-nr5tux .coolzino-99wlzm {
    font-size: 32px;
    text-align: center;
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-nr5tux .coolzino-s7p93t {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-eawk57 .coolzino-nr5tux .coolzino-s7p93t {
    text-align: center;
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 {
    flex-direction: column-reverse;
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-6766jn {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-6766jn:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-6766jn {
    width: 100%;
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-xsy82f {
  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.coolzino-dyxagv ease-in-out;
  overflow: hidden;
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-xsy82f 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);
  }
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-xsy82f: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;
}

.coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-xsy82f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-eawk57 .coolzino-rzagg1 .coolzino-xsy82f {
    width: 100%;
  }
}

.coolzino-cfnygk .coolzino-eawk57.coolzino-gfiydi {
  display: none;
}

.coolzino-cfnygk .coolzino-b41yvw {
  display: none;
}

.coolzino-cfnygk .coolzino-b41yvw.coolzino-mams5z {
  display: block;
}

.coolzino-cfnygk .coolzino-b41yvw iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-b41yvw iframe {
    height: calc(100vh - 54px);
  }
}

.coolzino-cfnygk .coolzino-9h1jwq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .coolzino-cfnygk .coolzino-9h1jwq {
    padding: 24px 16px 0;
  }
}

.coolzino-cfnygk .coolzino-9h1jwq .coolzino-99wlzm {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .coolzino-cfnygk .coolzino-9h1jwq .coolzino-99wlzm {
    margin-bottom: 24px;
  }
}

.coolzino-cfnygk .coolzino-9h1jwq 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);
}

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

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

.coolzino-cfnygk .coolzino-9h1jwq table tr:last-of-type td {
  border-bottom: none;
}

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

.coolzino-vzb4vz.coolzino-cca93a {
  display: block;
}

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

.coolzino-vzb4vz .coolzino-mf8k0f {
  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;
}

.coolzino-vzb4vz .coolzino-1cyg94 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.coolzino-vzb4vz .coolzino-xsy82f {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-vzb4vz .coolzino-xsy82f:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.coolzino-igadmj.coolzino-cca93a {
  display: block;
}

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

.coolzino-5322ql {
  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;
}

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

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

.coolzino-bpanrg {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.coolzino-bpanrg svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.coolzino-5w7yr8 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coolzino-796qub.coolzino-gfiydi {
  display: none;
}

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

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

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

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

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

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

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

.coolzino-vrep99 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.coolzino-vrep99 input:active {
  border-color: #c2c0ce;
}

.coolzino-vrep99 input:focus {
  border-color: #c2c0ce;
}

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

.coolzino-a68dj4 {
  margin-bottom: 36px;
}

.coolzino-a68dj4 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;
}

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

.coolzino-a68dj4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.coolzino-5iiivw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.coolzino-lig0tl {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-lig0tl:hover {
  background: var(--border-color);
}

.coolzino-bf5ll1 {
  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.coolzino-dyxagv ease-in-out;
}

.coolzino-bf5ll1:hover {
  background: #166ad9;
}

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

.coolzino-utk3ac.coolzino-gfiydi {
  display: none;
}

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

.coolzino-utk3ac .coolzino-lig0tl {
  margin: 0 auto;
}

.coolzino-oxdvfv {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.coolzino-kcij7t {
  filter: grayscale(100%);
}

.coolzino-9nr4xt > input {
  display: none;
}

.coolzino-9nr4xt > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.coolzino-os79i7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.coolzino-vrvjof 44.coolzino-hh098x.coolzino-pddxct.coolzino-v0mct9.coolzino-mp58lo.coolzino-o3cnee.coolzino-a2gwhq.coolzino-vs50mr.coolzino-1f91up.coolzino-c6qno2.coolzino-owajx8.coolzino-942125.coolzino-82qtch 0l-12.coolzino-8yujll 30.coolzino-8if55o.coolzino-bso7cg 2.coolzino-pncvq2.coolzino-bso7cg 3.coolzino-5gylnm 3.coolzino-jom3f7.coolzino-wn4cym 3.coolzino-zmk9vs.coolzino-ekzc2j.coolzino-zmzugz.coolzino-ytlhwj 7-3.coolzino-8yujll 10.coolzino-7i7z1f.coolzino-ytlhwj 23.coolzino-0nky84.coolzino-0bkcy1 1.coolzino-7kmyyn 2.coolzino-8yujll 3.coolzino-0bkcy1 1.coolzino-wn4cym 5.coolzino-g4j3mr.coolzino-wn4cym 32.coolzino-6gd4c4.coolzino-ekzc2j 5.coolzino-82qtch 4.coolzino-ytlhwj 9.coolzino-ytlhwj 8.coolzino-wn4cym 6.coolzino-0stslx.coolzino-51cvi5.coolzino-2ti6eu.coolzino-ca3hi1.coolzino-vzztfg 4.coolzino-a48o0e.coolzino-vzztfg 6.coolzino-vzztfg 0l29.coolzino-82qtch 17.coolzino-v3mmor.coolzino-4ajr7m 2.coolzino-b44lsd 10.coolzino-pimys0.coolzino-8yujll 8.coolzino-02klr7.coolzino-jsfofj.coolzino-zvfp7v.coolzino-0j3esr.coolzino-wh8nxk.coolzino-ekzc2j.coolzino-o3cnee.coolzino-8yujll 1.coolzino-e7ovgb.coolzino-pdzcfp.coolzino-bqc0u8.coolzino-ly4j1n.coolzino-tsvyhq.coolzino-7kmyyn 1.coolzino-kw45cy.coolzino-jlzliu.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.coolzino-9nr4xt > input:checked ~ label,
.coolzino-9nr4xt > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.coolzino-os79i7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.coolzino-vrvjof 44.coolzino-hh098x.coolzino-pddxct.coolzino-v0mct9.coolzino-mp58lo.coolzino-o3cnee.coolzino-a2gwhq.coolzino-vs50mr.coolzino-1f91up.coolzino-c6qno2.coolzino-owajx8.coolzino-942125.coolzino-82qtch 0l-12.coolzino-8yujll 30.coolzino-8if55o.coolzino-bso7cg 2.coolzino-pncvq2.coolzino-bso7cg 3.coolzino-5gylnm 3.coolzino-jom3f7.coolzino-wn4cym 3.coolzino-zmk9vs.coolzino-ekzc2j.coolzino-zmzugz.coolzino-ytlhwj 7-3.coolzino-8yujll 10.coolzino-7i7z1f.coolzino-ytlhwj 23.coolzino-0nky84.coolzino-0bkcy1 1.coolzino-7kmyyn 2.coolzino-8yujll 3.coolzino-0bkcy1 1.coolzino-wn4cym 5.coolzino-g4j3mr.coolzino-wn4cym 32.coolzino-6gd4c4.coolzino-ekzc2j 5.coolzino-82qtch 4.coolzino-ytlhwj 9.coolzino-ytlhwj 8.coolzino-wn4cym 6.coolzino-0stslx.coolzino-51cvi5.coolzino-2ti6eu.coolzino-ca3hi1.coolzino-vzztfg 4.coolzino-a48o0e.coolzino-vzztfg 6.coolzino-vzztfg 0l29.coolzino-82qtch 17.coolzino-v3mmor.coolzino-4ajr7m 2.coolzino-b44lsd 10.coolzino-pimys0.coolzino-8yujll 8.coolzino-02klr7.coolzino-jsfofj.coolzino-zvfp7v.coolzino-0j3esr.coolzino-wh8nxk.coolzino-ekzc2j.coolzino-o3cnee.coolzino-8yujll 1.coolzino-e7ovgb.coolzino-pdzcfp.coolzino-bqc0u8.coolzino-ly4j1n.coolzino-tsvyhq.coolzino-7kmyyn 1.coolzino-kw45cy.coolzino-jlzliu.5z'/%3e%3c/svg%3e");
}

.coolzino-9nr4xt > input:not(:checked) ~ label:hover,
.coolzino-9nr4xt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.coolzino-os79i7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.coolzino-vrvjof 44.coolzino-hh098x.coolzino-pddxct.coolzino-v0mct9.coolzino-mp58lo.coolzino-o3cnee.coolzino-a2gwhq.coolzino-vs50mr.coolzino-1f91up.coolzino-c6qno2.coolzino-owajx8.coolzino-942125.coolzino-82qtch 0l-12.coolzino-8yujll 30.coolzino-8if55o.coolzino-bso7cg 2.coolzino-pncvq2.coolzino-bso7cg 3.coolzino-5gylnm 3.coolzino-jom3f7.coolzino-wn4cym 3.coolzino-zmk9vs.coolzino-ekzc2j.coolzino-zmzugz.coolzino-ytlhwj 7-3.coolzino-8yujll 10.coolzino-7i7z1f.coolzino-ytlhwj 23.coolzino-0nky84.coolzino-0bkcy1 1.coolzino-7kmyyn 2.coolzino-8yujll 3.coolzino-0bkcy1 1.coolzino-wn4cym 5.coolzino-g4j3mr.coolzino-wn4cym 32.coolzino-6gd4c4.coolzino-ekzc2j 5.coolzino-82qtch 4.coolzino-ytlhwj 9.coolzino-ytlhwj 8.coolzino-wn4cym 6.coolzino-0stslx.coolzino-51cvi5.coolzino-2ti6eu.coolzino-ca3hi1.coolzino-vzztfg 4.coolzino-a48o0e.coolzino-vzztfg 6.coolzino-vzztfg 0l29.coolzino-82qtch 17.coolzino-v3mmor.coolzino-4ajr7m 2.coolzino-b44lsd 10.coolzino-pimys0.coolzino-8yujll 8.coolzino-02klr7.coolzino-jsfofj.coolzino-zvfp7v.coolzino-0j3esr.coolzino-wh8nxk.coolzino-ekzc2j.coolzino-o3cnee.coolzino-8yujll 1.coolzino-e7ovgb.coolzino-pdzcfp.coolzino-bqc0u8.coolzino-ly4j1n.coolzino-tsvyhq.coolzino-7kmyyn 1.coolzino-kw45cy.coolzino-jlzliu.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .coolzino-b8ejla > .coolzino-ygltv9 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .coolzino-b8ejla > .coolzino-ygltv9 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .coolzino-b8ejla > .coolzino-ygltv9 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .coolzino-b8ejla > .coolzino-ygltv9 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .coolzino-b8ejla > .coolzino-ygltv9 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.coolzino-o7yr70.coolzino-gfiydi {
  display: none;
}

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

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

.coolzino-n3lnox {
  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;
}

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

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

.coolzino-n3lnox img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.coolzino-8iga0u {
  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;
}

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

.coolzino-8iga0u::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) {
  .coolzino-8iga0u::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.coolzino-o7yr70.coolzino-m562yw .coolzino-m3qjay {
  background: #2b3b67;
}

.coolzino-o7yr70.coolzino-m562yw .coolzino-n3lnox {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.coolzino-o7yr70.coolzino-m562yw .coolzino-n3lnox::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.coolzino-o7yr70.coolzino-m562yw .coolzino-n3lnox::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.coolzino-o7yr70.coolzino-m562yw .coolzino-8iga0u::before {
  background: #0e0f41;
}

.coolzino-o7yr70.coolzino-m562yw .coolzino-8iga0u::after {
  background: #152557;
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-m3qjay {
  background: #1f35fa;
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-n3lnox {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-n3lnox::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-n3lnox::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-8iga0u::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.coolzino-o7yr70.coolzino-1u6nq6 .coolzino-8iga0u::after {
  background: #192ac8;
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-m3qjay {
  background: #fa771f;
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-n3lnox {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-n3lnox::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-n3lnox::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-8iga0u::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.coolzino-o7yr70.coolzino-zsi2q5 .coolzino-8iga0u::after {
  background: #fa8535;
}

.coolzino-1kl6b6 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.coolzino-xskkrg {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.coolzino-bdz4fe {
  width: 120px;
  height: 22px;
}

.coolzino-bdz4fe .coolzino-05ufgx {
  fill: #c2c0ce;
}

.coolzino-bdz4fe [rating="1"] .coolzino-05ufgx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.coolzino-bdz4fe [rating="2"] .coolzino-05ufgx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.coolzino-bdz4fe [rating="3"] .coolzino-05ufgx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.coolzino-bdz4fe [rating="4"] .coolzino-05ufgx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.coolzino-bdz4fe [rating="5"] .coolzino-05ufgx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.coolzino-1ygmkn {
  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);
}

.coolzino-1ygmkn.coolzino-mams5z {
  display: block;
}

.coolzino-1ygmkn.coolzino-gfiydi {
  display: none;
}

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

.coolzino-yaigjb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.coolzino-qxnbta {
  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);
}

.coolzino-5hurw6 {
  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;
}

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

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

.coolzino-wc7xav {
  font-size: 16px;
  line-height: 140%;
}

.coolzino-202eup {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.coolzino-202eup .coolzino-05ufgx {
  fill: #c2c0ce;
}

.coolzino-202eup [rating="1"] .coolzino-05ufgx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.coolzino-202eup [rating="2"] .coolzino-05ufgx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.coolzino-202eup [rating="3"] .coolzino-05ufgx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.coolzino-202eup [rating="4"] .coolzino-05ufgx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.coolzino-202eup [rating="5"] .coolzino-05ufgx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.coolzino-87ltuv {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .coolzino-87ltuv {
    padding: 0 16px;
  }
}

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

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

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

.coolzino-t9lani img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coolzino-8a2kih {
  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;
}

.coolzino-tkn4v2 {
  flex: 1;
  min-width: 0;
}

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

.coolzino-f80ofx {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.coolzino-f80ofx svg path {
  fill: var(--button-bg-color);
}

.coolzino-f80ofx svg circle {
  fill: var(--button-text-color);
}

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

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

.coolzino-y3o630 strong {
  font-weight: 600;
}

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

.coolzino-yu9r32 p {
  margin: 0 0 16px;
}

.coolzino-yu9r32 p:last-child {
  margin-bottom: 0;
}

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

.coolzino-d1ir6k {
  max-width: 300px;
  width: 100%;
}

.coolzino-d1ir6k a {
  width: 100%;
}

@media (max-width: 575px) {
  .coolzino-d1ir6k {
    max-width: 200px;
  }
}

.coolzino-8eapl8 {
  justify-content: center;
}

.coolzino-f9pscf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coolzino-r14ws1 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.coolzino-e5r5h9 .coolzino-lmqhht {
  justify-content: center;
}

/* faq */

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

.coolzino-59lk4z {
  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.coolzino-i567o1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coolzino-59lk4z::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.coolzino-i567o1 ease;
}

.coolzino-gfoixh.coolzino-cca93a .coolzino-59lk4z::after {
  transform: rotate(45deg);
}

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

.coolzino-gfoixh.coolzino-cca93a .coolzino-nem71y {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.coolzino-ht0wuo {
  margin: 25px 0;
}

.coolzino-9nr4xt > input:not(:checked) ~ label:hover,
.coolzino-9nr4xt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.coolzino-zqcfib.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.coolzino-dm4z2n 44.coolzino-0v4rmk.coolzino-g8n1eg.coolzino-jip3co.coolzino-8itd19.coolzino-4axclb.coolzino-tsu2s6.coolzino-l9vaka.coolzino-mctk77.coolzino-x3s3mx.coolzino-cpp4gt.coolzino-xnwsyi.coolzino-fptcu7 0l-12.coolzino-qch0uu 30.coolzino-lhs7bj.coolzino-1tg7b2 2.coolzino-y1eyi5.coolzino-1tg7b2 3.coolzino-apibnd 3.coolzino-hnw8nq.coolzino-z1g41t 3.coolzino-m85pfo.coolzino-niw3h4.coolzino-ryleyu.coolzino-p3ug53 7-3.coolzino-qch0uu 10.coolzino-jebnyh.coolzino-p3ug53 23.coolzino-kqlwo4.coolzino-ws1twj 1.coolzino-ekpp0f 2.coolzino-qch0uu 3.coolzino-ws1twj 1.coolzino-z1g41t 5.coolzino-nmxw2p.coolzino-z1g41t 32.coolzino-4yjuku.coolzino-niw3h4 5.coolzino-fptcu7 4.coolzino-p3ug53 9.coolzino-p3ug53 8.coolzino-z1g41t 6.coolzino-1ghnml.coolzino-dqpk6s.coolzino-i3ca2f.coolzino-flxvwz.coolzino-goo9ji 4.coolzino-56cnud.coolzino-goo9ji 6.coolzino-goo9ji 0l29.coolzino-fptcu7 17.coolzino-8wtkfs.coolzino-fse0pq 2.coolzino-jlnr8i 10.coolzino-fkh7l0.coolzino-qch0uu 8.coolzino-9z5fwp.coolzino-uw50mw.coolzino-2oavvn.coolzino-e50we2.coolzino-roqehr.coolzino-niw3h4.coolzino-4axclb.coolzino-qch0uu 1.coolzino-diopcu.coolzino-7ec3fi.coolzino-w2d4az.coolzino-no9p2w.coolzino-73mm5o.coolzino-ekpp0f 1.coolzino-tmzy4a.coolzino-eojhov.5z'/%3e%3c/svg%3e");
}

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

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

.coolzino-rpeh2j {
  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);
}

.coolzino-rpeh2j.coolzino-6kg5lm {
  display: block;
}

.coolzino-rpeh2j.coolzino-4qwhj8 {
  display: none;
}

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

.coolzino-gdlay4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.coolzino-10lmkn {
  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);
}

.coolzino-4u8ed6 {
  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;
}

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

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

.coolzino-5wmm0i {
  font-size: 16px;
  line-height: 140%;
}

.coolzino-15ozuh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.coolzino-15ozuh .coolzino-6l2fns {
  fill: #c2c0ce;
}

.coolzino-15ozuh [rating="1"] .coolzino-6l2fns:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.coolzino-15ozuh [rating="2"] .coolzino-6l2fns:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.coolzino-15ozuh [rating="3"] .coolzino-6l2fns:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.coolzino-15ozuh [rating="4"] .coolzino-6l2fns:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.coolzino-15ozuh [rating="5"] .coolzino-6l2fns:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.coolzino-rjow50 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;
}

.coolzino-rjow50 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 */

.coolzino-t4nii9 {
  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);
}

.coolzino-t4nii9.coolzino-5h9e2p {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.coolzino-3j3pdr {
  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;
}

.coolzino-3j3pdr label {
  font-size: 14px;
}

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

.coolzino-nxr8y7 h2 {
  color: green;
  font-weight: 500;
}

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