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

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

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

.zoom-24osvp {
  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) {
  .zoom-24osvp: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;
  }
}

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

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

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

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

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

.zoom-dsgtlh {
  cursor: pointer;
}

.zoom-ayfvr0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.zoom-9zia6n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.zoom-9zia6n figure {
  margin: 0;
}

.zoom-9zia6n.zoom-yvu0h6 {
  justify-content: flex-start;
  margin-right: 4px;
}

.zoom-9zia6n.zoom-qjzoeh {
  justify-content: flex-end;
  margin-left: 4px;
}

.zoom-9zia6n.zoom-pcttam {
  justify-content: center;
}

.zoom-9zia6n.zoom-lobhj1 {
  justify-content: normal;
}

.zoom-ox9gvn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.zoom-pc3nia img {
  width: 100%;
}

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

.zoom-8rhlc8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.zoom-8rhlc8 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) {
  .zoom-8rhlc8 ul {
    margin-bottom: 15px;
  }
}

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

.zoom-8rhlc8 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);
}

.zoom-8rhlc8 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.zoom-8rhlc8 ul li:last-of-type::after {
  display: none;
}

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

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

.zoom-pa5tn4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.zoom-a0xyv7.zoom-77f55e {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .zoom-a0xyv7.zoom-77f55e:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.zoom-8o5zfo {
  margin-bottom: 94px;
}

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

.zoom-mjvqxo .zoom-9j5o5n {
  margin-bottom: 28px;
}

.zoom-mjvqxo .zoom-9j5o5n img {
  max-height: 100px;
  width: auto;
}

.zoom-xzatp8 {
  display: flex;
  align-items: center;
}

.zoom-xzatp8 a + a {
  margin-left: 24px;
}

.zoom-xzatp8 img {
  max-height: 56px;
  width: auto;
}

.zoom-xzatp8 img + img {
  margin-left: 24px;
}

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

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

.zoom-my6s89 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.zoom-j3e08r li {
  display: flex;
  margin: 0 7px;
}

.zoom-j3e08r li svg {
  transition: 0.zoom-saxbu9 ease-in-out;
}

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

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

.zoom-mr8q3l + .zoom-mr8q3l {
  margin-left: 120px;
}

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

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

.zoom-bo90yf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zoom-bo90yf li {
  font-size: 16px;
}

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

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

.zoom-bo90yf li + li {
  margin-top: 16px;
}

.zoom-ydyvji {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.zoom-02t8kg ease-in-out;
}

.zoom-ydyvji.zoom-ke7c3k {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.zoom-2527qh li {
  width: 100%;
}

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

.zoom-2527qh li a svg {
  fill: var(--button-text-color);
}

.zoom-2527qh li a.zoom-ke7c3k {
  background: var(--border-color);
}

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

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

.zoom-8ax6m6 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.zoom-2d1xze {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.zoom-2d1xze img {
  width: 100%;
  transition: 0.zoom-saxbu9 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .zoom-9mckgm .zoom-9j5o5n img {
    max-width: 90px;
  }
}

.zoom-9j5o5n img {
  max-height: 50px;
  width: auto;
}

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

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

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

.zoom-jv416i li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.zoom-17odfn {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.zoom-17odfn.zoom-sriki0 {
  margin-right: 0;
}

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

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

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

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

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

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

.zoom-k5r2r4:hover > ul {
  display: flex;
}

.zoom-k5r2r4:focus > ul {
  display: flex;
}

.zoom-k5r2r4:focus-within > ul {
  display: flex;
}

.zoom-3ov3j4 {
  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;
}

.zoom-3ov3j4::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.zoom-02t8kg ease-in-out;
}

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

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

.zoom-k5r2r4 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.zoom-saxbu9 ease-in-out;
  overflow: hidden;
}

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

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

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

.zoom-r928ln {
  display: none;
}

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

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

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

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

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

.zoom-ljx16f img {
  margin-bottom: 20px;
}

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

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

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

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

.zoom-kq0fa7 {
  color: var(--text-color);
}

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

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

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

.zoom-jnvf2i p img {
  display: block;
  margin: 0 auto;
}

.zoom-jnvf2i p:first-of-type {
  margin-top: 0;
}

.zoom-jnvf2i p:last-of-type {
  margin-bottom: 0;
}

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

.zoom-jnvf2i ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom-ap9f5z .zoom-1lmexv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .zoom-ap9f5z .zoom-1lmexv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.zoom-ap9f5z .zoom-8y0f6r {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.zoom-8y0f6r {
  margin: 0 0 28px;
}

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

.zoom-1lmexv {
  margin: 0 0 28px;
}

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

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

.zoom-xyedfo .zoom-24osvp {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.zoom-9vi8v9 {
  position: relative;
  border: none;
}

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

.zoom-63ftrl {
  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;
}

.zoom-63ftrl span {
  height: 32px;
}

.zoom-63ftrl span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.zoom-63ftrl.zoom-w42acw span {
  transform: scaleY(-1);
}

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

.zoom-r48klv {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.zoom-r48klv.zoom-eeks9r {
  display: none;
}

.zoom-kkky3r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.zoom-kkky3r table {
  width: 100%;
  border-collapse: collapse;
}

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

  .zoom-kkky3r table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.zoom-wv8a1l {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.zoom-bbvgfn p {
  color: var(--text-color);
}

.zoom-fepy2h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.zoom-9ql4l8 {
  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);
}

.zoom-wro4f3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.zoom-650408 p + p {
  margin-top: 10px;
}

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

.zoom-m7xp3g {
  display: none;
}

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

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

.zoom-u0fz6v li {
  margin: 0 20px;
}

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

.zoom-u0fz6v li a img {
  margin-bottom: 4px;
}

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

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

.zoom-dywyr9 li {
  font-size: 16px;
  position: relative;
}

.zoom-dywyr9 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.zoom-dywyr9 li span {
  opacity: 0.5;
}

.zoom-dywyr9 li + li {
  margin-left: 30px;
}

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

h2.zoom-s7w9bi {
  margin: 0 0 28px;
}

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

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

.zoom-k5bev0 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);
}

.zoom-k5bev0 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;
}

.zoom-k5bev0 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;
}

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

.zoom-k5bev0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.zoom-k5bev0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.zoom-k5bev0 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);
}

