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

.epiphone-42rhj5 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.epiphone-kzg7a9 {
  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) {
  .epiphone-kzg7a9: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;
  }
}

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

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

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

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

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

.epiphone-g5ao8s {
  cursor: pointer;
}

.epiphone-6fei0i {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.epiphone-0y2vz6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.epiphone-0y2vz6 figure {
  margin: 0;
}

.epiphone-0y2vz6.epiphone-ic5tpj {
  justify-content: flex-start;
  margin-right: 4px;
}

.epiphone-0y2vz6.epiphone-9qj8jc {
  justify-content: flex-end;
  margin-left: 4px;
}

.epiphone-0y2vz6.epiphone-nkmgxm {
  justify-content: center;
}

.epiphone-0y2vz6.epiphone-cpev5o {
  justify-content: normal;
}

.epiphone-u15vzy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.epiphone-9roxeu {
  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) {
  .epiphone-9roxeu {
    flex-direction: column;
  }
}

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

.epiphone-f0gntr img {
  width: 100%;
}

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

.epiphone-htg737 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.epiphone-htg737 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);
}

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

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

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

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

.epiphone-htg737 ul li:last-of-type::after {
  display: none;
}

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

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

.epiphone-ao3exq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.epiphone-kut0e1.epiphone-yo39k8 {
  background-color: #000;
}

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

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

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

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

.epiphone-133nvq {
  margin-bottom: 94px;
}

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

.epiphone-w88rq8 .epiphone-29x8rf {
  margin-bottom: 28px;
}

.epiphone-w88rq8 .epiphone-29x8rf img {
  max-height: 100px;
  width: auto;
}

.epiphone-r6qp0v {
  display: flex;
  align-items: center;
}

.epiphone-r6qp0v a + a {
  margin-left: 24px;
}

.epiphone-r6qp0v img {
  max-height: 56px;
  width: auto;
}

.epiphone-r6qp0v img + img {
  margin-left: 24px;
}

