@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);
}

.chips-ilplu2 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.chips-8jx3tx {
  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.chips-vshx99,
ul.chips-vshx99 {
  padding-left: 20px;
}

ul.chips-vshx99 {
  list-style: disc;
}

ol.chips-vshx99 {
  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;
  }
}

.chips-4ovkkf > .chips-6wfcbh,
.chips-4ovkkf > .chips-6abpmj,
.chips-4ovkkf > blockquote,
.chips-4ovkkf > h1,
.chips-4ovkkf > h2,
.chips-4ovkkf > h3,
.chips-4ovkkf > h4,
.chips-4ovkkf > h5,
.chips-4ovkkf > h6,
.chips-4ovkkf > ol,
.chips-4ovkkf > p,
.chips-4ovkkf > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.chips-4ovkkf > ol,
.chips-4ovkkf > ul {
  padding-left: 50px;
}

.chips-4ovkkf 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;
}

.chips-4ovkkf:not(:last-child) {
  margin-bottom: 2rem;
}

.chips-4ovkkf > :not(:first-child) {
  margin-top: 2rem;
}

.chips-4ovkkf {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chips-4ovkkf:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .chips-4ovkkf:first-child {
    margin-top: 20px;
  }
}

.chips-4ovkkf > p:last-of-type {
  margin-bottom: 32px;
}

.chips-4ovkkf > .chips-stg7qk:not(:first-child) {
  margin: 64px auto 16px auto;
}

