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

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

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

.mrpunter-ntqvh5 {
  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) {
  .mrpunter-ntqvh5: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;
  }
}

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

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

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

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

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

.mrpunter-8vpiv9 {
  cursor: pointer;
}

.mrpunter-lhbw58 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.mrpunter-nwah4f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mrpunter-nwah4f figure {
  margin: 0;
}

.mrpunter-nwah4f.mrpunter-x8xpkh {
  justify-content: flex-start;
  margin-right: 4px;
}

.mrpunter-nwah4f.mrpunter-ektfyu {
  justify-content: flex-end;
  margin-left: 4px;
}

.mrpunter-nwah4f.mrpunter-krgu0h {
  justify-content: center;
}

.mrpunter-nwah4f.mrpunter-bar9p3 {
  justify-content: normal;
}

.mrpunter-p1cgt9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.mrpunter-iwbuuz img {
  width: 100%;
}

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

.mrpunter-jxdwof {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.mrpunter-jxdwof 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);
}

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

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

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

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

.mrpunter-jxdwof ul li:last-of-type::after {
  display: none;
}

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

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

.mrpunter-wm40ze {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.mrpunter-ursq0n.mrpunter-vqzsuk {
  background-color: #000;
}

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

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

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

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

.mrpunter-q21rym {
  margin-bottom: 94px;
}

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

.mrpunter-eo6ar5 .mrpunter-scixcm {
  margin-bottom: 28px;
}

.mrpunter-eo6ar5 .mrpunter-scixcm img {
  max-height: 100px;
  width: auto;
}

.mrpunter-5zav29 {
  display: flex;
  align-items: center;
}

.mrpunter-5zav29 a + a {
  margin-left: 24px;
}

.mrpunter-5zav29 img {
  max-height: 56px;
  width: auto;
}

.mrpunter-5zav29 img + img {
  margin-left: 24px;
}

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

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

.mrpunter-hf4cug {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.mrpunter-ieytfb li {
  display: flex;
  margin: 0 7px;
}

.mrpunter-ieytfb li svg {
  transition: 0.mrpunter-q9x3zf ease-in-out;
}

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

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

.mrpunter-qm42oo + .mrpunter-qm42oo {
  margin-left: 120px;
}

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

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

.mrpunter-3rm607 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mrpunter-3rm607 li {
  font-size: 16px;
}

.mrpunter-3rm607 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.mrpunter-3rm607 li + li {
  margin-top: 16px;
}

.mrpunter-v7kbu0 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.mrpunter-bu5wr9 ease-in-out;
}

.mrpunter-v7kbu0.mrpunter-iwb7tm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.mrpunter-0jffol {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mrpunter-7jgg5o li {
  width: 100%;
}

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

.mrpunter-7jgg5o li a svg {
  fill: var(--button-text-color);
}

.mrpunter-7jgg5o li a.mrpunter-iwb7tm {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.mrpunter-z1kvua {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.mrpunter-z1kvua img {
  width: 100%;
  transition: 0.mrpunter-q9x3zf ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .mrpunter-evcwy1 .mrpunter-scixcm img {
    max-width: 90px;
  }
}

.mrpunter-scixcm img {
  max-height: 50px;
  width: auto;
}

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

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

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

.mrpunter-zofbal li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.mrpunter-8yl9kr {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.mrpunter-8yl9kr.mrpunter-snubvq {
  margin-right: 0;
}

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

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

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

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

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

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

.mrpunter-9xlvr7:hover > ul {
  display: flex;
}

.mrpunter-9xlvr7:focus > ul {
  display: flex;
}

.mrpunter-9xlvr7:focus-within > ul {
  display: flex;
}

.mrpunter-3gppky {
  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;
}

.mrpunter-3gppky::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.mrpunter-bu5wr9 ease-in-out;
}

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

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

.mrpunter-9xlvr7 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.mrpunter-q9x3zf ease-in-out;
  overflow: hidden;
}

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

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

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

.mrpunter-1ncwhz {
  display: none;
}

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

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

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

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

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

.mrpunter-r7u0zw img {
  margin-bottom: 20px;
}

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

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

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

.mrpunter-8c4ery {
  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) {
  .mrpunter-8c4ery {
    font-size: 32px;
  }
}

.mrpunter-zhxrrt {
  color: var(--text-color);
}

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

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

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

.mrpunter-j27bgy p img {
  display: block;
  margin: 0 auto;
}

.mrpunter-j27bgy p:first-of-type {
  margin-top: 0;
}

.mrpunter-j27bgy p:last-of-type {
  margin-bottom: 0;
}

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

.mrpunter-j27bgy ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.mrpunter-53ioxy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.mrpunter-fgygom .mrpunter-ollrez {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.mrpunter-fgygom .mrpunter-k4e4bs {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.mrpunter-k4e4bs {
  margin: 0 0 28px;
}

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

.mrpunter-ollrez {
  margin: 0 0 28px;
}

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

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

.mrpunter-53ioxy .mrpunter-ntqvh5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.mrpunter-8waq3p {
  position: relative;
  border: none;
}

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

.mrpunter-q5z08l {
  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;
}

.mrpunter-q5z08l span {
  height: 32px;
}

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

.mrpunter-q5z08l.mrpunter-uj3kuu span {
  transform: scaleY(-1);
}

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

.mrpunter-rzw5sl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.mrpunter-rzw5sl.mrpunter-wx13l0 {
  display: none;
}

.mrpunter-ijurlu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.mrpunter-ijurlu table {
  width: 100%;
  border-collapse: collapse;
}

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

  .mrpunter-ijurlu table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.mrpunter-n801zc {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.mrpunter-tvh2fv p {
  color: var(--text-color);
}

.mrpunter-eit3r9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.mrpunter-s2hnoy {
  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);
}

.mrpunter-a330m2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mrpunter-tqgp0y p + p {
  margin-top: 10px;
}

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

.mrpunter-tmxm0s {
  display: none;
}

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

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

.mrpunter-n933x6 li {
  margin: 0 20px;
}

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

.mrpunter-n933x6 li a img {
  margin-bottom: 4px;
}

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

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

.mrpunter-r4lb97 li {
  font-size: 16px;
  position: relative;
}

.mrpunter-r4lb97 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.mrpunter-r4lb97 li span {
  opacity: 0.5;
}

.mrpunter-r4lb97 li + li {
  margin-left: 30px;
}

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

h2.mrpunter-9hnspv {
  margin: 0 0 28px;
}

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

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

.mrpunter-vzu0z1 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);
}

.mrpunter-vzu0z1 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;
}

.mrpunter-vzu0z1 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;
}

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

.mrpunter-vzu0z1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.mrpunter-vzu0z1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.mrpunter-vzu0z1 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);
}

