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

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

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

.guts-wjwy13 {
  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) {
  .guts-wjwy13: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;
  }
}

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

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

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

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

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

.guts-olsbpj {
  cursor: pointer;
}

.guts-nah8mv {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.guts-qthn0y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.guts-qthn0y figure {
  margin: 0;
}

.guts-qthn0y.guts-ay0flt {
  justify-content: flex-start;
  margin-right: 4px;
}

.guts-qthn0y.guts-dykzco {
  justify-content: flex-end;
  margin-left: 4px;
}

.guts-qthn0y.guts-niznks {
  justify-content: center;
}

.guts-qthn0y.guts-a4i9vg {
  justify-content: normal;
}

.guts-64qwyy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.guts-xgiznf img {
  width: 100%;
}

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

.guts-0j6hmv {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.guts-0j6hmv 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) {
  .guts-0j6hmv ul {
    margin-bottom: 15px;
  }
}

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

.guts-0j6hmv 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);
}

.guts-0j6hmv ul li span svg {
  fill: var(--title-color);
}

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

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

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

.guts-0j6hmv ul li:last-of-type::after {
  display: none;
}

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

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

.guts-lebwsq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.guts-ckm44y.guts-gsqn5c {
  background-color: #000;
}

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

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

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

.guts-4akpne {
  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) {
  .guts-4akpne {
    flex-direction: column;
  }
}

.guts-rgph0g {
  margin-bottom: 94px;
}

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

.guts-hpfq31 .guts-0zbqze {
  margin-bottom: 28px;
}

.guts-hpfq31 .guts-0zbqze img {
  max-height: 100px;
  width: auto;
}

.guts-62vw30 {
  display: flex;
  align-items: center;
}

.guts-62vw30 a + a {
  margin-left: 24px;
}

.guts-62vw30 img {
  max-height: 56px;
  width: auto;
}

.guts-62vw30 img + img {
  margin-left: 24px;
}

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

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

.guts-ole6i2 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.guts-zqytx4 li {
  display: flex;
  margin: 0 7px;
}

.guts-zqytx4 li svg {
  transition: 0.guts-rm1104 ease-in-out;
}

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

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

.guts-dgiqlw + .guts-dgiqlw {
  margin-left: 120px;
}

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

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

.guts-38g2zr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guts-38g2zr li {
  font-size: 16px;
}

.guts-38g2zr li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.guts-38g2zr li + li {
  margin-top: 16px;
}

.guts-v9bmb9 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.guts-mvnt6i ease-in-out;
}

