@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);
}

.melspin-k8de2r {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.melspin-23he4u {
  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.melspin-apgnc6,
ul.melspin-apgnc6 {
  padding-left: 20px;
}

ul.melspin-apgnc6 {
  list-style: disc;
}

ol.melspin-apgnc6 {
  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;
  }
}

.melspin-tpn9km > .melspin-1ssh61,
.melspin-tpn9km > .melspin-6un0en,
.melspin-tpn9km > blockquote,
.melspin-tpn9km > h1,
.melspin-tpn9km > h2,
.melspin-tpn9km > h3,
.melspin-tpn9km > h4,
.melspin-tpn9km > h5,
.melspin-tpn9km > h6,
.melspin-tpn9km > ol,
.melspin-tpn9km > p,
.melspin-tpn9km > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.melspin-tpn9km > ol,
.melspin-tpn9km > ul {
  padding-left: 50px;
}

.melspin-tpn9km 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;
}

.melspin-tpn9km:not(:last-child) {
  margin-bottom: 2rem;
}

.melspin-tpn9km > :not(:first-child) {
  margin-top: 2rem;
}

.melspin-tpn9km {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.melspin-tpn9km:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .melspin-tpn9km:first-child {
    margin-top: 20px;
  }
}

.melspin-tpn9km > p:last-of-type {
  margin-bottom: 32px;
}

.melspin-tpn9km > .melspin-aahtwd:not(:first-child) {
  margin: 64px auto 16px auto;
}

.melspin-7di34l > .melspin-aahtwd {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.melspin-6un0en {
  overflow: auto;
}

.melspin-6un0en::-webkit-scrollbar {
  height: 5px;
}

.melspin-6un0en table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.melspin-6un0en table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.melspin-6un0en table thead,
table thead {
  border-bottom: none;
}

.melspin-6un0en table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.melspin-6un0en table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.melspin-6un0en table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.melspin-6un0en .melspin-6d7b1n {
  table-layout: auto;
}

.melspin-6un0en .melspin-6d7b1n th {
  word-break: normal;
}

.melspin-6un0en .melspin-6d7b1n td {
  word-break: normal;
}

.melspin-k8de2r .melspin-k8de2r {
  padding-right: 0;
  padding-left: 0;
}

.melspin-lm9pis {
  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;
}

.melspin-ki9b5u {
  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;
}

.melspin-iz458n {
  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;
}

.melspin-1ssh61 {
  margin-top: 24px;
}

.melspin-1ssh61.melspin-jsvy63 {
  text-align: left;
}

.melspin-1ssh61.melspin-84n89y {
  text-align: right;
}

.melspin-1ssh61.melspin-2o2g4d {
  text-align: center;
}

.melspin-0vp1q5 {
  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.melspin-ybelzi ease-in-out;
  cursor: pointer;
}

.melspin-0vp1q5:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.melspin-0vp1q5 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .melspin-0vp1q5 {
    min-width: unset;
  }
}

.melspin-ikirrz {
  background-color: var(--fh-bg-color);
}

.melspin-qzdz7c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.melspin-z7dxq6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.melspin-z7dxq6 img {
  max-height: 80px;
  object-fit: contain;
}

.melspin-cav5z1 {
  flex: 1 1;
}

.melspin-5mqd88 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.melspin-3y1gb5 {
  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;
}

.melspin-3y1gb5 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;
}

.melspin-3y1gb5.melspin-mivvl8 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.melspin-3y1gb5.melspin-mivvl8 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.melspin-3y1gb5.melspin-mivvl8 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.melspin-cav5z1 + .melspin-5mqd88 {
  margin-left: 20px;
}

.melspin-45p9gz {
  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;
}

.melspin-45p9gz > svg {
  max-width: 24px;
  max-height: 24px;
}

.melspin-45p9gz + .melspin-45p9gz {
  margin-left: 5px;
}

.melspin-1nka43 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.melspin-1nka43:hover {
  background-color: var(--button-bg-hover);
}

.melspin-tqn4lp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.melspin-ybelzi ease-in-out;
  border: 1px solid var(--border-color);
}

.melspin-tqn4lp:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.melspin-u5gmdz {
  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) {
  .melspin-cav5z1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .melspin-u5gmdz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .melspin-cav5z1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .melspin-45p9gz {
    min-width: unset;
    flex: 1 1;
  }
}

.melspin-3ihu3m {
  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;
}

.melspin-3ihu3m:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.melspin-3ihu3m:hover .melspin-nukw2z {
  opacity: 1;
  pointer-events: auto;
}

.melspin-168lsj {
  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.melspin-0oxpx4 ease-in-out;
  gap: 4px;
}

.melspin-168lsj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.melspin-168lsj .melspin-lm9pis img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.melspin-j7atx9,
.melspin-168lsj:hover {
  color: var(--button-bg-hover);
}

.melspin-bixf8j {
  position: relative;
}

.melspin-bixf8j .melspin-168lsj {
  margin-right: 0;
  padding-right: 4px;
}

