@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);
}

.spellwin-dqgfp5 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spellwin-b6hbxb {
  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.spellwin-ez58qt,
ul.spellwin-ez58qt {
  padding-left: 20px;
}

ul.spellwin-ez58qt {
  list-style: disc;
}

ol.spellwin-ez58qt {
  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;
  }
}

.spellwin-qzi1jy > .spellwin-8amexg,
.spellwin-qzi1jy > .spellwin-6tx0qm,
.spellwin-qzi1jy > blockquote,
.spellwin-qzi1jy > h1,
.spellwin-qzi1jy > h2,
.spellwin-qzi1jy > h3,
.spellwin-qzi1jy > h4,
.spellwin-qzi1jy > h5,
.spellwin-qzi1jy > h6,
.spellwin-qzi1jy > ol,
.spellwin-qzi1jy > p,
.spellwin-qzi1jy > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spellwin-qzi1jy > ol,
.spellwin-qzi1jy > ul {
  padding-left: 50px;
}

.spellwin-qzi1jy 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;
}

.spellwin-qzi1jy:not(:last-child) {
  margin-bottom: 2rem;
}

.spellwin-qzi1jy > :not(:first-child) {
  margin-top: 2rem;
}

.spellwin-qzi1jy {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spellwin-qzi1jy:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spellwin-qzi1jy:first-child {
    margin-top: 20px;
  }
}

.spellwin-qzi1jy > p:last-of-type {
  margin-bottom: 32px;
}

.spellwin-qzi1jy > .spellwin-n9watf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spellwin-5oj9s6 > .spellwin-n9watf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spellwin-6tx0qm {
  overflow: auto;
}

.spellwin-6tx0qm::-webkit-scrollbar {
  height: 5px;
}

.spellwin-6tx0qm table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spellwin-6tx0qm table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spellwin-6tx0qm table thead,
table thead {
  border-bottom: none;
}

.spellwin-6tx0qm table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spellwin-6tx0qm table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spellwin-6tx0qm table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spellwin-6tx0qm .spellwin-5x0nll {
  table-layout: auto;
}

.spellwin-6tx0qm .spellwin-5x0nll th {
  word-break: normal;
}

.spellwin-6tx0qm .spellwin-5x0nll td {
  word-break: normal;
}

.spellwin-dqgfp5 .spellwin-dqgfp5 {
  padding-right: 0;
  padding-left: 0;
}

.spellwin-96bcwi {
  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;
}

.spellwin-byp6ew {
  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;
}

.spellwin-alxbcg {
  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;
}

.spellwin-8amexg {
  margin-top: 24px;
}

.spellwin-8amexg.spellwin-tdv1gv {
  text-align: left;
}

.spellwin-8amexg.spellwin-p7wgqk {
  text-align: right;
}

.spellwin-8amexg.spellwin-6jsydz {
  text-align: center;
}

.spellwin-8hdb1i {
  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.spellwin-1jori4 ease-in-out;
  cursor: pointer;
}

.spellwin-8hdb1i:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spellwin-8hdb1i {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spellwin-8hdb1i {
    min-width: unset;
  }
}

.spellwin-vp3ubl {
  background-color: var(--fh-bg-color);
}

.spellwin-ydt9ij {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spellwin-54d2bs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spellwin-54d2bs img {
  max-height: 80px;
  object-fit: contain;
}

.spellwin-80b5qa {
  flex: 1 1;
}

.spellwin-kym930 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spellwin-nb00d9 {
  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;
}

.spellwin-nb00d9 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;
}

.spellwin-nb00d9.spellwin-x0n2fo span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spellwin-nb00d9.spellwin-x0n2fo span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spellwin-nb00d9.spellwin-x0n2fo span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spellwin-80b5qa + .spellwin-kym930 {
  margin-left: 20px;
}

.spellwin-0agmiv {
  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;
}

.spellwin-0agmiv > svg {
  max-width: 24px;
  max-height: 24px;
}

.spellwin-0agmiv + .spellwin-0agmiv {
  margin-left: 5px;
}

.spellwin-fiqeie {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spellwin-fiqeie:hover {
  background-color: var(--button-bg-hover);
}

.spellwin-zn3zzw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spellwin-1jori4 ease-in-out;
  border: 1px solid var(--border-color);
}