.guts-v9bmb9.guts-4jvzqe {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.guts-11wo0u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.guts-firmds li {
  width: 100%;
}

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

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

.guts-firmds li a.guts-4jvzqe {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.guts-y8845o {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.guts-y8845o img {
  width: 100%;
  transition: 0.guts-rm1104 ease-in-out;
}

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

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

.guts-6wyc2v {
  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) {
  .guts-6wyc2v {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .guts-6wyc2v .guts-0zbqze img {
    max-width: 90px;
  }
}

.guts-0zbqze img {
  max-height: 50px;
  width: auto;
}

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

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

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

.guts-pb2o6o li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.guts-ekwdrj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.guts-ekwdrj.guts-sr0cpz {
  margin-right: 0;
}

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

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

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

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

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

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

.guts-jlwjp2:hover > ul {
  display: flex;
}

.guts-jlwjp2:focus > ul {
  display: flex;
}

.guts-jlwjp2:focus-within > ul {
  display: flex;
}

.guts-cyqlsg {
  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;
}

.guts-cyqlsg::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.guts-mvnt6i ease-in-out;
}

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

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

.guts-jlwjp2 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.guts-rm1104 ease-in-out;
  overflow: hidden;
}

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

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

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

.guts-9lv38y {
  display: none;
}

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

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

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

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

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

.guts-xuk5nj img {
  margin-bottom: 20px;
}

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

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

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

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

.guts-yxf7zf {
  color: var(--text-color);
}

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

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

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

.guts-gespcq p img {
  display: block;
  margin: 0 auto;
}

.guts-gespcq p:first-of-type {
  margin-top: 0;
}

.guts-gespcq p:last-of-type {
  margin-bottom: 0;
}

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

.guts-gespcq ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.guts-7kk7as {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.guts-7yy5d8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.guts-7yy5d8 .guts-bbu5r8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .guts-7yy5d8 .guts-bbu5r8 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.guts-7yy5d8 .guts-k3tlet {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .guts-7yy5d8 .guts-k3tlet {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .guts-7yy5d8 .guts-k3tlet img {
    width: 100%;
  }
}

.guts-k3tlet {
  margin: 0 0 28px;
}

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

.guts-bbu5r8 {
  margin: 0 0 28px;
}

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

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

.guts-7kk7as .guts-wjwy13 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.guts-yrn9jo {
  position: relative;
  border: none;
}

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

.guts-wyoahw {
  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;
}

.guts-wyoahw span {
  height: 32px;
}

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

.guts-wyoahw.guts-iv6spl span {
  transform: scaleY(-1);
}

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

.guts-2zpdj2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.guts-2zpdj2 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.guts-rm1104 ease-in-out;
}

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

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

.guts-2zpdj2.guts-7tso1d {
  display: none;
}

.guts-25vy5v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.guts-25vy5v table {
  width: 100%;
  border-collapse: collapse;
}

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

  .guts-25vy5v table td {
    min-width: 75px;
  }
}

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

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

.guts-25vy5v p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.guts-3ft3yb {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.guts-teos9p p {
  color: var(--text-color);
}

.guts-1bzm7c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.guts-mjwtkf {
  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);
}

.guts-46wwuf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.guts-704t67 p + p {
  margin-top: 10px;
}

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

.guts-6ivx54 {
  display: none;
}

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

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

.guts-yhzs8o li {
  margin: 0 20px;
}

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

.guts-yhzs8o li a img {
  margin-bottom: 4px;
}

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

.guts-4qx58h {
  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) {
  .guts-4qx58h {
    padding: 0 16px;
  }
}

.guts-4qx58h li {
  font-size: 16px;
  position: relative;
}

.guts-4qx58h li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.guts-4qx58h li span {
  opacity: 0.5;
}

.guts-4qx58h li + li {
  margin-left: 30px;
}

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

h2.guts-dwn3za {
  margin: 0 0 28px;
}

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

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

.guts-srd38l 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);
}

.guts-srd38l 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;
}

.guts-srd38l 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;
}

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

.guts-srd38l tbody tr:last-of-type {
  margin-bottom: 0;
}

.guts-srd38l tbody tr td:first-of-type {
  flex-shrink: 0;
}

.guts-srd38l 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);
}

.guts-srd38l 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);
}

.guts-srd38l tbody tr td:last-of-type {
  margin-left: auto;
}

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

.guts-srd38l tbody tr td .guts-nazo8f {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .guts-srd38l tbody tr td .guts-nazo8f {
    width: 100%;
  }
}

.guts-srd38l tbody tr td .guts-guhvcu {
  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.guts-rm1104 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .guts-srd38l tbody tr td .guts-guhvcu {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .guts-srd38l tbody tr td .guts-guhvcu {
    width: 100%;
  }
}

.guts-srd38l tbody tr td .guts-oa9cmn {
  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) {
  .guts-srd38l tbody tr td .guts-oa9cmn:hover {
    text-decoration: none;
  }
}

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

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

.guts-v574hp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.guts-tb8zxi img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.guts-rm1104 ease-in-out;
}

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

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

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

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

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

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

.guts-jc6njl img {
  width: 100%;
  height: 100%;
}

.guts-jc6njl iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.guts-65oyp4 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.guts-rm1104 ease-in-out;
}

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

.guts-cru6jd {
  padding: 90px 0;
}

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

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

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

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

.guts-gz6v84 img {
  width: 100%;
}

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

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

.guts-wlfwkn {
  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;
}

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

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

.guts-o0bgfu {
  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.guts-rm1104 ease-in-out;
}

.guts-o0bgfu:hover {
  border: 1px solid #8c8ca2;
}

.guts-vern6t {
  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%);
}

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

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

.guts-3sjevb a {
  text-decoration: underline;
  color: #8babff;
}

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