.mrpunter-vzu0z1 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);
}

.mrpunter-vzu0z1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.mrpunter-vzu0z1 tbody tr td .mrpunter-berhpp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .mrpunter-vzu0z1 tbody tr td .mrpunter-berhpp {
    width: 100%;
  }
}

.mrpunter-vzu0z1 tbody tr td .mrpunter-7qfgow {
  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.mrpunter-q9x3zf ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .mrpunter-vzu0z1 tbody tr td .mrpunter-7qfgow:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .mrpunter-vzu0z1 tbody tr td .mrpunter-7qfgow {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .mrpunter-vzu0z1 tbody tr td .mrpunter-7qfgow {
    width: 100%;
  }
}

.mrpunter-vzu0z1 tbody tr td .mrpunter-cibdot {
  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) {
  .mrpunter-vzu0z1 tbody tr td .mrpunter-cibdot:hover {
    text-decoration: none;
  }
}

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

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

.mrpunter-sd6if4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mrpunter-xqq0hx img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.mrpunter-q9x3zf ease-in-out;
}

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

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

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

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

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

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

.mrpunter-bnn9s6 img {
  width: 100%;
  height: 100%;
}

.mrpunter-bnn9s6 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.mrpunter-iujcb4 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.mrpunter-q9x3zf ease-in-out;
}

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