.chips-qeagfd > .chips-stg7qk {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.chips-6abpmj {
  overflow: auto;
}

.chips-6abpmj::-webkit-scrollbar {
  height: 5px;
}

.chips-6abpmj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.chips-6abpmj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.chips-6abpmj table thead,
table thead {
  border-bottom: none;
}

.chips-6abpmj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.chips-6abpmj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.chips-6abpmj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.chips-6abpmj .chips-y82z5n {
  table-layout: auto;
}

.chips-6abpmj .chips-y82z5n th {
  word-break: normal;
}

.chips-6abpmj .chips-y82z5n td {
  word-break: normal;
}

.chips-ilplu2 .chips-ilplu2 {
  padding-right: 0;
  padding-left: 0;
}

.chips-rbzhjj {
  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;
}

.chips-qxnco9 {
  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;
}

.chips-kb70zs {
  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;
}

.chips-6wfcbh {
  margin-top: 24px;
}

.chips-6wfcbh.chips-o7agw6 {
  text-align: left;
}

.chips-6wfcbh.chips-eqgw2g {
  text-align: right;
}

.chips-6wfcbh.chips-2tmet2 {
  text-align: center;
}

.chips-u97d4x {
  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.chips-zpv88n ease-in-out;
  cursor: pointer;
}

.chips-u97d4x:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.chips-u97d4x {
  min-width: 328px;
}

@media (max-width: 768px) {
  .chips-u97d4x {
    min-width: unset;
  }
}

.chips-3x3u2t {
  background-color: var(--fh-bg-color);
}

.chips-pvf3uv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.chips-wzrbvp {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.chips-wzrbvp img {
  max-height: 80px;
  object-fit: contain;
}

.chips-x0pdbi {
  flex: 1 1;
}

.chips-lx0iur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.chips-iv6z3v {
  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;
}

.chips-iv6z3v 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;
}

.chips-iv6z3v.chips-bf82ny span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.chips-iv6z3v.chips-bf82ny span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.chips-iv6z3v.chips-bf82ny span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.chips-x0pdbi + .chips-lx0iur {
  margin-left: 20px;
}

.chips-1v2be7 {
  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;
}

.chips-1v2be7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.chips-1v2be7 + .chips-1v2be7 {
  margin-left: 5px;
}

.chips-7yr6hs {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.chips-7yr6hs:hover {
  background-color: var(--button-bg-hover);
}

.chips-1arc0e {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.chips-zpv88n ease-in-out;
  border: 1px solid var(--border-color);
}

.chips-1arc0e:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.chips-uhqlv1 {
  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) {
  .chips-x0pdbi {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .chips-uhqlv1 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .chips-x0pdbi {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .chips-1v2be7 {
    min-width: unset;
    flex: 1 1;
  }
}

.chips-d6b639 {
  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;
}

.chips-d6b639:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.chips-d6b639:hover .chips-4o630y {
  opacity: 1;
  pointer-events: auto;
}

.chips-9s34bw {
  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.chips-0i08ht ease-in-out;
  gap: 4px;
}

.chips-9s34bw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.chips-9s34bw .chips-rbzhjj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.chips-fsuwdp,
.chips-9s34bw:hover {
  color: var(--button-bg-hover);
}

.chips-gxiw5n {
  position: relative;
}

.chips-gxiw5n .chips-9s34bw {
  margin-right: 0;
  padding-right: 4px;
}

.chips-rfdb9c svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.chips-gxiw5n.chips-bf82ny .chips-rfdb9c svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.chips-gxiw5n.chips-bf82ny .chips-4o630y {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.chips-gxiw5n.chips-bf82ny .chips-4o630y::before {
  display: none;
}

.chips-rfdb9c svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.chips-4o630y {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.chips-ugvsa1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.chips-4o630y::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.chips-4o630y:hover {
  color: var(--fh-bg-color);
}

.chips-df1x33 {
  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.chips-ugvsa1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.chips-0i08ht ease-in-out;
  -o-transition: 0.chips-0i08ht ease-in-out;
  transition: 0.chips-0i08ht ease-in-out;
}

.chips-df1x33 .chips-rbzhjj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.chips-tkn4vv,
.chips-df1x33:hover {
  color: var(--button-bg-hover);
}

.chips-g5l090 {
  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%;
}

.chips-g5l090.chips-1enhdc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.chips-g5l090.chips-1enhdc:after,
.chips-g5l090.chips-1enhdc:before {
  content: "";
  position: absolute;
  margin: auto;
}

.chips-g5l090.chips-1enhdc: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);
  }
}

.chips-g5l090.chips-1enhdc:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.chips-g5l090.chips-1enhdc > * {
  z-index: 1;
}

.chips-g5l090 b,
.chips-g5l090 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.chips-g5l090 .chips-gzynsq {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.chips-g5l090 .chips-ly95al {
  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;
}

.chips-g5l090 .chips-rbzhjj {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.chips-g5l090 .chips-87xlpt {
  margin-top: 12px;
}

.chips-87xlpt {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.chips-vu728h {
  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;
}

.chips-87xlpt .chips-juxjwi {
  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.chips-zpv88n ease-in-out;
}

.chips-87xlpt .chips-juxjwi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.chips-ppob5e {
  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;
}

.chips-g5l090.chips-lelnlq {
  gap: 12px;
  padding: 16px;
}

.chips-g5l090.chips-lelnlq .chips-ppob5e {
  min-width: 240px;
}

.chips-g5l090.chips-lelnlq .chips-ppob5e.chips-447u8j {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .chips-g5l090 .chips-gzynsq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .chips-g5l090 .chips-ly95al {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .chips-g5l090 .chips-rbzhjj {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .chips-g5l090.chips-lelnlq .chips-rbzhjj {
    max-width: 126px;
  }
  .chips-g5l090 .chips-87xlpt {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .chips-g5l090 .chips-vu728h {
    max-width: unset;
  }
  .chips-ppob5e {
    min-width: unset;
    width: 100%;
  }
  .chips-g5l090 .chips-ppob5e {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .chips-g5l090.chips-lelnlq {
    grid-template-rows: auto 1fr auto;
  }
  .chips-g5l090.chips-lelnlq .chips-ppob5e {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .chips-g5l090 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .chips-g5l090 .chips-gzynsq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .chips-g5l090 .chips-rbzhjj {
    max-width: 78px;
  }
  .chips-g5l090 .chips-87xlpt {
    margin-top: -12px;
  }
  .chips-g5l090.chips-lelnlq {
    gap: 8px;
  }
  .chips-g5l090.chips-lelnlq .chips-gzynsq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .chips-g5l090.chips-lelnlq .chips-ly95al {
    grid-column: 1/3;
  }
  .chips-g5l090.chips-lelnlq .chips-rbzhjj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .chips-g5l090.chips-lelnlq .chips-rbzhjj img {
    max-width: 114px;
  }
}

.chips-ppob5e.chips-w59de0,
.chips-ppob5e.chips-997gji,
.chips-ppob5e.chips-v87at0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.chips-zpv88n ease-in-out;
}

.chips-ppob5e.chips-w59de0,
.chips-ppob5e.chips-v87at0 {
  padding: 10px;
}

.chips-ppob5e.chips-w59de0:hover,
.chips-ppob5e.chips-997gji:hover,
.chips-ppob5e.chips-v87at0:hover {
  background: var(--button-bg-hover);
}

.chips-ppob5e.chips-w59de0:hover svg path,
.chips-ppob5e.chips-v87at0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.chips-ppob5e.chips-447u8j {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.chips-zpv88n ease-in-out;
  background: var(--button-bg-color);
}

.chips-ppob5e.chips-447u8j:hover {
  background-color: var(--button-bg-hover);
}

.chips-ppob5e.chips-997gji: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);
  }
}

.chips-ppob5e.chips-997gji:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.chips-ppob5e.chips-447u8j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.chips-1h0dxo {
  max-width: 650px;
}

.chips-essky0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.chips-mkge53 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chips-zg2ipj {
  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.chips-0i08ht ease-in-out;
  cursor: pointer;
}

.chips-zg2ipj:hover {
  opacity: 0.5;
}

.chips-zg2ipj:focus {
  outline: 0;
}

.chips-zg2ipj:focus .chips-dm4n2z,
.chips-zg2ipj:hover .chips-dm4n2z {
  fill: red;
  fill-opacity: 1;
}

.chips-zg2ipj:hover {
  cursor: pointer;
}

.chips-qj7phl {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.chips-1h0dxo.chips-2tmet2 {
  margin: 0 auto;
}

.chips-1h0dxo.chips-eqgw2g {
  margin-left: auto;
}

.chips-1mqn09 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.chips-zqdu66 {
  padding-bottom: 50px;
}

.chips-vi3m42 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.chips-x5dz53 {
  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;
}

.chips-iuvq0q {
  margin-top: 24px;
}

.chips-p7ppvx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chips-g92jlm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.chips-cvh3vq {
  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;
}

.chips-ce1zve {
  width: 468px;
}

.chips-cvh3vq .chips-4o630y {
  margin: 0.chips-xbk5wl 0;
}

.chips-t69ui7 {
  display: flex;
  min-width: 224px;
}

.chips-16sanw {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.chips-0i08ht ease-in-out;
}

.chips-jng3qt,
.chips-16sanw:hover {
  color: var(--text-color);
}

.chips-mghpnc {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.chips-20bmfq {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .chips-1mqn09 {
    padding: 16px;
  }
  .chips-mghpnc {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .chips-20bmfq {
    align-items: center;
  }
  .chips-ce1zve {
    width: unset;
  }
  .chips-t69ui7 {
    min-width: unset;
  }
  .chips-cvh3vq {
    max-height: unset;
  }
  .chips-vi3m42 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .chips-1mqn09 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.chips-3lrukc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.chips-3lrukc:not(:last-child) {
  margin-bottom: 16px;
}

.chips-55cf13 {
  outline: 0;
}

.chips-55cf13 .chips-b2t8xn {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.chips-k8z9ic {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .chips-k8z9ic {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.chips-k8z9ic::-webkit-details-marker {
  display: none;
}

.chips-k8z9ic: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;
}

.chips-k8z9ic: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] .chips-k8z9ic:after {
  transform: unset;
}

.chips-b2t8xn {
  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);
}

.chips-b2t8xn 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.chips-0i08ht ease-in-out;
  -o-transition: 0.chips-0i08ht ease-in-out;
  transition: 0.chips-0i08ht ease-in-out;
}

.chips-eehqmj {
  padding: 16px 0 0 0;
}

.chips-eehqmj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .chips-eehqmj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .chips-k8z9ic {
    flex-wrap: wrap;
    gap: 12px;
  }
  .chips-k8z9ic::after {
    margin-left: auto;
  }
  .chips-b2t8xn {
    order: 3;
    flex: 1 1 100%;
  }
  .chips-k8z9ic {
    font-size: 14px;
    line-height: 130%;
  }
  .chips-b2t8xn svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.chips-48gb51 {
  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;
}

.chips-idnbkf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.chips-48gb51.chips-bf82ny .chips-idnbkf {
  margin-bottom: 12px;
}

.chips-idnbkf::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;
}

.chips-48gb51.chips-bf82ny .chips-idnbkf::after {
  transform: unset;
}

.chips-3obi4b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.chips-l6s9sn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.chips-0i08ht ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.chips-l6s9sn: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;
}

.chips-48gb51.chips-bf82ny .chips-3obi4b {
  max-height: 100%;
}

.chips-gg4gbg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.chips-uw8y1t {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.chips-25w9dy {
  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;
}

.chips-b4ybem {
  margin-right: 4px;
}

.chips-nheeq4 {
  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.chips-0i08ht ease-in-out;
}

.chips-nheeq4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.chips-fo17kh,
.chips-nheeq4:hover {
  color: var(--text-color);
}

.chips-f7ojho {
  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;
}

.chips-f7ojho img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.chips-f7ojho .chips-tfcu20 {
  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;
}

.chips-f7ojho .chips-golegq {
  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;
}

.chips-q2gjzw {
  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;
}

.chips-mch9sl {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chips-t8utkk .chips-ilplu2 {
  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;
}

.chips-t8utkk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.chips-6uoq2c {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.chips-9z8xo2 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.chips-g51s51 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.chips-pa69xm 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;
}

.chips-g51s51:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.chips-x7hcjw {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.chips-yu3xwi {
  -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.chips-0i08ht ease-in-out;
  transition: transform 0.chips-0i08ht ease-in-out;
  -o-transition: transform 0.chips-0i08ht ease-in-out;
  transition:
    transform 0.chips-0i08ht ease-in-out,
    -webkit-transform 0.chips-0i08ht ease-in-out;
  cursor: pointer;
}

.chips-yu3xwi svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.chips-yu3xwi: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;
}

.chips-duovof {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .chips-duovof {
    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);
}

.chips-ce3g6e {
  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;
}

.chips-mv8jv9 {
  position: relative;
  width: 100%;
}

.chips-ce3g6e.chips-kpp2hk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chips-ce3g6e.chips-2tmet2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chips-ce3g6e.chips-eqgw2g {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chips-9g1mcc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.chips-m94qwc {
  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.chips-0i08ht ease-in-out;
  cursor: pointer;
}

.chips-m94qwc:hover {
  opacity: 0.5;
}

.chips-ce3g6e.chips-ffquac .chips-m94qwc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chips-ce3g6e.chips-ffquac .chips-9g1mcc {
  cursor: pointer;
}

.chips-1jtb6g {
  fill: #0009;
}

.chips-lbrngg {
  fill: #fff;
}

.chips-m94qwc:hover .chips-1jtb6g {
  fill: red;
}

.chips-m94qwc svg path {
  -webkit-transition: 0.chips-0i08ht ease-in-out;
  -o-transition: 0.chips-0i08ht ease-in-out;
  transition: 0.chips-0i08ht ease-in-out;
}

.chips-tqpbjf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.chips-tqpbjf > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.chips-tqpbjf.chips-eudure > :not(.get-image) {
  grid-column: 1/3;
}

.chips-4qfvfz:not(._h1-block) .chips-tqpbjf > .chips-stg7qk {
  grid-row: 1/2;
  grid-column: 1/3;
}

.chips-tqpbjf.chips-eudure .chips-uzsdgj {
  grid-column: 2/3;
}

.chips-tqpbjf.chips-eudure > .chips-rbzhjj {
  grid-column: 1/2;
}

.chips-tqpbjf.chips-eudure > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.chips-tqpbjf > p:first-of-type {
  margin-top: 0;
}

.chips-tqpbjf .chips-rbzhjj {
  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;
}

.chips-4qfvfz:not(._h1-block) .chips-stg7qk ~ .chips-rbzhjj {
  grid-row: 2/10;
}

.chips-4qfvfz.chips-32htn0 .chips-stg7qk ~ .chips-rbzhjj {
  grid-row: 1/10;
}

.chips-4qfvfz.chips-32htn0 > .chips-stg7qk {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.chips-4qfvfz.chips-32htn0 .chips-rbzhjj {
  grid-row: 1/10;
}

.chips-tqpbjf.chips-05rh6i .chips-rbzhjj {
  align-items: flex-start;
}

.chips-tqpbjf.chips-2tmet2 .chips-uzsdgj {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.chips-tqpbjf.chips-2tmet2 .chips-rbzhjj {
  align-items: center;
}

.chips-tqpbjf.chips-hto7u1 .chips-rbzhjj {
  align-items: flex-end;
}

.chips-uzsdgj > :first-child {
  margin-top: 0;
}

.chips-uzsdgj > :last-child {
  margin-bottom: 0;
}

* + .chips-p2j27o,
.chips-4qfvfz + .chips-4qfvfz {
  margin-top: 2rem;
}

.chips-mtcyah td::before,
.chips-mtcyah th::after {
  display: none !important;
}

.chips-mtcyah #link-selector {
  color: #000;
}

.chips-mtcyah .chips-kqd5hh {
  color: #135e96;
}

.chips-mtcyah .chips-nxt492 *,
.chips-mtcyah .chips-pwj70e p,
.chips-mtcyah .chips-7zlgf5 * {
  color: #000;
}

.chips-mtcyah .chips-xwidjk {
  background: 0 0 !important;
}

.chips-mtcyah .chips-23so5d {
  color: #000;
}

.chips-mtcyah .chips-ciatci.chips-804d1h {
  color: #fff;
}

.chips-mtcyah .chips-50plei {
  color: #000;
}

.chips-mtcyah
  .chips-ud9wfi
  .chips-51hlut.chips-804d1h.chips-vbdvrj {
  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;
}

.chips-hb7f29,
body .chips-n9xitt {
  color: #000;
  background: var(--color-body) !important;
}

.chips-hb7f29 .chips-i4ou4n .chips-4716m2,
body .chips-n9xitt .chips-i4ou4n .chips-4716m2 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .chips-l6s9sn:focus,
  .chips-l6s9sn:hover {
    color: #f9cb16;
  }
  .chips-w6tazb:focus,
  .chips-w6tazb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .chips-ve1ghz:focus img,
  .chips-ve1ghz:focus svg,
  .chips-ve1ghz:hover img,
  .chips-ve1ghz:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .chips-f7ojho {
    display: none;
  }
}

@media (min-width: 1024px) {
  .chips-gxiw5n:hover .chips-rfdb9c svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .chips-rfdb9c {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .chips-41qdg9 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .chips-hgfn5f {
    grid-template-columns: repeat(4, 1fr);
  }
  .chips-c7b3la {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .chips-glcimu .chips-zcra71 {
    grid-template-columns: 1fr;
  }
  .chips-glcimu .chips-tqs19d {
    -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;
  }
  .chips-glcimu .chips-djw3f6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .chips-glcimu .chips-3z4qr8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .chips-glcimu .chips-ahv0z2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .chips-glcimu .chips-djw3f6:not(:first-child) {
    border: none;
  }
  .chips-glcimu .chips-djw3f6:first-child .chips-3z4qr8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .chips-glcimu .chips-djw3f6:last-child .chips-3z4qr8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .chips-pvf3uv {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .chips-wzrbvp {
    max-width: 100px;
  }
  .chips-x0pdbi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .chips-lx0iur {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .chips-lx0iur svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .chips-iv6z3v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .chips-x0pdbi + .chips-lx0iur {
    margin-left: auto;
  }
  .chips-ecozvi {
    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;
  }
  .chips-ecozvi.chips-bf82ny {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .chips-uhqlv1 {
    -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;
  }
  .chips-d6b639 {
    width: 100%;
  }
  .chips-d6b639:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .chips-9s34bw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .chips-9s34bw svg {
    margin-right: 4px;
  }
  .chips-gxiw5n {
    -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;
  }
  .chips-rfdb9c svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .chips-rfdb9c {
    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;
  }
  .chips-4o630y {
    display: none;
    width: 100%;
  }
  .chips-gxiw5n.chips-bf82ny .chips-4o630y {
    padding: 0 0 0 48px;
  }
  .chips-df1x33 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .chips-x5dz53 .chips-rbzhjj {
    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;
  }
  .chips-yy8v9i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .chips-yy8v9i + .chips-yy8v9i {
    margin-right: 0;
  }
  .chips-yy8v9i + .chips-rbzhjj {
    margin: 0;
  }
  .chips-41qdg9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .chips-hgfn5f {
    grid-template-columns: repeat(3, 1fr);
  }
  .chips-gfjahp,
  .chips-ylgla5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .chips-tqpbjf {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .chips-tqpbjf.chips-eudure .chips-uzsdgj {
    grid-column: auto;
    grid-row: auto;
  }
  .chips-tqpbjf > .chips-stg7qk {
    grid-column: 1/2;
  }
  .chips-tqpbjf.chips-eudure > :not(.get-image) {
    grid-column: 1/2;
  }
  .chips-tqpbjf .chips-rbzhjj,
  .chips-tqpbjf.chips-eudure > .chips-rbzhjj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .chips-tqpbjf.chips-eudure > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .chips-4qfvfz.chips-32htn0 .chips-tqpbjf > .chips-rbzhjj {
    grid-row: 1/2;
  }
  .chips-tqpbjf .chips-stg7qk ~ .chips-rbzhjj,
  .chips-tqpbjf.chips-eudure .chips-stg7qk ~ .chips-rbzhjj {
    grid-row: 2/3;
  }
  .chips-4qfvfz.chips-32htn0 .chips-stg7qk ~ .chips-rbzhjj {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .chips-4ovkkf:first-child .chips-30vs9x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chips-4ovkkf:first-child .chips-30vs9x h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .chips-4ovkkf {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .chips-4ovkkf {
    padding: 0;
  }
  .chips-6wfcbh {
    margin-top: 1rem;
  }
  .chips-55cf13 {
    border-radius: 5px;
  }
  .chips-arffuo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chips-idnbkf::after {
    display: inline-block;
  }
  .chips-idnbkf {
    margin: 0;
    width: 100%;
  }
  .chips-3obi4b {
    width: 100%;
  }
  .chips-3obi4b.chips-ibxo7u {
    -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%;
  }
  .chips-3obi4b.chips-ibxo7u .chips-tniwnj {
    width: 100%;
  }
  .chips-3obi4b.chips-ibxo7u .chips-tniwnj:not(:last-child) {
    margin-right: 0;
  }
  .chips-l6s9sn {
    width: 100%;
    text-align: center;
  }
  .chips-48gb51.chips-bf82ny .chips-3obi4b {
    margin-top: 1rem;
  }
  .chips-41qdg9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .chips-c7b3la,
  .chips-hgfn5f {
    grid-template-columns: repeat(2, 1fr);
  }
  .chips-gfjahp,
  .chips-ylgla5,
  .chips-yxhw91 {
    grid-template-columns: 1fr;
  }
  .chips-8gvjgo {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .chips-ovmuv6 {
    min-width: 300px;
    max-width: 325px;
  }
  .chips-3z4qr8 {
    cursor: auto;
  }
  .chips-68ib3g .chips-3z4qr8 {
    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;
  }
  .chips-duovof {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .chips-4o630y {
    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) {
  .chips-duovof {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.chips-yy8v9i p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .chips-lx0iur {
    margin: 0 -0.2rem;
  }
  .chips-yy8v9i {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .chips-sz5pa1 {
    -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;
  }
  .chips-18a7ii {
    max-width: 100%;
  }
  .chips-41qdg9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .chips-c7b3la,
  .chips-hgfn5f {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .chips-pvf3uv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .chips-lx0iur {
    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;
  }
  .chips-3x3u2t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .chips-1v2be7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .chips-kopzuj,
  .chips-j6hab5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .chips-u97d4x {
    width: 100%;
  }
  .chips-41qdg9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .chips-duovof {
    top: 127px !important;
  }
}

.chips-10oz6e {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .chips-10oz6e {
  }
}

@media (max-width: 767px) {
  .chips-10oz6e {
    margin-bottom: 12px;
  }
}

.chips-10oz6e img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.chips-kguha8 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.chips-kguha8 > .chips-2l5p38 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .chips-kguha8 {
    flex-direction: column;
    gap: 12px;
  }
}

.chips-mgmext {
  display: flex;
}

.chips-mgmext .chips-l419zc {
  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;
}

.chips-mgmext .chips-rfnwnk {
  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;
}

.chips-mgmext .chips-ndcx87 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.chips-mgmext .chips-riile9 {
  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));
  }
}

.chips-mgmext .chips-riile9:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.chips-mgmext .chips-e8p4tq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.chips-yly9sb {
  border: unset;
  background-color: unset;
}

.chips-yly9sb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.chips-yly9sb .chips-95ou3d,
.chips-yly9sb .chips-yerh6s {
  flex: 0 1 330px;
}

.chips-yly9sb .chips-ymfu7j {
  flex: 1 1;
}

.chips-yly9sb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.chips-yly9sb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.chips-yly9sb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.chips-yly9sb tr td p {
  color: #fff;
  margin: 0;
}

.chips-yly9sb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.chips-yly9sb tr.chips-95ou3d td p {
  padding: 16px 0;
}

.chips-yly9sb tr.chips-95ou3d td p:not(:last-child),
.chips-yly9sb tr.chips-yerh6s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.chips-yly9sb tr.chips-95ou3d td p:first-child,
.chips-yly9sb tr.chips-yerh6s td p:first-child {
  padding-top: 0;
}

.chips-yly9sb tr.chips-yerh6s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.chips-yly9sb tr.chips-yerh6s td p:last-child {
  padding-bottom: 0;
}

.chips-yly9sb .chips-yerh6s img {
  max-width: 32px;
}

.chips-yly9sb .chips-ymfu7j {
  min-width: 718px;
}

.chips-yly9sb .chips-ymfu7j td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.chips-yly9sb .chips-ymfu7j td {
  display: flex;
}

.chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa,
.chips-yly9sb .chips-ymfu7j td:last-child .chips-47pgpv,
.chips-yly9sb .chips-ymfu7j td:last-child .chips-mmz500 {
  flex: 1 1 50%;
}

.chips-yly9sb .chips-ymfu7j td:last-child .chips-kqalen {
  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;
}

.chips-yly9sb .chips-ymfu7j td:last-child .chips-32griu,
.chips-yly9sb .chips-ymfu7j td:last-child .chips-5aap2q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa,
.chips-yly9sb .chips-ymfu7j td:last-child .chips-47pgpv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa span,
.chips-yly9sb .chips-ymfu7j td:last-child .chips-47pgpv span {
  font-weight: 800;
}

.chips-yly9sb .chips-ymfu7j img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .chips-yly9sb .chips-ymfu7j td .chips-mmz500:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .chips-yly9sb tr.chips-95ou3d td p:last-child {
    padding-bottom: 0;
  }
  .chips-yly9sb .chips-yerh6s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .chips-yly9sb .chips-yerh6s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .chips-yly9sb tr.chips-95ou3d td p:not(:last-child),
  .chips-yly9sb tr.chips-yerh6s td p:not(:last-child) {
    border-bottom: unset;
  }
  .chips-yly9sb tr.chips-yerh6s td p:last-child {
    padding-bottom: 12px;
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa,
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-47pgpv,
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-mmz500 {
    flex: 1 1 50%;
    padding: 0;
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa,
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-47pgpv {
    margin-top: 16px;
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-mmz500 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-d0jroa {
    border-right: 1px solid var(--border-color);
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-mmz500:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .chips-yly9sb .chips-ymfu7j td:last-child .chips-mmz500:last-child {
    padding-bottom: 0;
  }
}

.chips-mmz500 {
  display: flex;
  flex-direction: column;
}

.chips-yly9sb .chips-ymfu7j td .chips-mmz500 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.chips-yly9sb .chips-ymfu7j td .chips-mmz500:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.chips-yly9sb .chips-ymfu7j td .chips-mmz500:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .chips-yly9sb .chips-ymfu7j td .chips-mmz500:not(:first-child) {
    padding-left: 0;
  }
  .chips-yly9sb .chips-ymfu7j td .chips-mmz500:not(:last-of-type) {
    border-right: unset;
  }
}

.chips-yly9sb .chips-7q1o4d {
  flex: 0 1 485px;
}

.chips-yly9sb .chips-uchtbt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.chips-yly9sb .chips-uchtbt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.chips-yly9sb .chips-uchtbt li.chips-gdyco4 {
  padding: 6px 12px;
}

.chips-yly9sb .chips-uchtbt li a,
.chips-yly9sb .chips-uchtbt 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;
}

.chips-yly9sb .chips-l0xthd,
.chips-yly9sb .chips-degwlc {
  flex: 1 1;
}

.chips-yly9sb .chips-21v5cw,
.chips-yly9sb .chips-yub06m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chips-yly9sb .chips-21v5cw li,
.chips-yly9sb .chips-yub06m li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.chips-yly9sb .chips-degwlc img {
  max-width: 32px;
}

.chips-yly9sb .chips-l0xthd img {
  max-width: 32px;
}

.chips-yly9sb .chips-juz2m5 {
  min-width: 280px;
}

.chips-yly9sb .chips-juz2m5 img {
  max-width: 146px;
}

.chips-yly9sb .chips-juz2m5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .chips-yly9sb .chips-95ou3d,
  .chips-yly9sb .chips-yerh6s {
    flex: 0 1 auto;
  }
  .chips-yly9sb .chips-ymfu7j {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .chips-yly9sb .chips-95ou3d,
  .chips-yly9sb .chips-7q1o4d,
  .chips-yly9sb .chips-yerh6s,
  .chips-yly9sb .chips-ymfu7j {
    flex: 1 1 calc(50% - 20px);
  }
  .chips-yly9sb .chips-l0xthd,
  .chips-yly9sb .chips-juz2m5,
  .chips-yly9sb .chips-degwlc {
    flex: 1 1 30%;
  }
  .chips-yly9sb .chips-juz2m5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .chips-yly9sb .chips-95ou3d,
  .chips-yly9sb .chips-7q1o4d,
  .chips-yly9sb .chips-l0xthd,
  .chips-yly9sb .chips-yerh6s,
  .chips-yly9sb .chips-ymfu7j,
  .chips-yly9sb .chips-juz2m5,
  .chips-yly9sb .chips-degwlc {
    flex: 1 1 100%;
  }
}

.chips-lzj34d .chips-hd0mos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chips-lzj34d .chips-f7dlmj {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.chips-lzj34d .chips-sx1lw8 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.chips-lzj34d .chips-3aejf0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.chips-lzj34d .chips-3aejf0 > :nth-child(3) {
  margin-top: 0;
}

.chips-lzj34d .chips-rbzhjj {
  grid-column: 2/3;
  grid-row: 1/10;
}

.chips-lzj34d .chips-7m5v4x {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.chips-lzj34d .chips-6wfcbh {
  grid-column: 1/2;
}

.chips-lzj34d > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.chips-lzj34d .chips-f7dlmj: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;
}

.chips-lzj34d .chips-f7dlmj:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.chips-lzj34d .chips-u97d4x {
  min-width: 240px;
}

@media (max-width: 768px) {
  .chips-lzj34d .chips-f7dlmj:not(:last-child):before {
    bottom: 8px;
  }
  .chips-lzj34d .chips-f7dlmj:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .chips-lzj34d .chips-3aejf0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .chips-lzj34d .chips-rbzhjj {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .chips-lzj34d .chips-rbzhjj img {
    width: 100%;
    height: auto;
  }
  .chips-lzj34d .chips-u97d4x {
    width: 100%;
    min-width: unset;
  }
}

.chips-izrbll .chips-rhe4pn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.chips-izrbll .chips-ozqqyz {
  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;
}

.chips-izrbll .chips-rbzhjj {
  height: 100%;
}

.chips-izrbll .chips-rbzhjj img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.chips-izrbll .chips-zffsuo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.chips-izrbll .chips-4pve6v {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.chips-izrbll .chips-xktdlo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .chips-izrbll .chips-ozqqyz {
    flex: 1 1 100%;
  }
  .chips-izrbll .chips-ppob5e {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .chips-izrbll .chips-ozqqyz {
    flex-direction: column;
  }
  .chips-izrbll .chips-rbzhjj {
    width: 100%;
    height: auto;
  }
  .chips-izrbll .chips-rbzhjj img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .chips-izrbll .chips-zffsuo {
    padding: 0 16px 16px 16px;
  }
  .chips-izrbll .chips-ppob5e {
    min-width: unset;
    width: 100%;
  }
}

.chips-2w9xe7 .chips-02fbc9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.chips-2w9xe7 .chips-v6obsy {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.chips-2w9xe7 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;
}

.chips-2w9xe7 .chips-rl5qqz {
  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;
}

.chips-2w9xe7 .chips-v6obsy:hover .chips-rl5qqz {
  display: flex;
}

.chips-2w9xe7 .chips-4miwnq {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.chips-2w9xe7 .chips-u24wfd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.chips-buu61p {
  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;
}

.chips-buu61p.chips-vcbed7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.chips-zpv88n ease-in-out;
}

.chips-buu61p.chips-vcbed7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.chips-2w9xe7 .chips-atkksw {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.chips-zpv88n ease-in-out;
}

.chips-2w9xe7 .chips-atkksw:hover {
  color: #196948;
  background-color: #f9cb16;
}

.chips-2w9xe7 .chips-atkksw:after,
.chips-buu61p.chips-vcbed7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.chips-buu61p.chips-vcbed7:after {
  background-image: url(../images/Cash.svg);
}

.chips-2w9xe7 .chips-atkksw:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .chips-2w9xe7 .chips-02fbc9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .chips-2w9xe7 .chips-02fbc9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .chips-2w9xe7 .chips-02fbc9 {
    grid-template-columns: 1fr;
  }
  .chips-2w9xe7 .chips-v6obsy {
    height: auto;
  }
  .chips-2w9xe7 .chips-v6obsy .chips-rl5qqz {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .chips-2w9xe7 .chips-4miwnq,
  .chips-2w9xe7 .chips-u24wfd {
    text-align: left;
  }
  .chips-2w9xe7 .chips-u24wfd {
    margin-bottom: 8px;
  }
  .chips-2w9xe7 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.chips-o5kt4r {
  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;
}

.chips-o5kt4r.chips-ffquac {
  display: block;
}

.chips-o5kt4r .chips-fqah9q {
  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;
}

.chips-o5kt4r .chips-7ab47u {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.chips-o5kt4r .chips-60i0k2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.chips-o5kt4r .chips-7wanzm {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.chips-o5kt4r .chips-buu61p {
  min-width: 296px;
  margin-bottom: 0;
}

.chips-o5kt4r .chips-u7j10v {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.chips-o5kt4r .chips-ocp8r2 {
  position: relative;
  flex: 1 1;
}

.chips-o5kt4r .chips-ocp8r2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .chips-o5kt4r .chips-7ab47u {
    flex-wrap: wrap;
    gap: 8px;
  }
  .chips-o5kt4r .chips-60i0k2 {
    order: 1;
  }
  .chips-o5kt4r .chips-7wanzm {
    order: 3;
    flex: 1 1 100%;
  }
  .chips-o5kt4r .chips-buu61p {
    width: 100%;
    min-width: unset;
  }
  .chips-o5kt4r .chips-u7j10v {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .chips-tqpbjf > .chips-stg7qk {
    margin-bottom: 0;
  }
  .chips-tqpbjf > .chips-6wfcbh,
  .chips-tqpbjf > p {
    margin-top: 0;
  }
}

.chips-kp4ye2 img,
.chips-yy8v9i img {
  width: auto;
  object-fit: contain;
}

.chips-kp4ye2 {
  align-items: center;
}

.chips-kp4ye2 img {
  max-height: 76px;
}

.chips-yy8v9i img {
  max-height: 64px;
}

.chips-apngrf {
  overflow: auto;
}

.chips-bpd120 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.chips-875qo7:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.chips-nceymd {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.chips-ihl8xp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.chips-nceymd .chips-rbzhjj {
  margin-right: 20px;
  flex-shrink: 0;
}

.chips-nceymd img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.chips-z5wszq {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.chips-z5wszq > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .chips-nceymd {
    padding: 15px 10px;
  }
  .chips-z5wszq {
    padding: 15px 10px;
  }
  .chips-nceymd .chips-rbzhjj {
    margin-right: 10px;
  }
}

.chips-fn0isi {
  overflow-x: auto;
}

.chips-3hh64g {
  border-collapse: collapse;
  width: 100%;
}

.chips-fn0isi th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.chips-fn0isi td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.chips-fn0isi td.chips-xf0vm5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.chips-fn0isi td.chips-up1yxd {
  border-right: none;
}

.chips-fn0isi td.chips-up1yxd .chips-rbzhjj {
  justify-content: flex-start;
}

.chips-fn0isi td.chips-up1yxd .chips-rbzhjj img {
  height: auto;
  width: 90px;
}

.chips-fn0isi td.chips-7ea1os,
.chips-fn0isi td.chips-20rq4d {
  font-weight: 600;
  text-align: right;
}

.chips-fn0isi td.chips-cpcisk,
.chips-fn0isi td.chips-7ea1os {
  padding-bottom: 10px;
  border-bottom: none;
}

.chips-fn0isi td.chips-7ea1os,
.chips-fn0isi td.chips-20rq4d {
  border-left: none;
}

.chips-fn0isi td.chips-cpcisk,
.chips-fn0isi td.chips-h2ti4u {
  border-right: none;
}

.chips-fn0isi td.chips-h2ti4u,
.chips-fn0isi td.chips-20rq4d {
  border-top: none;
  padding-top: 10px;
}

.chips-prnevz {
  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;
}

.chips-prnevz .chips-ppob5e {
  min-width: unset;
  width: 100%;
}

.chips-prnevz .chips-ppob5e.chips-w59de0 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.chips-prnevz .chips-ppob5e.chips-v87at0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.chips-prnevz .chips-5wxsu4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .chips-prnevz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .chips-prnevz .chips-ppob5e.chips-w59de0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .chips-prnevz .chips-ppob5e.chips-v87at0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .chips-prnevz .chips-5wxsu4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.chips-c03g2y {
  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;
}

.chips-7tagxv {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.chips-qeagfd p a img {
  margin: 0 auto;
  display: block;
}

.chips-qeagfd table {
  margin-bottom: 17px;
}

/* contanct form */
.chips-yj6j9x {
  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;
}

.chips-yj6j9x label {
  font-size: 14px;
}

.chips-yj6j9x h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.chips-yj6j9x input,
.chips-yj6j9x textarea,
.chips-yj6j9x 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;
}
.chips-yj6j9x button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.chips-zpv88n ease;
}
.chips-yj6j9x button:hover {
  background-color: #691204;
}
.chips-2bef2k {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.chips-8a1u8s ease-in;
}

.chips-2bef2k 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;
}
.chips-qnm17k, .chips-zii0pt, [class*="review-card"],
thead, thead th, table th, .chips-yv4al3,
.chips-jfiblc, [class*="collapsible-header"],
.chips-6i6bys, [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; }