.melspin-3bvo7m svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.melspin-bixf8j.melspin-mivvl8 .melspin-3bvo7m svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.melspin-bixf8j.melspin-mivvl8 .melspin-nukw2z {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.melspin-bixf8j.melspin-mivvl8 .melspin-nukw2z::before {
  display: none;
}

.melspin-3bvo7m svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.melspin-nukw2z {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.melspin-f36t6b 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.melspin-nukw2z::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.melspin-nukw2z:hover {
  color: var(--fh-bg-color);
}

.melspin-9ma4wf {
  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.melspin-f36t6b 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.melspin-0oxpx4 ease-in-out;
  -o-transition: 0.melspin-0oxpx4 ease-in-out;
  transition: 0.melspin-0oxpx4 ease-in-out;
}

.melspin-9ma4wf .melspin-lm9pis img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.melspin-rwodch,
.melspin-9ma4wf:hover {
  color: var(--button-bg-hover);
}

.melspin-oq667z {
  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%;
}

.melspin-oq667z.melspin-8pqw90 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.melspin-oq667z.melspin-8pqw90:after,
.melspin-oq667z.melspin-8pqw90:before {
  content: "";
  position: absolute;
  margin: auto;
}

.melspin-oq667z.melspin-8pqw90: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);
  }
}

.melspin-oq667z.melspin-8pqw90:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.melspin-oq667z.melspin-8pqw90 > * {
  z-index: 1;
}