.epiphone-5rqzvf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.epiphone-61o36u {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.epiphone-zsaz6t li {
  display: flex;
  margin: 0 7px;
}

.epiphone-zsaz6t li svg {
  transition: 0.epiphone-ktlfka ease-in-out;
}

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

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

.epiphone-5mue20 + .epiphone-5mue20 {
  margin-left: 120px;
}

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

.epiphone-9qjama {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.epiphone-zwumsm {
  list-style: none;
  margin: 0;
  padding: 0;
}

.epiphone-zwumsm li {
  font-size: 16px;
}

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

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

.epiphone-zwumsm li + li {
  margin-top: 16px;
}

.epiphone-goemaj {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.epiphone-bj81bi ease-in-out;
}

.epiphone-goemaj.epiphone-oevusl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.epiphone-edkwxk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.epiphone-3j1qx6 li {
  width: 100%;
}

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

.epiphone-3j1qx6 li a svg {
  fill: var(--button-text-color);
}

.epiphone-3j1qx6 li a.epiphone-oevusl {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.epiphone-aj1tfr {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.epiphone-aj1tfr img {
  width: 100%;
  transition: 0.epiphone-ktlfka ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .epiphone-xencjq .epiphone-29x8rf img {
    max-width: 90px;
  }
}

.epiphone-29x8rf img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .epiphone-29x8rf {
    order: -2;
  }
}

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

.epiphone-9zg7oj {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.epiphone-9zg7oj li {
  font-size: 16px;
  margin: 0 20px;
}

.epiphone-9zg7oj li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.epiphone-7huw9w {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.epiphone-7huw9w.epiphone-w6cx4g {
  margin-right: 0;
}

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

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

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

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

.epiphone-2d5qju {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.epiphone-2d5qju:hover > ul {
  display: flex;
}

.epiphone-2d5qju:focus > ul {
  display: flex;
}

.epiphone-2d5qju:focus-within > ul {
  display: flex;
}

.epiphone-ahnxp2 {
  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;
}

.epiphone-ahnxp2::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.epiphone-bj81bi ease-in-out;
}

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

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

.epiphone-2d5qju 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.epiphone-ktlfka ease-in-out;
  overflow: hidden;
}

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

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

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

.epiphone-95dom0 {
  display: none;
}

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

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

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

.epiphone-5xxy8n {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.epiphone-5xxy8n img {
  margin-bottom: 20px;
}

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

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

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

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

.epiphone-w2h15m {
  color: var(--text-color);
}

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

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

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

.epiphone-h720k9 p img {
  display: block;
  margin: 0 auto;
}

.epiphone-h720k9 p:first-of-type {
  margin-top: 0;
}

.epiphone-h720k9 p:last-of-type {
  margin-bottom: 0;
}

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

.epiphone-h720k9 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.epiphone-q2bdvy .epiphone-lazpx4 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.epiphone-q2bdvy .epiphone-bp3wg0 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.epiphone-bp3wg0 {
  margin: 0 0 28px;
}

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

.epiphone-lazpx4 {
  margin: 0 0 28px;
}

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

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

.epiphone-vwz20n .epiphone-kzg7a9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.epiphone-azeye0 {
  position: relative;
  border: none;
}

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

.epiphone-rzbwxe {
  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;
}

.epiphone-rzbwxe span {
  height: 32px;
}

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

.epiphone-rzbwxe.epiphone-w9m0g2 span {
  transform: scaleY(-1);
}

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

.epiphone-nq6dhe {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.epiphone-nq6dhe.epiphone-9k8wlv {
  display: none;
}

.epiphone-trt5nl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.epiphone-trt5nl table {
  width: 100%;
  border-collapse: collapse;
}

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

  .epiphone-trt5nl table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.epiphone-jkn8ex {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.epiphone-iwsihk p {
  color: var(--text-color);
}

.epiphone-831aji {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.epiphone-kjvw9x {
  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);
}

.epiphone-ke03lx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.epiphone-mzzlkz p + p {
  margin-top: 10px;
}

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

.epiphone-akmn2i {
  display: none;
}

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

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

.epiphone-ak7bhc li {
  margin: 0 20px;
}

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

.epiphone-ak7bhc li a img {
  margin-bottom: 4px;
}

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

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

.epiphone-9k56ap li {
  font-size: 16px;
  position: relative;
}

.epiphone-9k56ap li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.epiphone-9k56ap li span {
  opacity: 0.5;
}

.epiphone-9k56ap li + li {
  margin-left: 30px;
}

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

h2.epiphone-riey1z {
  margin: 0 0 28px;
}

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

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

.epiphone-t4ez20 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);
}

.epiphone-t4ez20 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;
}

.epiphone-t4ez20 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;
}

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

.epiphone-t4ez20 tbody tr:last-of-type {
  margin-bottom: 0;
}

.epiphone-t4ez20 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.epiphone-t4ez20 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);
}

.epiphone-t4ez20 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);
}

.epiphone-t4ez20 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.epiphone-t4ez20 tbody tr td .epiphone-vwe1iq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .epiphone-t4ez20 tbody tr td .epiphone-vwe1iq {
    width: 100%;
  }
}

.epiphone-t4ez20 tbody tr td .epiphone-ek9u7b {
  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.epiphone-ktlfka ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .epiphone-t4ez20 tbody tr td .epiphone-ek9u7b {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .epiphone-t4ez20 tbody tr td .epiphone-ek9u7b {
    width: 100%;
  }
}

.epiphone-t4ez20 tbody tr td .epiphone-hh588f {
  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) {
  .epiphone-t4ez20 tbody tr td .epiphone-hh588f:hover {
    text-decoration: none;
  }
}

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

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

.epiphone-5xkam0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.epiphone-obpv95 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.epiphone-ktlfka ease-in-out;
}

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

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

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

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

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

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

.epiphone-xc08ef img {
  width: 100%;
  height: 100%;
}

.epiphone-xc08ef iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.epiphone-x6n7lt svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.epiphone-ktlfka ease-in-out;
}

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

.epiphone-x8zxg2 {
  padding: 90px 0;
}

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

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

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

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

.epiphone-z91y30 img {
  width: 100%;
}

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

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

.epiphone-qpt1wp {
  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;
}

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

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

.epiphone-50n4xg {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-50n4xg:hover {
  border: 1px solid #8c8ca2;
}

.epiphone-ea6l6x {
  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%);
}

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

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

.epiphone-t05kz7 a {
  text-decoration: underline;
  color: #8babff;
}

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

.epiphone-kxnn39 .epiphone-50n4xg {
  width: 50%;
  margin: 0;
}

.epiphone-kxqyxr {
  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;
}

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

