@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);
}

.magius-3uamdc {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-06qdk3 {
  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.magius-wz4wcy,
ul.magius-wz4wcy {
  padding-left: 20px;
}

ul.magius-wz4wcy {
  list-style: disc;
}

ol.magius-wz4wcy {
  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;
  }
}

.magius-6bcz3f > .magius-tsccbg,
.magius-6bcz3f > .magius-25ayn2,
.magius-6bcz3f > blockquote,
.magius-6bcz3f > h1,
.magius-6bcz3f > h2,
.magius-6bcz3f > h3,
.magius-6bcz3f > h4,
.magius-6bcz3f > h5,
.magius-6bcz3f > h6,
.magius-6bcz3f > ol,
.magius-6bcz3f > p,
.magius-6bcz3f > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-6bcz3f > ol,
.magius-6bcz3f > ul {
  padding-left: 50px;
}

.magius-6bcz3f 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;
}

.magius-6bcz3f:not(:last-child) {
  margin-bottom: 2rem;
}

.magius-6bcz3f > :not(:first-child) {
  margin-top: 2rem;
}

.magius-6bcz3f {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-6bcz3f:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .magius-6bcz3f:first-child {
    margin-top: 20px;
  }
}

.magius-6bcz3f > p:last-of-type {
  margin-bottom: 32px;
}

.magius-6bcz3f > .magius-vip82b:not(:first-child) {
  margin: 64px auto 16px auto;
}

.magius-zx8h9e > .magius-vip82b {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-25ayn2 {
  overflow: auto;
}

.magius-25ayn2::-webkit-scrollbar {
  height: 5px;
}

.magius-25ayn2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.magius-25ayn2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.magius-25ayn2 table thead,
table thead {
  border-bottom: none;
}

.magius-25ayn2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.magius-25ayn2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.magius-25ayn2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.magius-25ayn2 .magius-hn9sx7 {
  table-layout: auto;
}

.magius-25ayn2 .magius-hn9sx7 th {
  word-break: normal;
}

.magius-25ayn2 .magius-hn9sx7 td {
  word-break: normal;
}

.magius-3uamdc .magius-3uamdc {
  padding-right: 0;
  padding-left: 0;
}

.magius-eyezmy {
  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;
}

.magius-tofyxe {
  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;
}

.magius-apzpt2 {
  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;
}

.magius-tsccbg {
  margin-top: 24px;
}

.magius-tsccbg.magius-cyjrx5 {
  text-align: left;
}

.magius-tsccbg.magius-u6gfnq {
  text-align: right;
}

.magius-tsccbg.magius-4m2vuq {
  text-align: center;
}

.magius-5ffgzz {
  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.magius-u3u5ed ease-in-out;
  cursor: pointer;
}

.magius-5ffgzz:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.magius-5ffgzz {
  min-width: 328px;
}

@media (max-width: 768px) {
  .magius-5ffgzz {
    min-width: unset;
  }
}

.magius-fzjzy1 {
  background-color: var(--fh-bg-color);
}

.magius-rkpshh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.magius-9fvzm8 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.magius-9fvzm8 img {
  max-height: 80px;
  object-fit: contain;
}

.magius-nu7e5m {
  flex: 1 1;
}

.magius-nxyrbv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.magius-j6y9du {
  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;
}

.magius-j6y9du 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;
}

.magius-j6y9du.magius-q8w7ic span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.magius-j6y9du.magius-q8w7ic span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.magius-j6y9du.magius-q8w7ic span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.magius-nu7e5m + .magius-nxyrbv {
  margin-left: 20px;
}

.magius-m07szp {
  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;
}

.magius-m07szp > svg {
  max-width: 24px;
  max-height: 24px;
}

.magius-m07szp + .magius-m07szp {
  margin-left: 5px;
}

.magius-txhfyt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.magius-txhfyt:hover {
  background-color: var(--button-bg-hover);
}

.magius-2x6uai {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.magius-u3u5ed ease-in-out;
  border: 1px solid var(--border-color);
}