.zoom-k5bev0 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);
}

.zoom-k5bev0 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.zoom-k5bev0 tbody tr td .zoom-q60dtw {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .zoom-k5bev0 tbody tr td .zoom-q60dtw {
    width: 100%;
  }
}

.zoom-k5bev0 tbody tr td .zoom-unm0yr {
  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.zoom-saxbu9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .zoom-k5bev0 tbody tr td .zoom-unm0yr {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .zoom-k5bev0 tbody tr td .zoom-unm0yr {
    width: 100%;
  }
}

.zoom-k5bev0 tbody tr td .zoom-czyjvo {
  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) {
  .zoom-k5bev0 tbody tr td .zoom-czyjvo:hover {
    text-decoration: none;
  }
}

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

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

.zoom-cm8wra {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.zoom-xln66u img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.zoom-saxbu9 ease-in-out;
}

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

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

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

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

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

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

.zoom-epb9ap img {
  width: 100%;
  height: 100%;
}

.zoom-epb9ap iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.zoom-n26ra7 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.zoom-saxbu9 ease-in-out;
}

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

.zoom-p0gtn6 {
  padding: 90px 0;
}

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

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

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

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

.zoom-760jbv img {
  width: 100%;
}

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

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

.zoom-6yli6q {
  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;
}

.zoom-6yli6q 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) {
  .zoom-6yli6q {
    flex-basis: auto;
  }
}

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

.zoom-yu6w2t {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-yu6w2t:hover {
  border: 1px solid #8c8ca2;
}

.zoom-kqpg5d {
  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%);
}

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

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

.zoom-o3lkk1 a {
  text-decoration: underline;
  color: #8babff;
}

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

.zoom-0k8vn3 .zoom-yu6w2t {
  width: 50%;
  margin: 0;
}

.zoom-8t5wiw {
  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;
}

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

.zoom-8x6rw3 {
  margin: 0 0 100px;
}

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

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

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

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

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