.epiphone-l6v70r {
  margin: 0 0 100px;
}

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

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

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

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

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

.epiphone-8zokzp {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.epiphone-hcr6uf 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.epiphone-ktlfka ease-in-out;
}

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

.epiphone-hcr6uf a svg {
  fill: #fff;
}

.epiphone-hcr6uf a:hover {
  background: #3d68e7;
}

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

.epiphone-wkv4y5 {
  margin-bottom: 16px;
}

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

.epiphone-uqm4cm {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.epiphone-h40kq0 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);
}

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

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

.epiphone-h40kq0 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.epiphone-ry8fju.epiphone-sn7w5o {
  display: none;
}

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

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

.epiphone-l5bpz0 iframe.epiphone-10nm1v {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.epiphone-l5bpz0.epiphone-jddjsl {
  opacity: 1;
  pointer-events: all;
}

.epiphone-fscsdo {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-fscsdo svg {
  margin-right: 10px;
}

.epiphone-fscsdo + .epiphone-fscsdo {
  margin-top: 14px;
}

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

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

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

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

.epiphone-too63c .epiphone-vwz20n {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .epiphone-too63c .epiphone-vwz20n {
    margin: 28px 0 0;
  }
}

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

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

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

.epiphone-r4kxx9 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.epiphone-ad2w3y {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.epiphone-ywk5rl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.epiphone-sph0b4 .epiphone-kzg7a9 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .epiphone-sph0b4 .epiphone-kzg7a9 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.epiphone-xcq1ss {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.epiphone-xcq1ss img {
  width: 100%;
}

.epiphone-kypubz {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.epiphone-xsqnav {
  width: 100%;
  margin: 0 0 100px;
}

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

.epiphone-xsqnav .epiphone-0sagdq {
  position: relative;
}

.epiphone-xsqnav .epiphone-xxh4gw {
  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;
}

.epiphone-xsqnav .epiphone-xxh4gw.epiphone-sn7w5o {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .epiphone-xsqnav .epiphone-jszr3g {
    bottom: 90px;
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-s6d0go {
  max-width: 300px;
  width: 100%;
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-s6d0go .epiphone-tt5vsi {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-jszr3g .epiphone-s6d0go .epiphone-tt5vsi {
    font-size: 32px;
    text-align: center;
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-s6d0go .epiphone-jz2ce7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-jszr3g .epiphone-s6d0go .epiphone-jz2ce7 {
    text-align: center;
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g {
    flex-direction: column-reverse;
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-4i8xgl {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-4i8xgl:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-4i8xgl {
    width: 100%;
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-h65hxq {
  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.epiphone-ktlfka ease-in-out;
  overflow: hidden;
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-h65hxq 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);
  }
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-h65hxq: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;
}

.epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-h65hxq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-jszr3g .epiphone-w6cx4g .epiphone-h65hxq {
    width: 100%;
  }
}

.epiphone-xsqnav .epiphone-jszr3g.epiphone-sn7w5o {
  display: none;
}

.epiphone-xsqnav .epiphone-vlty5a {
  display: none;
}

.epiphone-xsqnav .epiphone-vlty5a.epiphone-jddjsl {
  display: block;
}

.epiphone-xsqnav .epiphone-vlty5a iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-vlty5a iframe {
    height: calc(100vh - 54px);
  }
}

.epiphone-xsqnav .epiphone-6m73bk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .epiphone-xsqnav .epiphone-6m73bk {
    padding: 24px 16px 0;
  }
}

.epiphone-xsqnav .epiphone-6m73bk .epiphone-tt5vsi {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .epiphone-xsqnav .epiphone-6m73bk .epiphone-tt5vsi {
    margin-bottom: 24px;
  }
}

.epiphone-xsqnav .epiphone-6m73bk 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);
}

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

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

.epiphone-xsqnav .epiphone-6m73bk table tr:last-of-type td {
  border-bottom: none;
}

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

.epiphone-cu6qph.epiphone-oevusl {
  display: block;
}

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

.epiphone-cu6qph .epiphone-r4wr48 {
  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;
}

.epiphone-cu6qph .epiphone-xqjd0j {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.epiphone-cu6qph .epiphone-h65hxq {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-cu6qph .epiphone-h65hxq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.epiphone-d91y7m.epiphone-oevusl {
  display: block;
}

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

.epiphone-f2ru41 {
  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;
}

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

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

.epiphone-885j49 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.epiphone-885j49 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.epiphone-ealpto {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.epiphone-u95ejr.epiphone-sn7w5o {
  display: none;
}

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

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

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

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

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

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

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

.epiphone-rgyhes input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.epiphone-rgyhes input:active {
  border-color: #c2c0ce;
}

.epiphone-rgyhes input:focus {
  border-color: #c2c0ce;
}

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

.epiphone-rm6wg6 {
  margin-bottom: 36px;
}

.epiphone-rm6wg6 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;
}

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

.epiphone-rm6wg6 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.epiphone-1gn7k9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.epiphone-b7u0so {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-b7u0so:hover {
  background: var(--border-color);
}

.epiphone-lw1xak {
  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.epiphone-ktlfka ease-in-out;
}

.epiphone-lw1xak:hover {
  background: #166ad9;
}

.epiphone-76tp41 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.epiphone-76tp41.epiphone-sn7w5o {
  display: none;
}

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

.epiphone-76tp41 .epiphone-b7u0so {
  margin: 0 auto;
}

.epiphone-7eiu5r {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.epiphone-hfz3ym {
  filter: grayscale(100%);
}

.epiphone-ds1gtd > input {
  display: none;
}

.epiphone-ds1gtd > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.epiphone-na08kj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.epiphone-atu9ay 44.epiphone-kic4z2.epiphone-msqklf.epiphone-um87xw.epiphone-4a9fyw.epiphone-whfa7g.epiphone-xaaeyq.epiphone-58ia3e.epiphone-4spl8n.epiphone-k1o6sn.epiphone-6dwxrw.epiphone-jkc06c.epiphone-mgkmyj 0l-12.epiphone-6xn0wu 30.epiphone-mhgix2.epiphone-6tod5f 2.epiphone-g1irr3.epiphone-6tod5f 3.epiphone-ar6frf 3.epiphone-s3mo4f.epiphone-v6i82e 3.epiphone-r4tb09.epiphone-7z1u7x.epiphone-7qb2dd.epiphone-rrytft 7-3.epiphone-6xn0wu 10.epiphone-z3bh1c.epiphone-rrytft 23.epiphone-sgge2f.epiphone-3os3bk 1.epiphone-kwmc6h 2.epiphone-6xn0wu 3.epiphone-3os3bk 1.epiphone-v6i82e 5.epiphone-1w1era.epiphone-v6i82e 32.epiphone-eza4vf.epiphone-7z1u7x 5.epiphone-mgkmyj 4.epiphone-rrytft 9.epiphone-rrytft 8.epiphone-v6i82e 6.epiphone-pmfsbg.epiphone-iqzxxn.epiphone-9a9jaj.epiphone-hu49y4.epiphone-y971cx 4.epiphone-qoid8r.epiphone-y971cx 6.epiphone-y971cx 0l29.epiphone-mgkmyj 17.epiphone-y0gwe3.epiphone-jo0nhi 2.epiphone-u350lc 10.epiphone-o040ac.epiphone-6xn0wu 8.epiphone-v1zgin.epiphone-nez2yo.epiphone-7ezzjj.epiphone-84uyez.epiphone-ihs03j.epiphone-7z1u7x.epiphone-whfa7g.epiphone-6xn0wu 1.epiphone-n0mj8v.epiphone-1ww6jf.epiphone-7p37qy.epiphone-1qqich.epiphone-0gj37h.epiphone-kwmc6h 1.epiphone-38586y.epiphone-oit0kh.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.epiphone-ds1gtd > input:checked ~ label,
.epiphone-ds1gtd > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.epiphone-na08kj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.epiphone-atu9ay 44.epiphone-kic4z2.epiphone-msqklf.epiphone-um87xw.epiphone-4a9fyw.epiphone-whfa7g.epiphone-xaaeyq.epiphone-58ia3e.epiphone-4spl8n.epiphone-k1o6sn.epiphone-6dwxrw.epiphone-jkc06c.epiphone-mgkmyj 0l-12.epiphone-6xn0wu 30.epiphone-mhgix2.epiphone-6tod5f 2.epiphone-g1irr3.epiphone-6tod5f 3.epiphone-ar6frf 3.epiphone-s3mo4f.epiphone-v6i82e 3.epiphone-r4tb09.epiphone-7z1u7x.epiphone-7qb2dd.epiphone-rrytft 7-3.epiphone-6xn0wu 10.epiphone-z3bh1c.epiphone-rrytft 23.epiphone-sgge2f.epiphone-3os3bk 1.epiphone-kwmc6h 2.epiphone-6xn0wu 3.epiphone-3os3bk 1.epiphone-v6i82e 5.epiphone-1w1era.epiphone-v6i82e 32.epiphone-eza4vf.epiphone-7z1u7x 5.epiphone-mgkmyj 4.epiphone-rrytft 9.epiphone-rrytft 8.epiphone-v6i82e 6.epiphone-pmfsbg.epiphone-iqzxxn.epiphone-9a9jaj.epiphone-hu49y4.epiphone-y971cx 4.epiphone-qoid8r.epiphone-y971cx 6.epiphone-y971cx 0l29.epiphone-mgkmyj 17.epiphone-y0gwe3.epiphone-jo0nhi 2.epiphone-u350lc 10.epiphone-o040ac.epiphone-6xn0wu 8.epiphone-v1zgin.epiphone-nez2yo.epiphone-7ezzjj.epiphone-84uyez.epiphone-ihs03j.epiphone-7z1u7x.epiphone-whfa7g.epiphone-6xn0wu 1.epiphone-n0mj8v.epiphone-1ww6jf.epiphone-7p37qy.epiphone-1qqich.epiphone-0gj37h.epiphone-kwmc6h 1.epiphone-38586y.epiphone-oit0kh.5z'/%3e%3c/svg%3e");
}

.epiphone-ds1gtd > input:not(:checked) ~ label:hover,
.epiphone-ds1gtd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.epiphone-na08kj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.epiphone-atu9ay 44.epiphone-kic4z2.epiphone-msqklf.epiphone-um87xw.epiphone-4a9fyw.epiphone-whfa7g.epiphone-xaaeyq.epiphone-58ia3e.epiphone-4spl8n.epiphone-k1o6sn.epiphone-6dwxrw.epiphone-jkc06c.epiphone-mgkmyj 0l-12.epiphone-6xn0wu 30.epiphone-mhgix2.epiphone-6tod5f 2.epiphone-g1irr3.epiphone-6tod5f 3.epiphone-ar6frf 3.epiphone-s3mo4f.epiphone-v6i82e 3.epiphone-r4tb09.epiphone-7z1u7x.epiphone-7qb2dd.epiphone-rrytft 7-3.epiphone-6xn0wu 10.epiphone-z3bh1c.epiphone-rrytft 23.epiphone-sgge2f.epiphone-3os3bk 1.epiphone-kwmc6h 2.epiphone-6xn0wu 3.epiphone-3os3bk 1.epiphone-v6i82e 5.epiphone-1w1era.epiphone-v6i82e 32.epiphone-eza4vf.epiphone-7z1u7x 5.epiphone-mgkmyj 4.epiphone-rrytft 9.epiphone-rrytft 8.epiphone-v6i82e 6.epiphone-pmfsbg.epiphone-iqzxxn.epiphone-9a9jaj.epiphone-hu49y4.epiphone-y971cx 4.epiphone-qoid8r.epiphone-y971cx 6.epiphone-y971cx 0l29.epiphone-mgkmyj 17.epiphone-y0gwe3.epiphone-jo0nhi 2.epiphone-u350lc 10.epiphone-o040ac.epiphone-6xn0wu 8.epiphone-v1zgin.epiphone-nez2yo.epiphone-7ezzjj.epiphone-84uyez.epiphone-ihs03j.epiphone-7z1u7x.epiphone-whfa7g.epiphone-6xn0wu 1.epiphone-n0mj8v.epiphone-1ww6jf.epiphone-7p37qy.epiphone-1qqich.epiphone-0gj37h.epiphone-kwmc6h 1.epiphone-38586y.epiphone-oit0kh.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .epiphone-nrrnii > .epiphone-2gia6w {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .epiphone-nrrnii > .epiphone-2gia6w {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .epiphone-nrrnii > .epiphone-2gia6w {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .epiphone-nrrnii > .epiphone-2gia6w {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .epiphone-nrrnii > .epiphone-2gia6w {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.epiphone-mwc26a.epiphone-sn7w5o {
  display: none;
}

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

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

.epiphone-905w3z {
  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;
}

.epiphone-905w3z::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.epiphone-905w3z::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.epiphone-905w3z img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.epiphone-e3ttpx {
  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;
}

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

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

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

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

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

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

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

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

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

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

.epiphone-mwc26a.epiphone-svjh10 .epiphone-q35mzz {
  background: #2b3b67;
}

.epiphone-mwc26a.epiphone-svjh10 .epiphone-905w3z {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.epiphone-mwc26a.epiphone-svjh10 .epiphone-905w3z::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.epiphone-mwc26a.epiphone-svjh10 .epiphone-905w3z::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.epiphone-mwc26a.epiphone-svjh10 .epiphone-e3ttpx::before {
  background: #0e0f41;
}

.epiphone-mwc26a.epiphone-svjh10 .epiphone-e3ttpx::after {
  background: #152557;
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-q35mzz {
  background: #1f35fa;
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-905w3z {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-905w3z::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-905w3z::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-e3ttpx::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.epiphone-mwc26a.epiphone-z52lxz .epiphone-e3ttpx::after {
  background: #192ac8;
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-q35mzz {
  background: #fa771f;
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-905w3z {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-905w3z::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-905w3z::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-e3ttpx::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.epiphone-mwc26a.epiphone-a4awsv .epiphone-e3ttpx::after {
  background: #fa8535;
}

.epiphone-xe0t3f {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.epiphone-90ow2f {
  display: flex;
  align-items: center;
  gap: 10px;
}

.epiphone-90ow2f span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.epiphone-90ow2f small {
  font-size: 14px;
  color: var(--text-color);
}

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

.epiphone-jp99nh {
  width: 120px;
  height: 22px;
}

.epiphone-jp99nh .epiphone-uqw16u {
  fill: #c2c0ce;
}

.epiphone-jp99nh [rating="1"] .epiphone-uqw16u:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.epiphone-jp99nh [rating="2"] .epiphone-uqw16u:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.epiphone-jp99nh [rating="3"] .epiphone-uqw16u:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.epiphone-jp99nh [rating="4"] .epiphone-uqw16u:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.epiphone-jp99nh [rating="5"] .epiphone-uqw16u:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.epiphone-llngwc {
  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);
}

.epiphone-llngwc.epiphone-jddjsl {
  display: block;
}

.epiphone-llngwc.epiphone-sn7w5o {
  display: none;
}

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

.epiphone-2ou5nr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.epiphone-8ftamw {
  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);
}

.epiphone-mnb8vj {
  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;
}

.epiphone-2wzdd3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.epiphone-ylsjnw {
  font-size: 16px;
  line-height: 140%;
}

.epiphone-tsm0pe {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.epiphone-tsm0pe .epiphone-uqw16u {
  fill: #c2c0ce;
}

.epiphone-tsm0pe [rating="1"] .epiphone-uqw16u:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.epiphone-tsm0pe [rating="2"] .epiphone-uqw16u:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.epiphone-tsm0pe [rating="3"] .epiphone-uqw16u:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.epiphone-tsm0pe [rating="4"] .epiphone-uqw16u:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.epiphone-tsm0pe [rating="5"] .epiphone-uqw16u:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.epiphone-p6vm9b {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.epiphone-jkf4cj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.epiphone-rvc5ih {
  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;
}

.epiphone-a31rvy {
  flex: 1;
  min-width: 0;
}

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

.epiphone-pp8akw {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.epiphone-pp8akw svg path {
  fill: var(--button-bg-color);
}

.epiphone-pp8akw svg circle {
  fill: var(--button-text-color);
}

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

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

.epiphone-n1juup strong {
  font-weight: 600;
}

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

.epiphone-qrjfd7 p {
  margin: 0 0 16px;
}

.epiphone-qrjfd7 p:last-child {
  margin-bottom: 0;
}

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

.epiphone-784noa {
  max-width: 300px;
  width: 100%;
}

.epiphone-784noa a {
  width: 100%;
}

@media (max-width: 575px) {
  .epiphone-784noa {
    max-width: 200px;
  }
}

.epiphone-9f54wa {
  justify-content: center;
}

.epiphone-aynqxk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.epiphone-aznb6h {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.epiphone-hfn04n .epiphone-9zg7oj {
  justify-content: center;
}

/* faq */

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

.epiphone-ba6elk {
  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.epiphone-p7ojag ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.epiphone-ba6elk::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.epiphone-p7ojag ease;
}

.epiphone-3yq65j.epiphone-oevusl .epiphone-ba6elk::after {
  transform: rotate(45deg);
}

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

.epiphone-3yq65j.epiphone-oevusl .epiphone-2e26vb {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.epiphone-et7d5b {
  margin: 25px 0;
}

.epiphone-ds1gtd > input:not(:checked) ~ label:hover,
.epiphone-ds1gtd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.epiphone-qpyfm0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.epiphone-6nq31e 44.epiphone-wqjbe8.epiphone-nvg9kk.epiphone-aaei18.epiphone-xpzfq6.epiphone-i8mbmp.epiphone-l2b0u1.epiphone-2wxuzt.epiphone-vni1bd.epiphone-u35431.epiphone-mkf8gh.epiphone-8s6efb.epiphone-bjab71 0l-12.epiphone-tfcd0q 30.epiphone-lt5qib.epiphone-ucx1gz 2.epiphone-kdj6li.epiphone-ucx1gz 3.epiphone-z159lo 3.epiphone-ocwcjh.epiphone-1gy7vf 3.epiphone-d8r0vh.epiphone-q6bbe6.epiphone-9vrbqz.epiphone-somc95 7-3.epiphone-tfcd0q 10.epiphone-0t36fb.epiphone-somc95 23.epiphone-na1av5.epiphone-gnrege 1.epiphone-o5yfxm 2.epiphone-tfcd0q 3.epiphone-gnrege 1.epiphone-1gy7vf 5.epiphone-24hp6a.epiphone-1gy7vf 32.epiphone-7dvicl.epiphone-q6bbe6 5.epiphone-bjab71 4.epiphone-somc95 9.epiphone-somc95 8.epiphone-1gy7vf 6.epiphone-37iha8.epiphone-ec79sw.epiphone-r3ql06.epiphone-gpf3od.epiphone-ri15g7 4.epiphone-fepmen.epiphone-ri15g7 6.epiphone-ri15g7 0l29.epiphone-bjab71 17.epiphone-gi60vr.epiphone-1kqbek 2.epiphone-20x6mc 10.epiphone-pul67f.epiphone-tfcd0q 8.epiphone-xjz8ek.epiphone-1a685k.epiphone-3h52bk.epiphone-up5vt3.epiphone-9idjrf.epiphone-q6bbe6.epiphone-i8mbmp.epiphone-tfcd0q 1.epiphone-tp0nvf.epiphone-j1ufql.epiphone-k9clv5.epiphone-ryumwm.epiphone-pb44s4.epiphone-o5yfxm 1.epiphone-3i3s7t.epiphone-pr4y1m.5z'/%3e%3c/svg%3e");
}

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

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

.epiphone-8uikr1 {
  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);
}

.epiphone-8uikr1.epiphone-dbrhns {
  display: block;
}

.epiphone-8uikr1.epiphone-bvfdku {
  display: none;
}

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

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

.epiphone-o5pf8c {
  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);
}

.epiphone-1ashku {
  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;
}

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

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

.epiphone-5kraii {
  font-size: 16px;
  line-height: 140%;
}

.epiphone-v99eb7 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.epiphone-v99eb7 .epiphone-pegyeb {
  fill: #c2c0ce;
}

.epiphone-v99eb7 [rating="1"] .epiphone-pegyeb:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.epiphone-v99eb7 [rating="2"] .epiphone-pegyeb:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.epiphone-v99eb7 [rating="3"] .epiphone-pegyeb:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.epiphone-v99eb7 [rating="4"] .epiphone-pegyeb:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.epiphone-v99eb7 [rating="5"] .epiphone-pegyeb:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.epiphone-nipgwa 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;
}

.epiphone-nipgwa 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 */

.epiphone-vfoqqq {
  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);
}

.epiphone-vfoqqq.epiphone-0z7gqp {
  opacity: 1;
  pointer-events: auto;
}

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

.epiphone-siar5z label {
  font-size: 14px;
}

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

.epiphone-is1eoh 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;
}
.epiphone-j29erh, .epiphone-godc8q, [class*="review-card"],
thead, thead th, table th, .epiphone-qtxjlb,
.epiphone-fzv3i1, [class*="collapsible-header"],
.epiphone-831aji, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
