@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);
}

.crowngold-7mx5k7 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crowngold-v6dt1i {
  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.crowngold-pzj6x5,
ul.crowngold-pzj6x5 {
  padding-left: 20px;
}

ul.crowngold-pzj6x5 {
  list-style: disc;
}

ol.crowngold-pzj6x5 {
  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;
  }
}

.crowngold-o7hq7l > .crowngold-x70bhh,
.crowngold-o7hq7l > .crowngold-6lmvgc,
.crowngold-o7hq7l > blockquote,
.crowngold-o7hq7l > h1,
.crowngold-o7hq7l > h2,
.crowngold-o7hq7l > h3,
.crowngold-o7hq7l > h4,
.crowngold-o7hq7l > h5,
.crowngold-o7hq7l > h6,
.crowngold-o7hq7l > ol,
.crowngold-o7hq7l > p,
.crowngold-o7hq7l > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crowngold-o7hq7l > ol,
.crowngold-o7hq7l > ul {
  padding-left: 50px;
}

.crowngold-o7hq7l 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;
}

.crowngold-o7hq7l:not(:last-child) {
  margin-bottom: 2rem;
}

.crowngold-o7hq7l > :not(:first-child) {
  margin-top: 2rem;
}

.crowngold-o7hq7l {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crowngold-o7hq7l:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .crowngold-o7hq7l:first-child {
    margin-top: 20px;
  }
}

.crowngold-o7hq7l > p:last-of-type {
  margin-bottom: 32px;
}

.crowngold-o7hq7l > .crowngold-86cvck:not(:first-child) {
  margin: 64px auto 16px auto;
}

.crowngold-y5axiu > .crowngold-86cvck {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crowngold-6lmvgc {
  overflow: auto;
}

.crowngold-6lmvgc::-webkit-scrollbar {
  height: 5px;
}

.crowngold-6lmvgc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.crowngold-6lmvgc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.crowngold-6lmvgc table thead,
table thead {
  border-bottom: none;
}

.crowngold-6lmvgc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.crowngold-6lmvgc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.crowngold-6lmvgc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.crowngold-6lmvgc .crowngold-hkrbgx {
  table-layout: auto;
}

.crowngold-6lmvgc .crowngold-hkrbgx th {
  word-break: normal;
}

.crowngold-6lmvgc .crowngold-hkrbgx td {
  word-break: normal;
}

.crowngold-7mx5k7 .crowngold-7mx5k7 {
  padding-right: 0;
  padding-left: 0;
}

.crowngold-p57yyo {
  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;
}

.crowngold-26ygyr {
  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;
}

.crowngold-a38cqq {
  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;
}

.crowngold-x70bhh {
  margin-top: 24px;
}

.crowngold-x70bhh.crowngold-hmmr3n {
  text-align: left;
}

.crowngold-x70bhh.crowngold-u24wz5 {
  text-align: right;
}

.crowngold-x70bhh.crowngold-ffp2ki {
  text-align: center;
}

.crowngold-re8ehl {
  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.crowngold-zpmd7n ease-in-out;
  cursor: pointer;
}

.crowngold-re8ehl:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.crowngold-re8ehl {
  min-width: 328px;
}

@media (max-width: 768px) {
  .crowngold-re8ehl {
    min-width: unset;
  }
}

.crowngold-2t6oqb {
  background-color: var(--fh-bg-color);
}

.crowngold-cs0z91 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.crowngold-gg56sv {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.crowngold-gg56sv img {
  max-height: 80px;
  object-fit: contain;
}

.crowngold-uzytug {
  flex: 1 1;
}

.crowngold-x9r10r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.crowngold-3vcdg4 {
  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;
}

.crowngold-3vcdg4 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;
}

.crowngold-3vcdg4.crowngold-9tso72 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.crowngold-3vcdg4.crowngold-9tso72 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.crowngold-3vcdg4.crowngold-9tso72 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.crowngold-uzytug + .crowngold-x9r10r {
  margin-left: 20px;
}

.crowngold-wkrsva {
  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;
}

.crowngold-wkrsva > svg {
  max-width: 24px;
  max-height: 24px;
}

.crowngold-wkrsva + .crowngold-wkrsva {
  margin-left: 5px;
}

.crowngold-4ikgv4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.crowngold-4ikgv4:hover {
  background-color: var(--button-bg-hover);
}

.crowngold-zqucdb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.crowngold-zpmd7n ease-in-out;
  border: 1px solid var(--border-color);
}