.spellwin-zn3zzw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spellwin-r7yvaf {
  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) {
  .spellwin-80b5qa {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spellwin-r7yvaf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spellwin-80b5qa {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spellwin-0agmiv {
    min-width: unset;
    flex: 1 1;
  }
}

.spellwin-doqqqo {
  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;
}

.spellwin-doqqqo:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spellwin-doqqqo:hover .spellwin-mqlqhs {
  opacity: 1;
  pointer-events: auto;
}

.spellwin-qwzv6i {
  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.spellwin-4hcczc ease-in-out;
  gap: 4px;
}

.spellwin-qwzv6i > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spellwin-qwzv6i .spellwin-96bcwi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spellwin-y0pn24,
.spellwin-qwzv6i:hover {
  color: var(--button-bg-hover);
}

.spellwin-0r0im7 {
  position: relative;
}

.spellwin-0r0im7 .spellwin-qwzv6i {
  margin-right: 0;
  padding-right: 4px;
}

.spellwin-wp4cec svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spellwin-0r0im7.spellwin-x0n2fo .spellwin-wp4cec svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spellwin-0r0im7.spellwin-x0n2fo .spellwin-mqlqhs {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spellwin-0r0im7.spellwin-x0n2fo .spellwin-mqlqhs::before {
  display: none;
}

.spellwin-wp4cec svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spellwin-mqlqhs {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spellwin-1dt8e5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spellwin-mqlqhs::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spellwin-mqlqhs:hover {
  color: var(--fh-bg-color);
}

.spellwin-ktco8e {
  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.spellwin-1dt8e5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spellwin-4hcczc ease-in-out;
  -o-transition: 0.spellwin-4hcczc ease-in-out;
  transition: 0.spellwin-4hcczc ease-in-out;
}

.spellwin-ktco8e .spellwin-96bcwi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spellwin-u9l7qp,
.spellwin-ktco8e:hover {
  color: var(--button-bg-hover);
}

.spellwin-iweloo {
  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%;
}

.spellwin-iweloo.spellwin-ual9oi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spellwin-iweloo.spellwin-ual9oi:after,
.spellwin-iweloo.spellwin-ual9oi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spellwin-iweloo.spellwin-ual9oi: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);
  }
}

.spellwin-iweloo.spellwin-ual9oi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spellwin-iweloo.spellwin-ual9oi > * {
  z-index: 1;
}

.spellwin-iweloo b,
.spellwin-iweloo strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spellwin-iweloo .spellwin-7frtjn {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spellwin-iweloo .spellwin-hnjplp {
  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;
}

.spellwin-iweloo .spellwin-96bcwi {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spellwin-iweloo .spellwin-sfe6tx {
  margin-top: 12px;
}

.spellwin-sfe6tx {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spellwin-f8zkrd {
  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;
}

.spellwin-sfe6tx .spellwin-q2lut9 {
  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.spellwin-1jori4 ease-in-out;
}

.spellwin-sfe6tx .spellwin-q2lut9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spellwin-oitru0 {
  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;
}

.spellwin-iweloo.spellwin-1304rz {
  gap: 12px;
  padding: 16px;
}

.spellwin-iweloo.spellwin-1304rz .spellwin-oitru0 {
  min-width: 240px;
}

.spellwin-iweloo.spellwin-1304rz .spellwin-oitru0.spellwin-7svtyh {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spellwin-iweloo .spellwin-7frtjn {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spellwin-iweloo .spellwin-hnjplp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spellwin-iweloo .spellwin-96bcwi {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-96bcwi {
    max-width: 126px;
  }
  .spellwin-iweloo .spellwin-sfe6tx {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spellwin-iweloo .spellwin-f8zkrd {
    max-width: unset;
  }
  .spellwin-oitru0 {
    min-width: unset;
    width: 100%;
  }
  .spellwin-iweloo .spellwin-oitru0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spellwin-iweloo.spellwin-1304rz {
    grid-template-rows: auto 1fr auto;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-oitru0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spellwin-iweloo {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spellwin-iweloo .spellwin-7frtjn {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spellwin-iweloo .spellwin-96bcwi {
    max-width: 78px;
  }
  .spellwin-iweloo .spellwin-sfe6tx {
    margin-top: -12px;
  }
  .spellwin-iweloo.spellwin-1304rz {
    gap: 8px;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-7frtjn {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-hnjplp {
    grid-column: 1/3;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-96bcwi {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spellwin-iweloo.spellwin-1304rz .spellwin-96bcwi img {
    max-width: 114px;
  }
}

.spellwin-oitru0.spellwin-e0cpee,
.spellwin-oitru0.spellwin-fz9q0j,
.spellwin-oitru0.spellwin-m6fpai {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spellwin-1jori4 ease-in-out;
}

.spellwin-oitru0.spellwin-e0cpee,
.spellwin-oitru0.spellwin-m6fpai {
  padding: 10px;
}

.spellwin-oitru0.spellwin-e0cpee:hover,
.spellwin-oitru0.spellwin-fz9q0j:hover,
.spellwin-oitru0.spellwin-m6fpai:hover {
  background: var(--button-bg-hover);
}

.spellwin-oitru0.spellwin-e0cpee:hover svg path,
.spellwin-oitru0.spellwin-m6fpai:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spellwin-oitru0.spellwin-7svtyh {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spellwin-1jori4 ease-in-out;
  background: var(--button-bg-color);
}

.spellwin-oitru0.spellwin-7svtyh:hover {
  background-color: var(--button-bg-hover);
}

.spellwin-oitru0.spellwin-fz9q0j: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);
  }
}

.spellwin-oitru0.spellwin-fz9q0j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spellwin-oitru0.spellwin-7svtyh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spellwin-e64ylq {
  max-width: 650px;
}

.spellwin-adnuj4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spellwin-kyr5e6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spellwin-isu9sp {
  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.spellwin-4hcczc ease-in-out;
  cursor: pointer;
}

.spellwin-isu9sp:hover {
  opacity: 0.5;
}

.spellwin-isu9sp:focus {
  outline: 0;
}

.spellwin-isu9sp:focus .spellwin-vkncux,
.spellwin-isu9sp:hover .spellwin-vkncux {
  fill: red;
  fill-opacity: 1;
}

.spellwin-isu9sp:hover {
  cursor: pointer;
}

.spellwin-krhv89 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spellwin-e64ylq.spellwin-6jsydz {
  margin: 0 auto;
}

.spellwin-e64ylq.spellwin-p7wgqk {
  margin-left: auto;
}

.spellwin-w74y1t {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spellwin-jg4pe8 {
  padding-bottom: 50px;
}

.spellwin-kcxqll {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spellwin-3er28b {
  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;
}

.spellwin-o4fdnc {
  margin-top: 24px;
}

.spellwin-0exfub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spellwin-otygff {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spellwin-q7vcka {
  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;
}

.spellwin-y3p6y9 {
  width: 468px;
}

.spellwin-q7vcka .spellwin-mqlqhs {
  margin: 0.spellwin-nq5hs9 0;
}

.spellwin-iqxl5f {
  display: flex;
  min-width: 224px;
}

.spellwin-3df9x6 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spellwin-4hcczc ease-in-out;
}

.spellwin-7vu5ee,
.spellwin-3df9x6:hover {
  color: var(--text-color);
}

.spellwin-dtewdt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spellwin-2urpxp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spellwin-w74y1t {
    padding: 16px;
  }
  .spellwin-dtewdt {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spellwin-2urpxp {
    align-items: center;
  }
  .spellwin-y3p6y9 {
    width: unset;
  }
  .spellwin-iqxl5f {
    min-width: unset;
  }
  .spellwin-q7vcka {
    max-height: unset;
  }
  .spellwin-kcxqll {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spellwin-w74y1t {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spellwin-h4toa0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spellwin-h4toa0:not(:last-child) {
  margin-bottom: 16px;
}

.spellwin-35hgky {
  outline: 0;
}

.spellwin-35hgky .spellwin-yxty8u {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spellwin-r9amiu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spellwin-r9amiu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spellwin-r9amiu::-webkit-details-marker {
  display: none;
}

.spellwin-r9amiu: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;
}

.spellwin-r9amiu: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] .spellwin-r9amiu:after {
  transform: unset;
}

.spellwin-yxty8u {
  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);
}

.spellwin-yxty8u 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.spellwin-4hcczc ease-in-out;
  -o-transition: 0.spellwin-4hcczc ease-in-out;
  transition: 0.spellwin-4hcczc ease-in-out;
}

.spellwin-l0tp7h {
  padding: 16px 0 0 0;
}

.spellwin-l0tp7h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spellwin-l0tp7h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spellwin-r9amiu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spellwin-r9amiu::after {
    margin-left: auto;
  }
  .spellwin-yxty8u {
    order: 3;
    flex: 1 1 100%;
  }
  .spellwin-r9amiu {
    font-size: 14px;
    line-height: 130%;
  }
  .spellwin-yxty8u svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spellwin-1v6tqi {
  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;
}

.spellwin-qjc7yd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spellwin-1v6tqi.spellwin-x0n2fo .spellwin-qjc7yd {
  margin-bottom: 12px;
}

.spellwin-qjc7yd::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;
}

.spellwin-1v6tqi.spellwin-x0n2fo .spellwin-qjc7yd::after {
  transform: unset;
}

.spellwin-txq4f5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spellwin-kayx9u {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spellwin-4hcczc ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spellwin-kayx9u: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;
}

.spellwin-1v6tqi.spellwin-x0n2fo .spellwin-txq4f5 {
  max-height: 100%;
}

.spellwin-r86t2o {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spellwin-c3pwic {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spellwin-yfhe9k {
  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;
}

.spellwin-jbi4gy {
  margin-right: 4px;
}

.spellwin-xt44sv {
  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.spellwin-4hcczc ease-in-out;
}

.spellwin-xt44sv svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spellwin-cgsvgb,
.spellwin-xt44sv:hover {
  color: var(--text-color);
}

.spellwin-wfgh60 {
  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;
}

.spellwin-wfgh60 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spellwin-wfgh60 .spellwin-gdsyai {
  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;
}

.spellwin-wfgh60 .spellwin-v65vrd {
  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;
}

.spellwin-272gwn {
  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;
}

.spellwin-lwy2hd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spellwin-g5dg6u .spellwin-dqgfp5 {
  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;
}

.spellwin-g5dg6u {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spellwin-0uhgy4 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spellwin-2pfpwn {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spellwin-4nnaam {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spellwin-ba9y54 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;
}

.spellwin-4nnaam:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spellwin-pxxqwm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spellwin-vntvz7 {
  -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.spellwin-4hcczc ease-in-out;
  transition: transform 0.spellwin-4hcczc ease-in-out;
  -o-transition: transform 0.spellwin-4hcczc ease-in-out;
  transition:
    transform 0.spellwin-4hcczc ease-in-out,
    -webkit-transform 0.spellwin-4hcczc ease-in-out;
  cursor: pointer;
}

.spellwin-vntvz7 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spellwin-vntvz7: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;
}

.spellwin-cvn3cn {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spellwin-cvn3cn {
    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);
}

.spellwin-jow4ii {
  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;
}

.spellwin-o0u9uz {
  position: relative;
  width: 100%;
}

.spellwin-jow4ii.spellwin-pf5404 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spellwin-jow4ii.spellwin-6jsydz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spellwin-jow4ii.spellwin-p7wgqk {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spellwin-2cki11 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spellwin-7kit2f {
  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.spellwin-4hcczc ease-in-out;
  cursor: pointer;
}

.spellwin-7kit2f:hover {
  opacity: 0.5;
}

.spellwin-jow4ii.spellwin-ve2p23 .spellwin-7kit2f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spellwin-jow4ii.spellwin-ve2p23 .spellwin-2cki11 {
  cursor: pointer;
}

.spellwin-vrbcfa {
  fill: #0009;
}

.spellwin-xf4gel {
  fill: #fff;
}

.spellwin-7kit2f:hover .spellwin-vrbcfa {
  fill: red;
}

.spellwin-7kit2f svg path {
  -webkit-transition: 0.spellwin-4hcczc ease-in-out;
  -o-transition: 0.spellwin-4hcczc ease-in-out;
  transition: 0.spellwin-4hcczc ease-in-out;
}

.spellwin-zhydt6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spellwin-zhydt6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spellwin-zhydt6.spellwin-bu6lth > :not(.get-image) {
  grid-column: 1/3;
}

.spellwin-q3ewyl:not(._h1-block) .spellwin-zhydt6 > .spellwin-n9watf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spellwin-zhydt6.spellwin-bu6lth .spellwin-qgb7u4 {
  grid-column: 2/3;
}

.spellwin-zhydt6.spellwin-bu6lth > .spellwin-96bcwi {
  grid-column: 1/2;
}

.spellwin-zhydt6.spellwin-bu6lth > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spellwin-zhydt6 > p:first-of-type {
  margin-top: 0;
}

.spellwin-zhydt6 .spellwin-96bcwi {
  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;
}

.spellwin-q3ewyl:not(._h1-block) .spellwin-n9watf ~ .spellwin-96bcwi {
  grid-row: 2/10;
}

.spellwin-q3ewyl.spellwin-soyb4i .spellwin-n9watf ~ .spellwin-96bcwi {
  grid-row: 1/10;
}

.spellwin-q3ewyl.spellwin-soyb4i > .spellwin-n9watf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spellwin-q3ewyl.spellwin-soyb4i .spellwin-96bcwi {
  grid-row: 1/10;
}

.spellwin-zhydt6.spellwin-u1qbq5 .spellwin-96bcwi {
  align-items: flex-start;
}

.spellwin-zhydt6.spellwin-6jsydz .spellwin-qgb7u4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spellwin-zhydt6.spellwin-6jsydz .spellwin-96bcwi {
  align-items: center;
}

.spellwin-zhydt6.spellwin-qxijap .spellwin-96bcwi {
  align-items: flex-end;
}

.spellwin-qgb7u4 > :first-child {
  margin-top: 0;
}

.spellwin-qgb7u4 > :last-child {
  margin-bottom: 0;
}

* + .spellwin-k7ttv8,
.spellwin-q3ewyl + .spellwin-q3ewyl {
  margin-top: 2rem;
}

.spellwin-in5usr td::before,
.spellwin-in5usr th::after {
  display: none !important;
}

.spellwin-in5usr #link-selector {
  color: #000;
}

.spellwin-in5usr .spellwin-lamj4c {
  color: #135e96;
}

.spellwin-in5usr .spellwin-w6qykh *,
.spellwin-in5usr .spellwin-2ruz1k p,
.spellwin-in5usr .spellwin-4vi03m * {
  color: #000;
}

.spellwin-in5usr .spellwin-a8ooev {
  background: 0 0 !important;
}

.spellwin-in5usr .spellwin-zncumy {
  color: #000;
}

.spellwin-in5usr .spellwin-u24lga.spellwin-07cwdy {
  color: #fff;
}

.spellwin-in5usr .spellwin-27g0wc {
  color: #000;
}

.spellwin-in5usr
  .spellwin-h3bqqd
  .spellwin-o5cuc4.spellwin-07cwdy.spellwin-bru78l {
  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;
}

.spellwin-7nqet4,
body .spellwin-m5v1g9 {
  color: #000;
  background: var(--color-body) !important;
}

.spellwin-7nqet4 .spellwin-wfok3e .spellwin-55w2lh,
body .spellwin-m5v1g9 .spellwin-wfok3e .spellwin-55w2lh {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spellwin-kayx9u:focus,
  .spellwin-kayx9u:hover {
    color: #f9cb16;
  }
  .spellwin-bdmkof:focus,
  .spellwin-bdmkof:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spellwin-ws2u2s:focus img,
  .spellwin-ws2u2s:focus svg,
  .spellwin-ws2u2s:hover img,
  .spellwin-ws2u2s:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spellwin-wfgh60 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spellwin-0r0im7:hover .spellwin-wp4cec svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spellwin-wp4cec {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spellwin-phoilz {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spellwin-aaojjq {
    grid-template-columns: repeat(4, 1fr);
  }
  .spellwin-pucxnx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spellwin-5ahvtq .spellwin-xcbq1s {
    grid-template-columns: 1fr;
  }
  .spellwin-5ahvtq .spellwin-d7er8i {
    -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;
  }
  .spellwin-5ahvtq .spellwin-7e7l14 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spellwin-5ahvtq .spellwin-8hjvwf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spellwin-5ahvtq .spellwin-pxq972 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spellwin-5ahvtq .spellwin-7e7l14:not(:first-child) {
    border: none;
  }
  .spellwin-5ahvtq .spellwin-7e7l14:first-child .spellwin-8hjvwf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spellwin-5ahvtq .spellwin-7e7l14:last-child .spellwin-8hjvwf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spellwin-ydt9ij {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spellwin-54d2bs {
    max-width: 100px;
  }
  .spellwin-80b5qa {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spellwin-kym930 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spellwin-kym930 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spellwin-nb00d9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spellwin-80b5qa + .spellwin-kym930 {
    margin-left: auto;
  }
  .spellwin-soza76 {
    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;
  }
  .spellwin-soza76.spellwin-x0n2fo {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spellwin-r7yvaf {
    -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;
  }
  .spellwin-doqqqo {
    width: 100%;
  }
  .spellwin-doqqqo:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spellwin-qwzv6i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spellwin-qwzv6i svg {
    margin-right: 4px;
  }
  .spellwin-0r0im7 {
    -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;
  }
  .spellwin-wp4cec svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spellwin-wp4cec {
    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;
  }
  .spellwin-mqlqhs {
    display: none;
    width: 100%;
  }
  .spellwin-0r0im7.spellwin-x0n2fo .spellwin-mqlqhs {
    padding: 0 0 0 48px;
  }
  .spellwin-ktco8e {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spellwin-3er28b .spellwin-96bcwi {
    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;
  }
  .spellwin-hsoq3e {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spellwin-hsoq3e + .spellwin-hsoq3e {
    margin-right: 0;
  }
  .spellwin-hsoq3e + .spellwin-96bcwi {
    margin: 0;
  }
  .spellwin-phoilz {
    grid-template-columns: repeat(4, 1fr);
  }
  .spellwin-aaojjq {
    grid-template-columns: repeat(3, 1fr);
  }
  .spellwin-lo38wj,
  .spellwin-tx2wzq {
    grid-template-columns: repeat(2, 1fr);
  }
  .spellwin-zhydt6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spellwin-zhydt6.spellwin-bu6lth .spellwin-qgb7u4 {
    grid-column: auto;
    grid-row: auto;
  }
  .spellwin-zhydt6 > .spellwin-n9watf {
    grid-column: 1/2;
  }
  .spellwin-zhydt6.spellwin-bu6lth > :not(.get-image) {
    grid-column: 1/2;
  }
  .spellwin-zhydt6 .spellwin-96bcwi,
  .spellwin-zhydt6.spellwin-bu6lth > .spellwin-96bcwi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spellwin-zhydt6.spellwin-bu6lth > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spellwin-q3ewyl.spellwin-soyb4i .spellwin-zhydt6 > .spellwin-96bcwi {
    grid-row: 1/2;
  }
  .spellwin-zhydt6 .spellwin-n9watf ~ .spellwin-96bcwi,
  .spellwin-zhydt6.spellwin-bu6lth .spellwin-n9watf ~ .spellwin-96bcwi {
    grid-row: 2/3;
  }
  .spellwin-q3ewyl.spellwin-soyb4i .spellwin-n9watf ~ .spellwin-96bcwi {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spellwin-qzi1jy:first-child .spellwin-9be8v8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spellwin-qzi1jy:first-child .spellwin-9be8v8 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spellwin-qzi1jy {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spellwin-qzi1jy {
    padding: 0;
  }
  .spellwin-8amexg {
    margin-top: 1rem;
  }
  .spellwin-35hgky {
    border-radius: 5px;
  }
  .spellwin-z35yah {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spellwin-qjc7yd::after {
    display: inline-block;
  }
  .spellwin-qjc7yd {
    margin: 0;
    width: 100%;
  }
  .spellwin-txq4f5 {
    width: 100%;
  }
  .spellwin-txq4f5.spellwin-qn3h56 {
    -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%;
  }
  .spellwin-txq4f5.spellwin-qn3h56 .spellwin-7gh4q7 {
    width: 100%;
  }
  .spellwin-txq4f5.spellwin-qn3h56 .spellwin-7gh4q7:not(:last-child) {
    margin-right: 0;
  }
  .spellwin-kayx9u {
    width: 100%;
    text-align: center;
  }
  .spellwin-1v6tqi.spellwin-x0n2fo .spellwin-txq4f5 {
    margin-top: 1rem;
  }
  .spellwin-phoilz {
    grid-template-columns: repeat(3, 1fr);
  }
  .spellwin-pucxnx,
  .spellwin-aaojjq {
    grid-template-columns: repeat(2, 1fr);
  }
  .spellwin-lo38wj,
  .spellwin-tx2wzq,
  .spellwin-p32zwo {
    grid-template-columns: 1fr;
  }
  .spellwin-us8mm9 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spellwin-iu1cw4 {
    min-width: 300px;
    max-width: 325px;
  }
  .spellwin-8hjvwf {
    cursor: auto;
  }
  .spellwin-53shck .spellwin-8hjvwf {
    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;
  }
  .spellwin-cvn3cn {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spellwin-mqlqhs {
    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) {
  .spellwin-cvn3cn {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spellwin-hsoq3e p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spellwin-kym930 {
    margin: 0 -0.2rem;
  }
  .spellwin-hsoq3e {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spellwin-i1t4o5 {
    -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;
  }
  .spellwin-678b7j {
    max-width: 100%;
  }
  .spellwin-phoilz {
    grid-template-columns: repeat(2, 1fr);
  }
  .spellwin-pucxnx,
  .spellwin-aaojjq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spellwin-ydt9ij {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spellwin-kym930 {
    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;
  }
  .spellwin-vp3ubl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spellwin-0agmiv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spellwin-7u7xun,
  .spellwin-w2ctye {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spellwin-8hdb1i {
    width: 100%;
  }
  .spellwin-phoilz {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spellwin-cvn3cn {
    top: 127px !important;
  }
}

.spellwin-02aikf {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spellwin-02aikf {
  }
}

@media (max-width: 767px) {
  .spellwin-02aikf {
    margin-bottom: 12px;
  }
}

.spellwin-02aikf img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spellwin-wlvmlh {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spellwin-wlvmlh > .spellwin-951e4e {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spellwin-wlvmlh {
    flex-direction: column;
    gap: 12px;
  }
}

.spellwin-9fm3tt {
  display: flex;
}

.spellwin-9fm3tt .spellwin-mu4doo {
  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;
}

.spellwin-9fm3tt .spellwin-55eg5s {
  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;
}

.spellwin-9fm3tt .spellwin-ibtch2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spellwin-9fm3tt .spellwin-bpzv8h {
  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));
  }
}

.spellwin-9fm3tt .spellwin-bpzv8h:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spellwin-9fm3tt .spellwin-4di1zh {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spellwin-mb9dd6 {
  border: unset;
  background-color: unset;
}

.spellwin-mb9dd6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spellwin-mb9dd6 .spellwin-v63ddi,
.spellwin-mb9dd6 .spellwin-hyd397 {
  flex: 0 1 330px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf {
  flex: 1 1;
}

.spellwin-mb9dd6 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spellwin-mb9dd6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spellwin-mb9dd6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spellwin-mb9dd6 tr td p {
  color: #fff;
  margin: 0;
}

.spellwin-mb9dd6 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spellwin-mb9dd6 tr.spellwin-v63ddi td p {
  padding: 16px 0;
}

.spellwin-mb9dd6 tr.spellwin-v63ddi td p:not(:last-child),
.spellwin-mb9dd6 tr.spellwin-hyd397 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spellwin-mb9dd6 tr.spellwin-v63ddi td p:first-child,
.spellwin-mb9dd6 tr.spellwin-hyd397 td p:first-child {
  padding-top: 0;
}

.spellwin-mb9dd6 tr.spellwin-hyd397 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spellwin-mb9dd6 tr.spellwin-hyd397 td p:last-child {
  padding-bottom: 0;
}

.spellwin-mb9dd6 .spellwin-hyd397 img {
  max-width: 32px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf {
  min-width: 718px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td {
  display: flex;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo,
.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-u9pfwx,
.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-shjjej {
  flex: 1 1 50%;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-qmm08u {
  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;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-6fq7i1,
.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-im4ct8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo,
.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-u9pfwx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo span,
.spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-u9pfwx span {
  font-weight: 800;
}

.spellwin-mb9dd6 .spellwin-0ohsqf img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spellwin-mb9dd6 tr.spellwin-v63ddi td p:last-child {
    padding-bottom: 0;
  }
  .spellwin-mb9dd6 .spellwin-hyd397 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spellwin-mb9dd6 .spellwin-hyd397 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spellwin-mb9dd6 tr.spellwin-v63ddi td p:not(:last-child),
  .spellwin-mb9dd6 tr.spellwin-hyd397 td p:not(:last-child) {
    border-bottom: unset;
  }
  .spellwin-mb9dd6 tr.spellwin-hyd397 td p:last-child {
    padding-bottom: 12px;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo,
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-u9pfwx,
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-shjjej {
    flex: 1 1 50%;
    padding: 0;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo,
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-u9pfwx {
    margin-top: 16px;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-shjjej {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-5dyjqo {
    border-right: 1px solid var(--border-color);
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-shjjej:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td:last-child .spellwin-shjjej:last-child {
    padding-bottom: 0;
  }
}

.spellwin-shjjej {
  display: flex;
  flex-direction: column;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej:not(:first-child) {
    padding-left: 0;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf td .spellwin-shjjej:not(:last-of-type) {
    border-right: unset;
  }
}

.spellwin-mb9dd6 .spellwin-t9d1r7 {
  flex: 0 1 485px;
}

.spellwin-mb9dd6 .spellwin-pzwwln {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spellwin-mb9dd6 .spellwin-pzwwln li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spellwin-mb9dd6 .spellwin-pzwwln li.spellwin-0qfnq5 {
  padding: 6px 12px;
}

.spellwin-mb9dd6 .spellwin-pzwwln li a,
.spellwin-mb9dd6 .spellwin-pzwwln 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;
}

.spellwin-mb9dd6 .spellwin-8msz0g,
.spellwin-mb9dd6 .spellwin-t9l1iq {
  flex: 1 1;
}

.spellwin-mb9dd6 .spellwin-q3jf1w,
.spellwin-mb9dd6 .spellwin-c5a7u8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spellwin-mb9dd6 .spellwin-q3jf1w li,
.spellwin-mb9dd6 .spellwin-c5a7u8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spellwin-mb9dd6 .spellwin-t9l1iq img {
  max-width: 32px;
}

.spellwin-mb9dd6 .spellwin-8msz0g img {
  max-width: 32px;
}

.spellwin-mb9dd6 .spellwin-xg77v2 {
  min-width: 280px;
}

.spellwin-mb9dd6 .spellwin-xg77v2 img {
  max-width: 146px;
}

.spellwin-mb9dd6 .spellwin-xg77v2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spellwin-mb9dd6 .spellwin-v63ddi,
  .spellwin-mb9dd6 .spellwin-hyd397 {
    flex: 0 1 auto;
  }
  .spellwin-mb9dd6 .spellwin-0ohsqf {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spellwin-mb9dd6 .spellwin-v63ddi,
  .spellwin-mb9dd6 .spellwin-t9d1r7,
  .spellwin-mb9dd6 .spellwin-hyd397,
  .spellwin-mb9dd6 .spellwin-0ohsqf {
    flex: 1 1 calc(50% - 20px);
  }
  .spellwin-mb9dd6 .spellwin-8msz0g,
  .spellwin-mb9dd6 .spellwin-xg77v2,
  .spellwin-mb9dd6 .spellwin-t9l1iq {
    flex: 1 1 30%;
  }
  .spellwin-mb9dd6 .spellwin-xg77v2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spellwin-mb9dd6 .spellwin-v63ddi,
  .spellwin-mb9dd6 .spellwin-t9d1r7,
  .spellwin-mb9dd6 .spellwin-8msz0g,
  .spellwin-mb9dd6 .spellwin-hyd397,
  .spellwin-mb9dd6 .spellwin-0ohsqf,
  .spellwin-mb9dd6 .spellwin-xg77v2,
  .spellwin-mb9dd6 .spellwin-t9l1iq {
    flex: 1 1 100%;
  }
}

.spellwin-ugbypb .spellwin-yzc868 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spellwin-ugbypb .spellwin-lgz0mc {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spellwin-ugbypb .spellwin-6ks9kr {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spellwin-ugbypb .spellwin-oibpxt {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spellwin-ugbypb .spellwin-oibpxt > :nth-child(3) {
  margin-top: 0;
}

.spellwin-ugbypb .spellwin-96bcwi {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spellwin-ugbypb .spellwin-3x63h0 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spellwin-ugbypb .spellwin-8amexg {
  grid-column: 1/2;
}

.spellwin-ugbypb > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spellwin-ugbypb .spellwin-lgz0mc: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;
}

.spellwin-ugbypb .spellwin-lgz0mc:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spellwin-ugbypb .spellwin-8hdb1i {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spellwin-ugbypb .spellwin-lgz0mc:not(:last-child):before {
    bottom: 8px;
  }
  .spellwin-ugbypb .spellwin-lgz0mc:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spellwin-ugbypb .spellwin-oibpxt {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spellwin-ugbypb .spellwin-96bcwi {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spellwin-ugbypb .spellwin-96bcwi img {
    width: 100%;
    height: auto;
  }
  .spellwin-ugbypb .spellwin-8hdb1i {
    width: 100%;
    min-width: unset;
  }
}

.spellwin-baoffl .spellwin-h91t8t {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spellwin-baoffl .spellwin-zrvyb3 {
  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;
}

.spellwin-baoffl .spellwin-96bcwi {
  height: 100%;
}

.spellwin-baoffl .spellwin-96bcwi img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spellwin-baoffl .spellwin-36fh6g {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spellwin-baoffl .spellwin-712ihl {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spellwin-baoffl .spellwin-8q7m40 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spellwin-baoffl .spellwin-zrvyb3 {
    flex: 1 1 100%;
  }
  .spellwin-baoffl .spellwin-oitru0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spellwin-baoffl .spellwin-zrvyb3 {
    flex-direction: column;
  }
  .spellwin-baoffl .spellwin-96bcwi {
    width: 100%;
    height: auto;
  }
  .spellwin-baoffl .spellwin-96bcwi img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spellwin-baoffl .spellwin-36fh6g {
    padding: 0 16px 16px 16px;
  }
  .spellwin-baoffl .spellwin-oitru0 {
    min-width: unset;
    width: 100%;
  }
}

.spellwin-fz5sml .spellwin-ftxz5h {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spellwin-fz5sml .spellwin-ecbnej {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spellwin-fz5sml 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;
}

.spellwin-fz5sml .spellwin-wm5moq {
  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;
}

.spellwin-fz5sml .spellwin-ecbnej:hover .spellwin-wm5moq {
  display: flex;
}

.spellwin-fz5sml .spellwin-hi144s {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spellwin-fz5sml .spellwin-1y21bk {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spellwin-3r04f6 {
  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;
}

.spellwin-3r04f6.spellwin-0ek4aq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spellwin-1jori4 ease-in-out;
}

.spellwin-3r04f6.spellwin-0ek4aq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spellwin-fz5sml .spellwin-bxvmmi {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spellwin-1jori4 ease-in-out;
}

.spellwin-fz5sml .spellwin-bxvmmi:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spellwin-fz5sml .spellwin-bxvmmi:after,
.spellwin-3r04f6.spellwin-0ek4aq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spellwin-3r04f6.spellwin-0ek4aq:after {
  background-image: url(../images/Cash.svg);
}

.spellwin-fz5sml .spellwin-bxvmmi:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spellwin-fz5sml .spellwin-ftxz5h {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spellwin-fz5sml .spellwin-ftxz5h {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spellwin-fz5sml .spellwin-ftxz5h {
    grid-template-columns: 1fr;
  }
  .spellwin-fz5sml .spellwin-ecbnej {
    height: auto;
  }
  .spellwin-fz5sml .spellwin-ecbnej .spellwin-wm5moq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spellwin-fz5sml .spellwin-hi144s,
  .spellwin-fz5sml .spellwin-1y21bk {
    text-align: left;
  }
  .spellwin-fz5sml .spellwin-1y21bk {
    margin-bottom: 8px;
  }
  .spellwin-fz5sml img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spellwin-79xyrp {
  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;
}

.spellwin-79xyrp.spellwin-ve2p23 {
  display: block;
}

.spellwin-79xyrp .spellwin-90q73e {
  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;
}

.spellwin-79xyrp .spellwin-bp4czn {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spellwin-79xyrp .spellwin-8sx4vx {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spellwin-79xyrp .spellwin-jqrdwy {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spellwin-79xyrp .spellwin-3r04f6 {
  min-width: 296px;
  margin-bottom: 0;
}

.spellwin-79xyrp .spellwin-w4crqs {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spellwin-79xyrp .spellwin-kzmb3w {
  position: relative;
  flex: 1 1;
}

.spellwin-79xyrp .spellwin-kzmb3w iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spellwin-79xyrp .spellwin-bp4czn {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spellwin-79xyrp .spellwin-8sx4vx {
    order: 1;
  }
  .spellwin-79xyrp .spellwin-jqrdwy {
    order: 3;
    flex: 1 1 100%;
  }
  .spellwin-79xyrp .spellwin-3r04f6 {
    width: 100%;
    min-width: unset;
  }
  .spellwin-79xyrp .spellwin-w4crqs {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spellwin-zhydt6 > .spellwin-n9watf {
    margin-bottom: 0;
  }
  .spellwin-zhydt6 > .spellwin-8amexg,
  .spellwin-zhydt6 > p {
    margin-top: 0;
  }
}

.spellwin-4zhs1d img,
.spellwin-hsoq3e img {
  width: auto;
  object-fit: contain;
}

.spellwin-4zhs1d {
  align-items: center;
}

.spellwin-4zhs1d img {
  max-height: 76px;
}

.spellwin-hsoq3e img {
  max-height: 64px;
}

.spellwin-n6ala1 {
  overflow: auto;
}

.spellwin-vzlow7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spellwin-bx2ge9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spellwin-sk6fm5 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spellwin-z2506n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spellwin-sk6fm5 .spellwin-96bcwi {
  margin-right: 20px;
  flex-shrink: 0;
}

.spellwin-sk6fm5 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spellwin-mn9csx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spellwin-mn9csx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spellwin-sk6fm5 {
    padding: 15px 10px;
  }
  .spellwin-mn9csx {
    padding: 15px 10px;
  }
  .spellwin-sk6fm5 .spellwin-96bcwi {
    margin-right: 10px;
  }
}

.spellwin-vxrfzi {
  overflow-x: auto;
}

.spellwin-z4c8gu {
  border-collapse: collapse;
  width: 100%;
}

.spellwin-vxrfzi th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spellwin-vxrfzi td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spellwin-vxrfzi td.spellwin-1ln3o4 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spellwin-vxrfzi td.spellwin-hdxb1f {
  border-right: none;
}

.spellwin-vxrfzi td.spellwin-hdxb1f .spellwin-96bcwi {
  justify-content: flex-start;
}

.spellwin-vxrfzi td.spellwin-hdxb1f .spellwin-96bcwi img {
  height: auto;
  width: 90px;
}

.spellwin-vxrfzi td.spellwin-klm57t,
.spellwin-vxrfzi td.spellwin-1hn1du {
  font-weight: 600;
  text-align: right;
}

.spellwin-vxrfzi td.spellwin-4uaxj3,
.spellwin-vxrfzi td.spellwin-klm57t {
  padding-bottom: 10px;
  border-bottom: none;
}

.spellwin-vxrfzi td.spellwin-klm57t,
.spellwin-vxrfzi td.spellwin-1hn1du {
  border-left: none;
}

.spellwin-vxrfzi td.spellwin-4uaxj3,
.spellwin-vxrfzi td.spellwin-1goaij {
  border-right: none;
}

.spellwin-vxrfzi td.spellwin-1goaij,
.spellwin-vxrfzi td.spellwin-1hn1du {
  border-top: none;
  padding-top: 10px;
}

.spellwin-nbv1pj {
  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;
}

.spellwin-nbv1pj .spellwin-oitru0 {
  min-width: unset;
  width: 100%;
}

.spellwin-nbv1pj .spellwin-oitru0.spellwin-e0cpee {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spellwin-nbv1pj .spellwin-oitru0.spellwin-m6fpai {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spellwin-nbv1pj .spellwin-zqhdcn {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spellwin-nbv1pj {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spellwin-nbv1pj .spellwin-oitru0.spellwin-e0cpee {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spellwin-nbv1pj .spellwin-oitru0.spellwin-m6fpai {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spellwin-nbv1pj .spellwin-zqhdcn {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spellwin-nci1tm {
  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;
}

.spellwin-gbrt1s {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spellwin-5oj9s6 p a img {
  margin: 0 auto;
  display: block;
}

.spellwin-5oj9s6 table {
  margin-bottom: 17px;
}

/* contanct form */
.spellwin-5rgsru {
  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;
}

.spellwin-5rgsru label {
  font-size: 14px;
}

.spellwin-5rgsru h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spellwin-5rgsru input,
.spellwin-5rgsru textarea,
.spellwin-5rgsru 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;
}
.spellwin-5rgsru button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spellwin-1jori4 ease;
}
.spellwin-5rgsru button:hover {
  background-color: #691204;
}
.spellwin-t1ohyn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spellwin-3tqhkz ease-in;
}

.spellwin-t1ohyn 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;
}
.spellwin-ecphzm, .spellwin-px7w2f, [class*="review-card"],
thead, thead th, table th, .spellwin-aokend,
.spellwin-x1qwwn, [class*="collapsible-header"],
.spellwin-295kyq, [class*="updated-block"] {
  color: #ece7dc !important;
}