.mrpunter-22p46r {
  padding: 90px 0;
}

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

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

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

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

.mrpunter-8cbw1n img {
  width: 100%;
}

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

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

.mrpunter-8emlkh {
  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;
}

.mrpunter-8emlkh 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) {
  .mrpunter-8emlkh {
    flex-basis: auto;
  }
}

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

.mrpunter-mwaa7i {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-mwaa7i:hover {
  border: 1px solid #8c8ca2;
}

.mrpunter-2fsq8r {
  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%);
}

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

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

.mrpunter-v6mto7 a {
  text-decoration: underline;
  color: #8babff;
}

.mrpunter-6mscmc {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.mrpunter-6mscmc .mrpunter-mwaa7i {
  width: 50%;
  margin: 0;
}

.mrpunter-czs1pa {
  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;
}

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

.mrpunter-m8edya {
  margin: 0 0 100px;
}

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

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

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

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

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

.mrpunter-kfqzhq {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.mrpunter-ve6dcf 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.mrpunter-q9x3zf ease-in-out;
}

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

.mrpunter-ve6dcf a svg {
  fill: #fff;
}

.mrpunter-ve6dcf a:hover {
  background: #3d68e7;
}

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

.mrpunter-15l6q3 {
  margin-bottom: 16px;
}

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

.mrpunter-pmf2vl {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.mrpunter-9ztk7s {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.mrpunter-6tdxu9 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.mrpunter-6tdxu9 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);
}

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

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

.mrpunter-6tdxu9 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .mrpunter-6tdxu9 {
    margin: 0;
  }
}

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

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

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

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

.mrpunter-dcmeub.mrpunter-a43swm {
  display: none;
}

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

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

.mrpunter-d65nqq iframe.mrpunter-0fb574 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.mrpunter-d65nqq.mrpunter-p5slt6 {
  opacity: 1;
  pointer-events: all;
}