.crowngold-zqucdb:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.crowngold-ddkveh {
  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) {
  .crowngold-uzytug {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .crowngold-ddkveh {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .crowngold-uzytug {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .crowngold-wkrsva {
    min-width: unset;
    flex: 1 1;
  }
}

.crowngold-nkzz8n {
  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;
}

.crowngold-nkzz8n:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.crowngold-nkzz8n:hover .crowngold-vltz6d {
  opacity: 1;
  pointer-events: auto;
}

.crowngold-ya2rkd {
  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.crowngold-taikdj ease-in-out;
  gap: 4px;
}

.crowngold-ya2rkd > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crowngold-ya2rkd .crowngold-p57yyo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crowngold-kazqu7,
.crowngold-ya2rkd:hover {
  color: var(--button-bg-hover);
}

.crowngold-770u6i {
  position: relative;
}

.crowngold-770u6i .crowngold-ya2rkd {
  margin-right: 0;
  padding-right: 4px;
}

.crowngold-ilu0tj svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crowngold-770u6i.crowngold-9tso72 .crowngold-ilu0tj svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.crowngold-770u6i.crowngold-9tso72 .crowngold-vltz6d {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.crowngold-770u6i.crowngold-9tso72 .crowngold-vltz6d::before {
  display: none;
}

.crowngold-ilu0tj svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.crowngold-vltz6d {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.crowngold-03dt72 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.crowngold-vltz6d::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.crowngold-vltz6d:hover {
  color: var(--fh-bg-color);
}

.crowngold-pa7rik {
  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.crowngold-03dt72 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.crowngold-taikdj ease-in-out;
  -o-transition: 0.crowngold-taikdj ease-in-out;
  transition: 0.crowngold-taikdj ease-in-out;
}

.crowngold-pa7rik .crowngold-p57yyo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crowngold-k7t23q,
.crowngold-pa7rik:hover {
  color: var(--button-bg-hover);
}

.crowngold-asun9w {
  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%;
}

.crowngold-asun9w.crowngold-477jvw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.crowngold-asun9w.crowngold-477jvw:after,
.crowngold-asun9w.crowngold-477jvw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.crowngold-asun9w.crowngold-477jvw: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);
  }
}

.crowngold-asun9w.crowngold-477jvw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.crowngold-asun9w.crowngold-477jvw > * {
  z-index: 1;
}

.crowngold-asun9w b,
.crowngold-asun9w strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.crowngold-asun9w .crowngold-ak2nz2 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.crowngold-asun9w .crowngold-3vk9tb {
  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;
}

.crowngold-asun9w .crowngold-p57yyo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.crowngold-asun9w .crowngold-mrgurh {
  margin-top: 12px;
}

.crowngold-mrgurh {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.crowngold-1nnl89 {
  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;
}

.crowngold-mrgurh .crowngold-erxwi8 {
  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.crowngold-zpmd7n ease-in-out;
}

.crowngold-mrgurh .crowngold-erxwi8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.crowngold-fproyk {
  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;
}

.crowngold-asun9w.crowngold-a81xfe {
  gap: 12px;
  padding: 16px;
}

.crowngold-asun9w.crowngold-a81xfe .crowngold-fproyk {
  min-width: 240px;
}

.crowngold-asun9w.crowngold-a81xfe .crowngold-fproyk.crowngold-od7iof {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .crowngold-asun9w .crowngold-ak2nz2 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .crowngold-asun9w .crowngold-3vk9tb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .crowngold-asun9w .crowngold-p57yyo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-p57yyo {
    max-width: 126px;
  }
  .crowngold-asun9w .crowngold-mrgurh {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .crowngold-asun9w .crowngold-1nnl89 {
    max-width: unset;
  }
  .crowngold-fproyk {
    min-width: unset;
    width: 100%;
  }
  .crowngold-asun9w .crowngold-fproyk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .crowngold-asun9w.crowngold-a81xfe {
    grid-template-rows: auto 1fr auto;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-fproyk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .crowngold-asun9w {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .crowngold-asun9w .crowngold-ak2nz2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .crowngold-asun9w .crowngold-p57yyo {
    max-width: 78px;
  }
  .crowngold-asun9w .crowngold-mrgurh {
    margin-top: -12px;
  }
  .crowngold-asun9w.crowngold-a81xfe {
    gap: 8px;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-ak2nz2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-3vk9tb {
    grid-column: 1/3;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-p57yyo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .crowngold-asun9w.crowngold-a81xfe .crowngold-p57yyo img {
    max-width: 114px;
  }
}

.crowngold-fproyk.crowngold-2jocn9,
.crowngold-fproyk.crowngold-y5hzx1,
.crowngold-fproyk.crowngold-dslkxr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.crowngold-zpmd7n ease-in-out;
}

.crowngold-fproyk.crowngold-2jocn9,
.crowngold-fproyk.crowngold-dslkxr {
  padding: 10px;
}

.crowngold-fproyk.crowngold-2jocn9:hover,
.crowngold-fproyk.crowngold-y5hzx1:hover,
.crowngold-fproyk.crowngold-dslkxr:hover {
  background: var(--button-bg-hover);
}

.crowngold-fproyk.crowngold-2jocn9:hover svg path,
.crowngold-fproyk.crowngold-dslkxr:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.crowngold-fproyk.crowngold-od7iof {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.crowngold-zpmd7n ease-in-out;
  background: var(--button-bg-color);
}

.crowngold-fproyk.crowngold-od7iof:hover {
  background-color: var(--button-bg-hover);
}

.crowngold-fproyk.crowngold-y5hzx1: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);
  }
}

.crowngold-fproyk.crowngold-y5hzx1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crowngold-fproyk.crowngold-od7iof:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crowngold-p2gcp0 {
  max-width: 650px;
}

.crowngold-h8s65c {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.crowngold-ibj1b6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.crowngold-5xucqu {
  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.crowngold-taikdj ease-in-out;
  cursor: pointer;
}

.crowngold-5xucqu:hover {
  opacity: 0.5;
}

.crowngold-5xucqu:focus {
  outline: 0;
}

.crowngold-5xucqu:focus .crowngold-9bjjut,
.crowngold-5xucqu:hover .crowngold-9bjjut {
  fill: red;
  fill-opacity: 1;
}

.crowngold-5xucqu:hover {
  cursor: pointer;
}

.crowngold-w1mslv {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.crowngold-p2gcp0.crowngold-ffp2ki {
  margin: 0 auto;
}

.crowngold-p2gcp0.crowngold-u24wz5 {
  margin-left: auto;
}

.crowngold-2rdxf2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.crowngold-js9ayo {
  padding-bottom: 50px;
}

.crowngold-zi5x9f {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.crowngold-wz995g {
  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;
}

.crowngold-1b94v4 {
  margin-top: 24px;
}

.crowngold-d0spgy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crowngold-94gfqi {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.crowngold-t5fk9s {
  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;
}

.crowngold-6xa6g9 {
  width: 468px;
}

.crowngold-t5fk9s .crowngold-vltz6d {
  margin: 0.crowngold-k951gp 0;
}

.crowngold-fmw42f {
  display: flex;
  min-width: 224px;
}

.crowngold-cu790b {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.crowngold-taikdj ease-in-out;
}

.crowngold-pbaao3,
.crowngold-cu790b:hover {
  color: var(--text-color);
}

.crowngold-qggevw {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.crowngold-w0kuf0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .crowngold-2rdxf2 {
    padding: 16px;
  }
  .crowngold-qggevw {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .crowngold-w0kuf0 {
    align-items: center;
  }
  .crowngold-6xa6g9 {
    width: unset;
  }
  .crowngold-fmw42f {
    min-width: unset;
  }
  .crowngold-t5fk9s {
    max-height: unset;
  }
  .crowngold-zi5x9f {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .crowngold-2rdxf2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.crowngold-cpfc1n {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crowngold-cpfc1n:not(:last-child) {
  margin-bottom: 16px;
}

.crowngold-kghpfl {
  outline: 0;
}

.crowngold-kghpfl .crowngold-mhpgxf {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.crowngold-sa31d4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .crowngold-sa31d4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.crowngold-sa31d4::-webkit-details-marker {
  display: none;
}

.crowngold-sa31d4: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;
}

.crowngold-sa31d4: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] .crowngold-sa31d4:after {
  transform: unset;
}

.crowngold-mhpgxf {
  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);
}

.crowngold-mhpgxf 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.crowngold-taikdj ease-in-out;
  -o-transition: 0.crowngold-taikdj ease-in-out;
  transition: 0.crowngold-taikdj ease-in-out;
}

.crowngold-aq7oyk {
  padding: 16px 0 0 0;
}

.crowngold-aq7oyk * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .crowngold-aq7oyk :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crowngold-sa31d4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .crowngold-sa31d4::after {
    margin-left: auto;
  }
  .crowngold-mhpgxf {
    order: 3;
    flex: 1 1 100%;
  }
  .crowngold-sa31d4 {
    font-size: 14px;
    line-height: 130%;
  }
  .crowngold-mhpgxf svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.crowngold-10d0s0 {
  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;
}

.crowngold-zaq1wq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.crowngold-10d0s0.crowngold-9tso72 .crowngold-zaq1wq {
  margin-bottom: 12px;
}

.crowngold-zaq1wq::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;
}

.crowngold-10d0s0.crowngold-9tso72 .crowngold-zaq1wq::after {
  transform: unset;
}

.crowngold-zoqgc1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.crowngold-audm33 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.crowngold-taikdj ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.crowngold-audm33: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;
}

.crowngold-10d0s0.crowngold-9tso72 .crowngold-zoqgc1 {
  max-height: 100%;
}

.crowngold-y7lxxj {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.crowngold-300t16 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.crowngold-fr5bxm {
  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;
}

.crowngold-u4kvp9 {
  margin-right: 4px;
}

.crowngold-m9kdik {
  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.crowngold-taikdj ease-in-out;
}

.crowngold-m9kdik svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.crowngold-34kp0z,
.crowngold-m9kdik:hover {
  color: var(--text-color);
}

.crowngold-r6j1ef {
  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;
}

.crowngold-r6j1ef img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.crowngold-r6j1ef .crowngold-8qhuou {
  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;
}

.crowngold-r6j1ef .crowngold-fctaks {
  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;
}

.crowngold-bpygl5 {
  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;
}

.crowngold-51ome8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crowngold-56gk0p .crowngold-7mx5k7 {
  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;
}

.crowngold-56gk0p {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.crowngold-ynkv0e {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.crowngold-1j3vbk {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.crowngold-8nsap3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.crowngold-ujhucl 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;
}

.crowngold-8nsap3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.crowngold-y53sp2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.crowngold-j2gpsv {
  -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.crowngold-taikdj ease-in-out;
  transition: transform 0.crowngold-taikdj ease-in-out;
  -o-transition: transform 0.crowngold-taikdj ease-in-out;
  transition:
    transform 0.crowngold-taikdj ease-in-out,
    -webkit-transform 0.crowngold-taikdj ease-in-out;
  cursor: pointer;
}

.crowngold-j2gpsv svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.crowngold-j2gpsv: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;
}

.crowngold-fewqmt {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .crowngold-fewqmt {
    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);
}

.crowngold-fueaio {
  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;
}

.crowngold-rrmt5t {
  position: relative;
  width: 100%;
}

.crowngold-fueaio.crowngold-pvstne {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.crowngold-fueaio.crowngold-ffp2ki {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crowngold-fueaio.crowngold-u24wz5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.crowngold-ifdrnc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.crowngold-0z90i3 {
  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.crowngold-taikdj ease-in-out;
  cursor: pointer;
}

.crowngold-0z90i3:hover {
  opacity: 0.5;
}

.crowngold-fueaio.crowngold-ze9nby .crowngold-0z90i3 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.crowngold-fueaio.crowngold-ze9nby .crowngold-ifdrnc {
  cursor: pointer;
}

.crowngold-mqqugf {
  fill: #0009;
}

.crowngold-22a0fu {
  fill: #fff;
}

.crowngold-0z90i3:hover .crowngold-mqqugf {
  fill: red;
}

.crowngold-0z90i3 svg path {
  -webkit-transition: 0.crowngold-taikdj ease-in-out;
  -o-transition: 0.crowngold-taikdj ease-in-out;
  transition: 0.crowngold-taikdj ease-in-out;
}

.crowngold-el74nj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.crowngold-el74nj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.crowngold-el74nj.crowngold-vbmkfe > :not(.get-image) {
  grid-column: 1/3;
}

.crowngold-o5jve9:not(._h1-block) .crowngold-el74nj > .crowngold-86cvck {
  grid-row: 1/2;
  grid-column: 1/3;
}

.crowngold-el74nj.crowngold-vbmkfe .crowngold-e4e13m {
  grid-column: 2/3;
}

.crowngold-el74nj.crowngold-vbmkfe > .crowngold-p57yyo {
  grid-column: 1/2;
}

.crowngold-el74nj.crowngold-vbmkfe > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.crowngold-el74nj > p:first-of-type {
  margin-top: 0;
}

.crowngold-el74nj .crowngold-p57yyo {
  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;
}

.crowngold-o5jve9:not(._h1-block) .crowngold-86cvck ~ .crowngold-p57yyo {
  grid-row: 2/10;
}

.crowngold-o5jve9.crowngold-a3l1nq .crowngold-86cvck ~ .crowngold-p57yyo {
  grid-row: 1/10;
}

.crowngold-o5jve9.crowngold-a3l1nq > .crowngold-86cvck {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.crowngold-o5jve9.crowngold-a3l1nq .crowngold-p57yyo {
  grid-row: 1/10;
}

.crowngold-el74nj.crowngold-kgtgyu .crowngold-p57yyo {
  align-items: flex-start;
}

.crowngold-el74nj.crowngold-ffp2ki .crowngold-e4e13m {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.crowngold-el74nj.crowngold-ffp2ki .crowngold-p57yyo {
  align-items: center;
}

.crowngold-el74nj.crowngold-cgwjvy .crowngold-p57yyo {
  align-items: flex-end;
}

.crowngold-e4e13m > :first-child {
  margin-top: 0;
}

.crowngold-e4e13m > :last-child {
  margin-bottom: 0;
}

* + .crowngold-bnqxog,
.crowngold-o5jve9 + .crowngold-o5jve9 {
  margin-top: 2rem;
}

.crowngold-6t68f6 td::before,
.crowngold-6t68f6 th::after {
  display: none !important;
}

.crowngold-6t68f6 #link-selector {
  color: #000;
}

.crowngold-6t68f6 .crowngold-sdzist {
  color: #135e96;
}

.crowngold-6t68f6 .crowngold-mpyrb8 *,
.crowngold-6t68f6 .crowngold-91uuy2 p,
.crowngold-6t68f6 .crowngold-tuxzbg * {
  color: #000;
}

.crowngold-6t68f6 .crowngold-pirtme {
  background: 0 0 !important;
}

.crowngold-6t68f6 .crowngold-lf6w2f {
  color: #000;
}

.crowngold-6t68f6 .crowngold-3k8hhi.crowngold-bnm0bn {
  color: #fff;
}

.crowngold-6t68f6 .crowngold-fqdu4m {
  color: #000;
}

.crowngold-6t68f6
  .crowngold-nt2ab5
  .crowngold-ablba1.crowngold-bnm0bn.crowngold-8z0042 {
  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;
}

.crowngold-hfyhif,
body .crowngold-tw8sal {
  color: #000;
  background: var(--color-body) !important;
}

.crowngold-hfyhif .crowngold-71z6d6 .crowngold-mfe7ab,
body .crowngold-tw8sal .crowngold-71z6d6 .crowngold-mfe7ab {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crowngold-audm33:focus,
  .crowngold-audm33:hover {
    color: #f9cb16;
  }
  .crowngold-bfc59d:focus,
  .crowngold-bfc59d:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crowngold-167tgq:focus img,
  .crowngold-167tgq:focus svg,
  .crowngold-167tgq:hover img,
  .crowngold-167tgq:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .crowngold-r6j1ef {
    display: none;
  }
}

@media (min-width: 1024px) {
  .crowngold-770u6i:hover .crowngold-ilu0tj svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .crowngold-ilu0tj {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .crowngold-c2uiu8 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .crowngold-yqpi4n {
    grid-template-columns: repeat(4, 1fr);
  }
  .crowngold-99agcv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .crowngold-yo43nj .crowngold-477ejz {
    grid-template-columns: 1fr;
  }
  .crowngold-yo43nj .crowngold-rcesz2 {
    -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;
  }
  .crowngold-yo43nj .crowngold-lhs8in {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crowngold-yo43nj .crowngold-54cp67 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crowngold-yo43nj .crowngold-3hc0qd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .crowngold-yo43nj .crowngold-lhs8in:not(:first-child) {
    border: none;
  }
  .crowngold-yo43nj .crowngold-lhs8in:first-child .crowngold-54cp67 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .crowngold-yo43nj .crowngold-lhs8in:last-child .crowngold-54cp67 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .crowngold-cs0z91 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .crowngold-gg56sv {
    max-width: 100px;
  }
  .crowngold-uzytug {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .crowngold-x9r10r {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .crowngold-x9r10r svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .crowngold-3vcdg4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .crowngold-uzytug + .crowngold-x9r10r {
    margin-left: auto;
  }
  .crowngold-tkxkux {
    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;
  }
  .crowngold-tkxkux.crowngold-9tso72 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .crowngold-ddkveh {
    -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;
  }
  .crowngold-nkzz8n {
    width: 100%;
  }
  .crowngold-nkzz8n:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .crowngold-ya2rkd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .crowngold-ya2rkd svg {
    margin-right: 4px;
  }
  .crowngold-770u6i {
    -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;
  }
  .crowngold-ilu0tj svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .crowngold-ilu0tj {
    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;
  }
  .crowngold-vltz6d {
    display: none;
    width: 100%;
  }
  .crowngold-770u6i.crowngold-9tso72 .crowngold-vltz6d {
    padding: 0 0 0 48px;
  }
  .crowngold-pa7rik {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .crowngold-wz995g .crowngold-p57yyo {
    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;
  }
  .crowngold-36gkqj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crowngold-36gkqj + .crowngold-36gkqj {
    margin-right: 0;
  }
  .crowngold-36gkqj + .crowngold-p57yyo {
    margin: 0;
  }
  .crowngold-c2uiu8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .crowngold-yqpi4n {
    grid-template-columns: repeat(3, 1fr);
  }
  .crowngold-ybrz4k,
  .crowngold-hzy0u1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .crowngold-el74nj {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .crowngold-el74nj.crowngold-vbmkfe .crowngold-e4e13m {
    grid-column: auto;
    grid-row: auto;
  }
  .crowngold-el74nj > .crowngold-86cvck {
    grid-column: 1/2;
  }
  .crowngold-el74nj.crowngold-vbmkfe > :not(.get-image) {
    grid-column: 1/2;
  }
  .crowngold-el74nj .crowngold-p57yyo,
  .crowngold-el74nj.crowngold-vbmkfe > .crowngold-p57yyo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crowngold-el74nj.crowngold-vbmkfe > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .crowngold-o5jve9.crowngold-a3l1nq .crowngold-el74nj > .crowngold-p57yyo {
    grid-row: 1/2;
  }
  .crowngold-el74nj .crowngold-86cvck ~ .crowngold-p57yyo,
  .crowngold-el74nj.crowngold-vbmkfe .crowngold-86cvck ~ .crowngold-p57yyo {
    grid-row: 2/3;
  }
  .crowngold-o5jve9.crowngold-a3l1nq .crowngold-86cvck ~ .crowngold-p57yyo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .crowngold-o7hq7l:first-child .crowngold-8z9fnu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crowngold-o7hq7l:first-child .crowngold-8z9fnu h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .crowngold-o7hq7l {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .crowngold-o7hq7l {
    padding: 0;
  }
  .crowngold-x70bhh {
    margin-top: 1rem;
  }
  .crowngold-kghpfl {
    border-radius: 5px;
  }
  .crowngold-2n4t4h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crowngold-zaq1wq::after {
    display: inline-block;
  }
  .crowngold-zaq1wq {
    margin: 0;
    width: 100%;
  }
  .crowngold-zoqgc1 {
    width: 100%;
  }
  .crowngold-zoqgc1.crowngold-izx6n2 {
    -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%;
  }
  .crowngold-zoqgc1.crowngold-izx6n2 .crowngold-ip802x {
    width: 100%;
  }
  .crowngold-zoqgc1.crowngold-izx6n2 .crowngold-ip802x:not(:last-child) {
    margin-right: 0;
  }
  .crowngold-audm33 {
    width: 100%;
    text-align: center;
  }
  .crowngold-10d0s0.crowngold-9tso72 .crowngold-zoqgc1 {
    margin-top: 1rem;
  }
  .crowngold-c2uiu8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .crowngold-99agcv,
  .crowngold-yqpi4n {
    grid-template-columns: repeat(2, 1fr);
  }
  .crowngold-ybrz4k,
  .crowngold-hzy0u1,
  .crowngold-1ikjrw {
    grid-template-columns: 1fr;
  }
  .crowngold-t9rwlu {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .crowngold-u15y6j {
    min-width: 300px;
    max-width: 325px;
  }
  .crowngold-54cp67 {
    cursor: auto;
  }
  .crowngold-owrhd5 .crowngold-54cp67 {
    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;
  }
  .crowngold-fewqmt {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .crowngold-vltz6d {
    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) {
  .crowngold-fewqmt {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.crowngold-36gkqj p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .crowngold-x9r10r {
    margin: 0 -0.2rem;
  }
  .crowngold-36gkqj {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .crowngold-ux4dmp {
    -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;
  }
  .crowngold-wpfl6t {
    max-width: 100%;
  }
  .crowngold-c2uiu8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .crowngold-99agcv,
  .crowngold-yqpi4n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .crowngold-cs0z91 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crowngold-x9r10r {
    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;
  }
  .crowngold-2t6oqb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crowngold-wkrsva {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crowngold-i4oez8,
  .crowngold-u6c2vk {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .crowngold-re8ehl {
    width: 100%;
  }
  .crowngold-c2uiu8 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .crowngold-fewqmt {
    top: 127px !important;
  }
}

.crowngold-uzpf51 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .crowngold-uzpf51 {
  }
}

@media (max-width: 767px) {
  .crowngold-uzpf51 {
    margin-bottom: 12px;
  }
}

.crowngold-uzpf51 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.crowngold-izix0h {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.crowngold-izix0h > .crowngold-vm0wt2 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .crowngold-izix0h {
    flex-direction: column;
    gap: 12px;
  }
}

.crowngold-z3iquq {
  display: flex;
}

.crowngold-z3iquq .crowngold-7015a4 {
  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;
}

.crowngold-z3iquq .crowngold-5viryo {
  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;
}

.crowngold-z3iquq .crowngold-63z2dr {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.crowngold-z3iquq .crowngold-nkc25x {
  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));
  }
}

.crowngold-z3iquq .crowngold-nkc25x:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.crowngold-z3iquq .crowngold-os635m {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.crowngold-rwc6vo {
  border: unset;
  background-color: unset;
}

.crowngold-rwc6vo tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.crowngold-rwc6vo .crowngold-0d5u47,
.crowngold-rwc6vo .crowngold-97r9n6 {
  flex: 0 1 330px;
}

.crowngold-rwc6vo .crowngold-73q0vw {
  flex: 1 1;
}

.crowngold-rwc6vo tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crowngold-rwc6vo tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.crowngold-rwc6vo tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.crowngold-rwc6vo tr td p {
  color: #fff;
  margin: 0;
}

.crowngold-rwc6vo tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.crowngold-rwc6vo tr.crowngold-0d5u47 td p {
  padding: 16px 0;
}

.crowngold-rwc6vo tr.crowngold-0d5u47 td p:not(:last-child),
.crowngold-rwc6vo tr.crowngold-97r9n6 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.crowngold-rwc6vo tr.crowngold-0d5u47 td p:first-child,
.crowngold-rwc6vo tr.crowngold-97r9n6 td p:first-child {
  padding-top: 0;
}

.crowngold-rwc6vo tr.crowngold-97r9n6 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crowngold-rwc6vo tr.crowngold-97r9n6 td p:last-child {
  padding-bottom: 0;
}

.crowngold-rwc6vo .crowngold-97r9n6 img {
  max-width: 32px;
}

.crowngold-rwc6vo .crowngold-73q0vw {
  min-width: 718px;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.crowngold-rwc6vo .crowngold-73q0vw td {
  display: flex;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de,
.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-r43me9,
.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-8hk5b2 {
  flex: 1 1 50%;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-tifowp {
  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;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-bpo8n7,
.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-33yiqx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de,
.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-r43me9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de span,
.crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-r43me9 span {
  font-weight: 800;
}

.crowngold-rwc6vo .crowngold-73q0vw img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .crowngold-rwc6vo tr.crowngold-0d5u47 td p:last-child {
    padding-bottom: 0;
  }
  .crowngold-rwc6vo .crowngold-97r9n6 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .crowngold-rwc6vo .crowngold-97r9n6 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .crowngold-rwc6vo tr.crowngold-0d5u47 td p:not(:last-child),
  .crowngold-rwc6vo tr.crowngold-97r9n6 td p:not(:last-child) {
    border-bottom: unset;
  }
  .crowngold-rwc6vo tr.crowngold-97r9n6 td p:last-child {
    padding-bottom: 12px;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de,
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-r43me9,
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-8hk5b2 {
    flex: 1 1 50%;
    padding: 0;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de,
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-r43me9 {
    margin-top: 16px;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-8hk5b2 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-2pp3de {
    border-right: 1px solid var(--border-color);
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-8hk5b2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td:last-child .crowngold-8hk5b2:last-child {
    padding-bottom: 0;
  }
}

.crowngold-8hk5b2 {
  display: flex;
  flex-direction: column;
}

.crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2:not(:first-child) {
    padding-left: 0;
  }
  .crowngold-rwc6vo .crowngold-73q0vw td .crowngold-8hk5b2:not(:last-of-type) {
    border-right: unset;
  }
}

.crowngold-rwc6vo .crowngold-k0x72d {
  flex: 0 1 485px;
}

.crowngold-rwc6vo .crowngold-e5tdug {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.crowngold-rwc6vo .crowngold-e5tdug li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crowngold-rwc6vo .crowngold-e5tdug li.crowngold-408jmm {
  padding: 6px 12px;
}

.crowngold-rwc6vo .crowngold-e5tdug li a,
.crowngold-rwc6vo .crowngold-e5tdug 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;
}

.crowngold-rwc6vo .crowngold-ad76jz,
.crowngold-rwc6vo .crowngold-230luf {
  flex: 1 1;
}

.crowngold-rwc6vo .crowngold-p7ia3y,
.crowngold-rwc6vo .crowngold-wbw4ka {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crowngold-rwc6vo .crowngold-p7ia3y li,
.crowngold-rwc6vo .crowngold-wbw4ka li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crowngold-rwc6vo .crowngold-230luf img {
  max-width: 32px;
}

.crowngold-rwc6vo .crowngold-ad76jz img {
  max-width: 32px;
}

.crowngold-rwc6vo .crowngold-8ue938 {
  min-width: 280px;
}

.crowngold-rwc6vo .crowngold-8ue938 img {
  max-width: 146px;
}

.crowngold-rwc6vo .crowngold-8ue938 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .crowngold-rwc6vo .crowngold-0d5u47,
  .crowngold-rwc6vo .crowngold-97r9n6 {
    flex: 0 1 auto;
  }
  .crowngold-rwc6vo .crowngold-73q0vw {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .crowngold-rwc6vo .crowngold-0d5u47,
  .crowngold-rwc6vo .crowngold-k0x72d,
  .crowngold-rwc6vo .crowngold-97r9n6,
  .crowngold-rwc6vo .crowngold-73q0vw {
    flex: 1 1 calc(50% - 20px);
  }
  .crowngold-rwc6vo .crowngold-ad76jz,
  .crowngold-rwc6vo .crowngold-8ue938,
  .crowngold-rwc6vo .crowngold-230luf {
    flex: 1 1 30%;
  }
  .crowngold-rwc6vo .crowngold-8ue938 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .crowngold-rwc6vo .crowngold-0d5u47,
  .crowngold-rwc6vo .crowngold-k0x72d,
  .crowngold-rwc6vo .crowngold-ad76jz,
  .crowngold-rwc6vo .crowngold-97r9n6,
  .crowngold-rwc6vo .crowngold-73q0vw,
  .crowngold-rwc6vo .crowngold-8ue938,
  .crowngold-rwc6vo .crowngold-230luf {
    flex: 1 1 100%;
  }
}

.crowngold-ym8ga3 .crowngold-z8uv5w {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crowngold-ym8ga3 .crowngold-q3vhs7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.crowngold-ym8ga3 .crowngold-gnj1l9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.crowngold-ym8ga3 .crowngold-npc9ms {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.crowngold-ym8ga3 .crowngold-npc9ms > :nth-child(3) {
  margin-top: 0;
}

.crowngold-ym8ga3 .crowngold-p57yyo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.crowngold-ym8ga3 .crowngold-t8byfq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.crowngold-ym8ga3 .crowngold-x70bhh {
  grid-column: 1/2;
}

.crowngold-ym8ga3 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.crowngold-ym8ga3 .crowngold-q3vhs7: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;
}

.crowngold-ym8ga3 .crowngold-q3vhs7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.crowngold-ym8ga3 .crowngold-re8ehl {
  min-width: 240px;
}

@media (max-width: 768px) {
  .crowngold-ym8ga3 .crowngold-q3vhs7:not(:last-child):before {
    bottom: 8px;
  }
  .crowngold-ym8ga3 .crowngold-q3vhs7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .crowngold-ym8ga3 .crowngold-npc9ms {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .crowngold-ym8ga3 .crowngold-p57yyo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .crowngold-ym8ga3 .crowngold-p57yyo img {
    width: 100%;
    height: auto;
  }
  .crowngold-ym8ga3 .crowngold-re8ehl {
    width: 100%;
    min-width: unset;
  }
}

.crowngold-fx1416 .crowngold-hamo2g {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.crowngold-fx1416 .crowngold-bsplvq {
  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;
}

.crowngold-fx1416 .crowngold-p57yyo {
  height: 100%;
}

.crowngold-fx1416 .crowngold-p57yyo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.crowngold-fx1416 .crowngold-2onqqw {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.crowngold-fx1416 .crowngold-mdojc0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.crowngold-fx1416 .crowngold-fdjqww {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .crowngold-fx1416 .crowngold-bsplvq {
    flex: 1 1 100%;
  }
  .crowngold-fx1416 .crowngold-fproyk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .crowngold-fx1416 .crowngold-bsplvq {
    flex-direction: column;
  }
  .crowngold-fx1416 .crowngold-p57yyo {
    width: 100%;
    height: auto;
  }
  .crowngold-fx1416 .crowngold-p57yyo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .crowngold-fx1416 .crowngold-2onqqw {
    padding: 0 16px 16px 16px;
  }
  .crowngold-fx1416 .crowngold-fproyk {
    min-width: unset;
    width: 100%;
  }
}

.crowngold-tc46ky .crowngold-fw6xcl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.crowngold-tc46ky .crowngold-iq5dnh {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.crowngold-tc46ky 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;
}

.crowngold-tc46ky .crowngold-3uf4px {
  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;
}

.crowngold-tc46ky .crowngold-iq5dnh:hover .crowngold-3uf4px {
  display: flex;
}

.crowngold-tc46ky .crowngold-h8xdls {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crowngold-tc46ky .crowngold-4t47i3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.crowngold-9xb13w {
  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;
}

.crowngold-9xb13w.crowngold-dc8kf8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.crowngold-zpmd7n ease-in-out;
}

.crowngold-9xb13w.crowngold-dc8kf8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.crowngold-tc46ky .crowngold-m52um8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.crowngold-zpmd7n ease-in-out;
}

.crowngold-tc46ky .crowngold-m52um8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.crowngold-tc46ky .crowngold-m52um8:after,
.crowngold-9xb13w.crowngold-dc8kf8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.crowngold-9xb13w.crowngold-dc8kf8:after {
  background-image: url(../images/Cash.svg);
}

.crowngold-tc46ky .crowngold-m52um8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .crowngold-tc46ky .crowngold-fw6xcl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .crowngold-tc46ky .crowngold-fw6xcl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crowngold-tc46ky .crowngold-fw6xcl {
    grid-template-columns: 1fr;
  }
  .crowngold-tc46ky .crowngold-iq5dnh {
    height: auto;
  }
  .crowngold-tc46ky .crowngold-iq5dnh .crowngold-3uf4px {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .crowngold-tc46ky .crowngold-h8xdls,
  .crowngold-tc46ky .crowngold-4t47i3 {
    text-align: left;
  }
  .crowngold-tc46ky .crowngold-4t47i3 {
    margin-bottom: 8px;
  }
  .crowngold-tc46ky img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.crowngold-bvjigv {
  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;
}

.crowngold-bvjigv.crowngold-ze9nby {
  display: block;
}

.crowngold-bvjigv .crowngold-i2cpao {
  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;
}

.crowngold-bvjigv .crowngold-jw5u3r {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.crowngold-bvjigv .crowngold-nni6zy {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.crowngold-bvjigv .crowngold-jkm93h {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.crowngold-bvjigv .crowngold-9xb13w {
  min-width: 296px;
  margin-bottom: 0;
}

.crowngold-bvjigv .crowngold-o0erfu {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.crowngold-bvjigv .crowngold-w7959o {
  position: relative;
  flex: 1 1;
}

.crowngold-bvjigv .crowngold-w7959o iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .crowngold-bvjigv .crowngold-jw5u3r {
    flex-wrap: wrap;
    gap: 8px;
  }
  .crowngold-bvjigv .crowngold-nni6zy {
    order: 1;
  }
  .crowngold-bvjigv .crowngold-jkm93h {
    order: 3;
    flex: 1 1 100%;
  }
  .crowngold-bvjigv .crowngold-9xb13w {
    width: 100%;
    min-width: unset;
  }
  .crowngold-bvjigv .crowngold-o0erfu {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .crowngold-el74nj > .crowngold-86cvck {
    margin-bottom: 0;
  }
  .crowngold-el74nj > .crowngold-x70bhh,
  .crowngold-el74nj > p {
    margin-top: 0;
  }
}

.crowngold-qw1w7e img,
.crowngold-36gkqj img {
  width: auto;
  object-fit: contain;
}

.crowngold-qw1w7e {
  align-items: center;
}

.crowngold-qw1w7e img {
  max-height: 76px;
}

.crowngold-36gkqj img {
  max-height: 64px;
}

.crowngold-r7tmjp {
  overflow: auto;
}

.crowngold-ailnhz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.crowngold-pqwh4j:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.crowngold-xllgwz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.crowngold-0l82ao {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crowngold-xllgwz .crowngold-p57yyo {
  margin-right: 20px;
  flex-shrink: 0;
}

.crowngold-xllgwz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.crowngold-a7iuqv {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.crowngold-a7iuqv > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crowngold-xllgwz {
    padding: 15px 10px;
  }
  .crowngold-a7iuqv {
    padding: 15px 10px;
  }
  .crowngold-xllgwz .crowngold-p57yyo {
    margin-right: 10px;
  }
}

.crowngold-kij3wj {
  overflow-x: auto;
}

.crowngold-bc3etx {
  border-collapse: collapse;
  width: 100%;
}

.crowngold-kij3wj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.crowngold-kij3wj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.crowngold-kij3wj td.crowngold-zem4l3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.crowngold-kij3wj td.crowngold-kyr1hm {
  border-right: none;
}

.crowngold-kij3wj td.crowngold-kyr1hm .crowngold-p57yyo {
  justify-content: flex-start;
}

.crowngold-kij3wj td.crowngold-kyr1hm .crowngold-p57yyo img {
  height: auto;
  width: 90px;
}

.crowngold-kij3wj td.crowngold-sboqu4,
.crowngold-kij3wj td.crowngold-cc273t {
  font-weight: 600;
  text-align: right;
}

.crowngold-kij3wj td.crowngold-qs6ilg,
.crowngold-kij3wj td.crowngold-sboqu4 {
  padding-bottom: 10px;
  border-bottom: none;
}

.crowngold-kij3wj td.crowngold-sboqu4,
.crowngold-kij3wj td.crowngold-cc273t {
  border-left: none;
}

.crowngold-kij3wj td.crowngold-qs6ilg,
.crowngold-kij3wj td.crowngold-tmpoah {
  border-right: none;
}

.crowngold-kij3wj td.crowngold-tmpoah,
.crowngold-kij3wj td.crowngold-cc273t {
  border-top: none;
  padding-top: 10px;
}

.crowngold-9jzg1r {
  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;
}

.crowngold-9jzg1r .crowngold-fproyk {
  min-width: unset;
  width: 100%;
}

.crowngold-9jzg1r .crowngold-fproyk.crowngold-2jocn9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.crowngold-9jzg1r .crowngold-fproyk.crowngold-dslkxr {
  grid-column: 2/3;
  grid-row: 1/2;
}

.crowngold-9jzg1r .crowngold-in6ob2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .crowngold-9jzg1r {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .crowngold-9jzg1r .crowngold-fproyk.crowngold-2jocn9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crowngold-9jzg1r .crowngold-fproyk.crowngold-dslkxr {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .crowngold-9jzg1r .crowngold-in6ob2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.crowngold-nkfpgj {
  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;
}

.crowngold-jxdtfw {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.crowngold-y5axiu p a img {
  margin: 0 auto;
  display: block;
}

.crowngold-y5axiu table {
  margin-bottom: 17px;
}

/* contanct form */
.crowngold-ild52y {
  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;
}

.crowngold-ild52y label {
  font-size: 14px;
}

.crowngold-ild52y h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.crowngold-ild52y input,
.crowngold-ild52y textarea,
.crowngold-ild52y 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;
}
.crowngold-ild52y button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.crowngold-zpmd7n ease;
}
.crowngold-ild52y button:hover {
  background-color: #691204;
}
.crowngold-xlgjhj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.crowngold-nvdpxm ease-in;
}

.crowngold-xlgjhj 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;
}
.crowngold-3yeg0t, .crowngold-6j0n1x, [class*="review-card"],
thead, thead th, table th, .crowngold-mbc977,
.crowngold-xl8z9n, [class*="collapsible-header"],
.crowngold-klb4yw, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