.melspin-oq667z b,
.melspin-oq667z strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.melspin-oq667z .melspin-b3kr7j {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.melspin-oq667z .melspin-oaz40w {
  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;
}

.melspin-oq667z .melspin-lm9pis {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.melspin-oq667z .melspin-h6b4zs {
  margin-top: 12px;
}

.melspin-h6b4zs {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.melspin-nrph11 {
  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;
}

.melspin-h6b4zs .melspin-zu2ck6 {
  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.melspin-ybelzi ease-in-out;
}

.melspin-h6b4zs .melspin-zu2ck6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.melspin-4u9sad {
  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;
}

.melspin-oq667z.melspin-bxfwj2 {
  gap: 12px;
  padding: 16px;
}

.melspin-oq667z.melspin-bxfwj2 .melspin-4u9sad {
  min-width: 240px;
}

.melspin-oq667z.melspin-bxfwj2 .melspin-4u9sad.melspin-zbygia {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .melspin-oq667z .melspin-b3kr7j {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .melspin-oq667z .melspin-oaz40w {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .melspin-oq667z .melspin-lm9pis {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-lm9pis {
    max-width: 126px;
  }
  .melspin-oq667z .melspin-h6b4zs {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .melspin-oq667z .melspin-nrph11 {
    max-width: unset;
  }
  .melspin-4u9sad {
    min-width: unset;
    width: 100%;
  }
  .melspin-oq667z .melspin-4u9sad {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .melspin-oq667z.melspin-bxfwj2 {
    grid-template-rows: auto 1fr auto;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-4u9sad {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .melspin-oq667z {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .melspin-oq667z .melspin-b3kr7j {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .melspin-oq667z .melspin-lm9pis {
    max-width: 78px;
  }
  .melspin-oq667z .melspin-h6b4zs {
    margin-top: -12px;
  }
  .melspin-oq667z.melspin-bxfwj2 {
    gap: 8px;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-b3kr7j {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-oaz40w {
    grid-column: 1/3;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-lm9pis {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .melspin-oq667z.melspin-bxfwj2 .melspin-lm9pis img {
    max-width: 114px;
  }
}

.melspin-4u9sad.melspin-d731fr,
.melspin-4u9sad.melspin-lxgzt6,
.melspin-4u9sad.melspin-1z3w59 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.melspin-ybelzi ease-in-out;
}

.melspin-4u9sad.melspin-d731fr,
.melspin-4u9sad.melspin-1z3w59 {
  padding: 10px;
}

.melspin-4u9sad.melspin-d731fr:hover,
.melspin-4u9sad.melspin-lxgzt6:hover,
.melspin-4u9sad.melspin-1z3w59:hover {
  background: var(--button-bg-hover);
}

.melspin-4u9sad.melspin-d731fr:hover svg path,
.melspin-4u9sad.melspin-1z3w59:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.melspin-4u9sad.melspin-zbygia {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.melspin-ybelzi ease-in-out;
  background: var(--button-bg-color);
}

.melspin-4u9sad.melspin-zbygia:hover {
  background-color: var(--button-bg-hover);
}

.melspin-4u9sad.melspin-lxgzt6: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);
  }
}

.melspin-4u9sad.melspin-lxgzt6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.melspin-4u9sad.melspin-zbygia:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.melspin-elf49f {
  max-width: 650px;
}

.melspin-cp39s6 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.melspin-3mvv5a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.melspin-tcozbb {
  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.melspin-0oxpx4 ease-in-out;
  cursor: pointer;
}

.melspin-tcozbb:hover {
  opacity: 0.5;
}

.melspin-tcozbb:focus {
  outline: 0;
}

.melspin-tcozbb:focus .melspin-zx7ar4,
.melspin-tcozbb:hover .melspin-zx7ar4 {
  fill: red;
  fill-opacity: 1;
}

.melspin-tcozbb:hover {
  cursor: pointer;
}

.melspin-70ukf4 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.melspin-elf49f.melspin-2o2g4d {
  margin: 0 auto;
}

.melspin-elf49f.melspin-84n89y {
  margin-left: auto;
}

.melspin-h1b7p2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.melspin-m3u45u {
  padding-bottom: 50px;
}

.melspin-tvm8g4 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.melspin-bgfggh {
  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;
}

.melspin-032fhl {
  margin-top: 24px;
}

.melspin-8ch72f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.melspin-hbgkcz {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.melspin-ft1ppt {
  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;
}

.melspin-55v701 {
  width: 468px;
}

.melspin-ft1ppt .melspin-nukw2z {
  margin: 0.melspin-ibv505 0;
}

.melspin-epuwgv {
  display: flex;
  min-width: 224px;
}

.melspin-a1dmpm {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.melspin-0oxpx4 ease-in-out;
}

.melspin-vqbhss,
.melspin-a1dmpm:hover {
  color: var(--text-color);
}

.melspin-3halnf {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.melspin-6hu12b {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .melspin-h1b7p2 {
    padding: 16px;
  }
  .melspin-3halnf {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .melspin-6hu12b {
    align-items: center;
  }
  .melspin-55v701 {
    width: unset;
  }
  .melspin-epuwgv {
    min-width: unset;
  }
  .melspin-ft1ppt {
    max-height: unset;
  }
  .melspin-tvm8g4 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .melspin-h1b7p2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.melspin-pzx11x {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.melspin-pzx11x:not(:last-child) {
  margin-bottom: 16px;
}

.melspin-hgf9nv {
  outline: 0;
}

.melspin-hgf9nv .melspin-6rl90o {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.melspin-ilaikn {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .melspin-ilaikn {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.melspin-ilaikn::-webkit-details-marker {
  display: none;
}

.melspin-ilaikn: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;
}

.melspin-ilaikn: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] .melspin-ilaikn:after {
  transform: unset;
}

.melspin-6rl90o {
  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);
}

.melspin-6rl90o 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.melspin-0oxpx4 ease-in-out;
  -o-transition: 0.melspin-0oxpx4 ease-in-out;
  transition: 0.melspin-0oxpx4 ease-in-out;
}

.melspin-m1b3fk {
  padding: 16px 0 0 0;
}

.melspin-m1b3fk * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .melspin-m1b3fk :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .melspin-ilaikn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .melspin-ilaikn::after {
    margin-left: auto;
  }
  .melspin-6rl90o {
    order: 3;
    flex: 1 1 100%;
  }
  .melspin-ilaikn {
    font-size: 14px;
    line-height: 130%;
  }
  .melspin-6rl90o svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.melspin-9nlwc8 {
  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;
}

.melspin-qhxhlu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.melspin-9nlwc8.melspin-mivvl8 .melspin-qhxhlu {
  margin-bottom: 12px;
}

.melspin-qhxhlu::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;
}

.melspin-9nlwc8.melspin-mivvl8 .melspin-qhxhlu::after {
  transform: unset;
}

.melspin-1ori7m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.melspin-bfes59 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.melspin-0oxpx4 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.melspin-bfes59: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;
}

.melspin-9nlwc8.melspin-mivvl8 .melspin-1ori7m {
  max-height: 100%;
}

.melspin-xqvy6b {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.melspin-88fxmd {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.melspin-muu3nn {
  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;
}

.melspin-3wduwo {
  margin-right: 4px;
}

.melspin-3pobbo {
  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.melspin-0oxpx4 ease-in-out;
}

.melspin-3pobbo svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.melspin-vi50s3,
.melspin-3pobbo:hover {
  color: var(--text-color);
}

.melspin-vxmn9j {
  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;
}

.melspin-vxmn9j img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.melspin-vxmn9j .melspin-680m37 {
  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;
}

.melspin-vxmn9j .melspin-c0jqse {
  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;
}

.melspin-27t6yd {
  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;
}

.melspin-evyxvt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.melspin-4nmrvz .melspin-k8de2r {
  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;
}

.melspin-4nmrvz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.melspin-j97y90 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.melspin-hkqvo4 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.melspin-ed7xr0 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.melspin-vhr9lk 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;
}

.melspin-ed7xr0:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.melspin-42ff6e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.melspin-uug92g {
  -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.melspin-0oxpx4 ease-in-out;
  transition: transform 0.melspin-0oxpx4 ease-in-out;
  -o-transition: transform 0.melspin-0oxpx4 ease-in-out;
  transition:
    transform 0.melspin-0oxpx4 ease-in-out,
    -webkit-transform 0.melspin-0oxpx4 ease-in-out;
  cursor: pointer;
}

.melspin-uug92g svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.melspin-uug92g: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;
}

.melspin-5d0so5 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .melspin-5d0so5 {
    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);
}

.melspin-fm39ji {
  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;
}

.melspin-oluhuk {
  position: relative;
  width: 100%;
}

.melspin-fm39ji.melspin-xlknpd {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.melspin-fm39ji.melspin-2o2g4d {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.melspin-fm39ji.melspin-84n89y {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.melspin-vtnyz9 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.melspin-00k4fd {
  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.melspin-0oxpx4 ease-in-out;
  cursor: pointer;
}

.melspin-00k4fd:hover {
  opacity: 0.5;
}

.melspin-fm39ji.melspin-z9q8f1 .melspin-00k4fd {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.melspin-fm39ji.melspin-z9q8f1 .melspin-vtnyz9 {
  cursor: pointer;
}

.melspin-gf8z5n {
  fill: #0009;
}

.melspin-1vs7s8 {
  fill: #fff;
}

.melspin-00k4fd:hover .melspin-gf8z5n {
  fill: red;
}

.melspin-00k4fd svg path {
  -webkit-transition: 0.melspin-0oxpx4 ease-in-out;
  -o-transition: 0.melspin-0oxpx4 ease-in-out;
  transition: 0.melspin-0oxpx4 ease-in-out;
}

.melspin-x1faqb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.melspin-x1faqb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.melspin-x1faqb.melspin-qojzc9 > :not(.get-image) {
  grid-column: 1/3;
}

.melspin-4i62yp:not(._h1-block) .melspin-x1faqb > .melspin-aahtwd {
  grid-row: 1/2;
  grid-column: 1/3;
}

.melspin-x1faqb.melspin-qojzc9 .melspin-crnrpi {
  grid-column: 2/3;
}

.melspin-x1faqb.melspin-qojzc9 > .melspin-lm9pis {
  grid-column: 1/2;
}

.melspin-x1faqb.melspin-qojzc9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.melspin-x1faqb > p:first-of-type {
  margin-top: 0;
}

.melspin-x1faqb .melspin-lm9pis {
  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;
}

.melspin-4i62yp:not(._h1-block) .melspin-aahtwd ~ .melspin-lm9pis {
  grid-row: 2/10;
}

.melspin-4i62yp.melspin-3voss9 .melspin-aahtwd ~ .melspin-lm9pis {
  grid-row: 1/10;
}

.melspin-4i62yp.melspin-3voss9 > .melspin-aahtwd {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.melspin-4i62yp.melspin-3voss9 .melspin-lm9pis {
  grid-row: 1/10;
}

.melspin-x1faqb.melspin-zndjp0 .melspin-lm9pis {
  align-items: flex-start;
}

.melspin-x1faqb.melspin-2o2g4d .melspin-crnrpi {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.melspin-x1faqb.melspin-2o2g4d .melspin-lm9pis {
  align-items: center;
}

.melspin-x1faqb.melspin-jyoq7j .melspin-lm9pis {
  align-items: flex-end;
}

.melspin-crnrpi > :first-child {
  margin-top: 0;
}

.melspin-crnrpi > :last-child {
  margin-bottom: 0;
}

* + .melspin-2bpg8d,
.melspin-4i62yp + .melspin-4i62yp {
  margin-top: 2rem;
}

.melspin-9fxu2n td::before,
.melspin-9fxu2n th::after {
  display: none !important;
}

.melspin-9fxu2n #link-selector {
  color: #000;
}

.melspin-9fxu2n .melspin-urb2hm {
  color: #135e96;
}

.melspin-9fxu2n .melspin-dcd5bh *,
.melspin-9fxu2n .melspin-je9p5p p,
.melspin-9fxu2n .melspin-ut4tra * {
  color: #000;
}

.melspin-9fxu2n .melspin-4mcfua {
  background: 0 0 !important;
}

.melspin-9fxu2n .melspin-dl9ywt {
  color: #000;
}

.melspin-9fxu2n .melspin-xxcd0d.melspin-31t40h {
  color: #fff;
}

.melspin-9fxu2n .melspin-6fezmi {
  color: #000;
}

.melspin-9fxu2n
  .melspin-w2ysma
  .melspin-38fek6.melspin-31t40h.melspin-i6t5fz {
  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;
}

.melspin-blgvzb,
body .melspin-in2ulq {
  color: #000;
  background: var(--color-body) !important;
}

.melspin-blgvzb .melspin-gqggjz .melspin-gpmu4o,
body .melspin-in2ulq .melspin-gqggjz .melspin-gpmu4o {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .melspin-bfes59:focus,
  .melspin-bfes59:hover {
    color: #f9cb16;
  }
  .melspin-jhgl95:focus,
  .melspin-jhgl95:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .melspin-m4svl1:focus img,
  .melspin-m4svl1:focus svg,
  .melspin-m4svl1:hover img,
  .melspin-m4svl1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .melspin-vxmn9j {
    display: none;
  }
}

@media (min-width: 1024px) {
  .melspin-bixf8j:hover .melspin-3bvo7m svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .melspin-3bvo7m {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .melspin-ntphon {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .melspin-ye41c1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .melspin-msen7m {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .melspin-xfb296 .melspin-1b61lo {
    grid-template-columns: 1fr;
  }
  .melspin-xfb296 .melspin-64r31i {
    -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;
  }
  .melspin-xfb296 .melspin-uu0bxd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .melspin-xfb296 .melspin-lx8vy5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .melspin-xfb296 .melspin-j0xnjm {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .melspin-xfb296 .melspin-uu0bxd:not(:first-child) {
    border: none;
  }
  .melspin-xfb296 .melspin-uu0bxd:first-child .melspin-lx8vy5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .melspin-xfb296 .melspin-uu0bxd:last-child .melspin-lx8vy5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .melspin-qzdz7c {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .melspin-z7dxq6 {
    max-width: 100px;
  }
  .melspin-cav5z1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .melspin-5mqd88 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .melspin-5mqd88 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .melspin-3y1gb5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .melspin-cav5z1 + .melspin-5mqd88 {
    margin-left: auto;
  }
  .melspin-6sqv8y {
    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;
  }
  .melspin-6sqv8y.melspin-mivvl8 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .melspin-u5gmdz {
    -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;
  }
  .melspin-3ihu3m {
    width: 100%;
  }
  .melspin-3ihu3m:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .melspin-168lsj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .melspin-168lsj svg {
    margin-right: 4px;
  }
  .melspin-bixf8j {
    -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;
  }
  .melspin-3bvo7m svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .melspin-3bvo7m {
    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;
  }
  .melspin-nukw2z {
    display: none;
    width: 100%;
  }
  .melspin-bixf8j.melspin-mivvl8 .melspin-nukw2z {
    padding: 0 0 0 48px;
  }
  .melspin-9ma4wf {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .melspin-bgfggh .melspin-lm9pis {
    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;
  }
  .melspin-1a5hai {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .melspin-1a5hai + .melspin-1a5hai {
    margin-right: 0;
  }
  .melspin-1a5hai + .melspin-lm9pis {
    margin: 0;
  }
  .melspin-ntphon {
    grid-template-columns: repeat(4, 1fr);
  }
  .melspin-ye41c1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .melspin-6zxvay,
  .melspin-3ng22p {
    grid-template-columns: repeat(2, 1fr);
  }
  .melspin-x1faqb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .melspin-x1faqb.melspin-qojzc9 .melspin-crnrpi {
    grid-column: auto;
    grid-row: auto;
  }
  .melspin-x1faqb > .melspin-aahtwd {
    grid-column: 1/2;
  }
  .melspin-x1faqb.melspin-qojzc9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .melspin-x1faqb .melspin-lm9pis,
  .melspin-x1faqb.melspin-qojzc9 > .melspin-lm9pis {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .melspin-x1faqb.melspin-qojzc9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .melspin-4i62yp.melspin-3voss9 .melspin-x1faqb > .melspin-lm9pis {
    grid-row: 1/2;
  }
  .melspin-x1faqb .melspin-aahtwd ~ .melspin-lm9pis,
  .melspin-x1faqb.melspin-qojzc9 .melspin-aahtwd ~ .melspin-lm9pis {
    grid-row: 2/3;
  }
  .melspin-4i62yp.melspin-3voss9 .melspin-aahtwd ~ .melspin-lm9pis {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .melspin-tpn9km:first-child .melspin-oi9cxg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .melspin-tpn9km:first-child .melspin-oi9cxg h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .melspin-tpn9km {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .melspin-tpn9km {
    padding: 0;
  }
  .melspin-1ssh61 {
    margin-top: 1rem;
  }
  .melspin-hgf9nv {
    border-radius: 5px;
  }
  .melspin-5hyyaj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .melspin-qhxhlu::after {
    display: inline-block;
  }
  .melspin-qhxhlu {
    margin: 0;
    width: 100%;
  }
  .melspin-1ori7m {
    width: 100%;
  }
  .melspin-1ori7m.melspin-bi5pk1 {
    -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%;
  }
  .melspin-1ori7m.melspin-bi5pk1 .melspin-lk4zho {
    width: 100%;
  }
  .melspin-1ori7m.melspin-bi5pk1 .melspin-lk4zho:not(:last-child) {
    margin-right: 0;
  }
  .melspin-bfes59 {
    width: 100%;
    text-align: center;
  }
  .melspin-9nlwc8.melspin-mivvl8 .melspin-1ori7m {
    margin-top: 1rem;
  }
  .melspin-ntphon {
    grid-template-columns: repeat(3, 1fr);
  }
  .melspin-msen7m,
  .melspin-ye41c1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .melspin-6zxvay,
  .melspin-3ng22p,
  .melspin-bpito9 {
    grid-template-columns: 1fr;
  }
  .melspin-jeran7 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .melspin-ded1zk {
    min-width: 300px;
    max-width: 325px;
  }
  .melspin-lx8vy5 {
    cursor: auto;
  }
  .melspin-fbnapb .melspin-lx8vy5 {
    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;
  }
  .melspin-5d0so5 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .melspin-nukw2z {
    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) {
  .melspin-5d0so5 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.melspin-1a5hai p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .melspin-5mqd88 {
    margin: 0 -0.2rem;
  }
  .melspin-1a5hai {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .melspin-kqffeg {
    -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;
  }
  .melspin-u05hq1 {
    max-width: 100%;
  }
  .melspin-ntphon {
    grid-template-columns: repeat(2, 1fr);
  }
  .melspin-msen7m,
  .melspin-ye41c1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .melspin-qzdz7c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .melspin-5mqd88 {
    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;
  }
  .melspin-ikirrz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .melspin-45p9gz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .melspin-sxullz,
  .melspin-c943nf {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .melspin-0vp1q5 {
    width: 100%;
  }
  .melspin-ntphon {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .melspin-5d0so5 {
    top: 127px !important;
  }
}

.melspin-68kidr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .melspin-68kidr {
  }
}

@media (max-width: 767px) {
  .melspin-68kidr {
    margin-bottom: 12px;
  }
}

.melspin-68kidr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.melspin-2dylzq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.melspin-2dylzq > .melspin-nohodn {
  flex: 1 1;
}

@media (max-width: 767px) {
  .melspin-2dylzq {
    flex-direction: column;
    gap: 12px;
  }
}

.melspin-t2dj1w {
  display: flex;
}

.melspin-t2dj1w .melspin-ot1mak {
  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;
}

.melspin-t2dj1w .melspin-n0w9e6 {
  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;
}

.melspin-t2dj1w .melspin-j3uera {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.melspin-t2dj1w .melspin-znp8lc {
  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));
  }
}

.melspin-t2dj1w .melspin-znp8lc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.melspin-t2dj1w .melspin-a6dxzx {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.melspin-50er7y {
  border: unset;
  background-color: unset;
}

.melspin-50er7y tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.melspin-50er7y .melspin-l35gha,
.melspin-50er7y .melspin-ss8izq {
  flex: 0 1 330px;
}

.melspin-50er7y .melspin-txb7na {
  flex: 1 1;
}

.melspin-50er7y tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.melspin-50er7y tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.melspin-50er7y tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.melspin-50er7y tr td p {
  color: #fff;
  margin: 0;
}

.melspin-50er7y tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.melspin-50er7y tr.melspin-l35gha td p {
  padding: 16px 0;
}

.melspin-50er7y tr.melspin-l35gha td p:not(:last-child),
.melspin-50er7y tr.melspin-ss8izq td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.melspin-50er7y tr.melspin-l35gha td p:first-child,
.melspin-50er7y tr.melspin-ss8izq td p:first-child {
  padding-top: 0;
}

.melspin-50er7y tr.melspin-ss8izq td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.melspin-50er7y tr.melspin-ss8izq td p:last-child {
  padding-bottom: 0;
}

.melspin-50er7y .melspin-ss8izq img {
  max-width: 32px;
}

.melspin-50er7y .melspin-txb7na {
  min-width: 718px;
}

.melspin-50er7y .melspin-txb7na td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.melspin-50er7y .melspin-txb7na td {
  display: flex;
}

.melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf,
.melspin-50er7y .melspin-txb7na td:last-child .melspin-sszcf0,
.melspin-50er7y .melspin-txb7na td:last-child .melspin-ljmqgo {
  flex: 1 1 50%;
}

.melspin-50er7y .melspin-txb7na td:last-child .melspin-xuyogw {
  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;
}

.melspin-50er7y .melspin-txb7na td:last-child .melspin-bvhpwb,
.melspin-50er7y .melspin-txb7na td:last-child .melspin-rt4ddh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf,
.melspin-50er7y .melspin-txb7na td:last-child .melspin-sszcf0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf span,
.melspin-50er7y .melspin-txb7na td:last-child .melspin-sszcf0 span {
  font-weight: 800;
}

.melspin-50er7y .melspin-txb7na img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .melspin-50er7y .melspin-txb7na td .melspin-ljmqgo:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .melspin-50er7y tr.melspin-l35gha td p:last-child {
    padding-bottom: 0;
  }
  .melspin-50er7y .melspin-ss8izq > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .melspin-50er7y .melspin-ss8izq > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .melspin-50er7y tr.melspin-l35gha td p:not(:last-child),
  .melspin-50er7y tr.melspin-ss8izq td p:not(:last-child) {
    border-bottom: unset;
  }
  .melspin-50er7y tr.melspin-ss8izq td p:last-child {
    padding-bottom: 12px;
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf,
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-sszcf0,
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-ljmqgo {
    flex: 1 1 50%;
    padding: 0;
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf,
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-sszcf0 {
    margin-top: 16px;
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-ljmqgo {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-2unohf {
    border-right: 1px solid var(--border-color);
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-ljmqgo:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .melspin-50er7y .melspin-txb7na td:last-child .melspin-ljmqgo:last-child {
    padding-bottom: 0;
  }
}

.melspin-ljmqgo {
  display: flex;
  flex-direction: column;
}

.melspin-50er7y .melspin-txb7na td .melspin-ljmqgo {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.melspin-50er7y .melspin-txb7na td .melspin-ljmqgo:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.melspin-50er7y .melspin-txb7na td .melspin-ljmqgo:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .melspin-50er7y .melspin-txb7na td .melspin-ljmqgo:not(:first-child) {
    padding-left: 0;
  }
  .melspin-50er7y .melspin-txb7na td .melspin-ljmqgo:not(:last-of-type) {
    border-right: unset;
  }
}

.melspin-50er7y .melspin-dedsgn {
  flex: 0 1 485px;
}

.melspin-50er7y .melspin-fvz8xc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.melspin-50er7y .melspin-fvz8xc li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.melspin-50er7y .melspin-fvz8xc li.melspin-l754g8 {
  padding: 6px 12px;
}

.melspin-50er7y .melspin-fvz8xc li a,
.melspin-50er7y .melspin-fvz8xc 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;
}

.melspin-50er7y .melspin-co5bb7,
.melspin-50er7y .melspin-jo7uvi {
  flex: 1 1;
}

.melspin-50er7y .melspin-knglm1,
.melspin-50er7y .melspin-il5y9d {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.melspin-50er7y .melspin-knglm1 li,
.melspin-50er7y .melspin-il5y9d li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.melspin-50er7y .melspin-jo7uvi img {
  max-width: 32px;
}

.melspin-50er7y .melspin-co5bb7 img {
  max-width: 32px;
}

.melspin-50er7y .melspin-oghq30 {
  min-width: 280px;
}

.melspin-50er7y .melspin-oghq30 img {
  max-width: 146px;
}

.melspin-50er7y .melspin-oghq30 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .melspin-50er7y .melspin-l35gha,
  .melspin-50er7y .melspin-ss8izq {
    flex: 0 1 auto;
  }
  .melspin-50er7y .melspin-txb7na {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .melspin-50er7y .melspin-l35gha,
  .melspin-50er7y .melspin-dedsgn,
  .melspin-50er7y .melspin-ss8izq,
  .melspin-50er7y .melspin-txb7na {
    flex: 1 1 calc(50% - 20px);
  }
  .melspin-50er7y .melspin-co5bb7,
  .melspin-50er7y .melspin-oghq30,
  .melspin-50er7y .melspin-jo7uvi {
    flex: 1 1 30%;
  }
  .melspin-50er7y .melspin-oghq30 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .melspin-50er7y .melspin-l35gha,
  .melspin-50er7y .melspin-dedsgn,
  .melspin-50er7y .melspin-co5bb7,
  .melspin-50er7y .melspin-ss8izq,
  .melspin-50er7y .melspin-txb7na,
  .melspin-50er7y .melspin-oghq30,
  .melspin-50er7y .melspin-jo7uvi {
    flex: 1 1 100%;
  }
}

.melspin-hqnz25 .melspin-stxdla {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.melspin-hqnz25 .melspin-ypzg6x {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.melspin-hqnz25 .melspin-sdujnj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.melspin-hqnz25 .melspin-1kwlmd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.melspin-hqnz25 .melspin-1kwlmd > :nth-child(3) {
  margin-top: 0;
}

.melspin-hqnz25 .melspin-lm9pis {
  grid-column: 2/3;
  grid-row: 1/10;
}

.melspin-hqnz25 .melspin-n12pk4 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.melspin-hqnz25 .melspin-1ssh61 {
  grid-column: 1/2;
}

.melspin-hqnz25 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.melspin-hqnz25 .melspin-ypzg6x: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;
}

.melspin-hqnz25 .melspin-ypzg6x:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.melspin-hqnz25 .melspin-0vp1q5 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .melspin-hqnz25 .melspin-ypzg6x:not(:last-child):before {
    bottom: 8px;
  }
  .melspin-hqnz25 .melspin-ypzg6x:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .melspin-hqnz25 .melspin-1kwlmd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .melspin-hqnz25 .melspin-lm9pis {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .melspin-hqnz25 .melspin-lm9pis img {
    width: 100%;
    height: auto;
  }
  .melspin-hqnz25 .melspin-0vp1q5 {
    width: 100%;
    min-width: unset;
  }
}

.melspin-tke2qv .melspin-h9sspm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.melspin-tke2qv .melspin-w3j1bu {
  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;
}

.melspin-tke2qv .melspin-lm9pis {
  height: 100%;
}

.melspin-tke2qv .melspin-lm9pis img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.melspin-tke2qv .melspin-ab2xl7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.melspin-tke2qv .melspin-y226ub {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.melspin-tke2qv .melspin-wzgjt2 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .melspin-tke2qv .melspin-w3j1bu {
    flex: 1 1 100%;
  }
  .melspin-tke2qv .melspin-4u9sad {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .melspin-tke2qv .melspin-w3j1bu {
    flex-direction: column;
  }
  .melspin-tke2qv .melspin-lm9pis {
    width: 100%;
    height: auto;
  }
  .melspin-tke2qv .melspin-lm9pis img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .melspin-tke2qv .melspin-ab2xl7 {
    padding: 0 16px 16px 16px;
  }
  .melspin-tke2qv .melspin-4u9sad {
    min-width: unset;
    width: 100%;
  }
}

.melspin-vehb0f .melspin-v3zpi7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.melspin-vehb0f .melspin-1dot1h {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.melspin-vehb0f 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;
}

.melspin-vehb0f .melspin-bzgi6c {
  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;
}

.melspin-vehb0f .melspin-1dot1h:hover .melspin-bzgi6c {
  display: flex;
}

.melspin-vehb0f .melspin-k13yfj {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.melspin-vehb0f .melspin-en5wb6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.melspin-fsyckn {
  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;
}

.melspin-fsyckn.melspin-m3naxa {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.melspin-ybelzi ease-in-out;
}

.melspin-fsyckn.melspin-m3naxa:hover {
  color: #f9cb16;
  background-color: transparent;
}

.melspin-vehb0f .melspin-nuti7q {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.melspin-ybelzi ease-in-out;
}

.melspin-vehb0f .melspin-nuti7q:hover {
  color: #196948;
  background-color: #f9cb16;
}

.melspin-vehb0f .melspin-nuti7q:after,
.melspin-fsyckn.melspin-m3naxa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.melspin-fsyckn.melspin-m3naxa:after {
  background-image: url(../images/Cash.svg);
}

.melspin-vehb0f .melspin-nuti7q:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .melspin-vehb0f .melspin-v3zpi7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .melspin-vehb0f .melspin-v3zpi7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .melspin-vehb0f .melspin-v3zpi7 {
    grid-template-columns: 1fr;
  }
  .melspin-vehb0f .melspin-1dot1h {
    height: auto;
  }
  .melspin-vehb0f .melspin-1dot1h .melspin-bzgi6c {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .melspin-vehb0f .melspin-k13yfj,
  .melspin-vehb0f .melspin-en5wb6 {
    text-align: left;
  }
  .melspin-vehb0f .melspin-en5wb6 {
    margin-bottom: 8px;
  }
  .melspin-vehb0f img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.melspin-wddxfz {
  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;
}

.melspin-wddxfz.melspin-z9q8f1 {
  display: block;
}

.melspin-wddxfz .melspin-gs493m {
  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;
}

.melspin-wddxfz .melspin-ru2xmx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.melspin-wddxfz .melspin-jg63x9 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.melspin-wddxfz .melspin-71iq90 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.melspin-wddxfz .melspin-fsyckn {
  min-width: 296px;
  margin-bottom: 0;
}

.melspin-wddxfz .melspin-306ano {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.melspin-wddxfz .melspin-x5fdfc {
  position: relative;
  flex: 1 1;
}

.melspin-wddxfz .melspin-x5fdfc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .melspin-wddxfz .melspin-ru2xmx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .melspin-wddxfz .melspin-jg63x9 {
    order: 1;
  }
  .melspin-wddxfz .melspin-71iq90 {
    order: 3;
    flex: 1 1 100%;
  }
  .melspin-wddxfz .melspin-fsyckn {
    width: 100%;
    min-width: unset;
  }
  .melspin-wddxfz .melspin-306ano {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .melspin-x1faqb > .melspin-aahtwd {
    margin-bottom: 0;
  }
  .melspin-x1faqb > .melspin-1ssh61,
  .melspin-x1faqb > p {
    margin-top: 0;
  }
}

.melspin-hnqnc6 img,
.melspin-1a5hai img {
  width: auto;
  object-fit: contain;
}

.melspin-hnqnc6 {
  align-items: center;
}

.melspin-hnqnc6 img {
  max-height: 76px;
}

.melspin-1a5hai img {
  max-height: 64px;
}

.melspin-xkyidq {
  overflow: auto;
}

.melspin-ustfri {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.melspin-k9n62j:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.melspin-3t7xfw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.melspin-9tpslk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.melspin-3t7xfw .melspin-lm9pis {
  margin-right: 20px;
  flex-shrink: 0;
}

.melspin-3t7xfw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.melspin-lh4eul {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.melspin-lh4eul > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .melspin-3t7xfw {
    padding: 15px 10px;
  }
  .melspin-lh4eul {
    padding: 15px 10px;
  }
  .melspin-3t7xfw .melspin-lm9pis {
    margin-right: 10px;
  }
}

.melspin-1thb2u {
  overflow-x: auto;
}

.melspin-dlqc8u {
  border-collapse: collapse;
  width: 100%;
}

.melspin-1thb2u th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.melspin-1thb2u td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.melspin-1thb2u td.melspin-fcetvk {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.melspin-1thb2u td.melspin-h3hw6h {
  border-right: none;
}

.melspin-1thb2u td.melspin-h3hw6h .melspin-lm9pis {
  justify-content: flex-start;
}

.melspin-1thb2u td.melspin-h3hw6h .melspin-lm9pis img {
  height: auto;
  width: 90px;
}

.melspin-1thb2u td.melspin-x1x2xr,
.melspin-1thb2u td.melspin-ksp8ec {
  font-weight: 600;
  text-align: right;
}

.melspin-1thb2u td.melspin-4t8bor,
.melspin-1thb2u td.melspin-x1x2xr {
  padding-bottom: 10px;
  border-bottom: none;
}

.melspin-1thb2u td.melspin-x1x2xr,
.melspin-1thb2u td.melspin-ksp8ec {
  border-left: none;
}

.melspin-1thb2u td.melspin-4t8bor,
.melspin-1thb2u td.melspin-x90f6g {
  border-right: none;
}

.melspin-1thb2u td.melspin-x90f6g,
.melspin-1thb2u td.melspin-ksp8ec {
  border-top: none;
  padding-top: 10px;
}

.melspin-pbdhoe {
  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;
}

.melspin-pbdhoe .melspin-4u9sad {
  min-width: unset;
  width: 100%;
}

.melspin-pbdhoe .melspin-4u9sad.melspin-d731fr {
  grid-column: 1/2;
  grid-row: 1/2;
}

.melspin-pbdhoe .melspin-4u9sad.melspin-1z3w59 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.melspin-pbdhoe .melspin-112m2b {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .melspin-pbdhoe {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .melspin-pbdhoe .melspin-4u9sad.melspin-d731fr {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .melspin-pbdhoe .melspin-4u9sad.melspin-1z3w59 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .melspin-pbdhoe .melspin-112m2b {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.melspin-qwufp6 {
  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;
}

.melspin-8zwnld {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.melspin-7di34l p a img {
  margin: 0 auto;
  display: block;
}

.melspin-7di34l table {
  margin-bottom: 17px;
}

/* contanct form */
.melspin-6b5wt5 {
  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;
}

.melspin-6b5wt5 label {
  font-size: 14px;
}

.melspin-6b5wt5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.melspin-6b5wt5 input,
.melspin-6b5wt5 textarea,
.melspin-6b5wt5 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;
}
.melspin-6b5wt5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.melspin-ybelzi ease;
}
.melspin-6b5wt5 button:hover {
  background-color: #691204;
}
.melspin-qiq7m7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.melspin-0ea6m6 ease-in;
}

.melspin-qiq7m7 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;
}
.melspin-4eapt4, .melspin-rkk50s, [class*="review-card"],
thead, thead th, table th, .melspin-b2yuas,
.melspin-wb8o88, [class*="collapsible-header"],
.melspin-wxijr2, [class*="updated-block"] {
  color: #ece7dc !important;
}
