@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.epiphone-dr11ln {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.epiphone-05t5hs {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.epiphone-wpkf46,
ul.epiphone-wpkf46 {
  padding-left: 20px;
}

ul.epiphone-wpkf46 {
  list-style: disc;
}

ol.epiphone-wpkf46 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.epiphone-er192x > .epiphone-a00rzn,
.epiphone-er192x > .epiphone-9d6v9l,
.epiphone-er192x > blockquote,
.epiphone-er192x > h1,
.epiphone-er192x > h2,
.epiphone-er192x > h3,
.epiphone-er192x > h4,
.epiphone-er192x > h5,
.epiphone-er192x > h6,
.epiphone-er192x > ol,
.epiphone-er192x > p,
.epiphone-er192x > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.epiphone-er192x > ol,
.epiphone-er192x > ul {
  padding-left: 50px;
}

.epiphone-er192x blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.epiphone-er192x:not(:last-child) {
  margin-bottom: 2rem;
}

.epiphone-er192x > :not(:first-child) {
  margin-top: 2rem;
}

.epiphone-er192x {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.epiphone-er192x:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .epiphone-er192x:first-child {
    margin-top: 20px;
  }
}

.epiphone-er192x > p:last-of-type {
  margin-bottom: 32px;
}

.epiphone-er192x > .epiphone-pwx979:not(:first-child) {
  margin: 64px auto 16px auto;
}

.epiphone-ahmpfu > .epiphone-pwx979 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.epiphone-9d6v9l {
  overflow: auto;
}

.epiphone-9d6v9l::-webkit-scrollbar {
  height: 5px;
}

.epiphone-9d6v9l table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.epiphone-9d6v9l table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.epiphone-9d6v9l table thead,
table thead {
  border-bottom: none;
}

.epiphone-9d6v9l table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.epiphone-9d6v9l table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.epiphone-9d6v9l table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.epiphone-9d6v9l .epiphone-pl44r9 {
  table-layout: auto;
}

.epiphone-9d6v9l .epiphone-pl44r9 th {
  word-break: normal;
}

.epiphone-9d6v9l .epiphone-pl44r9 td {
  word-break: normal;
}

.epiphone-dr11ln .epiphone-dr11ln {
  padding-right: 0;
  padding-left: 0;
}

.epiphone-eh2ul8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.epiphone-257c0t {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.epiphone-tjpk02 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.epiphone-a00rzn {
  margin-top: 24px;
}

.epiphone-a00rzn.epiphone-v8lhuw {
  text-align: left;
}

.epiphone-a00rzn.epiphone-0vl1di {
  text-align: right;
}

.epiphone-a00rzn.epiphone-qm7vl6 {
  text-align: center;
}

.epiphone-60o0hx {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.epiphone-maybn0 ease-in-out;
  cursor: pointer;
}

.epiphone-60o0hx:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.epiphone-60o0hx {
  min-width: 328px;
}

@media (max-width: 768px) {
  .epiphone-60o0hx {
    min-width: unset;
  }
}

.epiphone-zn9egz {
  background-color: var(--fh-bg-color);
}

.epiphone-xpzzla {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.epiphone-8qfx9i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.epiphone-8qfx9i img {
  max-height: 80px;
  object-fit: contain;
}

.epiphone-onp3uz {
  flex: 1 1;
}

.epiphone-g0qtwh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.epiphone-5v6ljp {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.epiphone-5v6ljp span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.epiphone-5v6ljp.epiphone-lfgmoq span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.epiphone-5v6ljp.epiphone-lfgmoq span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.epiphone-5v6ljp.epiphone-lfgmoq span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.epiphone-onp3uz + .epiphone-g0qtwh {
  margin-left: 20px;
}

.epiphone-xbgx8a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.epiphone-xbgx8a > svg {
  max-width: 24px;
  max-height: 24px;
}

.epiphone-xbgx8a + .epiphone-xbgx8a {
  margin-left: 5px;
}

.epiphone-6zqiaz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.epiphone-6zqiaz:hover {
  background-color: var(--button-bg-hover);
}

.epiphone-dntjyi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.epiphone-maybn0 ease-in-out;
  border: 1px solid var(--border-color);
}

.epiphone-dntjyi:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.epiphone-jv93v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .epiphone-onp3uz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .epiphone-jv93v5 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .epiphone-onp3uz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .epiphone-xbgx8a {
    min-width: unset;
    flex: 1 1;
  }
}

.epiphone-t6065m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.epiphone-t6065m:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.epiphone-t6065m:hover .epiphone-eovo90 {
  opacity: 1;
  pointer-events: auto;
}

.epiphone-89ksdc {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.epiphone-bz5dr1 ease-in-out;
  gap: 4px;
}

.epiphone-89ksdc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.epiphone-89ksdc .epiphone-eh2ul8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.epiphone-qcgcoq,
.epiphone-89ksdc:hover {
  color: var(--button-bg-hover);
}

.epiphone-0bx8og {
  position: relative;
}

.epiphone-0bx8og .epiphone-89ksdc {
  margin-right: 0;
  padding-right: 4px;
}

.epiphone-qruyeo svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.epiphone-0bx8og.epiphone-lfgmoq .epiphone-qruyeo svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.epiphone-0bx8og.epiphone-lfgmoq .epiphone-eovo90 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.epiphone-0bx8og.epiphone-lfgmoq .epiphone-eovo90::before {
  display: none;
}

.epiphone-qruyeo svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.epiphone-eovo90 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.epiphone-g24ozp 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.epiphone-eovo90::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.epiphone-eovo90:hover {
  color: var(--fh-bg-color);
}

.epiphone-v0gnzd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.epiphone-g24ozp 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.epiphone-bz5dr1 ease-in-out;
  -o-transition: 0.epiphone-bz5dr1 ease-in-out;
  transition: 0.epiphone-bz5dr1 ease-in-out;
}

.epiphone-v0gnzd .epiphone-eh2ul8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.epiphone-t0xp36,
.epiphone-v0gnzd:hover {
  color: var(--button-bg-hover);
}

.epiphone-nzcxo2 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.epiphone-nzcxo2.epiphone-6du9nx {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.epiphone-nzcxo2.epiphone-6du9nx:after,
.epiphone-nzcxo2.epiphone-6du9nx:before {
  content: "";
  position: absolute;
  margin: auto;
}

.epiphone-nzcxo2.epiphone-6du9nx:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.epiphone-nzcxo2.epiphone-6du9nx:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.epiphone-nzcxo2.epiphone-6du9nx > * {
  z-index: 1;
}

.epiphone-nzcxo2 b,
.epiphone-nzcxo2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.epiphone-nzcxo2 .epiphone-qlckpj {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.epiphone-nzcxo2 .epiphone-pmuurp {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.epiphone-nzcxo2 .epiphone-eh2ul8 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.epiphone-nzcxo2 .epiphone-dtqnnd {
  margin-top: 12px;
}

.epiphone-dtqnnd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.epiphone-vh2yqy {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.epiphone-dtqnnd .epiphone-mntiq9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.epiphone-maybn0 ease-in-out;
}

.epiphone-dtqnnd .epiphone-mntiq9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.epiphone-e3lz2p {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.epiphone-nzcxo2.epiphone-z7pljw {
  gap: 12px;
  padding: 16px;
}

.epiphone-nzcxo2.epiphone-z7pljw .epiphone-e3lz2p {
  min-width: 240px;
}

.epiphone-nzcxo2.epiphone-z7pljw .epiphone-e3lz2p.epiphone-xxtqb8 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .epiphone-nzcxo2 .epiphone-qlckpj {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .epiphone-nzcxo2 .epiphone-pmuurp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .epiphone-nzcxo2 .epiphone-eh2ul8 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-eh2ul8 {
    max-width: 126px;
  }
  .epiphone-nzcxo2 .epiphone-dtqnnd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .epiphone-nzcxo2 .epiphone-vh2yqy {
    max-width: unset;
  }
  .epiphone-e3lz2p {
    min-width: unset;
    width: 100%;
  }
  .epiphone-nzcxo2 .epiphone-e3lz2p {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .epiphone-nzcxo2.epiphone-z7pljw {
    grid-template-rows: auto 1fr auto;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-e3lz2p {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .epiphone-nzcxo2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .epiphone-nzcxo2 .epiphone-qlckpj {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .epiphone-nzcxo2 .epiphone-eh2ul8 {
    max-width: 78px;
  }
  .epiphone-nzcxo2 .epiphone-dtqnnd {
    margin-top: -12px;
  }
  .epiphone-nzcxo2.epiphone-z7pljw {
    gap: 8px;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-qlckpj {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-pmuurp {
    grid-column: 1/3;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-eh2ul8 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .epiphone-nzcxo2.epiphone-z7pljw .epiphone-eh2ul8 img {
    max-width: 114px;
  }
}

.epiphone-e3lz2p.epiphone-u34r5m,
.epiphone-e3lz2p.epiphone-83hkgk,
.epiphone-e3lz2p.epiphone-q90090 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.epiphone-maybn0 ease-in-out;
}

.epiphone-e3lz2p.epiphone-u34r5m,
.epiphone-e3lz2p.epiphone-q90090 {
  padding: 10px;
}

.epiphone-e3lz2p.epiphone-u34r5m:hover,
.epiphone-e3lz2p.epiphone-83hkgk:hover,
.epiphone-e3lz2p.epiphone-q90090:hover {
  background: var(--button-bg-hover);
}

.epiphone-e3lz2p.epiphone-u34r5m:hover svg path,
.epiphone-e3lz2p.epiphone-q90090:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.epiphone-e3lz2p.epiphone-xxtqb8 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.epiphone-maybn0 ease-in-out;
  background: var(--button-bg-color);
}

.epiphone-e3lz2p.epiphone-xxtqb8:hover {
  background-color: var(--button-bg-hover);
}

.epiphone-e3lz2p.epiphone-83hkgk:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.epiphone-e3lz2p.epiphone-83hkgk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.epiphone-e3lz2p.epiphone-xxtqb8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.epiphone-h9fedi {
  max-width: 650px;
}

.epiphone-fpze1t {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.epiphone-435qww {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.epiphone-klvilg {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.epiphone-bz5dr1 ease-in-out;
  cursor: pointer;
}

.epiphone-klvilg:hover {
  opacity: 0.5;
}

.epiphone-klvilg:focus {
  outline: 0;
}

.epiphone-klvilg:focus .epiphone-x4m6rc,
.epiphone-klvilg:hover .epiphone-x4m6rc {
  fill: red;
  fill-opacity: 1;
}

.epiphone-klvilg:hover {
  cursor: pointer;
}

.epiphone-82zxer {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.epiphone-h9fedi.epiphone-qm7vl6 {
  margin: 0 auto;
}

.epiphone-h9fedi.epiphone-0vl1di {
  margin-left: auto;
}

.epiphone-3yv7se {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.epiphone-02sc1d {
  padding-bottom: 50px;
}

.epiphone-bao4wy {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.epiphone-00hcjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.epiphone-vdr8fc {
  margin-top: 24px;
}

.epiphone-ti45iv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.epiphone-23334r {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.epiphone-xar9qr {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.epiphone-p4pkyg {
  width: 468px;
}

.epiphone-xar9qr .epiphone-eovo90 {
  margin: 0.epiphone-43i416 0;
}

.epiphone-5vhgne {
  display: flex;
  min-width: 224px;
}

.epiphone-k7gtf1 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.epiphone-bz5dr1 ease-in-out;
}

.epiphone-weg40x,
.epiphone-k7gtf1:hover {
  color: var(--text-color);
}

.epiphone-do087g {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.epiphone-3neo5s {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .epiphone-3yv7se {
    padding: 16px;
  }
  .epiphone-do087g {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .epiphone-3neo5s {
    align-items: center;
  }
  .epiphone-p4pkyg {
    width: unset;
  }
  .epiphone-5vhgne {
    min-width: unset;
  }
  .epiphone-xar9qr {
    max-height: unset;
  }
  .epiphone-bao4wy {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .epiphone-3yv7se {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.epiphone-9m0buh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.epiphone-9m0buh:not(:last-child) {
  margin-bottom: 16px;
}

.epiphone-o1emgz {
  outline: 0;
}

.epiphone-o1emgz .epiphone-2rvsvf {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.epiphone-w1fnth {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .epiphone-w1fnth {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.epiphone-w1fnth::-webkit-details-marker {
  display: none;
}

.epiphone-w1fnth:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.epiphone-w1fnth:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .epiphone-w1fnth:after {
  transform: unset;
}

.epiphone-2rvsvf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.epiphone-2rvsvf svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.epiphone-bz5dr1 ease-in-out;
  -o-transition: 0.epiphone-bz5dr1 ease-in-out;
  transition: 0.epiphone-bz5dr1 ease-in-out;
}

.epiphone-itxsgc {
  padding: 16px 0 0 0;
}

.epiphone-itxsgc * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .epiphone-itxsgc :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .epiphone-w1fnth {
    flex-wrap: wrap;
    gap: 12px;
  }
  .epiphone-w1fnth::after {
    margin-left: auto;
  }
  .epiphone-2rvsvf {
    order: 3;
    flex: 1 1 100%;
  }
  .epiphone-w1fnth {
    font-size: 14px;
    line-height: 130%;
  }
  .epiphone-2rvsvf svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.epiphone-ds75ts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.epiphone-5c5sta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.epiphone-ds75ts.epiphone-lfgmoq .epiphone-5c5sta {
  margin-bottom: 12px;
}

.epiphone-5c5sta::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.epiphone-ds75ts.epiphone-lfgmoq .epiphone-5c5sta::after {
  transform: unset;
}

.epiphone-ekxfbt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.epiphone-zmu7pm {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.epiphone-bz5dr1 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.epiphone-zmu7pm:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.epiphone-ds75ts.epiphone-lfgmoq .epiphone-ekxfbt {
  max-height: 100%;
}

.epiphone-dzph2u {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.epiphone-xju3ez {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.epiphone-5u6urp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.epiphone-gr50d2 {
  margin-right: 4px;
}

.epiphone-dn6u1a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.epiphone-bz5dr1 ease-in-out;
}

.epiphone-dn6u1a svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.epiphone-k29moe,
.epiphone-dn6u1a:hover {
  color: var(--text-color);
}

.epiphone-3l95q6 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.epiphone-3l95q6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.epiphone-3l95q6 .epiphone-oin9fm {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.epiphone-3l95q6 .epiphone-2i26kn {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.epiphone-fh5xzk {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.epiphone-pbl694 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.epiphone-xozfht .epiphone-dr11ln {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.epiphone-xozfht {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.epiphone-yzwfcy {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.epiphone-zib8bu {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.epiphone-pz7rku {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.epiphone-qas9cb 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.epiphone-pz7rku:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.epiphone-vrpu0z {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.epiphone-q8b99c {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.epiphone-bz5dr1 ease-in-out;
  transition: transform 0.epiphone-bz5dr1 ease-in-out;
  -o-transition: transform 0.epiphone-bz5dr1 ease-in-out;
  transition:
    transform 0.epiphone-bz5dr1 ease-in-out,
    -webkit-transform 0.epiphone-bz5dr1 ease-in-out;
  cursor: pointer;
}

.epiphone-q8b99c svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.epiphone-q8b99c:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.epiphone-yf0avx {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .epiphone-yf0avx {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.epiphone-kn2ry7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.epiphone-nbn1h8 {
  position: relative;
  width: 100%;
}

.epiphone-kn2ry7.epiphone-o1ijgy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.epiphone-kn2ry7.epiphone-qm7vl6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.epiphone-kn2ry7.epiphone-0vl1di {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.epiphone-u0apgz {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.epiphone-9w8prv {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.epiphone-bz5dr1 ease-in-out;
  cursor: pointer;
}

.epiphone-9w8prv:hover {
  opacity: 0.5;
}

.epiphone-kn2ry7.epiphone-qzs9py .epiphone-9w8prv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.epiphone-kn2ry7.epiphone-qzs9py .epiphone-u0apgz {
  cursor: pointer;
}

.epiphone-beis03 {
  fill: #0009;
}

.epiphone-u6134i {
  fill: #fff;
}

.epiphone-9w8prv:hover .epiphone-beis03 {
  fill: red;
}

.epiphone-9w8prv svg path {
  -webkit-transition: 0.epiphone-bz5dr1 ease-in-out;
  -o-transition: 0.epiphone-bz5dr1 ease-in-out;
  transition: 0.epiphone-bz5dr1 ease-in-out;
}

.epiphone-w2wfjq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.epiphone-w2wfjq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.epiphone-w2wfjq.epiphone-h9n7qk > :not(.get-image) {
  grid-column: 1/3;
}

.epiphone-v52kwm:not(._h1-block) .epiphone-w2wfjq > .epiphone-pwx979 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.epiphone-w2wfjq.epiphone-h9n7qk .epiphone-ixxump {
  grid-column: 2/3;
}

.epiphone-w2wfjq.epiphone-h9n7qk > .epiphone-eh2ul8 {
  grid-column: 1/2;
}

.epiphone-w2wfjq.epiphone-h9n7qk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.epiphone-w2wfjq > p:first-of-type {
  margin-top: 0;
}

.epiphone-w2wfjq .epiphone-eh2ul8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.epiphone-v52kwm:not(._h1-block) .epiphone-pwx979 ~ .epiphone-eh2ul8 {
  grid-row: 2/10;
}

.epiphone-v52kwm.epiphone-jirw5p .epiphone-pwx979 ~ .epiphone-eh2ul8 {
  grid-row: 1/10;
}

.epiphone-v52kwm.epiphone-jirw5p > .epiphone-pwx979 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.epiphone-v52kwm.epiphone-jirw5p .epiphone-eh2ul8 {
  grid-row: 1/10;
}

.epiphone-w2wfjq.epiphone-el2adu .epiphone-eh2ul8 {
  align-items: flex-start;
}

.epiphone-w2wfjq.epiphone-qm7vl6 .epiphone-ixxump {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.epiphone-w2wfjq.epiphone-qm7vl6 .epiphone-eh2ul8 {
  align-items: center;
}

.epiphone-w2wfjq.epiphone-9ul28o .epiphone-eh2ul8 {
  align-items: flex-end;
}

.epiphone-ixxump > :first-child {
  margin-top: 0;
}

.epiphone-ixxump > :last-child {
  margin-bottom: 0;
}

* + .epiphone-dem25b,
.epiphone-v52kwm + .epiphone-v52kwm {
  margin-top: 2rem;
}

.epiphone-qhvj1b td::before,
.epiphone-qhvj1b th::after {
  display: none !important;
}

.epiphone-qhvj1b #link-selector {
  color: #000;
}

.epiphone-qhvj1b .epiphone-22qz1r {
  color: #135e96;
}

.epiphone-qhvj1b .epiphone-rugq80 *,
.epiphone-qhvj1b .epiphone-lwcpf8 p,
.epiphone-qhvj1b .epiphone-6hsvn8 * {
  color: #000;
}

.epiphone-qhvj1b .epiphone-542rdt {
  background: 0 0 !important;
}

.epiphone-qhvj1b .epiphone-w2wmcf {
  color: #000;
}

.epiphone-qhvj1b .epiphone-75zq3r.epiphone-o0m6j4 {
  color: #fff;
}

.epiphone-qhvj1b .epiphone-gphlst {
  color: #000;
}

.epiphone-qhvj1b
  .epiphone-w09yyr
  .epiphone-y2jyki.epiphone-o0m6j4.epiphone-12sapn {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.epiphone-39p780,
body .epiphone-j5b13j {
  color: #000;
  background: var(--color-body) !important;
}

.epiphone-39p780 .epiphone-b11rca .epiphone-oo2dld,
body .epiphone-j5b13j .epiphone-b11rca .epiphone-oo2dld {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .epiphone-zmu7pm:focus,
  .epiphone-zmu7pm:hover {
    color: #f9cb16;
  }
  .epiphone-wx8bal:focus,
  .epiphone-wx8bal:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .epiphone-yn780b:focus img,
  .epiphone-yn780b:focus svg,
  .epiphone-yn780b:hover img,
  .epiphone-yn780b:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .epiphone-3l95q6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .epiphone-0bx8og:hover .epiphone-qruyeo svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .epiphone-qruyeo {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .epiphone-cv1han {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .epiphone-d1ds3k {
    grid-template-columns: repeat(4, 1fr);
  }
  .epiphone-ipt612 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .epiphone-zig5rv .epiphone-xlichq {
    grid-template-columns: 1fr;
  }
  .epiphone-zig5rv .epiphone-bqd8my {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .epiphone-zig5rv .epiphone-gsqwc1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .epiphone-zig5rv .epiphone-y16kg8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .epiphone-zig5rv .epiphone-az82vb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .epiphone-zig5rv .epiphone-gsqwc1:not(:first-child) {
    border: none;
  }
  .epiphone-zig5rv .epiphone-gsqwc1:first-child .epiphone-y16kg8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .epiphone-zig5rv .epiphone-gsqwc1:last-child .epiphone-y16kg8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .epiphone-xpzzla {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .epiphone-8qfx9i {
    max-width: 100px;
  }
  .epiphone-onp3uz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .epiphone-g0qtwh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .epiphone-g0qtwh svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .epiphone-5v6ljp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .epiphone-onp3uz + .epiphone-g0qtwh {
    margin-left: auto;
  }
  .epiphone-xhtz2x {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .epiphone-xhtz2x.epiphone-lfgmoq {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .epiphone-jv93v5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .epiphone-t6065m {
    width: 100%;
  }
  .epiphone-t6065m:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .epiphone-89ksdc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .epiphone-89ksdc svg {
    margin-right: 4px;
  }
  .epiphone-0bx8og {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .epiphone-qruyeo svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .epiphone-qruyeo {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .epiphone-eovo90 {
    display: none;
    width: 100%;
  }
  .epiphone-0bx8og.epiphone-lfgmoq .epiphone-eovo90 {
    padding: 0 0 0 48px;
  }
  .epiphone-v0gnzd {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .epiphone-00hcjs .epiphone-eh2ul8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .epiphone-la0tk0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .epiphone-la0tk0 + .epiphone-la0tk0 {
    margin-right: 0;
  }
  .epiphone-la0tk0 + .epiphone-eh2ul8 {
    margin: 0;
  }
  .epiphone-cv1han {
    grid-template-columns: repeat(4, 1fr);
  }
  .epiphone-d1ds3k {
    grid-template-columns: repeat(3, 1fr);
  }
  .epiphone-sif2fr,
  .epiphone-g6bdzc {
    grid-template-columns: repeat(2, 1fr);
  }
  .epiphone-w2wfjq {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .epiphone-w2wfjq.epiphone-h9n7qk .epiphone-ixxump {
    grid-column: auto;
    grid-row: auto;
  }
  .epiphone-w2wfjq > .epiphone-pwx979 {
    grid-column: 1/2;
  }
  .epiphone-w2wfjq.epiphone-h9n7qk > :not(.get-image) {
    grid-column: 1/2;
  }
  .epiphone-w2wfjq .epiphone-eh2ul8,
  .epiphone-w2wfjq.epiphone-h9n7qk > .epiphone-eh2ul8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .epiphone-w2wfjq.epiphone-h9n7qk > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .epiphone-v52kwm.epiphone-jirw5p .epiphone-w2wfjq > .epiphone-eh2ul8 {
    grid-row: 1/2;
  }
  .epiphone-w2wfjq .epiphone-pwx979 ~ .epiphone-eh2ul8,
  .epiphone-w2wfjq.epiphone-h9n7qk .epiphone-pwx979 ~ .epiphone-eh2ul8 {
    grid-row: 2/3;
  }
  .epiphone-v52kwm.epiphone-jirw5p .epiphone-pwx979 ~ .epiphone-eh2ul8 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .epiphone-er192x:first-child .epiphone-6yyljk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .epiphone-er192x:first-child .epiphone-6yyljk h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .epiphone-er192x {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .epiphone-er192x {
    padding: 0;
  }
  .epiphone-a00rzn {
    margin-top: 1rem;
  }
  .epiphone-o1emgz {
    border-radius: 5px;
  }
  .epiphone-kiezq9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .epiphone-5c5sta::after {
    display: inline-block;
  }
  .epiphone-5c5sta {
    margin: 0;
    width: 100%;
  }
  .epiphone-ekxfbt {
    width: 100%;
  }
  .epiphone-ekxfbt.epiphone-mbi55j {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .epiphone-ekxfbt.epiphone-mbi55j .epiphone-9oeujk {
    width: 100%;
  }
  .epiphone-ekxfbt.epiphone-mbi55j .epiphone-9oeujk:not(:last-child) {
    margin-right: 0;
  }
  .epiphone-zmu7pm {
    width: 100%;
    text-align: center;
  }
  .epiphone-ds75ts.epiphone-lfgmoq .epiphone-ekxfbt {
    margin-top: 1rem;
  }
  .epiphone-cv1han {
    grid-template-columns: repeat(3, 1fr);
  }
  .epiphone-ipt612,
  .epiphone-d1ds3k {
    grid-template-columns: repeat(2, 1fr);
  }
  .epiphone-sif2fr,
  .epiphone-g6bdzc,
  .epiphone-to94i4 {
    grid-template-columns: 1fr;
  }
  .epiphone-vo9vv4 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .epiphone-ap2jd7 {
    min-width: 300px;
    max-width: 325px;
  }
  .epiphone-y16kg8 {
    cursor: auto;
  }
  .epiphone-du4t3i .epiphone-y16kg8 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .epiphone-yf0avx {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .epiphone-eovo90 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .epiphone-yf0avx {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.epiphone-la0tk0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .epiphone-g0qtwh {
    margin: 0 -0.2rem;
  }
  .epiphone-la0tk0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .epiphone-2f0hn1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .epiphone-lfxvya {
    max-width: 100%;
  }
  .epiphone-cv1han {
    grid-template-columns: repeat(2, 1fr);
  }
  .epiphone-ipt612,
  .epiphone-d1ds3k {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .epiphone-xpzzla {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .epiphone-g0qtwh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .epiphone-zn9egz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .epiphone-xbgx8a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .epiphone-lj1sbo,
  .epiphone-xv8re3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .epiphone-60o0hx {
    width: 100%;
  }
  .epiphone-cv1han {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .epiphone-yf0avx {
    top: 127px !important;
  }
}

.epiphone-neiojy {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .epiphone-neiojy {
  }
}

@media (max-width: 767px) {
  .epiphone-neiojy {
    margin-bottom: 12px;
  }
}

.epiphone-neiojy img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.epiphone-igrrro {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.epiphone-igrrro > .epiphone-xmuaf6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .epiphone-igrrro {
    flex-direction: column;
    gap: 12px;
  }
}

.epiphone-nhw95o {
  display: flex;
}

.epiphone-nhw95o .epiphone-ooqv3m {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.epiphone-nhw95o .epiphone-0cl77k {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.epiphone-nhw95o .epiphone-a3sjy6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.epiphone-nhw95o .epiphone-2hwkvr {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.epiphone-nhw95o .epiphone-2hwkvr:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.epiphone-nhw95o .epiphone-sd11si {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.epiphone-ir1zro {
  border: unset;
  background-color: unset;
}

.epiphone-ir1zro tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.epiphone-ir1zro .epiphone-g44e5q,
.epiphone-ir1zro .epiphone-m9nqag {
  flex: 0 1 330px;
}

.epiphone-ir1zro .epiphone-136guq {
  flex: 1 1;
}

.epiphone-ir1zro tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.epiphone-ir1zro tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.epiphone-ir1zro tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.epiphone-ir1zro tr td p {
  color: #fff;
  margin: 0;
}

.epiphone-ir1zro tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.epiphone-ir1zro tr.epiphone-g44e5q td p {
  padding: 16px 0;
}

.epiphone-ir1zro tr.epiphone-g44e5q td p:not(:last-child),
.epiphone-ir1zro tr.epiphone-m9nqag td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.epiphone-ir1zro tr.epiphone-g44e5q td p:first-child,
.epiphone-ir1zro tr.epiphone-m9nqag td p:first-child {
  padding-top: 0;
}

.epiphone-ir1zro tr.epiphone-m9nqag td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.epiphone-ir1zro tr.epiphone-m9nqag td p:last-child {
  padding-bottom: 0;
}

.epiphone-ir1zro .epiphone-m9nqag img {
  max-width: 32px;
}

.epiphone-ir1zro .epiphone-136guq {
  min-width: 718px;
}

.epiphone-ir1zro .epiphone-136guq td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.epiphone-ir1zro .epiphone-136guq td {
  display: flex;
}

.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa,
.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-yit7us,
.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-0bbxhg {
  flex: 1 1 50%;
}

.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-xppvzi {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3hc7u2,
.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-qfv0hr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa,
.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-yit7us {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa span,
.epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-yit7us span {
  font-weight: 800;
}

.epiphone-ir1zro .epiphone-136guq img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .epiphone-ir1zro tr.epiphone-g44e5q td p:last-child {
    padding-bottom: 0;
  }
  .epiphone-ir1zro .epiphone-m9nqag > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .epiphone-ir1zro .epiphone-m9nqag > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .epiphone-ir1zro tr.epiphone-g44e5q td p:not(:last-child),
  .epiphone-ir1zro tr.epiphone-m9nqag td p:not(:last-child) {
    border-bottom: unset;
  }
  .epiphone-ir1zro tr.epiphone-m9nqag td p:last-child {
    padding-bottom: 12px;
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa,
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-yit7us,
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-0bbxhg {
    flex: 1 1 50%;
    padding: 0;
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa,
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-yit7us {
    margin-top: 16px;
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-0bbxhg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-3flmqa {
    border-right: 1px solid var(--border-color);
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-0bbxhg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .epiphone-ir1zro .epiphone-136guq td:last-child .epiphone-0bbxhg:last-child {
    padding-bottom: 0;
  }
}

.epiphone-0bbxhg {
  display: flex;
  flex-direction: column;
}

.epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg:not(:first-child) {
    padding-left: 0;
  }
  .epiphone-ir1zro .epiphone-136guq td .epiphone-0bbxhg:not(:last-of-type) {
    border-right: unset;
  }
}

.epiphone-ir1zro .epiphone-wtu44l {
  flex: 0 1 485px;
}

.epiphone-ir1zro .epiphone-7rv1bd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.epiphone-ir1zro .epiphone-7rv1bd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.epiphone-ir1zro .epiphone-7rv1bd li.epiphone-4u3cvg {
  padding: 6px 12px;
}

.epiphone-ir1zro .epiphone-7rv1bd li a,
.epiphone-ir1zro .epiphone-7rv1bd li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.epiphone-ir1zro .epiphone-ytsla7,
.epiphone-ir1zro .epiphone-pq2pm1 {
  flex: 1 1;
}

.epiphone-ir1zro .epiphone-yjq7m8,
.epiphone-ir1zro .epiphone-uuxo05 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.epiphone-ir1zro .epiphone-yjq7m8 li,
.epiphone-ir1zro .epiphone-uuxo05 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.epiphone-ir1zro .epiphone-pq2pm1 img {
  max-width: 32px;
}

.epiphone-ir1zro .epiphone-ytsla7 img {
  max-width: 32px;
}

.epiphone-ir1zro .epiphone-00y99u {
  min-width: 280px;
}

.epiphone-ir1zro .epiphone-00y99u img {
  max-width: 146px;
}

.epiphone-ir1zro .epiphone-00y99u td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .epiphone-ir1zro .epiphone-g44e5q,
  .epiphone-ir1zro .epiphone-m9nqag {
    flex: 0 1 auto;
  }
  .epiphone-ir1zro .epiphone-136guq {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .epiphone-ir1zro .epiphone-g44e5q,
  .epiphone-ir1zro .epiphone-wtu44l,
  .epiphone-ir1zro .epiphone-m9nqag,
  .epiphone-ir1zro .epiphone-136guq {
    flex: 1 1 calc(50% - 20px);
  }
  .epiphone-ir1zro .epiphone-ytsla7,
  .epiphone-ir1zro .epiphone-00y99u,
  .epiphone-ir1zro .epiphone-pq2pm1 {
    flex: 1 1 30%;
  }
  .epiphone-ir1zro .epiphone-00y99u {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .epiphone-ir1zro .epiphone-g44e5q,
  .epiphone-ir1zro .epiphone-wtu44l,
  .epiphone-ir1zro .epiphone-ytsla7,
  .epiphone-ir1zro .epiphone-m9nqag,
  .epiphone-ir1zro .epiphone-136guq,
  .epiphone-ir1zro .epiphone-00y99u,
  .epiphone-ir1zro .epiphone-pq2pm1 {
    flex: 1 1 100%;
  }
}

.epiphone-e5vt86 .epiphone-mq94m9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.epiphone-e5vt86 .epiphone-0trdup {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.epiphone-e5vt86 .epiphone-ul9b8m {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.epiphone-e5vt86 .epiphone-nw0olt {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.epiphone-e5vt86 .epiphone-nw0olt > :nth-child(3) {
  margin-top: 0;
}

.epiphone-e5vt86 .epiphone-eh2ul8 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.epiphone-e5vt86 .epiphone-pf3edf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.epiphone-e5vt86 .epiphone-a00rzn {
  grid-column: 1/2;
}

.epiphone-e5vt86 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.epiphone-e5vt86 .epiphone-0trdup:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.epiphone-e5vt86 .epiphone-0trdup:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.epiphone-e5vt86 .epiphone-60o0hx {
  min-width: 240px;
}

@media (max-width: 768px) {
  .epiphone-e5vt86 .epiphone-0trdup:not(:last-child):before {
    bottom: 8px;
  }
  .epiphone-e5vt86 .epiphone-0trdup:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .epiphone-e5vt86 .epiphone-nw0olt {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .epiphone-e5vt86 .epiphone-eh2ul8 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .epiphone-e5vt86 .epiphone-eh2ul8 img {
    width: 100%;
    height: auto;
  }
  .epiphone-e5vt86 .epiphone-60o0hx {
    width: 100%;
    min-width: unset;
  }
}

.epiphone-d5244t .epiphone-vxr68j {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.epiphone-d5244t .epiphone-9omreg {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.epiphone-d5244t .epiphone-eh2ul8 {
  height: 100%;
}

.epiphone-d5244t .epiphone-eh2ul8 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.epiphone-d5244t .epiphone-ugl4m0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.epiphone-d5244t .epiphone-ht258d {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.epiphone-d5244t .epiphone-g5vdwk {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .epiphone-d5244t .epiphone-9omreg {
    flex: 1 1 100%;
  }
  .epiphone-d5244t .epiphone-e3lz2p {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .epiphone-d5244t .epiphone-9omreg {
    flex-direction: column;
  }
  .epiphone-d5244t .epiphone-eh2ul8 {
    width: 100%;
    height: auto;
  }
  .epiphone-d5244t .epiphone-eh2ul8 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .epiphone-d5244t .epiphone-ugl4m0 {
    padding: 0 16px 16px 16px;
  }
  .epiphone-d5244t .epiphone-e3lz2p {
    min-width: unset;
    width: 100%;
  }
}

.epiphone-2sq196 .epiphone-rjz3q4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.epiphone-2sq196 .epiphone-nlx618 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.epiphone-2sq196 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.epiphone-2sq196 .epiphone-0ba03k {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.epiphone-2sq196 .epiphone-nlx618:hover .epiphone-0ba03k {
  display: flex;
}

.epiphone-2sq196 .epiphone-b6srd5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.epiphone-2sq196 .epiphone-23bmyd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.epiphone-qk4olm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.epiphone-qk4olm.epiphone-3uxztx {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.epiphone-maybn0 ease-in-out;
}

.epiphone-qk4olm.epiphone-3uxztx:hover {
  color: #f9cb16;
  background-color: transparent;
}

.epiphone-2sq196 .epiphone-gzt09n {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.epiphone-maybn0 ease-in-out;
}

.epiphone-2sq196 .epiphone-gzt09n:hover {
  color: #196948;
  background-color: #f9cb16;
}

.epiphone-2sq196 .epiphone-gzt09n:after,
.epiphone-qk4olm.epiphone-3uxztx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.epiphone-qk4olm.epiphone-3uxztx:after {
  background-image: url(../images/Cash.svg);
}

.epiphone-2sq196 .epiphone-gzt09n:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .epiphone-2sq196 .epiphone-rjz3q4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .epiphone-2sq196 .epiphone-rjz3q4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .epiphone-2sq196 .epiphone-rjz3q4 {
    grid-template-columns: 1fr;
  }
  .epiphone-2sq196 .epiphone-nlx618 {
    height: auto;
  }
  .epiphone-2sq196 .epiphone-nlx618 .epiphone-0ba03k {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .epiphone-2sq196 .epiphone-b6srd5,
  .epiphone-2sq196 .epiphone-23bmyd {
    text-align: left;
  }
  .epiphone-2sq196 .epiphone-23bmyd {
    margin-bottom: 8px;
  }
  .epiphone-2sq196 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.epiphone-c4lefa {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.epiphone-c4lefa.epiphone-qzs9py {
  display: block;
}

.epiphone-c4lefa .epiphone-d6j7j2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.epiphone-c4lefa .epiphone-retrtw {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.epiphone-c4lefa .epiphone-hq434h {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.epiphone-c4lefa .epiphone-aaie6f {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.epiphone-c4lefa .epiphone-qk4olm {
  min-width: 296px;
  margin-bottom: 0;
}

.epiphone-c4lefa .epiphone-kki557 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.epiphone-c4lefa .epiphone-gui5a1 {
  position: relative;
  flex: 1 1;
}

.epiphone-c4lefa .epiphone-gui5a1 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .epiphone-c4lefa .epiphone-retrtw {
    flex-wrap: wrap;
    gap: 8px;
  }
  .epiphone-c4lefa .epiphone-hq434h {
    order: 1;
  }
  .epiphone-c4lefa .epiphone-aaie6f {
    order: 3;
    flex: 1 1 100%;
  }
  .epiphone-c4lefa .epiphone-qk4olm {
    width: 100%;
    min-width: unset;
  }
  .epiphone-c4lefa .epiphone-kki557 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .epiphone-w2wfjq > .epiphone-pwx979 {
    margin-bottom: 0;
  }
  .epiphone-w2wfjq > .epiphone-a00rzn,
  .epiphone-w2wfjq > p {
    margin-top: 0;
  }
}

.epiphone-ycz719 img,
.epiphone-la0tk0 img {
  width: auto;
  object-fit: contain;
}

.epiphone-ycz719 {
  align-items: center;
}

.epiphone-ycz719 img {
  max-height: 76px;
}

.epiphone-la0tk0 img {
  max-height: 64px;
}

.epiphone-q2r2h0 {
  overflow: auto;
}

.epiphone-1min3a {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.epiphone-wmqi7s:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.epiphone-mzqks0 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.epiphone-4y8e7k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.epiphone-mzqks0 .epiphone-eh2ul8 {
  margin-right: 20px;
  flex-shrink: 0;
}

.epiphone-mzqks0 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.epiphone-cn7ukp {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.epiphone-cn7ukp > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .epiphone-mzqks0 {
    padding: 15px 10px;
  }
  .epiphone-cn7ukp {
    padding: 15px 10px;
  }
  .epiphone-mzqks0 .epiphone-eh2ul8 {
    margin-right: 10px;
  }
}

.epiphone-v1jloc {
  overflow-x: auto;
}

.epiphone-pibwdy {
  border-collapse: collapse;
  width: 100%;
}

.epiphone-v1jloc th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.epiphone-v1jloc td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.epiphone-v1jloc td.epiphone-bhcdu9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.epiphone-v1jloc td.epiphone-pxxktt {
  border-right: none;
}

.epiphone-v1jloc td.epiphone-pxxktt .epiphone-eh2ul8 {
  justify-content: flex-start;
}

.epiphone-v1jloc td.epiphone-pxxktt .epiphone-eh2ul8 img {
  height: auto;
  width: 90px;
}

.epiphone-v1jloc td.epiphone-3xw602,
.epiphone-v1jloc td.epiphone-wv0fi3 {
  font-weight: 600;
  text-align: right;
}

.epiphone-v1jloc td.epiphone-0148tq,
.epiphone-v1jloc td.epiphone-3xw602 {
  padding-bottom: 10px;
  border-bottom: none;
}

.epiphone-v1jloc td.epiphone-3xw602,
.epiphone-v1jloc td.epiphone-wv0fi3 {
  border-left: none;
}

.epiphone-v1jloc td.epiphone-0148tq,
.epiphone-v1jloc td.epiphone-xw1ds8 {
  border-right: none;
}

.epiphone-v1jloc td.epiphone-xw1ds8,
.epiphone-v1jloc td.epiphone-wv0fi3 {
  border-top: none;
  padding-top: 10px;
}

.epiphone-ktudqw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.epiphone-ktudqw .epiphone-e3lz2p {
  min-width: unset;
  width: 100%;
}

.epiphone-ktudqw .epiphone-e3lz2p.epiphone-u34r5m {
  grid-column: 1/2;
  grid-row: 1/2;
}

.epiphone-ktudqw .epiphone-e3lz2p.epiphone-q90090 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.epiphone-ktudqw .epiphone-4fq3dc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .epiphone-ktudqw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .epiphone-ktudqw .epiphone-e3lz2p.epiphone-u34r5m {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .epiphone-ktudqw .epiphone-e3lz2p.epiphone-q90090 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .epiphone-ktudqw .epiphone-4fq3dc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.epiphone-ag3ssp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.epiphone-v7ff5o {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.epiphone-ahmpfu p a img {
  margin: 0 auto;
  display: block;
}

.epiphone-ahmpfu table {
  margin-bottom: 17px;
}

/* contanct form */
.epiphone-pongtd {
  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-pongtd label {
  font-size: 14px;
}

.epiphone-pongtd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.epiphone-pongtd input,
.epiphone-pongtd textarea,
.epiphone-pongtd 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-pongtd button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.epiphone-maybn0 ease;
}
.epiphone-pongtd button:hover {
  background-color: #691204;
}
.epiphone-08uh1n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.epiphone-xdg2va ease-in;
}

.epiphone-08uh1n h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.epiphone-7zgdc6, .epiphone-vv06ni, [class*="review-card"],
thead, thead th, table th, .epiphone-d0ti6x,
.epiphone-5i7snp, [class*="collapsible-header"],
.epiphone-j5t8pi, [class*="updated-block"] {
  color: #ece7dc !important;
}
