@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);
}

.medusa-1e8u56 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-n5h31c {
  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.medusa-f0lpgn,
ul.medusa-f0lpgn {
  padding-left: 20px;
}

ul.medusa-f0lpgn {
  list-style: disc;
}

ol.medusa-f0lpgn {
  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;
  }
}

.medusa-2gzilj > .medusa-dck4rc,
.medusa-2gzilj > .medusa-qvkg13,
.medusa-2gzilj > blockquote,
.medusa-2gzilj > h1,
.medusa-2gzilj > h2,
.medusa-2gzilj > h3,
.medusa-2gzilj > h4,
.medusa-2gzilj > h5,
.medusa-2gzilj > h6,
.medusa-2gzilj > ol,
.medusa-2gzilj > p,
.medusa-2gzilj > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-2gzilj > ol,
.medusa-2gzilj > ul {
  padding-left: 50px;
}

.medusa-2gzilj 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;
}

.medusa-2gzilj:not(:last-child) {
  margin-bottom: 2rem;
}

.medusa-2gzilj > :not(:first-child) {
  margin-top: 2rem;
}

.medusa-2gzilj {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.medusa-2gzilj:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .medusa-2gzilj:first-child {
    margin-top: 20px;
  }
}

.medusa-2gzilj > p:last-of-type {
  margin-bottom: 32px;
}

.medusa-2gzilj > .medusa-xgekpl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.medusa-0a1arn > .medusa-xgekpl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-qvkg13 {
  overflow: auto;
}

.medusa-qvkg13::-webkit-scrollbar {
  height: 5px;
}

.medusa-qvkg13 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.medusa-qvkg13 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.medusa-qvkg13 table thead,
table thead {
  border-bottom: none;
}

.medusa-qvkg13 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.medusa-qvkg13 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.medusa-qvkg13 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.medusa-qvkg13 .medusa-4yfhro {
  table-layout: auto;
}

.medusa-qvkg13 .medusa-4yfhro th {
  word-break: normal;
}

.medusa-qvkg13 .medusa-4yfhro td {
  word-break: normal;
}

.medusa-1e8u56 .medusa-1e8u56 {
  padding-right: 0;
  padding-left: 0;
}

.medusa-n9ca0c {
  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;
}

.medusa-8z7rec {
  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;
}

.medusa-hu51eu {
  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;
}

.medusa-dck4rc {
  margin-top: 24px;
}

.medusa-dck4rc.medusa-kehgs3 {
  text-align: left;
}

.medusa-dck4rc.medusa-g320jn {
  text-align: right;
}

.medusa-dck4rc.medusa-ffcxsq {
  text-align: center;
}

.medusa-2fkyer {
  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.medusa-55x0m6 ease-in-out;
  cursor: pointer;
}

.medusa-2fkyer:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.medusa-2fkyer {
  min-width: 328px;
}

@media (max-width: 768px) {
  .medusa-2fkyer {
    min-width: unset;
  }
}

.medusa-3cvch9 {
  background-color: var(--fh-bg-color);
}

.medusa-pkxu37 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.medusa-5goxtc {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.medusa-5goxtc img {
  max-height: 80px;
  object-fit: contain;
}

.medusa-3x1j0j {
  flex: 1 1;
}

.medusa-uvwv69 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.medusa-7djm2c {
  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;
}

.medusa-7djm2c 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;
}

.medusa-7djm2c.medusa-z3ttoc span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.medusa-7djm2c.medusa-z3ttoc span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.medusa-7djm2c.medusa-z3ttoc span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.medusa-3x1j0j + .medusa-uvwv69 {
  margin-left: 20px;
}

.medusa-ewfuvl {
  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;
}

.medusa-ewfuvl > svg {
  max-width: 24px;
  max-height: 24px;
}

.medusa-ewfuvl + .medusa-ewfuvl {
  margin-left: 5px;
}

.medusa-tnpkpw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.medusa-tnpkpw:hover {
  background-color: var(--button-bg-hover);
}

.medusa-k283mt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.medusa-55x0m6 ease-in-out;
  border: 1px solid var(--border-color);
}

.medusa-k283mt:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.medusa-2d9b1f {
  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) {
  .medusa-3x1j0j {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .medusa-2d9b1f {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .medusa-3x1j0j {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .medusa-ewfuvl {
    min-width: unset;
    flex: 1 1;
  }
}

.medusa-vch238 {
  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;
}

.medusa-vch238:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.medusa-vch238:hover .medusa-evfoj7 {
  opacity: 1;
  pointer-events: auto;
}

.medusa-qxs6tj {
  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.medusa-tgzge7 ease-in-out;
  gap: 4px;
}

.medusa-qxs6tj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.medusa-qxs6tj .medusa-n9ca0c img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.medusa-ztynfh,
.medusa-qxs6tj:hover {
  color: var(--button-bg-hover);
}

.medusa-6qzzkq {
  position: relative;
}

.medusa-6qzzkq .medusa-qxs6tj {
  margin-right: 0;
  padding-right: 4px;
}

.medusa-edb23w svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.medusa-6qzzkq.medusa-z3ttoc .medusa-edb23w svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.medusa-6qzzkq.medusa-z3ttoc .medusa-evfoj7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.medusa-6qzzkq.medusa-z3ttoc .medusa-evfoj7::before {
  display: none;
}

.medusa-edb23w svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.medusa-evfoj7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.medusa-ydi69m 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.medusa-evfoj7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.medusa-evfoj7:hover {
  color: var(--fh-bg-color);
}

.medusa-7yokov {
  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.medusa-ydi69m 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.medusa-tgzge7 ease-in-out;
  -o-transition: 0.medusa-tgzge7 ease-in-out;
  transition: 0.medusa-tgzge7 ease-in-out;
}

.medusa-7yokov .medusa-n9ca0c img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.medusa-eif6km,
.medusa-7yokov:hover {
  color: var(--button-bg-hover);
}

.medusa-ezhcs8 {
  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%;
}

.medusa-ezhcs8.medusa-9rj2bi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.medusa-ezhcs8.medusa-9rj2bi:after,
.medusa-ezhcs8.medusa-9rj2bi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.medusa-ezhcs8.medusa-9rj2bi: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);
  }
}

