@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-95o2w4 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-cv123l {
  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-845u6p,
ul.magius-845u6p {
  padding-left: 20px;
}

ul.magius-845u6p {
  list-style: disc;
}

ol.magius-845u6p {
  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-cp0mka > .magius-41tour,
.magius-cp0mka > .magius-csbws0,
.magius-cp0mka > blockquote,
.magius-cp0mka > h1,
.magius-cp0mka > h2,
.magius-cp0mka > h3,
.magius-cp0mka > h4,
.magius-cp0mka > h5,
.magius-cp0mka > h6,
.magius-cp0mka > ol,
.magius-cp0mka > p,
.magius-cp0mka > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-cp0mka > ol,
.magius-cp0mka > ul {
  padding-left: 50px;
}

.magius-cp0mka 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-cp0mka:not(:last-child) {
  margin-bottom: 2rem;
}

.magius-cp0mka > :not(:first-child) {
  margin-top: 2rem;
}

.magius-cp0mka {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-cp0mka:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .magius-cp0mka:first-child {
    margin-top: 20px;
  }
}

.magius-cp0mka > p:last-of-type {
  margin-bottom: 32px;
}

.magius-cp0mka > .magius-3vfksw:not(:first-child) {
  margin: 64px auto 16px auto;
}

.magius-61s46z > .magius-3vfksw {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-csbws0 {
  overflow: auto;
}

.magius-csbws0::-webkit-scrollbar {
  height: 5px;
}

.magius-csbws0 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.magius-csbws0 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.magius-csbws0 table thead,
table thead {
  border-bottom: none;
}

.magius-csbws0 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.magius-csbws0 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.magius-csbws0 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.magius-csbws0 .magius-tahhae {
  table-layout: auto;
}

.magius-csbws0 .magius-tahhae th {
  word-break: normal;
}

.magius-csbws0 .magius-tahhae td {
  word-break: normal;
}

.magius-95o2w4 .magius-95o2w4 {
  padding-right: 0;
  padding-left: 0;
}

.magius-duuf5n {
  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-ravpzr {
  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-3evkr9 {
  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-41tour {
  margin-top: 24px;
}

.magius-41tour.magius-vrvup1 {
  text-align: left;
}

.magius-41tour.magius-efslq0 {
  text-align: right;
}

.magius-41tour.magius-phgs9y {
  text-align: center;
}

.magius-oj5ys3 {
  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-1aq694 ease-in-out;
  cursor: pointer;
}

.magius-oj5ys3:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.magius-oj5ys3 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .magius-oj5ys3 {
    min-width: unset;
  }
}

.magius-zmpdhz {
  background-color: var(--fh-bg-color);
}

.magius-twhpmt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.magius-zy8vsy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.magius-zy8vsy img {
  max-height: 80px;
  object-fit: contain;
}

.magius-02qoo0 {
  flex: 1 1;
}

.magius-n8x285 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.magius-bxnnvx {
  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-bxnnvx 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-bxnnvx.magius-zppw10 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.magius-bxnnvx.magius-zppw10 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.magius-bxnnvx.magius-zppw10 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.magius-02qoo0 + .magius-n8x285 {
  margin-left: 20px;
}

.magius-ngkfmp {
  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-ngkfmp > svg {
  max-width: 24px;
  max-height: 24px;
}

.magius-ngkfmp + .magius-ngkfmp {
  margin-left: 5px;
}

.magius-9f9e5o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.magius-9f9e5o:hover {
  background-color: var(--button-bg-hover);
}

.magius-u28yza {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.magius-1aq694 ease-in-out;
  border: 1px solid var(--border-color);
}

.magius-u28yza:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.magius-7c304r {
  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-02qoo0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .magius-7c304r {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .magius-02qoo0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .magius-ngkfmp {
    min-width: unset;
    flex: 1 1;
  }
}

.magius-2zoq44 {
  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-2zoq44:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.magius-2zoq44:hover .magius-ag8i51 {
  opacity: 1;
  pointer-events: auto;
}

.magius-i7hipj {
  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-gekzwz ease-in-out;
  gap: 4px;
}

.magius-i7hipj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-i7hipj .magius-duuf5n img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-4n4uj3,
.magius-i7hipj:hover {
  color: var(--button-bg-hover);
}

.magius-94klyk {
  position: relative;
}

.magius-94klyk .magius-i7hipj {
  margin-right: 0;
  padding-right: 4px;
}

.magius-rkvrny svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-94klyk.magius-zppw10 .magius-rkvrny svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.magius-94klyk.magius-zppw10 .magius-ag8i51 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.magius-94klyk.magius-zppw10 .magius-ag8i51::before {
  display: none;
}

.magius-rkvrny svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.magius-ag8i51 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.magius-he84t3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.magius-ag8i51::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.magius-ag8i51:hover {
  color: var(--fh-bg-color);
}

.magius-iiar48 {
  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-he84t3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.magius-gekzwz ease-in-out;
  -o-transition: 0.magius-gekzwz ease-in-out;
  transition: 0.magius-gekzwz ease-in-out;
}

.magius-iiar48 .magius-duuf5n img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-4nmx0b,
.magius-iiar48:hover {
  color: var(--button-bg-hover);
}

.magius-63jsiz {
  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-63jsiz.magius-cdzvcn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.magius-63jsiz.magius-cdzvcn:after,
.magius-63jsiz.magius-cdzvcn:before {
  content: "";
  position: absolute;
  margin: auto;
}

.magius-63jsiz.magius-cdzvcn: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-63jsiz.magius-cdzvcn:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.magius-63jsiz.magius-cdzvcn > * {
  z-index: 1;
}

.magius-63jsiz b,
.magius-63jsiz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.magius-63jsiz .magius-3u9nct {
  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-63jsiz .magius-8teg87 {
  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-63jsiz .magius-duuf5n {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.magius-63jsiz .magius-1ts7ak {
  margin-top: 12px;
}

.magius-1ts7ak {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.magius-w4074g {
  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-1ts7ak .magius-m997wt {
  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-1aq694 ease-in-out;
}

.magius-1ts7ak .magius-m997wt:hover {
  background: rgba(255, 255, 255, 0.3);
}

.magius-6ru98u {
  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-63jsiz.magius-5y7ldp {
  gap: 12px;
  padding: 16px;
}

.magius-63jsiz.magius-5y7ldp .magius-6ru98u {
  min-width: 240px;
}

.magius-63jsiz.magius-5y7ldp .magius-6ru98u.magius-smfvrf {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .magius-63jsiz .magius-3u9nct {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .magius-63jsiz .magius-8teg87 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .magius-63jsiz .magius-duuf5n {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .magius-63jsiz.magius-5y7ldp .magius-duuf5n {
    max-width: 126px;
  }
  .magius-63jsiz .magius-1ts7ak {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .magius-63jsiz .magius-w4074g {
    max-width: unset;
  }
  .magius-6ru98u {
    min-width: unset;
    width: 100%;
  }
  .magius-63jsiz .magius-6ru98u {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .magius-63jsiz.magius-5y7ldp {
    grid-template-rows: auto 1fr auto;
  }
  .magius-63jsiz.magius-5y7ldp .magius-6ru98u {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .magius-63jsiz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .magius-63jsiz .magius-3u9nct {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .magius-63jsiz .magius-duuf5n {
    max-width: 78px;
  }
  .magius-63jsiz .magius-1ts7ak {
    margin-top: -12px;
  }
  .magius-63jsiz.magius-5y7ldp {
    gap: 8px;
  }
  .magius-63jsiz.magius-5y7ldp .magius-3u9nct {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .magius-63jsiz.magius-5y7ldp .magius-8teg87 {
    grid-column: 1/3;
  }
  .magius-63jsiz.magius-5y7ldp .magius-duuf5n {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .magius-63jsiz.magius-5y7ldp .magius-duuf5n img {
    max-width: 114px;
  }
}

.magius-6ru98u.magius-9ua08w,
.magius-6ru98u.magius-bu3eaz,
.magius-6ru98u.magius-17o6pt {
  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-1aq694 ease-in-out;
}

.magius-6ru98u.magius-9ua08w,
.magius-6ru98u.magius-17o6pt {
  padding: 10px;
}

.magius-6ru98u.magius-9ua08w:hover,
.magius-6ru98u.magius-bu3eaz:hover,
.magius-6ru98u.magius-17o6pt:hover {
  background: var(--button-bg-hover);
}

.magius-6ru98u.magius-9ua08w:hover svg path,
.magius-6ru98u.magius-17o6pt:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.magius-6ru98u.magius-smfvrf {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.magius-1aq694 ease-in-out;
  background: var(--button-bg-color);
}

.magius-6ru98u.magius-smfvrf:hover {
  background-color: var(--button-bg-hover);
}

.magius-6ru98u.magius-bu3eaz: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-6ru98u.magius-bu3eaz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-6ru98u.magius-smfvrf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-h5pt6e {
  max-width: 650px;
}

.magius-q7z9lj {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.magius-wn2cno {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.magius-ekxuyn {
  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-gekzwz ease-in-out;
  cursor: pointer;
}

.magius-ekxuyn:hover {
  opacity: 0.5;
}

.magius-ekxuyn:focus {
  outline: 0;
}

.magius-ekxuyn:focus .magius-72x7rx,
.magius-ekxuyn:hover .magius-72x7rx {
  fill: red;
  fill-opacity: 1;
}

.magius-ekxuyn:hover {
  cursor: pointer;
}

.magius-w5g1eq {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.magius-h5pt6e.magius-phgs9y {
  margin: 0 auto;
}

.magius-h5pt6e.magius-efslq0 {
  margin-left: auto;
}

.magius-pmlwjd {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.magius-pu90ul {
  padding-bottom: 50px;
}

.magius-xtqjkz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.magius-de6a7u {
  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-zuuvpo {
  margin-top: 24px;
}

.magius-wdek8z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magius-mq6vit {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.magius-tlswgt {
  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-t5j8d5 {
  width: 468px;
}

.magius-tlswgt .magius-ag8i51 {
  margin: 0.magius-bb2sl4 0;
}

.magius-5sykuo {
  display: flex;
  min-width: 224px;
}

.magius-ypwdmg {
  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-gekzwz ease-in-out;
}

.magius-57p33u,
.magius-ypwdmg:hover {
  color: var(--text-color);
}

.magius-zq4clg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.magius-eiklht {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .magius-pmlwjd {
    padding: 16px;
  }
  .magius-zq4clg {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .magius-eiklht {
    align-items: center;
  }
  .magius-t5j8d5 {
    width: unset;
  }
  .magius-5sykuo {
    min-width: unset;
  }
  .magius-tlswgt {
    max-height: unset;
  }
  .magius-xtqjkz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .magius-pmlwjd {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.magius-8t33fm {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.magius-8t33fm:not(:last-child) {
  margin-bottom: 16px;
}

.magius-lptwek {
  outline: 0;
}

.magius-lptwek .magius-q5ipb8 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.magius-gpidlx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .magius-gpidlx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.magius-gpidlx::-webkit-details-marker {
  display: none;
}

.magius-gpidlx: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-gpidlx: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-gpidlx:after {
  transform: unset;
}

.magius-q5ipb8 {
  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-q5ipb8 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-gekzwz ease-in-out;
  -o-transition: 0.magius-gekzwz ease-in-out;
  transition: 0.magius-gekzwz ease-in-out;
}

.magius-hhypz6 {
  padding: 16px 0 0 0;
}

.magius-hhypz6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .magius-hhypz6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-gpidlx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .magius-gpidlx::after {
    margin-left: auto;
  }
  .magius-q5ipb8 {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-gpidlx {
    font-size: 14px;
    line-height: 130%;
  }
  .magius-q5ipb8 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.magius-ttmj2p {
  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-svwsii {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.magius-ttmj2p.magius-zppw10 .magius-svwsii {
  margin-bottom: 12px;
}

.magius-svwsii::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-ttmj2p.magius-zppw10 .magius-svwsii::after {
  transform: unset;
}

.magius-9c0m8j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.magius-n6bedm {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.magius-gekzwz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.magius-n6bedm: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-ttmj2p.magius-zppw10 .magius-9c0m8j {
  max-height: 100%;
}

.magius-d3uggg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.magius-qrz64m {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.magius-2fbe4o {
  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-pnrrby {
  margin-right: 4px;
}

.magius-1sv9r5 {
  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-gekzwz ease-in-out;
}

.magius-1sv9r5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.magius-chtbom,
.magius-1sv9r5:hover {
  color: var(--text-color);
}

.magius-4p3voj {
  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-4p3voj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.magius-4p3voj .magius-moyi52 {
  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-4p3voj .magius-8b8ey0 {
  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-uhdx4s {
  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-qpgyol {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-mwc5ww .magius-95o2w4 {
  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-mwc5ww {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.magius-isotuv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.magius-2lrvwy {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.magius-xuradg {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.magius-oenr82 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-xuradg:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.magius-x9u8my {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.magius-33hlry {
  -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-gekzwz ease-in-out;
  transition: transform 0.magius-gekzwz ease-in-out;
  -o-transition: transform 0.magius-gekzwz ease-in-out;
  transition:
    transform 0.magius-gekzwz ease-in-out,
    -webkit-transform 0.magius-gekzwz ease-in-out;
  cursor: pointer;
}

.magius-33hlry svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.magius-33hlry: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-2is4cv {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .magius-2is4cv {
    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-lr363b {
  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-j9y0k6 {
  position: relative;
  width: 100%;
}

.magius-lr363b.magius-l4r4pw {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.magius-lr363b.magius-phgs9y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.magius-lr363b.magius-efslq0 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.magius-xce5u6 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.magius-v76ox7 {
  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-gekzwz ease-in-out;
  cursor: pointer;
}

.magius-v76ox7:hover {
  opacity: 0.5;
}

.magius-lr363b.magius-a5n3d2 .magius-v76ox7 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.magius-lr363b.magius-a5n3d2 .magius-xce5u6 {
  cursor: pointer;
}

.magius-85zkv9 {
  fill: #0009;
}

.magius-gl0zap {
  fill: #fff;
}

.magius-v76ox7:hover .magius-85zkv9 {
  fill: red;
}

.magius-v76ox7 svg path {
  -webkit-transition: 0.magius-gekzwz ease-in-out;
  -o-transition: 0.magius-gekzwz ease-in-out;
  transition: 0.magius-gekzwz ease-in-out;
}

.magius-j8wm71 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.magius-j8wm71 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.magius-j8wm71.magius-1bww87 > :not(.get-image) {
  grid-column: 1/3;
}

.magius-m4agef:not(._h1-block) .magius-j8wm71 > .magius-3vfksw {
  grid-row: 1/2;
  grid-column: 1/3;
}

.magius-j8wm71.magius-1bww87 .magius-e3u4ar {
  grid-column: 2/3;
}

.magius-j8wm71.magius-1bww87 > .magius-duuf5n {
  grid-column: 1/2;
}

.magius-j8wm71.magius-1bww87 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.magius-j8wm71 > p:first-of-type {
  margin-top: 0;
}

.magius-j8wm71 .magius-duuf5n {
  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-m4agef:not(._h1-block) .magius-3vfksw ~ .magius-duuf5n {
  grid-row: 2/10;
}

.magius-m4agef.magius-g4d0k0 .magius-3vfksw ~ .magius-duuf5n {
  grid-row: 1/10;
}

.magius-m4agef.magius-g4d0k0 > .magius-3vfksw {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.magius-m4agef.magius-g4d0k0 .magius-duuf5n {
  grid-row: 1/10;
}

.magius-j8wm71.magius-7ynmg6 .magius-duuf5n {
  align-items: flex-start;
}

.magius-j8wm71.magius-phgs9y .magius-e3u4ar {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.magius-j8wm71.magius-phgs9y .magius-duuf5n {
  align-items: center;
}

.magius-j8wm71.magius-0m3wdl .magius-duuf5n {
  align-items: flex-end;
}

.magius-e3u4ar > :first-child {
  margin-top: 0;
}

.magius-e3u4ar > :last-child {
  margin-bottom: 0;
}

* + .magius-g3fa0t,
.magius-m4agef + .magius-m4agef {
  margin-top: 2rem;
}

.magius-apq4o6 td::before,
.magius-apq4o6 th::after {
  display: none !important;
}

.magius-apq4o6 #link-selector {
  color: #000;
}

.magius-apq4o6 .magius-xm8y7u {
  color: #135e96;
}

.magius-apq4o6 .magius-w2fkx8 *,
.magius-apq4o6 .magius-8jgt2r p,
.magius-apq4o6 .magius-5xm4u3 * {
  color: #000;
}

.magius-apq4o6 .magius-ztosyf {
  background: 0 0 !important;
}

.magius-apq4o6 .magius-hksip9 {
  color: #000;
}

.magius-apq4o6 .magius-v02svj.magius-s5wzjv {
  color: #fff;
}

.magius-apq4o6 .magius-4syzha {
  color: #000;
}

.magius-apq4o6
  .magius-s6zu9v
  .magius-nq59s5.magius-s5wzjv.magius-adbtxq {
  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-maa2tc,
body .magius-l9b2x8 {
  color: #000;
  background: var(--color-body) !important;
}

.magius-maa2tc .magius-ybf4na .magius-929pqu,
body .magius-l9b2x8 .magius-ybf4na .magius-929pqu {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-n6bedm:focus,
  .magius-n6bedm:hover {
    color: #f9cb16;
  }
  .magius-2zll09:focus,
  .magius-2zll09:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-w21kfv:focus img,
  .magius-w21kfv:focus svg,
  .magius-w21kfv:hover img,
  .magius-w21kfv:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .magius-4p3voj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .magius-94klyk:hover .magius-rkvrny svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .magius-rkvrny {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .magius-3uzsra {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .magius-rjp91l {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-n1akp5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .magius-21rrpx .magius-yqor8i {
    grid-template-columns: 1fr;
  }
  .magius-21rrpx .magius-mcni9j {
    -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-21rrpx .magius-ooyikk {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-21rrpx .magius-osb1lz {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-21rrpx .magius-x7kllb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .magius-21rrpx .magius-ooyikk:not(:first-child) {
    border: none;
  }
  .magius-21rrpx .magius-ooyikk:first-child .magius-osb1lz {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .magius-21rrpx .magius-ooyikk:last-child .magius-osb1lz {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .magius-twhpmt {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .magius-zy8vsy {
    max-width: 100px;
  }
  .magius-02qoo0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .magius-n8x285 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .magius-n8x285 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .magius-bxnnvx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .magius-02qoo0 + .magius-n8x285 {
    margin-left: auto;
  }
  .magius-nh4vy5 {
    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-nh4vy5.magius-zppw10 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .magius-7c304r {
    -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-2zoq44 {
    width: 100%;
  }
  .magius-2zoq44:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .magius-i7hipj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .magius-i7hipj svg {
    margin-right: 4px;
  }
  .magius-94klyk {
    -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-rkvrny svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .magius-rkvrny {
    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-ag8i51 {
    display: none;
    width: 100%;
  }
  .magius-94klyk.magius-zppw10 .magius-ag8i51 {
    padding: 0 0 0 48px;
  }
  .magius-iiar48 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .magius-de6a7u .magius-duuf5n {
    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-gg0l4u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-gg0l4u + .magius-gg0l4u {
    margin-right: 0;
  }
  .magius-gg0l4u + .magius-duuf5n {
    margin: 0;
  }
  .magius-3uzsra {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-rjp91l {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-99mbon,
  .magius-xa6svl {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-j8wm71 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .magius-j8wm71.magius-1bww87 .magius-e3u4ar {
    grid-column: auto;
    grid-row: auto;
  }
  .magius-j8wm71 > .magius-3vfksw {
    grid-column: 1/2;
  }
  .magius-j8wm71.magius-1bww87 > :not(.get-image) {
    grid-column: 1/2;
  }
  .magius-j8wm71 .magius-duuf5n,
  .magius-j8wm71.magius-1bww87 > .magius-duuf5n {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-j8wm71.magius-1bww87 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .magius-m4agef.magius-g4d0k0 .magius-j8wm71 > .magius-duuf5n {
    grid-row: 1/2;
  }
  .magius-j8wm71 .magius-3vfksw ~ .magius-duuf5n,
  .magius-j8wm71.magius-1bww87 .magius-3vfksw ~ .magius-duuf5n {
    grid-row: 2/3;
  }
  .magius-m4agef.magius-g4d0k0 .magius-3vfksw ~ .magius-duuf5n {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .magius-cp0mka:first-child .magius-j4xggg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-cp0mka:first-child .magius-j4xggg h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .magius-cp0mka {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .magius-cp0mka {
    padding: 0;
  }
  .magius-41tour {
    margin-top: 1rem;
  }
  .magius-lptwek {
    border-radius: 5px;
  }
  .magius-fu84bw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-svwsii::after {
    display: inline-block;
  }
  .magius-svwsii {
    margin: 0;
    width: 100%;
  }
  .magius-9c0m8j {
    width: 100%;
  }
  .magius-9c0m8j.magius-wmip8p {
    -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-9c0m8j.magius-wmip8p .magius-gqlstz {
    width: 100%;
  }
  .magius-9c0m8j.magius-wmip8p .magius-gqlstz:not(:last-child) {
    margin-right: 0;
  }
  .magius-n6bedm {
    width: 100%;
    text-align: center;
  }
  .magius-ttmj2p.magius-zppw10 .magius-9c0m8j {
    margin-top: 1rem;
  }
  .magius-3uzsra {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-n1akp5,
  .magius-rjp91l {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-99mbon,
  .magius-xa6svl,
  .magius-saeqex {
    grid-template-columns: 1fr;
  }
  .magius-ckpu8y {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .magius-yrgxzo {
    min-width: 300px;
    max-width: 325px;
  }
  .magius-osb1lz {
    cursor: auto;
  }
  .magius-izu1m2 .magius-osb1lz {
    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-2is4cv {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .magius-ag8i51 {
    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-2is4cv {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.magius-gg0l4u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .magius-n8x285 {
    margin: 0 -0.2rem;
  }
  .magius-gg0l4u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .magius-joz3q4 {
    -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-s8hkzd {
    max-width: 100%;
  }
  .magius-3uzsra {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-n1akp5,
  .magius-rjp91l {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .magius-twhpmt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-n8x285 {
    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-zmpdhz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-ngkfmp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-c90e1x,
  .magius-hhmcpn {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .magius-oj5ys3 {
    width: 100%;
  }
  .magius-3uzsra {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .magius-2is4cv {
    top: 127px !important;
  }
}

.magius-7xb4o8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .magius-7xb4o8 {
  }
}

@media (max-width: 767px) {
  .magius-7xb4o8 {
    margin-bottom: 12px;
  }
}

.magius-7xb4o8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.magius-tc93vy {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.magius-tc93vy > .magius-tmnk6o {
  flex: 1 1;
}

@media (max-width: 767px) {
  .magius-tc93vy {
    flex-direction: column;
    gap: 12px;
  }
}

.magius-7zxgt0 {
  display: flex;
}

.magius-7zxgt0 .magius-54ig9w {
  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-7zxgt0 .magius-lv4799 {
  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-7zxgt0 .magius-y3fd0w {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.magius-7zxgt0 .magius-g3k3dl {
  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-7zxgt0 .magius-g3k3dl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.magius-7zxgt0 .magius-uv11w7 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.magius-8pxk53 {
  border: unset;
  background-color: unset;
}

.magius-8pxk53 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.magius-8pxk53 .magius-gbmi22,
.magius-8pxk53 .magius-6ul5c8 {
  flex: 0 1 330px;
}

.magius-8pxk53 .magius-cha4ck {
  flex: 1 1;
}

.magius-8pxk53 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-8pxk53 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.magius-8pxk53 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.magius-8pxk53 tr td p {
  color: #fff;
  margin: 0;
}

.magius-8pxk53 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.magius-8pxk53 tr.magius-gbmi22 td p {
  padding: 16px 0;
}

.magius-8pxk53 tr.magius-gbmi22 td p:not(:last-child),
.magius-8pxk53 tr.magius-6ul5c8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.magius-8pxk53 tr.magius-gbmi22 td p:first-child,
.magius-8pxk53 tr.magius-6ul5c8 td p:first-child {
  padding-top: 0;
}

.magius-8pxk53 tr.magius-6ul5c8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-8pxk53 tr.magius-6ul5c8 td p:last-child {
  padding-bottom: 0;
}

.magius-8pxk53 .magius-6ul5c8 img {
  max-width: 32px;
}

.magius-8pxk53 .magius-cha4ck {
  min-width: 718px;
}

.magius-8pxk53 .magius-cha4ck td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.magius-8pxk53 .magius-cha4ck td {
  display: flex;
}

.magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2,
.magius-8pxk53 .magius-cha4ck td:last-child .magius-rwtu8k,
.magius-8pxk53 .magius-cha4ck td:last-child .magius-hd9fdm {
  flex: 1 1 50%;
}

.magius-8pxk53 .magius-cha4ck td:last-child .magius-2fsqb1 {
  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-8pxk53 .magius-cha4ck td:last-child .magius-cid27d,
.magius-8pxk53 .magius-cha4ck td:last-child .magius-kb0uap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2,
.magius-8pxk53 .magius-cha4ck td:last-child .magius-rwtu8k {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2 span,
.magius-8pxk53 .magius-cha4ck td:last-child .magius-rwtu8k span {
  font-weight: 800;
}

.magius-8pxk53 .magius-cha4ck img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .magius-8pxk53 .magius-cha4ck td .magius-hd9fdm:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .magius-8pxk53 tr.magius-gbmi22 td p:last-child {
    padding-bottom: 0;
  }
  .magius-8pxk53 .magius-6ul5c8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .magius-8pxk53 .magius-6ul5c8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .magius-8pxk53 tr.magius-gbmi22 td p:not(:last-child),
  .magius-8pxk53 tr.magius-6ul5c8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .magius-8pxk53 tr.magius-6ul5c8 td p:last-child {
    padding-bottom: 12px;
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2,
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-rwtu8k,
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-hd9fdm {
    flex: 1 1 50%;
    padding: 0;
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2,
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-rwtu8k {
    margin-top: 16px;
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-hd9fdm {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-l425f2 {
    border-right: 1px solid var(--border-color);
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-hd9fdm:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .magius-8pxk53 .magius-cha4ck td:last-child .magius-hd9fdm:last-child {
    padding-bottom: 0;
  }
}

.magius-hd9fdm {
  display: flex;
  flex-direction: column;
}

.magius-8pxk53 .magius-cha4ck td .magius-hd9fdm {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.magius-8pxk53 .magius-cha4ck td .magius-hd9fdm:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.magius-8pxk53 .magius-cha4ck td .magius-hd9fdm:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .magius-8pxk53 .magius-cha4ck td .magius-hd9fdm:not(:first-child) {
    padding-left: 0;
  }
  .magius-8pxk53 .magius-cha4ck td .magius-hd9fdm:not(:last-of-type) {
    border-right: unset;
  }
}

.magius-8pxk53 .magius-b0qdxt {
  flex: 0 1 485px;
}

.magius-8pxk53 .magius-7xwsnt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.magius-8pxk53 .magius-7xwsnt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-8pxk53 .magius-7xwsnt li.magius-dbdzrn {
  padding: 6px 12px;
}

.magius-8pxk53 .magius-7xwsnt li a,
.magius-8pxk53 .magius-7xwsnt 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-8pxk53 .magius-0rrxvn,
.magius-8pxk53 .magius-9i9n0k {
  flex: 1 1;
}

.magius-8pxk53 .magius-ucapju,
.magius-8pxk53 .magius-j2a76b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.magius-8pxk53 .magius-ucapju li,
.magius-8pxk53 .magius-j2a76b li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-8pxk53 .magius-9i9n0k img {
  max-width: 32px;
}

.magius-8pxk53 .magius-0rrxvn img {
  max-width: 32px;
}

.magius-8pxk53 .magius-moe820 {
  min-width: 280px;
}

.magius-8pxk53 .magius-moe820 img {
  max-width: 146px;
}

.magius-8pxk53 .magius-moe820 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .magius-8pxk53 .magius-gbmi22,
  .magius-8pxk53 .magius-6ul5c8 {
    flex: 0 1 auto;
  }
  .magius-8pxk53 .magius-cha4ck {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .magius-8pxk53 .magius-gbmi22,
  .magius-8pxk53 .magius-b0qdxt,
  .magius-8pxk53 .magius-6ul5c8,
  .magius-8pxk53 .magius-cha4ck {
    flex: 1 1 calc(50% - 20px);
  }
  .magius-8pxk53 .magius-0rrxvn,
  .magius-8pxk53 .magius-moe820,
  .magius-8pxk53 .magius-9i9n0k {
    flex: 1 1 30%;
  }
  .magius-8pxk53 .magius-moe820 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .magius-8pxk53 .magius-gbmi22,
  .magius-8pxk53 .magius-b0qdxt,
  .magius-8pxk53 .magius-0rrxvn,
  .magius-8pxk53 .magius-6ul5c8,
  .magius-8pxk53 .magius-cha4ck,
  .magius-8pxk53 .magius-moe820,
  .magius-8pxk53 .magius-9i9n0k {
    flex: 1 1 100%;
  }
}

.magius-1znehx .magius-13dnw6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.magius-1znehx .magius-dojgfx {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.magius-1znehx .magius-bt5rid {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.magius-1znehx .magius-ao6hnt {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.magius-1znehx .magius-ao6hnt > :nth-child(3) {
  margin-top: 0;
}

.magius-1znehx .magius-duuf5n {
  grid-column: 2/3;
  grid-row: 1/10;
}

.magius-1znehx .magius-d9rbep {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.magius-1znehx .magius-41tour {
  grid-column: 1/2;
}

.magius-1znehx > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.magius-1znehx .magius-dojgfx: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-1znehx .magius-dojgfx:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.magius-1znehx .magius-oj5ys3 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .magius-1znehx .magius-dojgfx:not(:last-child):before {
    bottom: 8px;
  }
  .magius-1znehx .magius-dojgfx:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .magius-1znehx .magius-ao6hnt {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .magius-1znehx .magius-duuf5n {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .magius-1znehx .magius-duuf5n img {
    width: 100%;
    height: auto;
  }
  .magius-1znehx .magius-oj5ys3 {
    width: 100%;
    min-width: unset;
  }
}

.magius-2f5tly .magius-cs1joa {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.magius-2f5tly .magius-xecc88 {
  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-2f5tly .magius-duuf5n {
  height: 100%;
}

.magius-2f5tly .magius-duuf5n img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.magius-2f5tly .magius-n0pf5q {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.magius-2f5tly .magius-y6072w {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.magius-2f5tly .magius-3azqsg {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .magius-2f5tly .magius-xecc88 {
    flex: 1 1 100%;
  }
  .magius-2f5tly .magius-6ru98u {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .magius-2f5tly .magius-xecc88 {
    flex-direction: column;
  }
  .magius-2f5tly .magius-duuf5n {
    width: 100%;
    height: auto;
  }
  .magius-2f5tly .magius-duuf5n img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .magius-2f5tly .magius-n0pf5q {
    padding: 0 16px 16px 16px;
  }
  .magius-2f5tly .magius-6ru98u {
    min-width: unset;
    width: 100%;
  }
}

.magius-qezq5z .magius-ofe0mo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.magius-qezq5z .magius-at9l2l {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.magius-qezq5z 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-qezq5z .magius-t08s8k {
  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-qezq5z .magius-at9l2l:hover .magius-t08s8k {
  display: flex;
}

.magius-qezq5z .magius-9pgd5w {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-qezq5z .magius-a7ghh5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.magius-vgoouc {
  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-vgoouc.magius-my2qqm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.magius-1aq694 ease-in-out;
}

.magius-vgoouc.magius-my2qqm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.magius-qezq5z .magius-e33cng {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.magius-1aq694 ease-in-out;
}

.magius-qezq5z .magius-e33cng:hover {
  color: #196948;
  background-color: #f9cb16;
}

.magius-qezq5z .magius-e33cng:after,
.magius-vgoouc.magius-my2qqm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.magius-vgoouc.magius-my2qqm:after {
  background-image: url(../images/Cash.svg);
}

.magius-qezq5z .magius-e33cng:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .magius-qezq5z .magius-ofe0mo {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .magius-qezq5z .magius-ofe0mo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .magius-qezq5z .magius-ofe0mo {
    grid-template-columns: 1fr;
  }
  .magius-qezq5z .magius-at9l2l {
    height: auto;
  }
  .magius-qezq5z .magius-at9l2l .magius-t08s8k {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .magius-qezq5z .magius-9pgd5w,
  .magius-qezq5z .magius-a7ghh5 {
    text-align: left;
  }
  .magius-qezq5z .magius-a7ghh5 {
    margin-bottom: 8px;
  }
  .magius-qezq5z img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.magius-blqvjr {
  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-blqvjr.magius-a5n3d2 {
  display: block;
}

.magius-blqvjr .magius-jhqe38 {
  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-blqvjr .magius-297c95 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.magius-blqvjr .magius-6amy0w {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.magius-blqvjr .magius-sldv2p {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.magius-blqvjr .magius-vgoouc {
  min-width: 296px;
  margin-bottom: 0;
}

.magius-blqvjr .magius-rlad57 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.magius-blqvjr .magius-smesj8 {
  position: relative;
  flex: 1 1;
}

.magius-blqvjr .magius-smesj8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .magius-blqvjr .magius-297c95 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .magius-blqvjr .magius-6amy0w {
    order: 1;
  }
  .magius-blqvjr .magius-sldv2p {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-blqvjr .magius-vgoouc {
    width: 100%;
    min-width: unset;
  }
  .magius-blqvjr .magius-rlad57 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .magius-j8wm71 > .magius-3vfksw {
    margin-bottom: 0;
  }
  .magius-j8wm71 > .magius-41tour,
  .magius-j8wm71 > p {
    margin-top: 0;
  }
}

.magius-h2i17i img,
.magius-gg0l4u img {
  width: auto;
  object-fit: contain;
}

.magius-h2i17i {
  align-items: center;
}

.magius-h2i17i img {
  max-height: 76px;
}

.magius-gg0l4u img {
  max-height: 64px;
}

.magius-h9j0sp {
  overflow: auto;
}

.magius-qk5uns {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.magius-ybsd0w:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.magius-9b0mwv {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.magius-rotyl5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magius-9b0mwv .magius-duuf5n {
  margin-right: 20px;
  flex-shrink: 0;
}

.magius-9b0mwv img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.magius-f4d53k {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.magius-f4d53k > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-9b0mwv {
    padding: 15px 10px;
  }
  .magius-f4d53k {
    padding: 15px 10px;
  }
  .magius-9b0mwv .magius-duuf5n {
    margin-right: 10px;
  }
}

.magius-zeycpb {
  overflow-x: auto;
}

.magius-j2vsgd {
  border-collapse: collapse;
  width: 100%;
}

.magius-zeycpb th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.magius-zeycpb td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.magius-zeycpb td.magius-8crahc {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.magius-zeycpb td.magius-oshml5 {
  border-right: none;
}

.magius-zeycpb td.magius-oshml5 .magius-duuf5n {
  justify-content: flex-start;
}

.magius-zeycpb td.magius-oshml5 .magius-duuf5n img {
  height: auto;
  width: 90px;
}

.magius-zeycpb td.magius-dl3qir,
.magius-zeycpb td.magius-kreqd1 {
  font-weight: 600;
  text-align: right;
}

.magius-zeycpb td.magius-in96hh,
.magius-zeycpb td.magius-dl3qir {
  padding-bottom: 10px;
  border-bottom: none;
}

.magius-zeycpb td.magius-dl3qir,
.magius-zeycpb td.magius-kreqd1 {
  border-left: none;
}

.magius-zeycpb td.magius-in96hh,
.magius-zeycpb td.magius-fcpy81 {
  border-right: none;
}

.magius-zeycpb td.magius-fcpy81,
.magius-zeycpb td.magius-kreqd1 {
  border-top: none;
  padding-top: 10px;
}

.magius-comu7r {
  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-comu7r .magius-6ru98u {
  min-width: unset;
  width: 100%;
}

.magius-comu7r .magius-6ru98u.magius-9ua08w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.magius-comu7r .magius-6ru98u.magius-17o6pt {
  grid-column: 2/3;
  grid-row: 1/2;
}

.magius-comu7r .magius-k999i8 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-comu7r {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .magius-comu7r .magius-6ru98u.magius-9ua08w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-comu7r .magius-6ru98u.magius-17o6pt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .magius-comu7r .magius-k999i8 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.magius-r77txk {
  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-d7402o {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.magius-61s46z p a img {
  margin: 0 auto;
  display: block;
}

.magius-61s46z table {
  margin-bottom: 17px;
}

/* contanct form */
.magius-a89uf1 {
  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-a89uf1 label {
  font-size: 14px;
}

.magius-a89uf1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.magius-a89uf1 input,
.magius-a89uf1 textarea,
.magius-a89uf1 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-a89uf1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.magius-1aq694 ease;
}
.magius-a89uf1 button:hover {
  background-color: #691204;
}
.magius-he9pka {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.magius-4pal2q ease-in;
}

.magius-he9pka 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-j6co9s, .magius-scolmy, [class*="review-card"],
thead, thead th, table th, .magius-h4faae,
.magius-4m53d7, [class*="collapsible-header"],
.magius-c2ia54, [class*="updated-block"] {
  color: #ece7dc !important;
}

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

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