.guts-d266ds .guts-o0bgfu {
  width: 50%;
  margin: 0;
}

.guts-wt0j9c {
  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;
}

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

.guts-memnb0 {
  margin: 0 0 100px;
}

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

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

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

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

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

.guts-j97j75 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.guts-nd747w 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.guts-rm1104 ease-in-out;
}

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

.guts-nd747w a svg {
  fill: #fff;
}

.guts-nd747w a:hover {
  background: #3d68e7;
}

.guts-016dr9 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.guts-km1rij {
  margin-bottom: 16px;
}

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

.guts-z8f9rt {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.guts-boiorp 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);
}

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

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

.guts-boiorp table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.guts-e08dsn.guts-xqh8ci {
  display: none;
}

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

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

.guts-lxpgyf iframe.guts-2cru6z {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.guts-lxpgyf.guts-ggnlas {
  opacity: 1;
  pointer-events: all;
}

.guts-mebdlz {
  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.guts-rm1104 ease-in-out;
}

.guts-mebdlz svg {
  margin-right: 10px;
}

.guts-mebdlz + .guts-mebdlz {
  margin-top: 14px;
}

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

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

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

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

.guts-qeulg6 .guts-7kk7as {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .guts-qeulg6 .guts-7kk7as {
    margin: 28px 0 0;
  }
}

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

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

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

.guts-2t366e {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.guts-8zumx0 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .guts-755jrj {
    padding: 10px;
  }
}

.guts-755jrj .guts-wjwy13 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .guts-755jrj .guts-wjwy13 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .guts-755jrj {
    flex-wrap: wrap;
  }
}

.guts-ip8i9x {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.guts-ip8i9x img {
  width: 100%;
}

.guts-8o35wa {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.guts-99119f {
  width: 100%;
  margin: 0 0 100px;
}

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

.guts-99119f .guts-7ado3b {
  position: relative;
}

.guts-99119f .guts-rdp25o {
  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;
}

.guts-99119f .guts-rdp25o.guts-xqh8ci {
  display: none;
}

.guts-99119f .guts-61aveo {
  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) {
  .guts-99119f .guts-61aveo {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .guts-99119f .guts-61aveo {
    bottom: 90px;
  }
}

.guts-99119f .guts-61aveo .guts-utl7yi {
  max-width: 300px;
  width: 100%;
}

.guts-99119f .guts-61aveo .guts-utl7yi .guts-yec7x4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-61aveo .guts-utl7yi .guts-yec7x4 {
    font-size: 32px;
    text-align: center;
  }
}

.guts-99119f .guts-61aveo .guts-utl7yi .guts-p96ehr {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-61aveo .guts-utl7yi .guts-p96ehr {
    text-align: center;
  }
}

.guts-99119f .guts-61aveo .guts-sr0cpz {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-61aveo .guts-sr0cpz {
    flex-direction: column-reverse;
  }
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-ub2l5w {
  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.guts-rm1104 ease-in-out;
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-ub2l5w:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-61aveo .guts-sr0cpz .guts-ub2l5w {
    width: 100%;
  }
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-7cmuab {
  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.guts-rm1104 ease-in-out;
  overflow: hidden;
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-7cmuab 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);
  }
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-7cmuab: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;
}

.guts-99119f .guts-61aveo .guts-sr0cpz .guts-7cmuab:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-61aveo .guts-sr0cpz .guts-7cmuab {
    width: 100%;
  }
}

.guts-99119f .guts-61aveo.guts-xqh8ci {
  display: none;
}

.guts-99119f .guts-r2fcz3 {
  display: none;
}

.guts-99119f .guts-r2fcz3.guts-ggnlas {
  display: block;
}

.guts-99119f .guts-r2fcz3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-r2fcz3 iframe {
    height: calc(100vh - 54px);
  }
}

.guts-99119f .guts-laj5c7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .guts-99119f .guts-laj5c7 {
    padding: 24px 16px 0;
  }
}

.guts-99119f .guts-laj5c7 .guts-yec7x4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .guts-99119f .guts-laj5c7 .guts-yec7x4 {
    margin-bottom: 24px;
  }
}

.guts-99119f .guts-laj5c7 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);
}