.zoom-1fqby1 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.zoom-tfgjko 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.zoom-saxbu9 ease-in-out;
}

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

.zoom-tfgjko a svg {
  fill: #fff;
}

.zoom-tfgjko a:hover {
  background: #3d68e7;
}

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

.zoom-qjmyi0 {
  margin-bottom: 16px;
}

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

.zoom-p28nq0 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.zoom-v1x4iz 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);
}

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

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

.zoom-v1x4iz table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.zoom-fb6949.zoom-w56n5k {
  display: none;
}

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

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

.zoom-nc2ie0 iframe.zoom-iet374 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.zoom-nc2ie0.zoom-hdc0jg {
  opacity: 1;
  pointer-events: all;
}

.zoom-4xueqb {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-4xueqb svg {
  margin-right: 10px;
}

.zoom-4xueqb + .zoom-4xueqb {
  margin-top: 14px;
}

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

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

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

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

.zoom-fph3uh .zoom-xyedfo {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .zoom-fph3uh .zoom-xyedfo {
    margin: 28px 0 0;
  }
}

.zoom-1ivdlk {
  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) {
  .zoom-1ivdlk {
    padding: 0 16px;
  }
}

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

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

.zoom-wxszz0 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.zoom-484avp {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom-3hqr4i .zoom-24osvp {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .zoom-3hqr4i .zoom-24osvp {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.zoom-fx3rpq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.zoom-fx3rpq img {
  width: 100%;
}

.zoom-fvct6q {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.zoom-797i1z {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.zoom-p1jtcy {
  width: 100%;
  margin: 0 0 100px;
}

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

.zoom-p1jtcy .zoom-368pwo {
  position: relative;
}

.zoom-p1jtcy .zoom-00j33q {
  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;
}

.zoom-p1jtcy .zoom-00j33q.zoom-w56n5k {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .zoom-p1jtcy .zoom-p1dzih {
    bottom: 90px;
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-ex5oci {
  max-width: 300px;
  width: 100%;
}

.zoom-p1jtcy .zoom-p1dzih .zoom-ex5oci .zoom-56t2nq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-p1dzih .zoom-ex5oci .zoom-56t2nq {
    font-size: 32px;
    text-align: center;
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-ex5oci .zoom-qt72fx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-p1dzih .zoom-ex5oci .zoom-qt72fx {
    text-align: center;
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 {
    flex-direction: column-reverse;
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-1mff4b {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-1mff4b:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-1mff4b {
    width: 100%;
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-lj9edz {
  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.zoom-saxbu9 ease-in-out;
  overflow: hidden;
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-lj9edz 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);
  }
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-lj9edz: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;
}

.zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-lj9edz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-p1dzih .zoom-sriki0 .zoom-lj9edz {
    width: 100%;
  }
}

.zoom-p1jtcy .zoom-p1dzih.zoom-w56n5k {
  display: none;
}

.zoom-p1jtcy .zoom-frteza {
  display: none;
}

.zoom-p1jtcy .zoom-frteza.zoom-hdc0jg {
  display: block;
}

.zoom-p1jtcy .zoom-frteza iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-frteza iframe {
    height: calc(100vh - 54px);
  }
}

.zoom-p1jtcy .zoom-m5tlw2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .zoom-p1jtcy .zoom-m5tlw2 {
    padding: 24px 16px 0;
  }
}

.zoom-p1jtcy .zoom-m5tlw2 .zoom-56t2nq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .zoom-p1jtcy .zoom-m5tlw2 .zoom-56t2nq {
    margin-bottom: 24px;
  }
}

.zoom-p1jtcy .zoom-m5tlw2 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);
}

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

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

.zoom-p1jtcy .zoom-m5tlw2 table tr:last-of-type td {
  border-bottom: none;
}

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

.zoom-g5gkv1.zoom-ke7c3k {
  display: block;
}

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

.zoom-g5gkv1 .zoom-6an0u6 {
  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;
}

.zoom-g5gkv1 .zoom-bm7cws {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.zoom-g5gkv1 .zoom-lj9edz {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-g5gkv1 .zoom-lj9edz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.zoom-6mb70c.zoom-ke7c3k {
  display: block;
}

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

.zoom-lzi4vn {
  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;
}

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

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

.zoom-xy1l79 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.zoom-xy1l79 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.zoom-58cirf {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zoom-ab0410.zoom-w56n5k {
  display: none;
}

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

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

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

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

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

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

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

.zoom-dumywr input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.zoom-dumywr input:active {
  border-color: #c2c0ce;
}

.zoom-dumywr input:focus {
  border-color: #c2c0ce;
}

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

.zoom-imb9sk {
  margin-bottom: 36px;
}

.zoom-imb9sk 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;
}

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

.zoom-imb9sk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.zoom-5caou7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zoom-ior4et {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-ior4et:hover {
  background: var(--border-color);
}

.zoom-7ih7vq {
  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.zoom-saxbu9 ease-in-out;
}

.zoom-7ih7vq:hover {
  background: #166ad9;
}

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

.zoom-h6vne4.zoom-w56n5k {
  display: none;
}

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

.zoom-h6vne4 .zoom-ior4et {
  margin: 0 auto;
}

.zoom-2sl19e {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.zoom-j8cczc {
  filter: grayscale(100%);
}

.zoom-ab6akx > input {
  display: none;
}

.zoom-ab6akx > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zoom-kr38ym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.zoom-5t7nld 44.zoom-0czf3t.zoom-yv9c0q.zoom-5napc6.zoom-2wnhxk.zoom-mtoz0m.zoom-mtuyr3.zoom-8zt86a.zoom-e7ifop.zoom-gv49h6.zoom-f2og57.zoom-zrrjc8.zoom-80pbxv 0l-12.zoom-fgs1zr 30.zoom-o9qnyr.zoom-j489p9 2.zoom-jiof6m.zoom-j489p9 3.zoom-3jtgvv 3.zoom-s62i5z.zoom-qw3wli 3.zoom-qd7z9i.zoom-gy5ikp.zoom-c62qv5.zoom-vuftqr 7-3.zoom-fgs1zr 10.zoom-idqmxc.zoom-vuftqr 23.zoom-86z78x.zoom-ef3ejr 1.zoom-dtet4n 2.zoom-fgs1zr 3.zoom-ef3ejr 1.zoom-qw3wli 5.zoom-pmvkxo.zoom-qw3wli 32.zoom-slf9k9.zoom-gy5ikp 5.zoom-80pbxv 4.zoom-vuftqr 9.zoom-vuftqr 8.zoom-qw3wli 6.zoom-jinb2n.zoom-mf3wy4.zoom-drw0jo.zoom-wzdb87.zoom-gidblt 4.zoom-gpi3td.zoom-gidblt 6.zoom-gidblt 0l29.zoom-80pbxv 17.zoom-gbeobn.zoom-o4h6ly 2.zoom-iajkhg 10.zoom-cvgqcj.zoom-fgs1zr 8.zoom-qj3fkh.zoom-66800z.zoom-qab4u6.zoom-k1hxux.zoom-u0tdmv.zoom-gy5ikp.zoom-mtoz0m.zoom-fgs1zr 1.zoom-6r8k8c.zoom-8rkugm.zoom-jfov27.zoom-ry86bj.zoom-9s2ifr.zoom-dtet4n 1.zoom-gzohi8.zoom-yua2rw.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.zoom-ab6akx > input:checked ~ label,
.zoom-ab6akx > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zoom-kr38ym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.zoom-5t7nld 44.zoom-0czf3t.zoom-yv9c0q.zoom-5napc6.zoom-2wnhxk.zoom-mtoz0m.zoom-mtuyr3.zoom-8zt86a.zoom-e7ifop.zoom-gv49h6.zoom-f2og57.zoom-zrrjc8.zoom-80pbxv 0l-12.zoom-fgs1zr 30.zoom-o9qnyr.zoom-j489p9 2.zoom-jiof6m.zoom-j489p9 3.zoom-3jtgvv 3.zoom-s62i5z.zoom-qw3wli 3.zoom-qd7z9i.zoom-gy5ikp.zoom-c62qv5.zoom-vuftqr 7-3.zoom-fgs1zr 10.zoom-idqmxc.zoom-vuftqr 23.zoom-86z78x.zoom-ef3ejr 1.zoom-dtet4n 2.zoom-fgs1zr 3.zoom-ef3ejr 1.zoom-qw3wli 5.zoom-pmvkxo.zoom-qw3wli 32.zoom-slf9k9.zoom-gy5ikp 5.zoom-80pbxv 4.zoom-vuftqr 9.zoom-vuftqr 8.zoom-qw3wli 6.zoom-jinb2n.zoom-mf3wy4.zoom-drw0jo.zoom-wzdb87.zoom-gidblt 4.zoom-gpi3td.zoom-gidblt 6.zoom-gidblt 0l29.zoom-80pbxv 17.zoom-gbeobn.zoom-o4h6ly 2.zoom-iajkhg 10.zoom-cvgqcj.zoom-fgs1zr 8.zoom-qj3fkh.zoom-66800z.zoom-qab4u6.zoom-k1hxux.zoom-u0tdmv.zoom-gy5ikp.zoom-mtoz0m.zoom-fgs1zr 1.zoom-6r8k8c.zoom-8rkugm.zoom-jfov27.zoom-ry86bj.zoom-9s2ifr.zoom-dtet4n 1.zoom-gzohi8.zoom-yua2rw.5z'/%3e%3c/svg%3e");
}

.zoom-ab6akx > input:not(:checked) ~ label:hover,
.zoom-ab6akx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zoom-kr38ym.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.zoom-5t7nld 44.zoom-0czf3t.zoom-yv9c0q.zoom-5napc6.zoom-2wnhxk.zoom-mtoz0m.zoom-mtuyr3.zoom-8zt86a.zoom-e7ifop.zoom-gv49h6.zoom-f2og57.zoom-zrrjc8.zoom-80pbxv 0l-12.zoom-fgs1zr 30.zoom-o9qnyr.zoom-j489p9 2.zoom-jiof6m.zoom-j489p9 3.zoom-3jtgvv 3.zoom-s62i5z.zoom-qw3wli 3.zoom-qd7z9i.zoom-gy5ikp.zoom-c62qv5.zoom-vuftqr 7-3.zoom-fgs1zr 10.zoom-idqmxc.zoom-vuftqr 23.zoom-86z78x.zoom-ef3ejr 1.zoom-dtet4n 2.zoom-fgs1zr 3.zoom-ef3ejr 1.zoom-qw3wli 5.zoom-pmvkxo.zoom-qw3wli 32.zoom-slf9k9.zoom-gy5ikp 5.zoom-80pbxv 4.zoom-vuftqr 9.zoom-vuftqr 8.zoom-qw3wli 6.zoom-jinb2n.zoom-mf3wy4.zoom-drw0jo.zoom-wzdb87.zoom-gidblt 4.zoom-gpi3td.zoom-gidblt 6.zoom-gidblt 0l29.zoom-80pbxv 17.zoom-gbeobn.zoom-o4h6ly 2.zoom-iajkhg 10.zoom-cvgqcj.zoom-fgs1zr 8.zoom-qj3fkh.zoom-66800z.zoom-qab4u6.zoom-k1hxux.zoom-u0tdmv.zoom-gy5ikp.zoom-mtoz0m.zoom-fgs1zr 1.zoom-6r8k8c.zoom-8rkugm.zoom-jfov27.zoom-ry86bj.zoom-9s2ifr.zoom-dtet4n 1.zoom-gzohi8.zoom-yua2rw.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .zoom-fjt32a > .zoom-o1cucu {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .zoom-fjt32a > .zoom-o1cucu {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .zoom-fjt32a > .zoom-o1cucu {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .zoom-fjt32a > .zoom-o1cucu {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .zoom-fjt32a > .zoom-o1cucu {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.zoom-dgohlb.zoom-w56n5k {
  display: none;
}

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

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

.zoom-ru5jk7 {
  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;
}

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

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

.zoom-ru5jk7 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.zoom-75gry5 {
  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;
}

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

.zoom-75gry5::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) {
  .zoom-75gry5::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.zoom-dgohlb.zoom-prf37n .zoom-ynt9ys {
  background: #2b3b67;
}

.zoom-dgohlb.zoom-prf37n .zoom-ru5jk7 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.zoom-dgohlb.zoom-prf37n .zoom-ru5jk7::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.zoom-dgohlb.zoom-prf37n .zoom-ru5jk7::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.zoom-dgohlb.zoom-prf37n .zoom-75gry5::before {
  background: #0e0f41;
}

.zoom-dgohlb.zoom-prf37n .zoom-75gry5::after {
  background: #152557;
}

.zoom-dgohlb.zoom-333u24 .zoom-ynt9ys {
  background: #1f35fa;
}

.zoom-dgohlb.zoom-333u24 .zoom-ru5jk7 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.zoom-dgohlb.zoom-333u24 .zoom-ru5jk7::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.zoom-dgohlb.zoom-333u24 .zoom-ru5jk7::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.zoom-dgohlb.zoom-333u24 .zoom-75gry5::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.zoom-dgohlb.zoom-333u24 .zoom-75gry5::after {
  background: #192ac8;
}

.zoom-dgohlb.zoom-e9qxbd .zoom-ynt9ys {
  background: #fa771f;
}

.zoom-dgohlb.zoom-e9qxbd .zoom-ru5jk7 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.zoom-dgohlb.zoom-e9qxbd .zoom-ru5jk7::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.zoom-dgohlb.zoom-e9qxbd .zoom-ru5jk7::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.zoom-dgohlb.zoom-e9qxbd .zoom-75gry5::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.zoom-dgohlb.zoom-e9qxbd .zoom-75gry5::after {
  background: #fa8535;
}

.zoom-j6g31g {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.zoom-p7jvns {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.zoom-lij8v2 {
  width: 120px;
  height: 22px;
}

.zoom-lij8v2 .zoom-pzr14m {
  fill: #c2c0ce;
}

.zoom-lij8v2 [rating="1"] .zoom-pzr14m:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zoom-lij8v2 [rating="2"] .zoom-pzr14m:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zoom-lij8v2 [rating="3"] .zoom-pzr14m:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zoom-lij8v2 [rating="4"] .zoom-pzr14m:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zoom-lij8v2 [rating="5"] .zoom-pzr14m:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.zoom-0diyqx {
  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);
}

.zoom-0diyqx.zoom-hdc0jg {
  display: block;
}

.zoom-0diyqx.zoom-w56n5k {
  display: none;
}

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

.zoom-1cspe4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.zoom-js2vkn {
  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);
}

.zoom-b9xsxt {
  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;
}

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

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

.zoom-1lnm0q {
  font-size: 16px;
  line-height: 140%;
}

.zoom-ujb04w {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.zoom-ujb04w .zoom-pzr14m {
  fill: #c2c0ce;
}

.zoom-ujb04w [rating="1"] .zoom-pzr14m:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zoom-ujb04w [rating="2"] .zoom-pzr14m:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zoom-ujb04w [rating="3"] .zoom-pzr14m:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zoom-ujb04w [rating="4"] .zoom-pzr14m:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zoom-ujb04w [rating="5"] .zoom-pzr14m:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.zoom-k0bjpx {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.zoom-ynu411 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom-sqsaq5 {
  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;
}

.zoom-fe70r1 {
  flex: 1;
  min-width: 0;
}

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

.zoom-bi9lrv {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.zoom-bi9lrv svg path {
  fill: var(--button-bg-color);
}

.zoom-bi9lrv svg circle {
  fill: var(--button-text-color);
}

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

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

.zoom-rhr298 strong {
  font-weight: 600;
}

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

.zoom-1ix7su p {
  margin: 0 0 16px;
}

.zoom-1ix7su p:last-child {
  margin-bottom: 0;
}

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

.zoom-0ph4sq {
  max-width: 300px;
  width: 100%;
}

.zoom-0ph4sq a {
  width: 100%;
}

@media (max-width: 575px) {
  .zoom-0ph4sq {
    max-width: 200px;
  }
}

.zoom-nx8wu8 {
  justify-content: center;
}

.zoom-fq3x1q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zoom-q2ircz {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.zoom-vc2rwj .zoom-jv416i {
  justify-content: center;
}

/* faq */

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

.zoom-r14hvp {
  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.zoom-tq3jbk ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zoom-r14hvp::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.zoom-tq3jbk ease;
}

.zoom-ttwzpg.zoom-ke7c3k .zoom-r14hvp::after {
  transform: rotate(45deg);
}

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

.zoom-ttwzpg.zoom-ke7c3k .zoom-nsmdw9 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.zoom-jx58gf {
  margin: 25px 0;
}

.zoom-ab6akx > input:not(:checked) ~ label:hover,
.zoom-ab6akx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.zoom-jfimer.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.zoom-ww4qm7 44.zoom-10bxl2.zoom-5k64cn.zoom-b4i748.zoom-ihu294.zoom-a4luuy.zoom-0zrwuq.zoom-tfb4jx.zoom-tngqy9.zoom-znzimz.zoom-znn2p6.zoom-4t2y0w.zoom-rq2ujh 0l-12.zoom-8w463a 30.zoom-cl0b3p.zoom-c7stpg 2.zoom-izne7t.zoom-c7stpg 3.zoom-kck4uq 3.zoom-xdabr1.zoom-74at3p 3.zoom-mfhnzd.zoom-idgwq5.zoom-2j22pm.zoom-mypf22 7-3.zoom-8w463a 10.zoom-9ocjs7.zoom-mypf22 23.zoom-vrtyrz.zoom-y3l72i 1.zoom-1sbwnp 2.zoom-8w463a 3.zoom-y3l72i 1.zoom-74at3p 5.zoom-iuarzh.zoom-74at3p 32.zoom-wo8asz.zoom-idgwq5 5.zoom-rq2ujh 4.zoom-mypf22 9.zoom-mypf22 8.zoom-74at3p 6.zoom-ls2n3f.zoom-on5rcy.zoom-2so26g.zoom-230pzx.zoom-61fzor 4.zoom-4fr05o.zoom-61fzor 6.zoom-61fzor 0l29.zoom-rq2ujh 17.zoom-mrhks9.zoom-w0c6vn 2.zoom-godxue 10.zoom-2roz8a.zoom-8w463a 8.zoom-5xgga0.zoom-5kmnae.zoom-qhl481.zoom-vcjvov.zoom-6f2k0w.zoom-idgwq5.zoom-a4luuy.zoom-8w463a 1.zoom-5gtdnp.zoom-nk6z5w.zoom-l75wr9.zoom-wt0dvw.zoom-8rc2l3.zoom-1sbwnp 1.zoom-ukq7kr.zoom-3gwj6a.5z'/%3e%3c/svg%3e");
}

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

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

.zoom-doe2v9 {
  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);
}

.zoom-doe2v9.zoom-jd1hm4 {
  display: block;
}

.zoom-doe2v9.zoom-1vkz5a {
  display: none;
}

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

.zoom-ii08lr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.zoom-atwqzx {
  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);
}

.zoom-pwvicg {
  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;
}

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

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

.zoom-yii834 {
  font-size: 16px;
  line-height: 140%;
}

.zoom-drwzy1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.zoom-drwzy1 .zoom-y1vq3s {
  fill: #c2c0ce;
}

.zoom-drwzy1 [rating="1"] .zoom-y1vq3s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.zoom-drwzy1 [rating="2"] .zoom-y1vq3s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.zoom-drwzy1 [rating="3"] .zoom-y1vq3s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.zoom-drwzy1 [rating="4"] .zoom-y1vq3s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.zoom-drwzy1 [rating="5"] .zoom-y1vq3s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.zoom-lzwdgn 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;
}

.zoom-lzwdgn 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 */

.zoom-gyavqq {
  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);
}

.zoom-gyavqq.zoom-5ur263 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.zoom-pflu2y {
  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;
}

.zoom-pflu2y label {
  font-size: 14px;
}

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

.zoom-a23swa h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.zoom-8ccvpg, .zoom-wbjild, [class*="review-card"],
thead, thead th, table th, .zoom-70fo6f,
.zoom-ce1twx, [class*="collapsible-header"],
.zoom-fepy2h, [class*="updated-block"] {
  color: #ece7dc !important;
}