.medusa-ezhcs8.medusa-9rj2bi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.medusa-ezhcs8.medusa-9rj2bi > * {
  z-index: 1;
}

.medusa-ezhcs8 b,
.medusa-ezhcs8 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.medusa-ezhcs8 .medusa-rcz81c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.medusa-ezhcs8 .medusa-37lcyz {
  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;
}

.medusa-ezhcs8 .medusa-n9ca0c {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.medusa-ezhcs8 .medusa-9gau1s {
  margin-top: 12px;
}

.medusa-9gau1s {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.medusa-7e6xii {
  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;
}

.medusa-9gau1s .medusa-ym9l05 {
  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.medusa-55x0m6 ease-in-out;
}

.medusa-9gau1s .medusa-ym9l05:hover {
  background: rgba(255, 255, 255, 0.3);
}

.medusa-0tb7ep {
  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;
}

.medusa-ezhcs8.medusa-bqgxun {
  gap: 12px;
  padding: 16px;
}

.medusa-ezhcs8.medusa-bqgxun .medusa-0tb7ep {
  min-width: 240px;
}

.medusa-ezhcs8.medusa-bqgxun .medusa-0tb7ep.medusa-k8rfui {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .medusa-ezhcs8 .medusa-rcz81c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .medusa-ezhcs8 .medusa-37lcyz {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .medusa-ezhcs8 .medusa-n9ca0c {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-n9ca0c {
    max-width: 126px;
  }
  .medusa-ezhcs8 .medusa-9gau1s {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .medusa-ezhcs8 .medusa-7e6xii {
    max-width: unset;
  }
  .medusa-0tb7ep {
    min-width: unset;
    width: 100%;
  }
  .medusa-ezhcs8 .medusa-0tb7ep {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .medusa-ezhcs8.medusa-bqgxun {
    grid-template-rows: auto 1fr auto;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-0tb7ep {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .medusa-ezhcs8 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .medusa-ezhcs8 .medusa-rcz81c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .medusa-ezhcs8 .medusa-n9ca0c {
    max-width: 78px;
  }
  .medusa-ezhcs8 .medusa-9gau1s {
    margin-top: -12px;
  }
  .medusa-ezhcs8.medusa-bqgxun {
    gap: 8px;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-rcz81c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-37lcyz {
    grid-column: 1/3;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-n9ca0c {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .medusa-ezhcs8.medusa-bqgxun .medusa-n9ca0c img {
    max-width: 114px;
  }
}

.medusa-0tb7ep.medusa-dmr4i3,
.medusa-0tb7ep.medusa-frv9y3,
.medusa-0tb7ep.medusa-eciho3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.medusa-55x0m6 ease-in-out;
}

.medusa-0tb7ep.medusa-dmr4i3,
.medusa-0tb7ep.medusa-eciho3 {
  padding: 10px;
}

.medusa-0tb7ep.medusa-dmr4i3:hover,
.medusa-0tb7ep.medusa-frv9y3:hover,
.medusa-0tb7ep.medusa-eciho3:hover {
  background: var(--button-bg-hover);
}

.medusa-0tb7ep.medusa-dmr4i3:hover svg path,
.medusa-0tb7ep.medusa-eciho3:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.medusa-0tb7ep.medusa-k8rfui {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.medusa-55x0m6 ease-in-out;
  background: var(--button-bg-color);
}

.medusa-0tb7ep.medusa-k8rfui:hover {
  background-color: var(--button-bg-hover);
}

.medusa-0tb7ep.medusa-frv9y3: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);
  }
}

.medusa-0tb7ep.medusa-frv9y3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.medusa-0tb7ep.medusa-k8rfui:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.medusa-5hixcs {
  max-width: 650px;
}

.medusa-wn4v26 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.medusa-x00rsl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.medusa-36y5n1 {
  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.medusa-tgzge7 ease-in-out;
  cursor: pointer;
}

.medusa-36y5n1:hover {
  opacity: 0.5;
}

.medusa-36y5n1:focus {
  outline: 0;
}

.medusa-36y5n1:focus .medusa-8olboc,
.medusa-36y5n1:hover .medusa-8olboc {
  fill: red;
  fill-opacity: 1;
}

.medusa-36y5n1:hover {
  cursor: pointer;
}

.medusa-zzvip0 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.medusa-5hixcs.medusa-ffcxsq {
  margin: 0 auto;
}

.medusa-5hixcs.medusa-g320jn {
  margin-left: auto;
}

.medusa-i1jf8k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.medusa-ywr051 {
  padding-bottom: 50px;
}

.medusa-xysl93 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.medusa-e8qlk8 {
  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;
}

.medusa-znxr9y {
  margin-top: 24px;
}

.medusa-93leel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medusa-ajz0uk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.medusa-oj321y {
  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;
}

.medusa-2torqz {
  width: 468px;
}

.medusa-oj321y .medusa-evfoj7 {
  margin: 0.medusa-i4kcp2 0;
}

.medusa-pvgoj0 {
  display: flex;
  min-width: 224px;
}

.medusa-5ag310 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.medusa-tgzge7 ease-in-out;
}

.medusa-sgxeei,
.medusa-5ag310:hover {
  color: var(--text-color);
}

.medusa-ephgaa {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.medusa-adbrtu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .medusa-i1jf8k {
    padding: 16px;
  }
  .medusa-ephgaa {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .medusa-adbrtu {
    align-items: center;
  }
  .medusa-2torqz {
    width: unset;
  }
  .medusa-pvgoj0 {
    min-width: unset;
  }
  .medusa-oj321y {
    max-height: unset;
  }
  .medusa-xysl93 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .medusa-i1jf8k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.medusa-1k3r2t {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.medusa-1k3r2t:not(:last-child) {
  margin-bottom: 16px;
}

.medusa-ivfmk8 {
  outline: 0;
}

.medusa-ivfmk8 .medusa-vjfpnh {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.medusa-nbm9ix {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .medusa-nbm9ix {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.medusa-nbm9ix::-webkit-details-marker {
  display: none;
}

.medusa-nbm9ix: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;
}

.medusa-nbm9ix: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] .medusa-nbm9ix:after {
  transform: unset;
}

.medusa-vjfpnh {
  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);
}

.medusa-vjfpnh 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.medusa-tgzge7 ease-in-out;
  -o-transition: 0.medusa-tgzge7 ease-in-out;
  transition: 0.medusa-tgzge7 ease-in-out;
}

.medusa-0md0c5 {
  padding: 16px 0 0 0;
}

.medusa-0md0c5 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .medusa-0md0c5 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-nbm9ix {
    flex-wrap: wrap;
    gap: 12px;
  }
  .medusa-nbm9ix::after {
    margin-left: auto;
  }
  .medusa-vjfpnh {
    order: 3;
    flex: 1 1 100%;
  }
  .medusa-nbm9ix {
    font-size: 14px;
    line-height: 130%;
  }
  .medusa-vjfpnh svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.medusa-m023qp {
  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;
}

.medusa-c7mf0c {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.medusa-m023qp.medusa-z3ttoc .medusa-c7mf0c {
  margin-bottom: 12px;
}

.medusa-c7mf0c::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;
}

.medusa-m023qp.medusa-z3ttoc .medusa-c7mf0c::after {
  transform: unset;
}

.medusa-c51fk0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.medusa-bop17h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.medusa-tgzge7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.medusa-bop17h: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;
}

.medusa-m023qp.medusa-z3ttoc .medusa-c51fk0 {
  max-height: 100%;
}

.medusa-xp5h2y {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.medusa-w81cq9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.medusa-lbi178 {
  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;
}

.medusa-n18ja6 {
  margin-right: 4px;
}

.medusa-danvcx {
  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.medusa-tgzge7 ease-in-out;
}

.medusa-danvcx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.medusa-9s11pr,
.medusa-danvcx:hover {
  color: var(--text-color);
}

.medusa-h7pi4d {
  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;
}

.medusa-h7pi4d img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.medusa-h7pi4d .medusa-55smsx {
  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;
}

.medusa-h7pi4d .medusa-bowso2 {
  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;
}

.medusa-bqkuq3 {
  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;
}

.medusa-2fmki0 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.medusa-ajxjyq .medusa-1e8u56 {
  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;
}

.medusa-ajxjyq {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.medusa-s5l6wl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.medusa-ma1x08 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.medusa-u4qbvs {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.medusa-5ijppj 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;
}

.medusa-u4qbvs:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.medusa-m7nk4c {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.medusa-zwtdlh {
  -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.medusa-tgzge7 ease-in-out;
  transition: transform 0.medusa-tgzge7 ease-in-out;
  -o-transition: transform 0.medusa-tgzge7 ease-in-out;
  transition:
    transform 0.medusa-tgzge7 ease-in-out,
    -webkit-transform 0.medusa-tgzge7 ease-in-out;
  cursor: pointer;
}

.medusa-zwtdlh svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.medusa-zwtdlh: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;
}

.medusa-7lxxl2 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .medusa-7lxxl2 {
    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);
}

.medusa-q63wu9 {
  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;
}

.medusa-2rflgv {
  position: relative;
  width: 100%;
}

.medusa-q63wu9.medusa-6uffxj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.medusa-q63wu9.medusa-ffcxsq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medusa-q63wu9.medusa-g320jn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.medusa-66q0d7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.medusa-jdeax4 {
  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.medusa-tgzge7 ease-in-out;
  cursor: pointer;
}

.medusa-jdeax4:hover {
  opacity: 0.5;
}

.medusa-q63wu9.medusa-5rycoj .medusa-jdeax4 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.medusa-q63wu9.medusa-5rycoj .medusa-66q0d7 {
  cursor: pointer;
}

.medusa-55dshe {
  fill: #0009;
}

.medusa-kczecf {
  fill: #fff;
}

.medusa-jdeax4:hover .medusa-55dshe {
  fill: red;
}

.medusa-jdeax4 svg path {
  -webkit-transition: 0.medusa-tgzge7 ease-in-out;
  -o-transition: 0.medusa-tgzge7 ease-in-out;
  transition: 0.medusa-tgzge7 ease-in-out;
}

.medusa-kfshct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.medusa-kfshct > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.medusa-kfshct.medusa-v3uyax > :not(.get-image) {
  grid-column: 1/3;
}

.medusa-38jkav:not(._h1-block) .medusa-kfshct > .medusa-xgekpl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.medusa-kfshct.medusa-v3uyax .medusa-hvjpqc {
  grid-column: 2/3;
}

.medusa-kfshct.medusa-v3uyax > .medusa-n9ca0c {
  grid-column: 1/2;
}

.medusa-kfshct.medusa-v3uyax > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.medusa-kfshct > p:first-of-type {
  margin-top: 0;
}

.medusa-kfshct .medusa-n9ca0c {
  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;
}

.medusa-38jkav:not(._h1-block) .medusa-xgekpl ~ .medusa-n9ca0c {
  grid-row: 2/10;
}

.medusa-38jkav.medusa-41rvmq .medusa-xgekpl ~ .medusa-n9ca0c {
  grid-row: 1/10;
}

.medusa-38jkav.medusa-41rvmq > .medusa-xgekpl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.medusa-38jkav.medusa-41rvmq .medusa-n9ca0c {
  grid-row: 1/10;
}

.medusa-kfshct.medusa-rr1cng .medusa-n9ca0c {
  align-items: flex-start;
}

.medusa-kfshct.medusa-ffcxsq .medusa-hvjpqc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.medusa-kfshct.medusa-ffcxsq .medusa-n9ca0c {
  align-items: center;
}

.medusa-kfshct.medusa-zg9gdm .medusa-n9ca0c {
  align-items: flex-end;
}

.medusa-hvjpqc > :first-child {
  margin-top: 0;
}

.medusa-hvjpqc > :last-child {
  margin-bottom: 0;
}

* + .medusa-dlt117,
.medusa-38jkav + .medusa-38jkav {
  margin-top: 2rem;
}

.medusa-8ghvf0 td::before,
.medusa-8ghvf0 th::after {
  display: none !important;
}

.medusa-8ghvf0 #link-selector {
  color: #000;
}

.medusa-8ghvf0 .medusa-zi46s8 {
  color: #135e96;
}

.medusa-8ghvf0 .medusa-09shv3 *,
.medusa-8ghvf0 .medusa-n5gird p,
.medusa-8ghvf0 .medusa-g2qhx8 * {
  color: #000;
}

.medusa-8ghvf0 .medusa-wo12hg {
  background: 0 0 !important;
}

.medusa-8ghvf0 .medusa-nqiawd {
  color: #000;
}

.medusa-8ghvf0 .medusa-8p4ble.medusa-jrzu5w {
  color: #fff;
}

.medusa-8ghvf0 .medusa-oll23x {
  color: #000;
}

.medusa-8ghvf0
  .medusa-3zxynk
  .medusa-lrzfsx.medusa-jrzu5w.medusa-h7o3zi {
  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;
}

.medusa-y20zj7,
body .medusa-bt5yuj {
  color: #000;
  background: var(--color-body) !important;
}

.medusa-y20zj7 .medusa-mip5tm .medusa-v09rx8,
body .medusa-bt5yuj .medusa-mip5tm .medusa-v09rx8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .medusa-bop17h:focus,
  .medusa-bop17h:hover {
    color: #f9cb16;
  }
  .medusa-dutvz8:focus,
  .medusa-dutvz8:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .medusa-xp46pk:focus img,
  .medusa-xp46pk:focus svg,
  .medusa-xp46pk:hover img,
  .medusa-xp46pk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .medusa-h7pi4d {
    display: none;
  }
}

@media (min-width: 1024px) {
  .medusa-6qzzkq:hover .medusa-edb23w svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .medusa-edb23w {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .medusa-jqm7j2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .medusa-2gq0s0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .medusa-w43lsr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .medusa-my0zw9 .medusa-z74ptj {
    grid-template-columns: 1fr;
  }
  .medusa-my0zw9 .medusa-ds0ypn {
    -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;
  }
  .medusa-my0zw9 .medusa-slr6oo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .medusa-my0zw9 .medusa-ahwydu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .medusa-my0zw9 .medusa-c6f0tc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .medusa-my0zw9 .medusa-slr6oo:not(:first-child) {
    border: none;
  }
  .medusa-my0zw9 .medusa-slr6oo:first-child .medusa-ahwydu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .medusa-my0zw9 .medusa-slr6oo:last-child .medusa-ahwydu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .medusa-pkxu37 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .medusa-5goxtc {
    max-width: 100px;
  }
  .medusa-3x1j0j {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medusa-uvwv69 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medusa-uvwv69 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .medusa-7djm2c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .medusa-3x1j0j + .medusa-uvwv69 {
    margin-left: auto;
  }
  .medusa-3djeat {
    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;
  }
  .medusa-3djeat.medusa-z3ttoc {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .medusa-2d9b1f {
    -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;
  }
  .medusa-vch238 {
    width: 100%;
  }
  .medusa-vch238:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .medusa-qxs6tj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .medusa-qxs6tj svg {
    margin-right: 4px;
  }
  .medusa-6qzzkq {
    -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;
  }
  .medusa-edb23w svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .medusa-edb23w {
    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;
  }
  .medusa-evfoj7 {
    display: none;
    width: 100%;
  }
  .medusa-6qzzkq.medusa-z3ttoc .medusa-evfoj7 {
    padding: 0 0 0 48px;
  }
  .medusa-7yokov {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .medusa-e8qlk8 .medusa-n9ca0c {
    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;
  }
  .medusa-zb2483 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .medusa-zb2483 + .medusa-zb2483 {
    margin-right: 0;
  }
  .medusa-zb2483 + .medusa-n9ca0c {
    margin: 0;
  }
  .medusa-jqm7j2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .medusa-2gq0s0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .medusa-kwk4cd,
  .medusa-6kxfpl {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-kfshct {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .medusa-kfshct.medusa-v3uyax .medusa-hvjpqc {
    grid-column: auto;
    grid-row: auto;
  }
  .medusa-kfshct > .medusa-xgekpl {
    grid-column: 1/2;
  }
  .medusa-kfshct.medusa-v3uyax > :not(.get-image) {
    grid-column: 1/2;
  }
  .medusa-kfshct .medusa-n9ca0c,
  .medusa-kfshct.medusa-v3uyax > .medusa-n9ca0c {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .medusa-kfshct.medusa-v3uyax > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .medusa-38jkav.medusa-41rvmq .medusa-kfshct > .medusa-n9ca0c {
    grid-row: 1/2;
  }
  .medusa-kfshct .medusa-xgekpl ~ .medusa-n9ca0c,
  .medusa-kfshct.medusa-v3uyax .medusa-xgekpl ~ .medusa-n9ca0c {
    grid-row: 2/3;
  }
  .medusa-38jkav.medusa-41rvmq .medusa-xgekpl ~ .medusa-n9ca0c {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .medusa-2gzilj:first-child .medusa-uvejui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medusa-2gzilj:first-child .medusa-uvejui h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .medusa-2gzilj {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .medusa-2gzilj {
    padding: 0;
  }
  .medusa-dck4rc {
    margin-top: 1rem;
  }
  .medusa-ivfmk8 {
    border-radius: 5px;
  }
  .medusa-astkp2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medusa-c7mf0c::after {
    display: inline-block;
  }
  .medusa-c7mf0c {
    margin: 0;
    width: 100%;
  }
  .medusa-c51fk0 {
    width: 100%;
  }
  .medusa-c51fk0.medusa-gf43mi {
    -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%;
  }
  .medusa-c51fk0.medusa-gf43mi .medusa-0dc5ji {
    width: 100%;
  }
  .medusa-c51fk0.medusa-gf43mi .medusa-0dc5ji:not(:last-child) {
    margin-right: 0;
  }
  .medusa-bop17h {
    width: 100%;
    text-align: center;
  }
  .medusa-m023qp.medusa-z3ttoc .medusa-c51fk0 {
    margin-top: 1rem;
  }
  .medusa-jqm7j2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .medusa-w43lsr,
  .medusa-2gq0s0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-kwk4cd,
  .medusa-6kxfpl,
  .medusa-pabq04 {
    grid-template-columns: 1fr;
  }
  .medusa-lo77vi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .medusa-qf9p0e {
    min-width: 300px;
    max-width: 325px;
  }
  .medusa-ahwydu {
    cursor: auto;
  }
  .medusa-9nylwj .medusa-ahwydu {
    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;
  }
  .medusa-7lxxl2 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .medusa-evfoj7 {
    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) {
  .medusa-7lxxl2 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.medusa-zb2483 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .medusa-uvwv69 {
    margin: 0 -0.2rem;
  }
  .medusa-zb2483 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medusa-jkbttt {
    -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;
  }
  .medusa-rdnkrp {
    max-width: 100%;
  }
  .medusa-jqm7j2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-w43lsr,
  .medusa-2gq0s0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .medusa-pkxu37 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medusa-uvwv69 {
    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;
  }
  .medusa-3cvch9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medusa-ewfuvl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .medusa-l70zww,
  .medusa-eo6tx0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .medusa-2fkyer {
    width: 100%;
  }
  .medusa-jqm7j2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .medusa-7lxxl2 {
    top: 127px !important;
  }
}

.medusa-eki59u {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .medusa-eki59u {
  }
}

@media (max-width: 767px) {
  .medusa-eki59u {
    margin-bottom: 12px;
  }
}

.medusa-eki59u img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.medusa-om0i29 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.medusa-om0i29 > .medusa-6dwc15 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .medusa-om0i29 {
    flex-direction: column;
    gap: 12px;
  }
}

.medusa-vv0kuk {
  display: flex;
}

.medusa-vv0kuk .medusa-ffe1fh {
  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;
}

.medusa-vv0kuk .medusa-ghdm5i {
  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;
}

.medusa-vv0kuk .medusa-hdjs9e {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.medusa-vv0kuk .medusa-r35lz2 {
  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));
  }
}

.medusa-vv0kuk .medusa-r35lz2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.medusa-vv0kuk .medusa-f1zae1 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.medusa-vl3e6j {
  border: unset;
  background-color: unset;
}

.medusa-vl3e6j tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.medusa-vl3e6j .medusa-opgg92,
.medusa-vl3e6j .medusa-73eimm {
  flex: 0 1 330px;
}

.medusa-vl3e6j .medusa-bsokxj {
  flex: 1 1;
}

.medusa-vl3e6j tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.medusa-vl3e6j tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.medusa-vl3e6j tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.medusa-vl3e6j tr td p {
  color: #fff;
  margin: 0;
}

.medusa-vl3e6j tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.medusa-vl3e6j tr.medusa-opgg92 td p {
  padding: 16px 0;
}

.medusa-vl3e6j tr.medusa-opgg92 td p:not(:last-child),
.medusa-vl3e6j tr.medusa-73eimm td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.medusa-vl3e6j tr.medusa-opgg92 td p:first-child,
.medusa-vl3e6j tr.medusa-73eimm td p:first-child {
  padding-top: 0;
}

.medusa-vl3e6j tr.medusa-73eimm td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.medusa-vl3e6j tr.medusa-73eimm td p:last-child {
  padding-bottom: 0;
}

.medusa-vl3e6j .medusa-73eimm img {
  max-width: 32px;
}

.medusa-vl3e6j .medusa-bsokxj {
  min-width: 718px;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.medusa-vl3e6j .medusa-bsokxj td {
  display: flex;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu,
.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-k6p5xt,
.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-swcf8i {
  flex: 1 1 50%;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-c0imtw {
  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;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-isqcmb,
.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-uni750 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu,
.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-k6p5xt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu span,
.medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-k6p5xt span {
  font-weight: 800;
}

.medusa-vl3e6j .medusa-bsokxj img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .medusa-vl3e6j tr.medusa-opgg92 td p:last-child {
    padding-bottom: 0;
  }
  .medusa-vl3e6j .medusa-73eimm > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .medusa-vl3e6j .medusa-73eimm > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .medusa-vl3e6j tr.medusa-opgg92 td p:not(:last-child),
  .medusa-vl3e6j tr.medusa-73eimm td p:not(:last-child) {
    border-bottom: unset;
  }
  .medusa-vl3e6j tr.medusa-73eimm td p:last-child {
    padding-bottom: 12px;
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu,
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-k6p5xt,
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-swcf8i {
    flex: 1 1 50%;
    padding: 0;
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu,
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-k6p5xt {
    margin-top: 16px;
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-swcf8i {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-cjcqiu {
    border-right: 1px solid var(--border-color);
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-swcf8i:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .medusa-vl3e6j .medusa-bsokxj td:last-child .medusa-swcf8i:last-child {
    padding-bottom: 0;
  }
}

.medusa-swcf8i {
  display: flex;
  flex-direction: column;
}

.medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i:not(:first-child) {
    padding-left: 0;
  }
  .medusa-vl3e6j .medusa-bsokxj td .medusa-swcf8i:not(:last-of-type) {
    border-right: unset;
  }
}

.medusa-vl3e6j .medusa-kkrhuk {
  flex: 0 1 485px;
}

.medusa-vl3e6j .medusa-g5uie1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.medusa-vl3e6j .medusa-g5uie1 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-vl3e6j .medusa-g5uie1 li.medusa-r30g10 {
  padding: 6px 12px;
}

.medusa-vl3e6j .medusa-g5uie1 li a,
.medusa-vl3e6j .medusa-g5uie1 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;
}

.medusa-vl3e6j .medusa-gnah5j,
.medusa-vl3e6j .medusa-xh4l1c {
  flex: 1 1;
}

.medusa-vl3e6j .medusa-t8ta0s,
.medusa-vl3e6j .medusa-jw9bb6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.medusa-vl3e6j .medusa-t8ta0s li,
.medusa-vl3e6j .medusa-jw9bb6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.medusa-vl3e6j .medusa-xh4l1c img {
  max-width: 32px;
}

.medusa-vl3e6j .medusa-gnah5j img {
  max-width: 32px;
}

.medusa-vl3e6j .medusa-x9dsv3 {
  min-width: 280px;
}

.medusa-vl3e6j .medusa-x9dsv3 img {
  max-width: 146px;
}

.medusa-vl3e6j .medusa-x9dsv3 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .medusa-vl3e6j .medusa-opgg92,
  .medusa-vl3e6j .medusa-73eimm {
    flex: 0 1 auto;
  }
  .medusa-vl3e6j .medusa-bsokxj {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .medusa-vl3e6j .medusa-opgg92,
  .medusa-vl3e6j .medusa-kkrhuk,
  .medusa-vl3e6j .medusa-73eimm,
  .medusa-vl3e6j .medusa-bsokxj {
    flex: 1 1 calc(50% - 20px);
  }
  .medusa-vl3e6j .medusa-gnah5j,
  .medusa-vl3e6j .medusa-x9dsv3,
  .medusa-vl3e6j .medusa-xh4l1c {
    flex: 1 1 30%;
  }
  .medusa-vl3e6j .medusa-x9dsv3 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .medusa-vl3e6j .medusa-opgg92,
  .medusa-vl3e6j .medusa-kkrhuk,
  .medusa-vl3e6j .medusa-gnah5j,
  .medusa-vl3e6j .medusa-73eimm,
  .medusa-vl3e6j .medusa-bsokxj,
  .medusa-vl3e6j .medusa-x9dsv3,
  .medusa-vl3e6j .medusa-xh4l1c {
    flex: 1 1 100%;
  }
}

.medusa-fs91f4 .medusa-bl7ptd {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.medusa-fs91f4 .medusa-gqc7x7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.medusa-fs91f4 .medusa-rkbh2q {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.medusa-fs91f4 .medusa-6rf9x7 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.medusa-fs91f4 .medusa-6rf9x7 > :nth-child(3) {
  margin-top: 0;
}

.medusa-fs91f4 .medusa-n9ca0c {
  grid-column: 2/3;
  grid-row: 1/10;
}

.medusa-fs91f4 .medusa-hnlrl7 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.medusa-fs91f4 .medusa-dck4rc {
  grid-column: 1/2;
}

.medusa-fs91f4 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.medusa-fs91f4 .medusa-gqc7x7: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;
}

.medusa-fs91f4 .medusa-gqc7x7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.medusa-fs91f4 .medusa-2fkyer {
  min-width: 240px;
}

@media (max-width: 768px) {
  .medusa-fs91f4 .medusa-gqc7x7:not(:last-child):before {
    bottom: 8px;
  }
  .medusa-fs91f4 .medusa-gqc7x7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .medusa-fs91f4 .medusa-6rf9x7 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .medusa-fs91f4 .medusa-n9ca0c {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .medusa-fs91f4 .medusa-n9ca0c img {
    width: 100%;
    height: auto;
  }
  .medusa-fs91f4 .medusa-2fkyer {
    width: 100%;
    min-width: unset;
  }
}

.medusa-xz03g0 .medusa-7bah04 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.medusa-xz03g0 .medusa-7oamnp {
  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;
}

.medusa-xz03g0 .medusa-n9ca0c {
  height: 100%;
}

.medusa-xz03g0 .medusa-n9ca0c img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.medusa-xz03g0 .medusa-8gpw9k {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.medusa-xz03g0 .medusa-t1oq9h {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.medusa-xz03g0 .medusa-yegj3g {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .medusa-xz03g0 .medusa-7oamnp {
    flex: 1 1 100%;
  }
  .medusa-xz03g0 .medusa-0tb7ep {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .medusa-xz03g0 .medusa-7oamnp {
    flex-direction: column;
  }
  .medusa-xz03g0 .medusa-n9ca0c {
    width: 100%;
    height: auto;
  }
  .medusa-xz03g0 .medusa-n9ca0c img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .medusa-xz03g0 .medusa-8gpw9k {
    padding: 0 16px 16px 16px;
  }
  .medusa-xz03g0 .medusa-0tb7ep {
    min-width: unset;
    width: 100%;
  }
}

.medusa-xintks .medusa-bfudv2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.medusa-xintks .medusa-9n8pyx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.medusa-xintks 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;
}

.medusa-xintks .medusa-aedt4a {
  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;
}

.medusa-xintks .medusa-9n8pyx:hover .medusa-aedt4a {
  display: flex;
}

.medusa-xintks .medusa-iq1fki {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-xintks .medusa-w691oh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.medusa-qsel2m {
  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;
}

.medusa-qsel2m.medusa-itc4gg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.medusa-55x0m6 ease-in-out;
}

.medusa-qsel2m.medusa-itc4gg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.medusa-xintks .medusa-x1thjz {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.medusa-55x0m6 ease-in-out;
}

.medusa-xintks .medusa-x1thjz:hover {
  color: #196948;
  background-color: #f9cb16;
}

.medusa-xintks .medusa-x1thjz:after,
.medusa-qsel2m.medusa-itc4gg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.medusa-qsel2m.medusa-itc4gg:after {
  background-image: url(../images/Cash.svg);
}

.medusa-xintks .medusa-x1thjz:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .medusa-xintks .medusa-bfudv2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .medusa-xintks .medusa-bfudv2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .medusa-xintks .medusa-bfudv2 {
    grid-template-columns: 1fr;
  }
  .medusa-xintks .medusa-9n8pyx {
    height: auto;
  }
  .medusa-xintks .medusa-9n8pyx .medusa-aedt4a {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .medusa-xintks .medusa-iq1fki,
  .medusa-xintks .medusa-w691oh {
    text-align: left;
  }
  .medusa-xintks .medusa-w691oh {
    margin-bottom: 8px;
  }
  .medusa-xintks img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.medusa-hww62m {
  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;
}

.medusa-hww62m.medusa-5rycoj {
  display: block;
}

.medusa-hww62m .medusa-i141n3 {
  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;
}

.medusa-hww62m .medusa-m33qwi {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.medusa-hww62m .medusa-qt9uw9 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.medusa-hww62m .medusa-2j6uxn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.medusa-hww62m .medusa-qsel2m {
  min-width: 296px;
  margin-bottom: 0;
}

.medusa-hww62m .medusa-0z5p4h {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.medusa-hww62m .medusa-cttpxb {
  position: relative;
  flex: 1 1;
}

.medusa-hww62m .medusa-cttpxb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .medusa-hww62m .medusa-m33qwi {
    flex-wrap: wrap;
    gap: 8px;
  }
  .medusa-hww62m .medusa-qt9uw9 {
    order: 1;
  }
  .medusa-hww62m .medusa-2j6uxn {
    order: 3;
    flex: 1 1 100%;
  }
  .medusa-hww62m .medusa-qsel2m {
    width: 100%;
    min-width: unset;
  }
  .medusa-hww62m .medusa-0z5p4h {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .medusa-kfshct > .medusa-xgekpl {
    margin-bottom: 0;
  }
  .medusa-kfshct > .medusa-dck4rc,
  .medusa-kfshct > p {
    margin-top: 0;
  }
}

.medusa-5wsvgt img,
.medusa-zb2483 img {
  width: auto;
  object-fit: contain;
}

.medusa-5wsvgt {
  align-items: center;
}

.medusa-5wsvgt img {
  max-height: 76px;
}

.medusa-zb2483 img {
  max-height: 64px;
}

.medusa-segy39 {
  overflow: auto;
}

.medusa-ly3bif {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.medusa-zsdllb:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.medusa-t6msoc {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.medusa-4aa0cl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.medusa-t6msoc .medusa-n9ca0c {
  margin-right: 20px;
  flex-shrink: 0;
}

.medusa-t6msoc img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.medusa-urpwsl {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.medusa-urpwsl > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-t6msoc {
    padding: 15px 10px;
  }
  .medusa-urpwsl {
    padding: 15px 10px;
  }
  .medusa-t6msoc .medusa-n9ca0c {
    margin-right: 10px;
  }
}

.medusa-z3yu84 {
  overflow-x: auto;
}

.medusa-cx5kf9 {
  border-collapse: collapse;
  width: 100%;
}

.medusa-z3yu84 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.medusa-z3yu84 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.medusa-z3yu84 td.medusa-yu3alw {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.medusa-z3yu84 td.medusa-l0kiqs {
  border-right: none;
}

.medusa-z3yu84 td.medusa-l0kiqs .medusa-n9ca0c {
  justify-content: flex-start;
}

.medusa-z3yu84 td.medusa-l0kiqs .medusa-n9ca0c img {
  height: auto;
  width: 90px;
}

.medusa-z3yu84 td.medusa-jq1who,
.medusa-z3yu84 td.medusa-0yb96i {
  font-weight: 600;
  text-align: right;
}

.medusa-z3yu84 td.medusa-jr6srq,
.medusa-z3yu84 td.medusa-jq1who {
  padding-bottom: 10px;
  border-bottom: none;
}

.medusa-z3yu84 td.medusa-jq1who,
.medusa-z3yu84 td.medusa-0yb96i {
  border-left: none;
}

.medusa-z3yu84 td.medusa-jr6srq,
.medusa-z3yu84 td.medusa-b5rm11 {
  border-right: none;
}

.medusa-z3yu84 td.medusa-b5rm11,
.medusa-z3yu84 td.medusa-0yb96i {
  border-top: none;
  padding-top: 10px;
}

.medusa-1iomw3 {
  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;
}

.medusa-1iomw3 .medusa-0tb7ep {
  min-width: unset;
  width: 100%;
}

.medusa-1iomw3 .medusa-0tb7ep.medusa-dmr4i3 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.medusa-1iomw3 .medusa-0tb7ep.medusa-eciho3 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.medusa-1iomw3 .medusa-lbssog {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-1iomw3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .medusa-1iomw3 .medusa-0tb7ep.medusa-dmr4i3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .medusa-1iomw3 .medusa-0tb7ep.medusa-eciho3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .medusa-1iomw3 .medusa-lbssog {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.medusa-rv9bu8 {
  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;
}

.medusa-lqx7as {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.medusa-0a1arn p a img {
  margin: 0 auto;
  display: block;
}

.medusa-0a1arn table {
  margin-bottom: 17px;
}

/* contanct form */
.medusa-c0qwaf {
  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;
}

.medusa-c0qwaf label {
  font-size: 14px;
}

.medusa-c0qwaf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.medusa-c0qwaf input,
.medusa-c0qwaf textarea,
.medusa-c0qwaf 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;
}
.medusa-c0qwaf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.medusa-55x0m6 ease;
}
.medusa-c0qwaf button:hover {
  background-color: #691204;
}
.medusa-4i8buq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.medusa-1233qv ease-in;
}

.medusa-4i8buq 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;
}
.medusa-cu0iee, .medusa-88xn48, [class*="review-card"],
thead, thead th, table th, .medusa-dxrlnd,
.medusa-haps2h, [class*="collapsible-header"],
.medusa-f93c45, [class*="updated-block"] {
  color: #ece7dc !important;
}