.mrpunter-xuylua {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-xuylua svg {
  margin-right: 10px;
}

.mrpunter-xuylua + .mrpunter-xuylua {
  margin-top: 14px;
}

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

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

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

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

.mrpunter-plpe37 .mrpunter-53ioxy {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.mrpunter-plpe37 .mrpunter-53ioxy h1,
.mrpunter-plpe37 .mrpunter-53ioxy 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) {
  .mrpunter-plpe37 .mrpunter-53ioxy h1,
  .mrpunter-plpe37 .mrpunter-53ioxy h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .mrpunter-plpe37 .mrpunter-53ioxy {
    margin: 28px 0 0;
  }
}

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

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

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

.mrpunter-das080 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.mrpunter-skd4kj {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.mrpunter-44e4uk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.mrpunter-sji0u0 .mrpunter-ntqvh5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .mrpunter-sji0u0 .mrpunter-ntqvh5 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.mrpunter-i9tx6q {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.mrpunter-i9tx6q img {
  width: 100%;
}

.mrpunter-a2rzox {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.mrpunter-7b7dxc {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.mrpunter-u4ugg5 {
  width: 100%;
  margin: 0 0 100px;
}

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

.mrpunter-u4ugg5 .mrpunter-cn881e {
  position: relative;
}

.mrpunter-u4ugg5 .mrpunter-yk4pod {
  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;
}

.mrpunter-u4ugg5 .mrpunter-yk4pod.mrpunter-a43swm {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr {
    bottom: 90px;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-e4cczj {
  max-width: 300px;
  width: 100%;
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-e4cczj .mrpunter-0zxezb {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-e4cczj .mrpunter-0zxezb {
    font-size: 32px;
    text-align: center;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-e4cczj .mrpunter-kf7p9t {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-e4cczj .mrpunter-kf7p9t {
    text-align: center;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq {
    flex-direction: column-reverse;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-h8qbxb {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-h8qbxb:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-h8qbxb {
    width: 100%;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-cwj6k4 {
  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.mrpunter-q9x3zf ease-in-out;
  overflow: hidden;
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-cwj6k4 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);
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-cwj6k4: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;
}

.mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-cwj6k4:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-75sqcr .mrpunter-snubvq .mrpunter-cwj6k4 {
    width: 100%;
  }
}

.mrpunter-u4ugg5 .mrpunter-75sqcr.mrpunter-a43swm {
  display: none;
}

.mrpunter-u4ugg5 .mrpunter-kyih18 {
  display: none;
}

.mrpunter-u4ugg5 .mrpunter-kyih18.mrpunter-p5slt6 {
  display: block;
}

.mrpunter-u4ugg5 .mrpunter-kyih18 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-kyih18 iframe {
    height: calc(100vh - 54px);
  }
}

.mrpunter-u4ugg5 .mrpunter-wl4ff3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .mrpunter-u4ugg5 .mrpunter-wl4ff3 {
    padding: 24px 16px 0;
  }
}

.mrpunter-u4ugg5 .mrpunter-wl4ff3 .mrpunter-0zxezb {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mrpunter-u4ugg5 .mrpunter-wl4ff3 .mrpunter-0zxezb {
    margin-bottom: 24px;
  }
}

.mrpunter-u4ugg5 .mrpunter-wl4ff3 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);
}

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

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

.mrpunter-u4ugg5 .mrpunter-wl4ff3 table tr:last-of-type td {
  border-bottom: none;
}

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

.mrpunter-y9f8tw.mrpunter-iwb7tm {
  display: block;
}

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

.mrpunter-y9f8tw .mrpunter-onz4xc {
  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;
}

.mrpunter-y9f8tw .mrpunter-3tp14n {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.mrpunter-y9f8tw .mrpunter-cwj6k4 {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-y9f8tw .mrpunter-cwj6k4:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.mrpunter-rlmdw5.mrpunter-iwb7tm {
  display: block;
}

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

.mrpunter-teyouu {
  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;
}

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

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

.mrpunter-948o9i {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.mrpunter-948o9i svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.mrpunter-w1e3yc {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mrpunter-s5buam.mrpunter-a43swm {
  display: none;
}

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

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

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

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

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

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

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

.mrpunter-p20htz input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.mrpunter-p20htz input:active {
  border-color: #c2c0ce;
}

.mrpunter-p20htz input:focus {
  border-color: #c2c0ce;
}

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

.mrpunter-1avztk {
  margin-bottom: 36px;
}

.mrpunter-1avztk 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;
}

.mrpunter-1avztk textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.mrpunter-1avztk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.mrpunter-sifygx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mrpunter-dz0l75 {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-dz0l75:hover {
  background: var(--border-color);
}

.mrpunter-3osrnm {
  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.mrpunter-q9x3zf ease-in-out;
}

.mrpunter-3osrnm:hover {
  background: #166ad9;
}

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

.mrpunter-ya40fz.mrpunter-a43swm {
  display: none;
}

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

.mrpunter-ya40fz .mrpunter-dz0l75 {
  margin: 0 auto;
}

.mrpunter-htavg0 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.mrpunter-r80ytn {
  filter: grayscale(100%);
}

.mrpunter-sswlou > input {
  display: none;
}

.mrpunter-sswlou > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mrpunter-940gpy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.mrpunter-9va9zm 44.mrpunter-y6jgen.mrpunter-1wl374.mrpunter-jp19i8.mrpunter-kpp1f3.mrpunter-i78mwm.mrpunter-7mbg7f.mrpunter-yjc49t.mrpunter-wz0pbz.mrpunter-xor4pc.mrpunter-dzek4c.mrpunter-eejbqr.mrpunter-of3yya 0l-12.mrpunter-4zc94m 30.mrpunter-8qhtfz.mrpunter-c91o5c 2.mrpunter-ganxd5.mrpunter-c91o5c 3.mrpunter-p56mnf 3.mrpunter-5sjnf2.mrpunter-9qusfg 3.mrpunter-f7x23v.mrpunter-29ijeb.mrpunter-nflha2.mrpunter-fqoa3d 7-3.mrpunter-4zc94m 10.mrpunter-8j07ju.mrpunter-fqoa3d 23.mrpunter-rwcbsi.mrpunter-dzcer0 1.mrpunter-iquyzs 2.mrpunter-4zc94m 3.mrpunter-dzcer0 1.mrpunter-9qusfg 5.mrpunter-d0ltwl.mrpunter-9qusfg 32.mrpunter-0umba3.mrpunter-29ijeb 5.mrpunter-of3yya 4.mrpunter-fqoa3d 9.mrpunter-fqoa3d 8.mrpunter-9qusfg 6.mrpunter-z8ntd3.mrpunter-pz0oea.mrpunter-0l95x8.mrpunter-pb7acb.mrpunter-quam2f 4.mrpunter-kg8pph.mrpunter-quam2f 6.mrpunter-quam2f 0l29.mrpunter-of3yya 17.mrpunter-khwv6d.mrpunter-l1nb6v 2.mrpunter-zx02m3 10.mrpunter-ubkm4p.mrpunter-4zc94m 8.mrpunter-8uu29m.mrpunter-bth2vj.mrpunter-qh8y5p.mrpunter-e5ehpu.mrpunter-tbtjq9.mrpunter-29ijeb.mrpunter-i78mwm.mrpunter-4zc94m 1.mrpunter-cgdp71.mrpunter-whedfi.mrpunter-3c2e8j.mrpunter-kxq0m8.mrpunter-zzn1kk.mrpunter-iquyzs 1.mrpunter-mumutq.mrpunter-1mod8i.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.mrpunter-sswlou > input:checked ~ label,
.mrpunter-sswlou > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mrpunter-940gpy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.mrpunter-9va9zm 44.mrpunter-y6jgen.mrpunter-1wl374.mrpunter-jp19i8.mrpunter-kpp1f3.mrpunter-i78mwm.mrpunter-7mbg7f.mrpunter-yjc49t.mrpunter-wz0pbz.mrpunter-xor4pc.mrpunter-dzek4c.mrpunter-eejbqr.mrpunter-of3yya 0l-12.mrpunter-4zc94m 30.mrpunter-8qhtfz.mrpunter-c91o5c 2.mrpunter-ganxd5.mrpunter-c91o5c 3.mrpunter-p56mnf 3.mrpunter-5sjnf2.mrpunter-9qusfg 3.mrpunter-f7x23v.mrpunter-29ijeb.mrpunter-nflha2.mrpunter-fqoa3d 7-3.mrpunter-4zc94m 10.mrpunter-8j07ju.mrpunter-fqoa3d 23.mrpunter-rwcbsi.mrpunter-dzcer0 1.mrpunter-iquyzs 2.mrpunter-4zc94m 3.mrpunter-dzcer0 1.mrpunter-9qusfg 5.mrpunter-d0ltwl.mrpunter-9qusfg 32.mrpunter-0umba3.mrpunter-29ijeb 5.mrpunter-of3yya 4.mrpunter-fqoa3d 9.mrpunter-fqoa3d 8.mrpunter-9qusfg 6.mrpunter-z8ntd3.mrpunter-pz0oea.mrpunter-0l95x8.mrpunter-pb7acb.mrpunter-quam2f 4.mrpunter-kg8pph.mrpunter-quam2f 6.mrpunter-quam2f 0l29.mrpunter-of3yya 17.mrpunter-khwv6d.mrpunter-l1nb6v 2.mrpunter-zx02m3 10.mrpunter-ubkm4p.mrpunter-4zc94m 8.mrpunter-8uu29m.mrpunter-bth2vj.mrpunter-qh8y5p.mrpunter-e5ehpu.mrpunter-tbtjq9.mrpunter-29ijeb.mrpunter-i78mwm.mrpunter-4zc94m 1.mrpunter-cgdp71.mrpunter-whedfi.mrpunter-3c2e8j.mrpunter-kxq0m8.mrpunter-zzn1kk.mrpunter-iquyzs 1.mrpunter-mumutq.mrpunter-1mod8i.5z'/%3e%3c/svg%3e");
}

.mrpunter-sswlou > input:not(:checked) ~ label:hover,
.mrpunter-sswlou > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mrpunter-940gpy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mrpunter-9va9zm 44.mrpunter-y6jgen.mrpunter-1wl374.mrpunter-jp19i8.mrpunter-kpp1f3.mrpunter-i78mwm.mrpunter-7mbg7f.mrpunter-yjc49t.mrpunter-wz0pbz.mrpunter-xor4pc.mrpunter-dzek4c.mrpunter-eejbqr.mrpunter-of3yya 0l-12.mrpunter-4zc94m 30.mrpunter-8qhtfz.mrpunter-c91o5c 2.mrpunter-ganxd5.mrpunter-c91o5c 3.mrpunter-p56mnf 3.mrpunter-5sjnf2.mrpunter-9qusfg 3.mrpunter-f7x23v.mrpunter-29ijeb.mrpunter-nflha2.mrpunter-fqoa3d 7-3.mrpunter-4zc94m 10.mrpunter-8j07ju.mrpunter-fqoa3d 23.mrpunter-rwcbsi.mrpunter-dzcer0 1.mrpunter-iquyzs 2.mrpunter-4zc94m 3.mrpunter-dzcer0 1.mrpunter-9qusfg 5.mrpunter-d0ltwl.mrpunter-9qusfg 32.mrpunter-0umba3.mrpunter-29ijeb 5.mrpunter-of3yya 4.mrpunter-fqoa3d 9.mrpunter-fqoa3d 8.mrpunter-9qusfg 6.mrpunter-z8ntd3.mrpunter-pz0oea.mrpunter-0l95x8.mrpunter-pb7acb.mrpunter-quam2f 4.mrpunter-kg8pph.mrpunter-quam2f 6.mrpunter-quam2f 0l29.mrpunter-of3yya 17.mrpunter-khwv6d.mrpunter-l1nb6v 2.mrpunter-zx02m3 10.mrpunter-ubkm4p.mrpunter-4zc94m 8.mrpunter-8uu29m.mrpunter-bth2vj.mrpunter-qh8y5p.mrpunter-e5ehpu.mrpunter-tbtjq9.mrpunter-29ijeb.mrpunter-i78mwm.mrpunter-4zc94m 1.mrpunter-cgdp71.mrpunter-whedfi.mrpunter-3c2e8j.mrpunter-kxq0m8.mrpunter-zzn1kk.mrpunter-iquyzs 1.mrpunter-mumutq.mrpunter-1mod8i.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .mrpunter-31fdqu > .mrpunter-225d2b {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .mrpunter-31fdqu > .mrpunter-225d2b {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .mrpunter-31fdqu > .mrpunter-225d2b {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .mrpunter-31fdqu > .mrpunter-225d2b {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .mrpunter-31fdqu > .mrpunter-225d2b {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.mrpunter-m3ln22.mrpunter-a43swm {
  display: none;
}

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

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

.mrpunter-dji6bo {
  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;
}

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

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

.mrpunter-dji6bo img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.mrpunter-xn0jo6 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-dwa19d {
  background: #2b3b67;
}

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-dji6bo {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-dji6bo::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-dji6bo::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-xn0jo6::before {
  background: #0e0f41;
}

.mrpunter-m3ln22.mrpunter-faxpli .mrpunter-xn0jo6::after {
  background: #152557;
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-dwa19d {
  background: #1f35fa;
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-dji6bo {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-dji6bo::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-dji6bo::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-xn0jo6::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.mrpunter-m3ln22.mrpunter-t1m1op .mrpunter-xn0jo6::after {
  background: #192ac8;
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-dwa19d {
  background: #fa771f;
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-dji6bo {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-dji6bo::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-dji6bo::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-xn0jo6::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mrpunter-m3ln22.mrpunter-7mnzlp .mrpunter-xn0jo6::after {
  background: #fa8535;
}

.mrpunter-ph4t27 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.mrpunter-0diwxz {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mrpunter-0diwxz span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.mrpunter-0diwxz small {
  font-size: 14px;
  color: var(--text-color);
}

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

.mrpunter-7nj3a2 {
  width: 120px;
  height: 22px;
}

.mrpunter-7nj3a2 .mrpunter-0dkvai {
  fill: #c2c0ce;
}

.mrpunter-7nj3a2 [rating="1"] .mrpunter-0dkvai:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mrpunter-7nj3a2 [rating="2"] .mrpunter-0dkvai:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mrpunter-7nj3a2 [rating="3"] .mrpunter-0dkvai:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mrpunter-7nj3a2 [rating="4"] .mrpunter-0dkvai:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mrpunter-7nj3a2 [rating="5"] .mrpunter-0dkvai:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.mrpunter-xro5xg {
  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);
}

.mrpunter-xro5xg.mrpunter-p5slt6 {
  display: block;
}

.mrpunter-xro5xg.mrpunter-a43swm {
  display: none;
}

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

.mrpunter-8lys6r {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.mrpunter-g7kcd1 {
  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);
}

.mrpunter-b9gmhy {
  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;
}

.mrpunter-6j2f7q small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.mrpunter-shrexc {
  font-size: 16px;
  line-height: 140%;
}

.mrpunter-mitoux {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mrpunter-mitoux .mrpunter-0dkvai {
  fill: #c2c0ce;
}

.mrpunter-mitoux [rating="1"] .mrpunter-0dkvai:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mrpunter-mitoux [rating="2"] .mrpunter-0dkvai:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mrpunter-mitoux [rating="3"] .mrpunter-0dkvai:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mrpunter-mitoux [rating="4"] .mrpunter-0dkvai:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mrpunter-mitoux [rating="5"] .mrpunter-0dkvai:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.mrpunter-ovi75s {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.mrpunter-u9e67e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mrpunter-f0442s {
  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;
}

.mrpunter-5g76if {
  flex: 1;
  min-width: 0;
}

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

.mrpunter-7jn27h {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.mrpunter-7jn27h svg,
.mrpunter-7jn27h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mrpunter-7jn27h svg path {
  fill: var(--button-bg-color);
}

.mrpunter-7jn27h svg circle {
  fill: var(--button-text-color);
}

.mrpunter-9juf67 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.mrpunter-9juf67 strong {
  font-weight: 600;
}

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

.mrpunter-860fmi p {
  margin: 0 0 16px;
}

.mrpunter-860fmi p:last-child {
  margin-bottom: 0;
}

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

.mrpunter-70lup6 {
  max-width: 300px;
  width: 100%;
}

.mrpunter-70lup6 a {
  width: 100%;
}

@media (max-width: 575px) {
  .mrpunter-70lup6 {
    max-width: 200px;
  }
}

.mrpunter-z5u8i4 {
  justify-content: center;
}

.mrpunter-ppt8s7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mrpunter-t88464 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.mrpunter-pfnvr2 .mrpunter-zofbal {
  justify-content: center;
}

/* faq */

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

.mrpunter-v3g5qs {
  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.mrpunter-alvlem ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mrpunter-v3g5qs::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.mrpunter-alvlem ease;
}

.mrpunter-71u8gc.mrpunter-iwb7tm .mrpunter-v3g5qs::after {
  transform: rotate(45deg);
}

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

.mrpunter-71u8gc.mrpunter-iwb7tm .mrpunter-jxt043 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.mrpunter-w4xq6k {
  margin: 25px 0;
}

.mrpunter-sswlou > input:not(:checked) ~ label:hover,
.mrpunter-sswlou > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mrpunter-qxxate.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mrpunter-7d22zr 44.mrpunter-jngu4j.mrpunter-wf432m.mrpunter-xogll9.mrpunter-gl4ty0.mrpunter-c8stah.mrpunter-5g5mxi.mrpunter-hr1dpn.mrpunter-suj5ro.mrpunter-por6qu.mrpunter-buma1d.mrpunter-6tqskq.mrpunter-wci1ab 0l-12.mrpunter-49xw6e 30.mrpunter-n25d4g.mrpunter-tw3f8o 2.mrpunter-q70seh.mrpunter-tw3f8o 3.mrpunter-nuvym6 3.mrpunter-qaig44.mrpunter-mvhf7w 3.mrpunter-ak50bp.mrpunter-x815of.mrpunter-aj7ivw.mrpunter-ssd0yn 7-3.mrpunter-49xw6e 10.mrpunter-27c82w.mrpunter-ssd0yn 23.mrpunter-zm8jxj.mrpunter-8ag9m0 1.mrpunter-rauo2e 2.mrpunter-49xw6e 3.mrpunter-8ag9m0 1.mrpunter-mvhf7w 5.mrpunter-ids2u6.mrpunter-mvhf7w 32.mrpunter-jwp2di.mrpunter-x815of 5.mrpunter-wci1ab 4.mrpunter-ssd0yn 9.mrpunter-ssd0yn 8.mrpunter-mvhf7w 6.mrpunter-dqm9hf.mrpunter-20shs0.mrpunter-pzdn1d.mrpunter-c6sxl4.mrpunter-fzd0ch 4.mrpunter-2khl8g.mrpunter-fzd0ch 6.mrpunter-fzd0ch 0l29.mrpunter-wci1ab 17.mrpunter-ufaukv.mrpunter-9u9qrc 2.mrpunter-151uit 10.mrpunter-mk90ob.mrpunter-49xw6e 8.mrpunter-vulc2c.mrpunter-dr7hor.mrpunter-miw5xm.mrpunter-4i995h.mrpunter-2dansj.mrpunter-x815of.mrpunter-c8stah.mrpunter-49xw6e 1.mrpunter-sdbsaq.mrpunter-bxf103.mrpunter-5ybn0x.mrpunter-a17etv.mrpunter-2jrb0w.mrpunter-rauo2e 1.mrpunter-e781ia.mrpunter-sxpkn6.5z'/%3e%3c/svg%3e");
}

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

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

.mrpunter-x7gklv {
  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);
}

.mrpunter-x7gklv.mrpunter-nhppxc {
  display: block;
}

.mrpunter-x7gklv.mrpunter-jq3nsz {
  display: none;
}

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

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

.mrpunter-re6fla {
  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);
}

.mrpunter-bgoo1n {
  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;
}

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

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

.mrpunter-02fmrs {
  font-size: 16px;
  line-height: 140%;
}

.mrpunter-ysfpsw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mrpunter-ysfpsw .mrpunter-w7mbas {
  fill: #c2c0ce;
}

.mrpunter-ysfpsw [rating="1"] .mrpunter-w7mbas:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mrpunter-ysfpsw [rating="2"] .mrpunter-w7mbas:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mrpunter-ysfpsw [rating="3"] .mrpunter-w7mbas:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mrpunter-ysfpsw [rating="4"] .mrpunter-w7mbas:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mrpunter-ysfpsw [rating="5"] .mrpunter-w7mbas:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.mrpunter-sd6dio 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;
}

.mrpunter-sd6dio 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 */

.mrpunter-etb7py {
  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);
}

.mrpunter-etb7py.mrpunter-l9yn8r {
  opacity: 1;
  pointer-events: auto;
}