.guts-99119f .guts-laj5c7 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) {
  .guts-99119f .guts-laj5c7 table tr td {
    padding: 12px 4px;
  }
}

.guts-99119f .guts-laj5c7 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) {
  .guts-99119f .guts-laj5c7 table tr th {
    padding: 12px 4px;
  }
}

.guts-99119f .guts-laj5c7 table tr:last-of-type td {
  border-bottom: none;
}

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

.guts-wniwnb.guts-4jvzqe {
  display: block;
}

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

.guts-wniwnb .guts-sxs4xv {
  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;
}

.guts-wniwnb .guts-4iwxqp {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.guts-wniwnb .guts-7cmuab {
  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.guts-rm1104 ease-in-out;
}

.guts-wniwnb .guts-7cmuab:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.guts-2zf27l.guts-4jvzqe {
  display: block;
}

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

.guts-7xa91o {
  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;
}

.guts-9ijcrz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.guts-4esazb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.guts-4esazb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.guts-f3gcfb {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.guts-hbj88z.guts-xqh8ci {
  display: none;
}

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

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

.guts-2d4teg {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.guts-2d4teg 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.guts-rm1104 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.guts-2d4teg input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.guts-2d4teg input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.guts-2d4teg input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.guts-2d4teg input:active {
  border-color: #c2c0ce;
}

.guts-2d4teg input:focus {
  border-color: #c2c0ce;
}

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

.guts-sh3wq4 {
  margin-bottom: 36px;
}

.guts-sh3wq4 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;
}

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

.guts-sh3wq4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.guts-vsgkc1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.guts-0qf7uw {
  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.guts-rm1104 ease-in-out;
}

.guts-0qf7uw:hover {
  background: var(--border-color);
}

.guts-ys6ajv {
  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.guts-rm1104 ease-in-out;
}

.guts-ys6ajv:hover {
  background: #166ad9;
}

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

.guts-a4hhx6.guts-xqh8ci {
  display: none;
}

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

.guts-a4hhx6 .guts-0qf7uw {
  margin: 0 auto;
}

.guts-k5ogss {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.guts-hz1w6j {
  filter: grayscale(100%);
}

.guts-5br3il > input {
  display: none;
}

.guts-5br3il > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.guts-1lahoe.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.guts-u0yjkx 44.guts-esfw8j.guts-w5m8si.guts-82mir9.guts-ruzhpq.guts-kvvex1.guts-xsnd4y.guts-eahh8m.guts-gc5j3i.guts-0xz6om.guts-48dhm5.guts-9xpvf3.guts-arwa9a 0l-12.guts-f4ww6w 30.guts-duhc3k.guts-76i2pe 2.guts-s75tt7.guts-76i2pe 3.guts-tte990 3.guts-dff3hb.guts-t77fty 3.guts-qrwxm9.guts-od6nkt.guts-fvotqd.guts-02e8oa 7-3.guts-f4ww6w 10.guts-d6xtv9.guts-02e8oa 23.guts-ew2atj.guts-0ql3as 1.guts-t9e4x6 2.guts-f4ww6w 3.guts-0ql3as 1.guts-t77fty 5.guts-tww0x6.guts-t77fty 32.guts-bx2514.guts-od6nkt 5.guts-arwa9a 4.guts-02e8oa 9.guts-02e8oa 8.guts-t77fty 6.guts-pw3bwr.guts-g5i2pz.guts-1elnin.guts-4mhmmu.guts-j6f1bu 4.guts-ktfapb.guts-j6f1bu 6.guts-j6f1bu 0l29.guts-arwa9a 17.guts-v0uphi.guts-hicvyv 2.guts-1gpu40 10.guts-kezutj.guts-f4ww6w 8.guts-9yufi9.guts-g510mu.guts-aftj1n.guts-3t1qr7.guts-smfr52.guts-od6nkt.guts-kvvex1.guts-f4ww6w 1.guts-llvxil.guts-jcp7yi.guts-qo6h22.guts-ps4lru.guts-11i8fn.guts-t9e4x6 1.guts-1m9obi.guts-75ntoh.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.guts-5br3il > input:checked ~ label,
.guts-5br3il > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.guts-1lahoe.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.guts-u0yjkx 44.guts-esfw8j.guts-w5m8si.guts-82mir9.guts-ruzhpq.guts-kvvex1.guts-xsnd4y.guts-eahh8m.guts-gc5j3i.guts-0xz6om.guts-48dhm5.guts-9xpvf3.guts-arwa9a 0l-12.guts-f4ww6w 30.guts-duhc3k.guts-76i2pe 2.guts-s75tt7.guts-76i2pe 3.guts-tte990 3.guts-dff3hb.guts-t77fty 3.guts-qrwxm9.guts-od6nkt.guts-fvotqd.guts-02e8oa 7-3.guts-f4ww6w 10.guts-d6xtv9.guts-02e8oa 23.guts-ew2atj.guts-0ql3as 1.guts-t9e4x6 2.guts-f4ww6w 3.guts-0ql3as 1.guts-t77fty 5.guts-tww0x6.guts-t77fty 32.guts-bx2514.guts-od6nkt 5.guts-arwa9a 4.guts-02e8oa 9.guts-02e8oa 8.guts-t77fty 6.guts-pw3bwr.guts-g5i2pz.guts-1elnin.guts-4mhmmu.guts-j6f1bu 4.guts-ktfapb.guts-j6f1bu 6.guts-j6f1bu 0l29.guts-arwa9a 17.guts-v0uphi.guts-hicvyv 2.guts-1gpu40 10.guts-kezutj.guts-f4ww6w 8.guts-9yufi9.guts-g510mu.guts-aftj1n.guts-3t1qr7.guts-smfr52.guts-od6nkt.guts-kvvex1.guts-f4ww6w 1.guts-llvxil.guts-jcp7yi.guts-qo6h22.guts-ps4lru.guts-11i8fn.guts-t9e4x6 1.guts-1m9obi.guts-75ntoh.5z'/%3e%3c/svg%3e");
}

.guts-5br3il > input:not(:checked) ~ label:hover,
.guts-5br3il > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.guts-1lahoe.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.guts-u0yjkx 44.guts-esfw8j.guts-w5m8si.guts-82mir9.guts-ruzhpq.guts-kvvex1.guts-xsnd4y.guts-eahh8m.guts-gc5j3i.guts-0xz6om.guts-48dhm5.guts-9xpvf3.guts-arwa9a 0l-12.guts-f4ww6w 30.guts-duhc3k.guts-76i2pe 2.guts-s75tt7.guts-76i2pe 3.guts-tte990 3.guts-dff3hb.guts-t77fty 3.guts-qrwxm9.guts-od6nkt.guts-fvotqd.guts-02e8oa 7-3.guts-f4ww6w 10.guts-d6xtv9.guts-02e8oa 23.guts-ew2atj.guts-0ql3as 1.guts-t9e4x6 2.guts-f4ww6w 3.guts-0ql3as 1.guts-t77fty 5.guts-tww0x6.guts-t77fty 32.guts-bx2514.guts-od6nkt 5.guts-arwa9a 4.guts-02e8oa 9.guts-02e8oa 8.guts-t77fty 6.guts-pw3bwr.guts-g5i2pz.guts-1elnin.guts-4mhmmu.guts-j6f1bu 4.guts-ktfapb.guts-j6f1bu 6.guts-j6f1bu 0l29.guts-arwa9a 17.guts-v0uphi.guts-hicvyv 2.guts-1gpu40 10.guts-kezutj.guts-f4ww6w 8.guts-9yufi9.guts-g510mu.guts-aftj1n.guts-3t1qr7.guts-smfr52.guts-od6nkt.guts-kvvex1.guts-f4ww6w 1.guts-llvxil.guts-jcp7yi.guts-qo6h22.guts-ps4lru.guts-11i8fn.guts-t9e4x6 1.guts-1m9obi.guts-75ntoh.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .guts-acdp09 > .guts-c3y39r {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .guts-acdp09 > .guts-c3y39r {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .guts-acdp09 > .guts-c3y39r {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .guts-acdp09 > .guts-c3y39r {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .guts-acdp09 > .guts-c3y39r {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.guts-jyoyuk.guts-xqh8ci {
  display: none;
}

.guts-4sjx7z {
  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) {
  .guts-4sjx7z {
    height: 74px;
    overflow: visible;
  }
}

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

.guts-xm126n {
  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;
}

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

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

.guts-xm126n img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.guts-i5mr4k {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .guts-5ztnmf {
    top: -20px;
  }
}

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

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

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

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

.guts-jyoyuk.guts-xis7cu .guts-4sjx7z {
  background: #2b3b67;
}

.guts-jyoyuk.guts-xis7cu .guts-xm126n {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.guts-jyoyuk.guts-xis7cu .guts-xm126n::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.guts-jyoyuk.guts-xis7cu .guts-xm126n::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.guts-jyoyuk.guts-xis7cu .guts-i5mr4k::before {
  background: #0e0f41;
}

.guts-jyoyuk.guts-xis7cu .guts-i5mr4k::after {
  background: #152557;
}

.guts-jyoyuk.guts-3psk5e .guts-4sjx7z {
  background: #1f35fa;
}

.guts-jyoyuk.guts-3psk5e .guts-xm126n {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.guts-jyoyuk.guts-3psk5e .guts-xm126n::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.guts-jyoyuk.guts-3psk5e .guts-xm126n::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.guts-jyoyuk.guts-3psk5e .guts-i5mr4k::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.guts-jyoyuk.guts-3psk5e .guts-i5mr4k::after {
  background: #192ac8;
}

.guts-jyoyuk.guts-uemd9u .guts-4sjx7z {
  background: #fa771f;
}

.guts-jyoyuk.guts-uemd9u .guts-xm126n {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.guts-jyoyuk.guts-uemd9u .guts-xm126n::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.guts-jyoyuk.guts-uemd9u .guts-xm126n::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.guts-jyoyuk.guts-uemd9u .guts-i5mr4k::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.guts-jyoyuk.guts-uemd9u .guts-i5mr4k::after {
  background: #fa8535;
}

.guts-akmz3h {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.guts-knhe11 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.guts-t1zt9k {
  width: 120px;
  height: 22px;
}

.guts-t1zt9k .guts-jt6cfl {
  fill: #c2c0ce;
}

.guts-t1zt9k [rating="1"] .guts-jt6cfl:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.guts-t1zt9k [rating="2"] .guts-jt6cfl:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.guts-t1zt9k [rating="3"] .guts-jt6cfl:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.guts-t1zt9k [rating="4"] .guts-jt6cfl:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.guts-t1zt9k [rating="5"] .guts-jt6cfl:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.guts-hmp7dl {
  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);
}

.guts-hmp7dl.guts-ggnlas {
  display: block;
}

.guts-hmp7dl.guts-xqh8ci {
  display: none;
}

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

.guts-ilc07i {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.guts-4y56d9 {
  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);
}

.guts-scmqde {
  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;
}

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

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

.guts-79clig {
  font-size: 16px;
  line-height: 140%;
}

.guts-o0z5g8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.guts-o0z5g8 .guts-jt6cfl {
  fill: #c2c0ce;
}

.guts-o0z5g8 [rating="1"] .guts-jt6cfl:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.guts-o0z5g8 [rating="2"] .guts-jt6cfl:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.guts-o0z5g8 [rating="3"] .guts-jt6cfl:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.guts-o0z5g8 [rating="4"] .guts-jt6cfl:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.guts-o0z5g8 [rating="5"] .guts-jt6cfl:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.guts-zct7af {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.guts-ybcfgk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guts-yynf3j {
  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;
}

.guts-px2ffk {
  flex: 1;
  min-width: 0;
}

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

.guts-iv7hwy {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.guts-iv7hwy svg path {
  fill: var(--button-bg-color);
}

.guts-iv7hwy svg circle {
  fill: var(--button-text-color);
}

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

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

.guts-oxy9uq strong {
  font-weight: 600;
}

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

.guts-xky4iu p {
  margin: 0 0 16px;
}

.guts-xky4iu p:last-child {
  margin-bottom: 0;
}

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

.guts-8btjqg {
  max-width: 300px;
  width: 100%;
}

.guts-8btjqg a {
  width: 100%;
}

@media (max-width: 575px) {
  .guts-8btjqg {
    max-width: 200px;
  }
}

.guts-0lq84i {
  justify-content: center;
}

.guts-30qs6q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guts-xwhf6v {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.guts-g627yp .guts-pb2o6o {
  justify-content: center;
}

/* faq */

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

.guts-8g1fyc {
  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.guts-q62efr ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guts-8g1fyc::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.guts-q62efr ease;
}

.guts-8l4j93.guts-4jvzqe .guts-8g1fyc::after {
  transform: rotate(45deg);
}

.guts-8x8yfd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.guts-rm1104 ease, padding 0.guts-rm1104 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.guts-8l4j93.guts-4jvzqe .guts-8x8yfd {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.guts-yilt3i {
  margin: 25px 0;
}

.guts-5br3il > input:not(:checked) ~ label:hover,
.guts-5br3il > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.guts-zh36sp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.guts-twltmc 44.guts-rq9qzi.guts-i1g78e.guts-6h3csw.guts-hpj327.guts-i4b9gw.guts-ld42pu.guts-gpm79y.guts-nrqiws.guts-saxk0p.guts-y4i9ux.guts-zkbemp.guts-1yn5gp 0l-12.guts-0b13ba 30.guts-gt5nvb.guts-88en4l 2.guts-2n7hn5.guts-88en4l 3.guts-oi7o9d 3.guts-khw9n0.guts-qq2g6l 3.guts-1x92gc.guts-d949lp.guts-md0ho5.guts-039mbr 7-3.guts-0b13ba 10.guts-hs72yx.guts-039mbr 23.guts-s22jld.guts-sb1eg2 1.guts-9okf62 2.guts-0b13ba 3.guts-sb1eg2 1.guts-qq2g6l 5.guts-706gyr.guts-qq2g6l 32.guts-jvgr0c.guts-d949lp 5.guts-1yn5gp 4.guts-039mbr 9.guts-039mbr 8.guts-qq2g6l 6.guts-0pvhyt.guts-wpkjd3.guts-lgvz1l.guts-fo0gno.guts-d7shlz 4.guts-t9pp7x.guts-d7shlz 6.guts-d7shlz 0l29.guts-1yn5gp 17.guts-nyhp5q.guts-6xyou5 2.guts-d3gqwp 10.guts-8oifve.guts-0b13ba 8.guts-ok63kr.guts-91mycx.guts-mpdo15.guts-0b8z6t.guts-6331qy.guts-d949lp.guts-i4b9gw.guts-0b13ba 1.guts-vzls3a.guts-axetyr.guts-7lcevk.guts-v8wmmy.guts-jeiqiu.guts-9okf62 1.guts-osc2j6.guts-kavn2u.5z'/%3e%3c/svg%3e");
}

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

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

.guts-v9t2ek {
  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);
}

.guts-v9t2ek.guts-u29vjo {
  display: block;
}

.guts-v9t2ek.guts-1h1qdi {
  display: none;
}

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

.guts-0kcir6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.guts-k9iytk {
  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);
}

.guts-v9k3pp {
  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;
}

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

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

.guts-k5e1pp {
  font-size: 16px;
  line-height: 140%;
}

.guts-1u4ymk {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.guts-1u4ymk .guts-gm372o {
  fill: #c2c0ce;
}

.guts-1u4ymk [rating="1"] .guts-gm372o:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.guts-1u4ymk [rating="2"] .guts-gm372o:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.guts-1u4ymk [rating="3"] .guts-gm372o:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.guts-1u4ymk [rating="4"] .guts-gm372o:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.guts-1u4ymk [rating="5"] .guts-gm372o:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.guts-zktt0x 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;
}

.guts-zktt0x 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 */

.guts-c4iof6 {
  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);
}

.guts-c4iof6.guts-2xv6ta {
  opacity: 1;
  pointer-events: auto;
}

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

.guts-df5wpm label {
  font-size: 14px;
}

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

.guts-1tictk h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.guts-90mo0z, .guts-o3wnua, [class*="review-card"],
thead, thead th, table th, .guts-e3n95h,
.guts-vbbbfv, [class*="collapsible-header"],
.guts-1bzm7c, [class*="updated-block"] {
  color: #ece7dc !important;
}