.magius-2x6uai:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.magius-yt47z1 {
  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) {
  .magius-nu7e5m {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .magius-yt47z1 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .magius-nu7e5m {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .magius-m07szp {
    min-width: unset;
    flex: 1 1;
  }
}

.magius-p0uxop {
  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;
}

.magius-p0uxop:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.magius-p0uxop:hover .magius-ewpkn8 {
  opacity: 1;
  pointer-events: auto;
}

.magius-uwoidz {
  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.magius-fwlooy ease-in-out;
  gap: 4px;
}

.magius-uwoidz > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-uwoidz .magius-eyezmy img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-kq6ow9,
.magius-uwoidz:hover {
  color: var(--button-bg-hover);
}

.magius-o4snq9 {
  position: relative;
}

.magius-o4snq9 .magius-uwoidz {
  margin-right: 0;
  padding-right: 4px;
}

.magius-eqs1e4 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-o4snq9.magius-q8w7ic .magius-eqs1e4 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.magius-o4snq9.magius-q8w7ic .magius-ewpkn8 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.magius-o4snq9.magius-q8w7ic .magius-ewpkn8::before {
  display: none;
}

.magius-eqs1e4 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.magius-ewpkn8 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.magius-xb5y9r 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.magius-ewpkn8::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.magius-ewpkn8:hover {
  color: var(--fh-bg-color);
}

.magius-og4jvb {
  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.magius-xb5y9r 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.magius-fwlooy ease-in-out;
  -o-transition: 0.magius-fwlooy ease-in-out;
  transition: 0.magius-fwlooy ease-in-out;
}

.magius-og4jvb .magius-eyezmy img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-pcy7h6,
.magius-og4jvb:hover {
  color: var(--button-bg-hover);
}

.magius-fi1ubj {
  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%;
}

.magius-fi1ubj.magius-orqn2e {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.magius-fi1ubj.magius-orqn2e:after,
.magius-fi1ubj.magius-orqn2e:before {
  content: "";
  position: absolute;
  margin: auto;
}

.magius-fi1ubj.magius-orqn2e: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);
  }
}

.magius-fi1ubj.magius-orqn2e:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.magius-fi1ubj.magius-orqn2e > * {
  z-index: 1;
}

.magius-fi1ubj b,
.magius-fi1ubj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.magius-fi1ubj .magius-yxqqya {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.magius-fi1ubj .magius-rdf0na {
  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;
}

.magius-fi1ubj .magius-eyezmy {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.magius-fi1ubj .magius-sn7lij {
  margin-top: 12px;
}

.magius-sn7lij {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.magius-hgonyx {
  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;
}

.magius-sn7lij .magius-59fher {
  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.magius-u3u5ed ease-in-out;
}

.magius-sn7lij .magius-59fher:hover {
  background: rgba(255, 255, 255, 0.3);
}

.magius-avwz62 {
  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;
}

.magius-fi1ubj.magius-iitdh3 {
  gap: 12px;
  padding: 16px;
}

.magius-fi1ubj.magius-iitdh3 .magius-avwz62 {
  min-width: 240px;
}

.magius-fi1ubj.magius-iitdh3 .magius-avwz62.magius-bcjotx {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .magius-fi1ubj .magius-yxqqya {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .magius-fi1ubj .magius-rdf0na {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .magius-fi1ubj .magius-eyezmy {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-eyezmy {
    max-width: 126px;
  }
  .magius-fi1ubj .magius-sn7lij {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .magius-fi1ubj .magius-hgonyx {
    max-width: unset;
  }
  .magius-avwz62 {
    min-width: unset;
    width: 100%;
  }
  .magius-fi1ubj .magius-avwz62 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .magius-fi1ubj.magius-iitdh3 {
    grid-template-rows: auto 1fr auto;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-avwz62 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .magius-fi1ubj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .magius-fi1ubj .magius-yxqqya {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .magius-fi1ubj .magius-eyezmy {
    max-width: 78px;
  }
  .magius-fi1ubj .magius-sn7lij {
    margin-top: -12px;
  }
  .magius-fi1ubj.magius-iitdh3 {
    gap: 8px;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-yxqqya {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-rdf0na {
    grid-column: 1/3;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-eyezmy {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .magius-fi1ubj.magius-iitdh3 .magius-eyezmy img {
    max-width: 114px;
  }
}

.magius-avwz62.magius-lfhwyv,
.magius-avwz62.magius-5en01i,
.magius-avwz62.magius-egv0ut {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.magius-u3u5ed ease-in-out;
}

.magius-avwz62.magius-lfhwyv,
.magius-avwz62.magius-egv0ut {
  padding: 10px;
}

.magius-avwz62.magius-lfhwyv:hover,
.magius-avwz62.magius-5en01i:hover,
.magius-avwz62.magius-egv0ut:hover {
  background: var(--button-bg-hover);
}

.magius-avwz62.magius-lfhwyv:hover svg path,
.magius-avwz62.magius-egv0ut:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.magius-avwz62.magius-bcjotx {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.magius-u3u5ed ease-in-out;
  background: var(--button-bg-color);
}

.magius-avwz62.magius-bcjotx:hover {
  background-color: var(--button-bg-hover);
}

.magius-avwz62.magius-5en01i: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);
  }
}

.magius-avwz62.magius-5en01i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-avwz62.magius-bcjotx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-0l1lwg {
  max-width: 650px;
}

.magius-aejm21 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.magius-hc7gnw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.magius-u9nuki {
  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.magius-fwlooy ease-in-out;
  cursor: pointer;
}

.magius-u9nuki:hover {
  opacity: 0.5;
}

.magius-u9nuki:focus {
  outline: 0;
}

.magius-u9nuki:focus .magius-j3xk05,
.magius-u9nuki:hover .magius-j3xk05 {
  fill: red;
  fill-opacity: 1;
}

.magius-u9nuki:hover {
  cursor: pointer;
}

.magius-8nil8k {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.magius-0l1lwg.magius-4m2vuq {
  margin: 0 auto;
}

.magius-0l1lwg.magius-u6gfnq {
  margin-left: auto;
}

.magius-wh8j1k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.magius-bi5try {
  padding-bottom: 50px;
}

.magius-faeudx {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.magius-poj06g {
  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;
}

.magius-u58gnq {
  margin-top: 24px;
}

.magius-kgpao6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magius-a6zzvh {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.magius-do7ulz {
  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;
}

.magius-9nrm9b {
  width: 468px;
}

.magius-do7ulz .magius-ewpkn8 {
  margin: 0.magius-gqf9ak 0;
}

.magius-ae8ghe {
  display: flex;
  min-width: 224px;
}

.magius-yuixcl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.magius-fwlooy ease-in-out;
}

.magius-52e4zj,
.magius-yuixcl:hover {
  color: var(--text-color);
}

.magius-uyo6ue {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.magius-hy6ezo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .magius-wh8j1k {
    padding: 16px;
  }
  .magius-uyo6ue {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .magius-hy6ezo {
    align-items: center;
  }
  .magius-9nrm9b {
    width: unset;
  }
  .magius-ae8ghe {
    min-width: unset;
  }
  .magius-do7ulz {
    max-height: unset;
  }
  .magius-faeudx {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .magius-wh8j1k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.magius-m1t217 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.magius-m1t217:not(:last-child) {
  margin-bottom: 16px;
}

.magius-05bjsz {
  outline: 0;
}

.magius-05bjsz .magius-kznhf6 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.magius-ro2gnf {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .magius-ro2gnf {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.magius-ro2gnf::-webkit-details-marker {
  display: none;
}

.magius-ro2gnf: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;
}

.magius-ro2gnf: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] .magius-ro2gnf:after {
  transform: unset;
}

.magius-kznhf6 {
  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);
}

.magius-kznhf6 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.magius-fwlooy ease-in-out;
  -o-transition: 0.magius-fwlooy ease-in-out;
  transition: 0.magius-fwlooy ease-in-out;
}

.magius-221kwm {
  padding: 16px 0 0 0;
}

.magius-221kwm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .magius-221kwm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-ro2gnf {
    flex-wrap: wrap;
    gap: 12px;
  }
  .magius-ro2gnf::after {
    margin-left: auto;
  }
  .magius-kznhf6 {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-ro2gnf {
    font-size: 14px;
    line-height: 130%;
  }
  .magius-kznhf6 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.magius-xg49n6 {
  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;
}

.magius-laq880 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.magius-xg49n6.magius-q8w7ic .magius-laq880 {
  margin-bottom: 12px;
}

.magius-laq880::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;
}

.magius-xg49n6.magius-q8w7ic .magius-laq880::after {
  transform: unset;
}

.magius-wxupb2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.magius-5szvyn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.magius-fwlooy ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.magius-5szvyn: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;
}

.magius-xg49n6.magius-q8w7ic .magius-wxupb2 {
  max-height: 100%;
}

.magius-ac14bd {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.magius-5kvh2v {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.magius-zdx2ft {
  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;
}

.magius-vcj2em {
  margin-right: 4px;
}

.magius-ar1r8q {
  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.magius-fwlooy ease-in-out;
}

.magius-ar1r8q svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.magius-n83w08,
.magius-ar1r8q:hover {
  color: var(--text-color);
}

.magius-cu7ws1 {
  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;
}

.magius-cu7ws1 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.magius-cu7ws1 .magius-vvbgou {
  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;
}

.magius-cu7ws1 .magius-g3449m {
  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;
}

.magius-y2yqke {
  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;
}

.magius-c5kqdu {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-wnkp8b .magius-3uamdc {
  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;
}

.magius-wnkp8b {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.magius-pojhfn {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.magius-e28i0z {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.magius-5l6w2r {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.magius-0fk0e6 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;
}

.magius-5l6w2r:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.magius-ldq14m {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.magius-xobk4l {
  -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.magius-fwlooy ease-in-out;
  transition: transform 0.magius-fwlooy ease-in-out;
  -o-transition: transform 0.magius-fwlooy ease-in-out;
  transition:
    transform 0.magius-fwlooy ease-in-out,
    -webkit-transform 0.magius-fwlooy ease-in-out;
  cursor: pointer;
}

.magius-xobk4l svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.magius-xobk4l: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;
}

.magius-6s2u6y {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .magius-6s2u6y {
    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);
}

.magius-f61sug {
  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;
}

.magius-vmmk3x {
  position: relative;
  width: 100%;
}

.magius-f61sug.magius-i729xk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.magius-f61sug.magius-4m2vuq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.magius-f61sug.magius-u6gfnq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.magius-sn34p9 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.magius-sntsyb {
  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.magius-fwlooy ease-in-out;
  cursor: pointer;
}

.magius-sntsyb:hover {
  opacity: 0.5;
}

.magius-f61sug.magius-0lutr1 .magius-sntsyb {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.magius-f61sug.magius-0lutr1 .magius-sn34p9 {
  cursor: pointer;
}

.magius-rwngxp {
  fill: #0009;
}

.magius-7xbmuz {
  fill: #fff;
}

.magius-sntsyb:hover .magius-rwngxp {
  fill: red;
}

.magius-sntsyb svg path {
  -webkit-transition: 0.magius-fwlooy ease-in-out;
  -o-transition: 0.magius-fwlooy ease-in-out;
  transition: 0.magius-fwlooy ease-in-out;
}

.magius-9d0s6j {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.magius-9d0s6j > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.magius-9d0s6j.magius-uatltl > :not(.get-image) {
  grid-column: 1/3;
}

.magius-dw7mzh:not(._h1-block) .magius-9d0s6j > .magius-vip82b {
  grid-row: 1/2;
  grid-column: 1/3;
}

.magius-9d0s6j.magius-uatltl .magius-p12cqo {
  grid-column: 2/3;
}

.magius-9d0s6j.magius-uatltl > .magius-eyezmy {
  grid-column: 1/2;
}

.magius-9d0s6j.magius-uatltl > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.magius-9d0s6j > p:first-of-type {
  margin-top: 0;
}

.magius-9d0s6j .magius-eyezmy {
  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;
}

.magius-dw7mzh:not(._h1-block) .magius-vip82b ~ .magius-eyezmy {
  grid-row: 2/10;
}

.magius-dw7mzh.magius-8ehk87 .magius-vip82b ~ .magius-eyezmy {
  grid-row: 1/10;
}

.magius-dw7mzh.magius-8ehk87 > .magius-vip82b {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.magius-dw7mzh.magius-8ehk87 .magius-eyezmy {
  grid-row: 1/10;
}

.magius-9d0s6j.magius-rtmacv .magius-eyezmy {
  align-items: flex-start;
}

.magius-9d0s6j.magius-4m2vuq .magius-p12cqo {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.magius-9d0s6j.magius-4m2vuq .magius-eyezmy {
  align-items: center;
}

.magius-9d0s6j.magius-ukolxi .magius-eyezmy {
  align-items: flex-end;
}

.magius-p12cqo > :first-child {
  margin-top: 0;
}

.magius-p12cqo > :last-child {
  margin-bottom: 0;
}

* + .magius-peszq7,
.magius-dw7mzh + .magius-dw7mzh {
  margin-top: 2rem;
}

.magius-q3q9lf td::before,
.magius-q3q9lf th::after {
  display: none !important;
}

.magius-q3q9lf #link-selector {
  color: #000;
}

.magius-q3q9lf .magius-h2tv05 {
  color: #135e96;
}

.magius-q3q9lf .magius-yliffy *,
.magius-q3q9lf .magius-e0ei32 p,
.magius-q3q9lf .magius-aa2ci9 * {
  color: #000;
}

.magius-q3q9lf .magius-w3uip3 {
  background: 0 0 !important;
}

.magius-q3q9lf .magius-crwyv5 {
  color: #000;
}

.magius-q3q9lf .magius-asdvpb.magius-si2aec {
  color: #fff;
}

.magius-q3q9lf .magius-a92l1l {
  color: #000;
}

.magius-q3q9lf
  .magius-ng77mb
  .magius-iwu0vj.magius-si2aec.magius-pylffy {
  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;
}

.magius-2bugzw,
body .magius-mw1axb {
  color: #000;
  background: var(--color-body) !important;
}

.magius-2bugzw .magius-rlwbi1 .magius-lzyjfb,
body .magius-mw1axb .magius-rlwbi1 .magius-lzyjfb {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-5szvyn:focus,
  .magius-5szvyn:hover {
    color: #f9cb16;
  }
  .magius-onhcun:focus,
  .magius-onhcun:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-orddgd:focus img,
  .magius-orddgd:focus svg,
  .magius-orddgd:hover img,
  .magius-orddgd:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .magius-cu7ws1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .magius-o4snq9:hover .magius-eqs1e4 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .magius-eqs1e4 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .magius-8r7awi {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .magius-nexsku {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-pxl09r {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .magius-7jmd2j .magius-64j7af {
    grid-template-columns: 1fr;
  }
  .magius-7jmd2j .magius-ai0t8d {
    -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;
  }
  .magius-7jmd2j .magius-2stgnp {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-7jmd2j .magius-e8gi4e {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-7jmd2j .magius-l26pu9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .magius-7jmd2j .magius-2stgnp:not(:first-child) {
    border: none;
  }
  .magius-7jmd2j .magius-2stgnp:first-child .magius-e8gi4e {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .magius-7jmd2j .magius-2stgnp:last-child .magius-e8gi4e {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .magius-rkpshh {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .magius-9fvzm8 {
    max-width: 100px;
  }
  .magius-nu7e5m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .magius-nxyrbv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .magius-nxyrbv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .magius-j6y9du {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .magius-nu7e5m + .magius-nxyrbv {
    margin-left: auto;
  }
  .magius-3muaaq {
    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;
  }
  .magius-3muaaq.magius-q8w7ic {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .magius-yt47z1 {
    -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;
  }
  .magius-p0uxop {
    width: 100%;
  }
  .magius-p0uxop:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .magius-uwoidz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .magius-uwoidz svg {
    margin-right: 4px;
  }
  .magius-o4snq9 {
    -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;
  }
  .magius-eqs1e4 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .magius-eqs1e4 {
    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;
  }
  .magius-ewpkn8 {
    display: none;
    width: 100%;
  }
  .magius-o4snq9.magius-q8w7ic .magius-ewpkn8 {
    padding: 0 0 0 48px;
  }
  .magius-og4jvb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .magius-poj06g .magius-eyezmy {
    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;
  }
  .magius-w9glt8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-w9glt8 + .magius-w9glt8 {
    margin-right: 0;
  }
  .magius-w9glt8 + .magius-eyezmy {
    margin: 0;
  }
  .magius-8r7awi {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-nexsku {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-xvea86,
  .magius-seua1w {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-9d0s6j {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .magius-9d0s6j.magius-uatltl .magius-p12cqo {
    grid-column: auto;
    grid-row: auto;
  }
  .magius-9d0s6j > .magius-vip82b {
    grid-column: 1/2;
  }
  .magius-9d0s6j.magius-uatltl > :not(.get-image) {
    grid-column: 1/2;
  }
  .magius-9d0s6j .magius-eyezmy,
  .magius-9d0s6j.magius-uatltl > .magius-eyezmy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-9d0s6j.magius-uatltl > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .magius-dw7mzh.magius-8ehk87 .magius-9d0s6j > .magius-eyezmy {
    grid-row: 1/2;
  }
  .magius-9d0s6j .magius-vip82b ~ .magius-eyezmy,
  .magius-9d0s6j.magius-uatltl .magius-vip82b ~ .magius-eyezmy {
    grid-row: 2/3;
  }
  .magius-dw7mzh.magius-8ehk87 .magius-vip82b ~ .magius-eyezmy {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .magius-6bcz3f:first-child .magius-v1enq4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-6bcz3f:first-child .magius-v1enq4 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .magius-6bcz3f {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .magius-6bcz3f {
    padding: 0;
  }
  .magius-tsccbg {
    margin-top: 1rem;
  }
  .magius-05bjsz {
    border-radius: 5px;
  }
  .magius-hznxlb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-laq880::after {
    display: inline-block;
  }
  .magius-laq880 {
    margin: 0;
    width: 100%;
  }
  .magius-wxupb2 {
    width: 100%;
  }
  .magius-wxupb2.magius-06txpn {
    -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%;
  }
  .magius-wxupb2.magius-06txpn .magius-l51q86 {
    width: 100%;
  }
  .magius-wxupb2.magius-06txpn .magius-l51q86:not(:last-child) {
    margin-right: 0;
  }
  .magius-5szvyn {
    width: 100%;
    text-align: center;
  }
  .magius-xg49n6.magius-q8w7ic .magius-wxupb2 {
    margin-top: 1rem;
  }
  .magius-8r7awi {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-pxl09r,
  .magius-nexsku {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-xvea86,
  .magius-seua1w,
  .magius-8e21nr {
    grid-template-columns: 1fr;
  }
  .magius-3x4i11 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .magius-2c9ote {
    min-width: 300px;
    max-width: 325px;
  }
  .magius-e8gi4e {
    cursor: auto;
  }
  .magius-ii7bbc .magius-e8gi4e {
    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;
  }
  .magius-6s2u6y {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .magius-ewpkn8 {
    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) {
  .magius-6s2u6y {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.magius-w9glt8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .magius-nxyrbv {
    margin: 0 -0.2rem;
  }
  .magius-w9glt8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .magius-5ba1c9 {
    -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;
  }
  .magius-ql99o6 {
    max-width: 100%;
  }
  .magius-8r7awi {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-pxl09r,
  .magius-nexsku {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .magius-rkpshh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-nxyrbv {
    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;
  }
  .magius-fzjzy1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-m07szp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-2rpngm,
  .magius-wvza42 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .magius-5ffgzz {
    width: 100%;
  }
  .magius-8r7awi {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .magius-6s2u6y {
    top: 127px !important;
  }
}

.magius-o3qlgn {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .magius-o3qlgn {
  }
}

@media (max-width: 767px) {
  .magius-o3qlgn {
    margin-bottom: 12px;
  }
}

.magius-o3qlgn img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.magius-17s9jn {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.magius-17s9jn > .magius-oorayx {
  flex: 1 1;
}

@media (max-width: 767px) {
  .magius-17s9jn {
    flex-direction: column;
    gap: 12px;
  }
}

.magius-ni6ygv {
  display: flex;
}

.magius-ni6ygv .magius-p9ni49 {
  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;
}

.magius-ni6ygv .magius-mqujh4 {
  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;
}

.magius-ni6ygv .magius-e3akm8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.magius-ni6ygv .magius-d6bq95 {
  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));
  }
}

.magius-ni6ygv .magius-d6bq95:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.magius-ni6ygv .magius-6wpwkf {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.magius-axh32f {
  border: unset;
  background-color: unset;
}

.magius-axh32f tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.magius-axh32f .magius-27eqf8,
.magius-axh32f .magius-c7t6p7 {
  flex: 0 1 330px;
}

.magius-axh32f .magius-xttjut {
  flex: 1 1;
}

.magius-axh32f tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.magius-axh32f tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.magius-axh32f tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.magius-axh32f tr td p {
  color: #fff;
  margin: 0;
}

.magius-axh32f tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.magius-axh32f tr.magius-27eqf8 td p {
  padding: 16px 0;
}

.magius-axh32f tr.magius-27eqf8 td p:not(:last-child),
.magius-axh32f tr.magius-c7t6p7 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.magius-axh32f tr.magius-27eqf8 td p:first-child,
.magius-axh32f tr.magius-c7t6p7 td p:first-child {
  padding-top: 0;
}

.magius-axh32f tr.magius-c7t6p7 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-axh32f tr.magius-c7t6p7 td p:last-child {
  padding-bottom: 0;
}

.magius-axh32f .magius-c7t6p7 img {
  max-width: 32px;
}

.magius-axh32f .magius-xttjut {
  min-width: 718px;
}

.magius-axh32f .magius-xttjut td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.magius-axh32f .magius-xttjut td {
  display: flex;
}

.magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt,
.magius-axh32f .magius-xttjut td:last-child .magius-9m2f8g,
.magius-axh32f .magius-xttjut td:last-child .magius-27wtji {
  flex: 1 1 50%;
}

.magius-axh32f .magius-xttjut td:last-child .magius-7me6k3 {
  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;
}

.magius-axh32f .magius-xttjut td:last-child .magius-lclorp,
.magius-axh32f .magius-xttjut td:last-child .magius-z475la {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt,
.magius-axh32f .magius-xttjut td:last-child .magius-9m2f8g {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt span,
.magius-axh32f .magius-xttjut td:last-child .magius-9m2f8g span {
  font-weight: 800;
}

.magius-axh32f .magius-xttjut img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .magius-axh32f .magius-xttjut td .magius-27wtji:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .magius-axh32f tr.magius-27eqf8 td p:last-child {
    padding-bottom: 0;
  }
  .magius-axh32f .magius-c7t6p7 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .magius-axh32f .magius-c7t6p7 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .magius-axh32f tr.magius-27eqf8 td p:not(:last-child),
  .magius-axh32f tr.magius-c7t6p7 td p:not(:last-child) {
    border-bottom: unset;
  }
  .magius-axh32f tr.magius-c7t6p7 td p:last-child {
    padding-bottom: 12px;
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt,
  .magius-axh32f .magius-xttjut td:last-child .magius-9m2f8g,
  .magius-axh32f .magius-xttjut td:last-child .magius-27wtji {
    flex: 1 1 50%;
    padding: 0;
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt,
  .magius-axh32f .magius-xttjut td:last-child .magius-9m2f8g {
    margin-top: 16px;
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-27wtji {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-l3q0kt {
    border-right: 1px solid var(--border-color);
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-27wtji:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .magius-axh32f .magius-xttjut td:last-child .magius-27wtji:last-child {
    padding-bottom: 0;
  }
}

.magius-27wtji {
  display: flex;
  flex-direction: column;
}

.magius-axh32f .magius-xttjut td .magius-27wtji {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.magius-axh32f .magius-xttjut td .magius-27wtji:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.magius-axh32f .magius-xttjut td .magius-27wtji:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .magius-axh32f .magius-xttjut td .magius-27wtji:not(:first-child) {
    padding-left: 0;
  }
  .magius-axh32f .magius-xttjut td .magius-27wtji:not(:last-of-type) {
    border-right: unset;
  }
}

.magius-axh32f .magius-5sl3w5 {
  flex: 0 1 485px;
}

.magius-axh32f .magius-cmarpb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.magius-axh32f .magius-cmarpb li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-axh32f .magius-cmarpb li.magius-omdhm3 {
  padding: 6px 12px;
}

.magius-axh32f .magius-cmarpb li a,
.magius-axh32f .magius-cmarpb 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;
}

.magius-axh32f .magius-ccxkhv,
.magius-axh32f .magius-lheb0n {
  flex: 1 1;
}

.magius-axh32f .magius-5wghlt,
.magius-axh32f .magius-x9781z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.magius-axh32f .magius-5wghlt li,
.magius-axh32f .magius-x9781z li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-axh32f .magius-lheb0n img {
  max-width: 32px;
}

.magius-axh32f .magius-ccxkhv img {
  max-width: 32px;
}

.magius-axh32f .magius-hkosq2 {
  min-width: 280px;
}

.magius-axh32f .magius-hkosq2 img {
  max-width: 146px;
}

.magius-axh32f .magius-hkosq2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .magius-axh32f .magius-27eqf8,
  .magius-axh32f .magius-c7t6p7 {
    flex: 0 1 auto;
  }
  .magius-axh32f .magius-xttjut {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .magius-axh32f .magius-27eqf8,
  .magius-axh32f .magius-5sl3w5,
  .magius-axh32f .magius-c7t6p7,
  .magius-axh32f .magius-xttjut {
    flex: 1 1 calc(50% - 20px);
  }
  .magius-axh32f .magius-ccxkhv,
  .magius-axh32f .magius-hkosq2,
  .magius-axh32f .magius-lheb0n {
    flex: 1 1 30%;
  }
  .magius-axh32f .magius-hkosq2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .magius-axh32f .magius-27eqf8,
  .magius-axh32f .magius-5sl3w5,
  .magius-axh32f .magius-ccxkhv,
  .magius-axh32f .magius-c7t6p7,
  .magius-axh32f .magius-xttjut,
  .magius-axh32f .magius-hkosq2,
  .magius-axh32f .magius-lheb0n {
    flex: 1 1 100%;
  }
}

.magius-nl0kvc .magius-cjyzd0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.magius-nl0kvc .magius-d5yqc2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.magius-nl0kvc .magius-239xua {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.magius-nl0kvc .magius-a61n2w {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.magius-nl0kvc .magius-a61n2w > :nth-child(3) {
  margin-top: 0;
}

.magius-nl0kvc .magius-eyezmy {
  grid-column: 2/3;
  grid-row: 1/10;
}

.magius-nl0kvc .magius-0nrzeo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.magius-nl0kvc .magius-tsccbg {
  grid-column: 1/2;
}

.magius-nl0kvc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.magius-nl0kvc .magius-d5yqc2: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;
}

.magius-nl0kvc .magius-d5yqc2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.magius-nl0kvc .magius-5ffgzz {
  min-width: 240px;
}

@media (max-width: 768px) {
  .magius-nl0kvc .magius-d5yqc2:not(:last-child):before {
    bottom: 8px;
  }
  .magius-nl0kvc .magius-d5yqc2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .magius-nl0kvc .magius-a61n2w {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .magius-nl0kvc .magius-eyezmy {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .magius-nl0kvc .magius-eyezmy img {
    width: 100%;
    height: auto;
  }
  .magius-nl0kvc .magius-5ffgzz {
    width: 100%;
    min-width: unset;
  }
}

.magius-ybf4lc .magius-2ornfc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.magius-ybf4lc .magius-5iaizz {
  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;
}

.magius-ybf4lc .magius-eyezmy {
  height: 100%;
}

.magius-ybf4lc .magius-eyezmy img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.magius-ybf4lc .magius-f35072 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.magius-ybf4lc .magius-5tdl4r {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.magius-ybf4lc .magius-zfz0vh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .magius-ybf4lc .magius-5iaizz {
    flex: 1 1 100%;
  }
  .magius-ybf4lc .magius-avwz62 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .magius-ybf4lc .magius-5iaizz {
    flex-direction: column;
  }
  .magius-ybf4lc .magius-eyezmy {
    width: 100%;
    height: auto;
  }
  .magius-ybf4lc .magius-eyezmy img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .magius-ybf4lc .magius-f35072 {
    padding: 0 16px 16px 16px;
  }
  .magius-ybf4lc .magius-avwz62 {
    min-width: unset;
    width: 100%;
  }
}

.magius-vaihv6 .magius-u0z1vs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.magius-vaihv6 .magius-ytksl5 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.magius-vaihv6 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;
}

.magius-vaihv6 .magius-tq9omq {
  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;
}

.magius-vaihv6 .magius-ytksl5:hover .magius-tq9omq {
  display: flex;
}

.magius-vaihv6 .magius-6xql9l {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-vaihv6 .magius-ki8ut0 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.magius-gppv46 {
  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;
}

.magius-gppv46.magius-goggth {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.magius-u3u5ed ease-in-out;
}

.magius-gppv46.magius-goggth:hover {
  color: #f9cb16;
  background-color: transparent;
}

.magius-vaihv6 .magius-kcd9fq {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.magius-u3u5ed ease-in-out;
}

.magius-vaihv6 .magius-kcd9fq:hover {
  color: #196948;
  background-color: #f9cb16;
}

.magius-vaihv6 .magius-kcd9fq:after,
.magius-gppv46.magius-goggth:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.magius-gppv46.magius-goggth:after {
  background-image: url(../images/Cash.svg);
}

.magius-vaihv6 .magius-kcd9fq:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .magius-vaihv6 .magius-u0z1vs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .magius-vaihv6 .magius-u0z1vs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .magius-vaihv6 .magius-u0z1vs {
    grid-template-columns: 1fr;
  }
  .magius-vaihv6 .magius-ytksl5 {
    height: auto;
  }
  .magius-vaihv6 .magius-ytksl5 .magius-tq9omq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .magius-vaihv6 .magius-6xql9l,
  .magius-vaihv6 .magius-ki8ut0 {
    text-align: left;
  }
  .magius-vaihv6 .magius-ki8ut0 {
    margin-bottom: 8px;
  }
  .magius-vaihv6 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.magius-var593 {
  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;
}

.magius-var593.magius-0lutr1 {
  display: block;
}

.magius-var593 .magius-4tp4zf {
  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;
}

.magius-var593 .magius-99jlar {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.magius-var593 .magius-993txr {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.magius-var593 .magius-iv1v3d {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.magius-var593 .magius-gppv46 {
  min-width: 296px;
  margin-bottom: 0;
}

.magius-var593 .magius-urc61t {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.magius-var593 .magius-24qr8r {
  position: relative;
  flex: 1 1;
}

.magius-var593 .magius-24qr8r iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .magius-var593 .magius-99jlar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .magius-var593 .magius-993txr {
    order: 1;
  }
  .magius-var593 .magius-iv1v3d {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-var593 .magius-gppv46 {
    width: 100%;
    min-width: unset;
  }
  .magius-var593 .magius-urc61t {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .magius-9d0s6j > .magius-vip82b {
    margin-bottom: 0;
  }
  .magius-9d0s6j > .magius-tsccbg,
  .magius-9d0s6j > p {
    margin-top: 0;
  }
}

.magius-6d60hp img,
.magius-w9glt8 img {
  width: auto;
  object-fit: contain;
}

.magius-6d60hp {
  align-items: center;
}

.magius-6d60hp img {
  max-height: 76px;
}

.magius-w9glt8 img {
  max-height: 64px;
}

.magius-9d8p2n {
  overflow: auto;
}

.magius-d2otfl {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.magius-c84nlt:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.magius-rtzee1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.magius-mwisnz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magius-rtzee1 .magius-eyezmy {
  margin-right: 20px;
  flex-shrink: 0;
}

.magius-rtzee1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.magius-6139dz {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.magius-6139dz > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-rtzee1 {
    padding: 15px 10px;
  }
  .magius-6139dz {
    padding: 15px 10px;
  }
  .magius-rtzee1 .magius-eyezmy {
    margin-right: 10px;
  }
}

.magius-cqnadq {
  overflow-x: auto;
}

.magius-by49qt {
  border-collapse: collapse;
  width: 100%;
}

.magius-cqnadq th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.magius-cqnadq td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.magius-cqnadq td.magius-iprp6d {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.magius-cqnadq td.magius-52eo0s {
  border-right: none;
}

.magius-cqnadq td.magius-52eo0s .magius-eyezmy {
  justify-content: flex-start;
}

.magius-cqnadq td.magius-52eo0s .magius-eyezmy img {
  height: auto;
  width: 90px;
}

.magius-cqnadq td.magius-ko87aq,
.magius-cqnadq td.magius-w8crxe {
  font-weight: 600;
  text-align: right;
}

.magius-cqnadq td.magius-jytr6v,
.magius-cqnadq td.magius-ko87aq {
  padding-bottom: 10px;
  border-bottom: none;
}

.magius-cqnadq td.magius-ko87aq,
.magius-cqnadq td.magius-w8crxe {
  border-left: none;
}

.magius-cqnadq td.magius-jytr6v,
.magius-cqnadq td.magius-ube32e {
  border-right: none;
}

.magius-cqnadq td.magius-ube32e,
.magius-cqnadq td.magius-w8crxe {
  border-top: none;
  padding-top: 10px;
}

.magius-di5hv9 {
  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;
}

.magius-di5hv9 .magius-avwz62 {
  min-width: unset;
  width: 100%;
}

.magius-di5hv9 .magius-avwz62.magius-lfhwyv {
  grid-column: 1/2;
  grid-row: 1/2;
}

.magius-di5hv9 .magius-avwz62.magius-egv0ut {
  grid-column: 2/3;
  grid-row: 1/2;
}

.magius-di5hv9 .magius-nfs8lh {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-di5hv9 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .magius-di5hv9 .magius-avwz62.magius-lfhwyv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-di5hv9 .magius-avwz62.magius-egv0ut {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .magius-di5hv9 .magius-nfs8lh {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.magius-zyrdc3 {
  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;
}

.magius-vs2gr3 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.magius-zx8h9e p a img {
  margin: 0 auto;
  display: block;
}

.magius-zx8h9e table {
  margin-bottom: 17px;
}

/* contanct form */
.magius-f5b7km {
  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;
}

.magius-f5b7km label {
  font-size: 14px;
}

.magius-f5b7km h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.magius-f5b7km input,
.magius-f5b7km textarea,
.magius-f5b7km 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;
}
.magius-f5b7km button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.magius-u3u5ed ease;
}
.magius-f5b7km button:hover {
  background-color: #691204;
}
.magius-kg7f9w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.magius-qhwj1k ease-in;
}

.magius-kg7f9w 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;
}
.magius-8zzzff, .magius-nrmlxg, [class*="review-card"],
thead, thead th, table th, .magius-56pnv1,
.magius-2ehq5f, [class*="collapsible-header"],
.magius-o0vtqz, [class*="updated-block"] {
  color: #ece7dc !important;
}
