@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);
}

.sol-yjh5dn {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sol-a8t59q {
  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.sol-t0cl8b,
ul.sol-t0cl8b {
  padding-left: 20px;
}

ul.sol-t0cl8b {
  list-style: disc;
}

ol.sol-t0cl8b {
  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;
  }
}

.sol-2nh8tx > .sol-9s01a5,
.sol-2nh8tx > .sol-0fs8ku,
.sol-2nh8tx > blockquote,
.sol-2nh8tx > h1,
.sol-2nh8tx > h2,
.sol-2nh8tx > h3,
.sol-2nh8tx > h4,
.sol-2nh8tx > h5,
.sol-2nh8tx > h6,
.sol-2nh8tx > ol,
.sol-2nh8tx > p,
.sol-2nh8tx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sol-2nh8tx > ol,
.sol-2nh8tx > ul {
  padding-left: 50px;
}

.sol-2nh8tx 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;
}

.sol-2nh8tx:not(:last-child) {
  margin-bottom: 2rem;
}

.sol-2nh8tx > :not(:first-child) {
  margin-top: 2rem;
}

.sol-2nh8tx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sol-2nh8tx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sol-2nh8tx:first-child {
    margin-top: 20px;
  }
}

.sol-2nh8tx > p:last-of-type {
  margin-bottom: 32px;
}

.sol-2nh8tx > .sol-0mc6dq:not(:first-child) {
  margin: 64px auto 16px auto;
}

.sol-p6ql3x > .sol-0mc6dq {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sol-0fs8ku {
  overflow: auto;
}

.sol-0fs8ku::-webkit-scrollbar {
  height: 5px;
}

.sol-0fs8ku table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.sol-0fs8ku table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.sol-0fs8ku table thead,
table thead {
  border-bottom: none;
}

.sol-0fs8ku table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.sol-0fs8ku table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.sol-0fs8ku table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.sol-0fs8ku .sol-842tfs {
  table-layout: auto;
}

.sol-0fs8ku .sol-842tfs th {
  word-break: normal;
}

.sol-0fs8ku .sol-842tfs td {
  word-break: normal;
}

.sol-yjh5dn .sol-yjh5dn {
  padding-right: 0;
  padding-left: 0;
}

.sol-diyegu {
  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;
}

.sol-vesiez {
  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;
}

.sol-644f2p {
  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;
}

.sol-9s01a5 {
  margin-top: 24px;
}

.sol-9s01a5.sol-hxx0nx {
  text-align: left;
}

.sol-9s01a5.sol-hks5sc {
  text-align: right;
}

.sol-9s01a5.sol-qwobsd {
  text-align: center;
}

.sol-w5xa5h {
  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.sol-m8nw5o ease-in-out;
  cursor: pointer;
}

.sol-w5xa5h:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.sol-w5xa5h {
  min-width: 328px;
}

@media (max-width: 768px) {
  .sol-w5xa5h {
    min-width: unset;
  }
}

.sol-1d6lrf {
  background-color: var(--fh-bg-color);
}

.sol-3kywtw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.sol-0qpj23 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.sol-0qpj23 img {
  max-height: 80px;
  object-fit: contain;
}

.sol-dib70h {
  flex: 1 1;
}

.sol-bvyluc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.sol-dbi1wl {
  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;
}

.sol-dbi1wl 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;
}

.sol-dbi1wl.sol-2b4sn5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.sol-dbi1wl.sol-2b4sn5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.sol-dbi1wl.sol-2b4sn5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.sol-dib70h + .sol-bvyluc {
  margin-left: 20px;
}

.sol-gupt7m {
  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;
}

.sol-gupt7m > svg {
  max-width: 24px;
  max-height: 24px;
}

.sol-gupt7m + .sol-gupt7m {
  margin-left: 5px;
}

.sol-q54dzh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.sol-q54dzh:hover {
  background-color: var(--button-bg-hover);
}

.sol-ydct6v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.sol-m8nw5o ease-in-out;
  border: 1px solid var(--border-color);
}

.sol-ydct6v:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.sol-uzj1i5 {
  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) {
  .sol-dib70h {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .sol-uzj1i5 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .sol-dib70h {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .sol-gupt7m {
    min-width: unset;
    flex: 1 1;
  }
}

.sol-8ttdby {
  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;
}

.sol-8ttdby:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.sol-8ttdby:hover .sol-5gaal7 {
  opacity: 1;
  pointer-events: auto;
}

.sol-w5klv6 {
  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.sol-rziy12 ease-in-out;
  gap: 4px;
}

.sol-w5klv6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.sol-w5klv6 .sol-diyegu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.sol-quw3t2,
.sol-w5klv6:hover {
  color: var(--button-bg-hover);
}

.sol-u3h7e3 {
  position: relative;
}

.sol-u3h7e3 .sol-w5klv6 {
  margin-right: 0;
  padding-right: 4px;
}

.sol-k0wcrm svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.sol-u3h7e3.sol-2b4sn5 .sol-k0wcrm svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.sol-u3h7e3.sol-2b4sn5 .sol-5gaal7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.sol-u3h7e3.sol-2b4sn5 .sol-5gaal7::before {
  display: none;
}

.sol-k0wcrm svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.sol-5gaal7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.sol-epfmav 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.sol-5gaal7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.sol-5gaal7:hover {
  color: var(--fh-bg-color);
}

.sol-sdmc5m {
  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.sol-epfmav 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.sol-rziy12 ease-in-out;
  -o-transition: 0.sol-rziy12 ease-in-out;
  transition: 0.sol-rziy12 ease-in-out;
}

.sol-sdmc5m .sol-diyegu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.sol-bjwcx6,
.sol-sdmc5m:hover {
  color: var(--button-bg-hover);
}

.sol-g7jkts {
  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%;
}

.sol-g7jkts.sol-ajzwzz {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.sol-g7jkts.sol-ajzwzz:after,
.sol-g7jkts.sol-ajzwzz:before {
  content: "";
  position: absolute;
  margin: auto;
}

.sol-g7jkts.sol-ajzwzz: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);
  }
}

.sol-g7jkts.sol-ajzwzz:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.sol-g7jkts.sol-ajzwzz > * {
  z-index: 1;
}

.sol-g7jkts b,
.sol-g7jkts strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.sol-g7jkts .sol-12oqn8 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.sol-g7jkts .sol-qdadwq {
  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;
}

.sol-g7jkts .sol-diyegu {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.sol-g7jkts .sol-xq9wmq {
  margin-top: 12px;
}

.sol-xq9wmq {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.sol-dz1yi3 {
  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;
}

.sol-xq9wmq .sol-sgkrwp {
  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.sol-m8nw5o ease-in-out;
}

.sol-xq9wmq .sol-sgkrwp:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sol-qa9msh {
  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;
}

.sol-g7jkts.sol-hylz4w {
  gap: 12px;
  padding: 16px;
}

.sol-g7jkts.sol-hylz4w .sol-qa9msh {
  min-width: 240px;
}

.sol-g7jkts.sol-hylz4w .sol-qa9msh.sol-dt42in {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .sol-g7jkts .sol-12oqn8 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .sol-g7jkts .sol-qdadwq {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sol-g7jkts .sol-diyegu {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .sol-g7jkts.sol-hylz4w .sol-diyegu {
    max-width: 126px;
  }
  .sol-g7jkts .sol-xq9wmq {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .sol-g7jkts .sol-dz1yi3 {
    max-width: unset;
  }
  .sol-qa9msh {
    min-width: unset;
    width: 100%;
  }
  .sol-g7jkts .sol-qa9msh {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .sol-g7jkts.sol-hylz4w {
    grid-template-rows: auto 1fr auto;
  }
  .sol-g7jkts.sol-hylz4w .sol-qa9msh {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .sol-g7jkts {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .sol-g7jkts .sol-12oqn8 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .sol-g7jkts .sol-diyegu {
    max-width: 78px;
  }
  .sol-g7jkts .sol-xq9wmq {
    margin-top: -12px;
  }
  .sol-g7jkts.sol-hylz4w {
    gap: 8px;
  }
  .sol-g7jkts.sol-hylz4w .sol-12oqn8 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sol-g7jkts.sol-hylz4w .sol-qdadwq {
    grid-column: 1/3;
  }
  .sol-g7jkts.sol-hylz4w .sol-diyegu {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .sol-g7jkts.sol-hylz4w .sol-diyegu img {
    max-width: 114px;
  }
}

.sol-qa9msh.sol-fpc4jf,
.sol-qa9msh.sol-iwicfb,
.sol-qa9msh.sol-0065gn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.sol-m8nw5o ease-in-out;
}

.sol-qa9msh.sol-fpc4jf,
.sol-qa9msh.sol-0065gn {
  padding: 10px;
}

.sol-qa9msh.sol-fpc4jf:hover,
.sol-qa9msh.sol-iwicfb:hover,
.sol-qa9msh.sol-0065gn:hover {
  background: var(--button-bg-hover);
}

.sol-qa9msh.sol-fpc4jf:hover svg path,
.sol-qa9msh.sol-0065gn:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.sol-qa9msh.sol-dt42in {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.sol-m8nw5o ease-in-out;
  background: var(--button-bg-color);
}

.sol-qa9msh.sol-dt42in:hover {
  background-color: var(--button-bg-hover);
}

.sol-qa9msh.sol-iwicfb: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);
  }
}

.sol-qa9msh.sol-iwicfb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.sol-qa9msh.sol-dt42in:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.sol-ikql3j {
  max-width: 650px;
}

.sol-9zkx5u {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.sol-2stl4y {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sol-anfywx {
  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.sol-rziy12 ease-in-out;
  cursor: pointer;
}

.sol-anfywx:hover {
  opacity: 0.5;
}

.sol-anfywx:focus {
  outline: 0;
}

.sol-anfywx:focus .sol-9xon27,
.sol-anfywx:hover .sol-9xon27 {
  fill: red;
  fill-opacity: 1;
}

.sol-anfywx:hover {
  cursor: pointer;
}

.sol-xkcsny {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.sol-ikql3j.sol-qwobsd {
  margin: 0 auto;
}

.sol-ikql3j.sol-hks5sc {
  margin-left: auto;
}

.sol-x3uulz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.sol-hi6vxn {
  padding-bottom: 50px;
}

.sol-04wucw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.sol-vqeqdr {
  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;
}

.sol-lx1ksg {
  margin-top: 24px;
}

.sol-gxp2aa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sol-ihk6jf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.sol-ba18qs {
  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;
}

.sol-us1fwn {
  width: 468px;
}

.sol-ba18qs .sol-5gaal7 {
  margin: 0.sol-q600do 0;
}

.sol-xoc8gl {
  display: flex;
  min-width: 224px;
}

.sol-ze7j79 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.sol-rziy12 ease-in-out;
}

.sol-0r3lab,
.sol-ze7j79:hover {
  color: var(--text-color);
}

.sol-7n7kt6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.sol-v5fama {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .sol-x3uulz {
    padding: 16px;
  }
  .sol-7n7kt6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .sol-v5fama {
    align-items: center;
  }
  .sol-us1fwn {
    width: unset;
  }
  .sol-xoc8gl {
    min-width: unset;
  }
  .sol-ba18qs {
    max-height: unset;
  }
  .sol-04wucw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .sol-x3uulz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.sol-40nais {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.sol-40nais:not(:last-child) {
  margin-bottom: 16px;
}

.sol-zum7tf {
  outline: 0;
}

.sol-zum7tf .sol-bmeqcv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.sol-e8siv9 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .sol-e8siv9 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.sol-e8siv9::-webkit-details-marker {
  display: none;
}

.sol-e8siv9: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;
}

.sol-e8siv9: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] .sol-e8siv9:after {
  transform: unset;
}

.sol-bmeqcv {
  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);
}

.sol-bmeqcv 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.sol-rziy12 ease-in-out;
  -o-transition: 0.sol-rziy12 ease-in-out;
  transition: 0.sol-rziy12 ease-in-out;
}

.sol-nkfh34 {
  padding: 16px 0 0 0;
}

.sol-nkfh34 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .sol-nkfh34 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sol-e8siv9 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .sol-e8siv9::after {
    margin-left: auto;
  }
  .sol-bmeqcv {
    order: 3;
    flex: 1 1 100%;
  }
  .sol-e8siv9 {
    font-size: 14px;
    line-height: 130%;
  }
  .sol-bmeqcv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.sol-wyq34v {
  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;
}

.sol-bkxrzy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.sol-wyq34v.sol-2b4sn5 .sol-bkxrzy {
  margin-bottom: 12px;
}

.sol-bkxrzy::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;
}

.sol-wyq34v.sol-2b4sn5 .sol-bkxrzy::after {
  transform: unset;
}

.sol-9kcaxi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.sol-0mbs1t {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.sol-rziy12 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.sol-0mbs1t: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;
}

.sol-wyq34v.sol-2b4sn5 .sol-9kcaxi {
  max-height: 100%;
}

.sol-p4dvyf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.sol-gt5lxa {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.sol-wqj9j8 {
  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;
}

.sol-lj79xu {
  margin-right: 4px;
}

.sol-4n2h2l {
  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.sol-rziy12 ease-in-out;
}

.sol-4n2h2l svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.sol-g3083w,
.sol-4n2h2l:hover {
  color: var(--text-color);
}

.sol-aadume {
  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;
}

.sol-aadume img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.sol-aadume .sol-kwkil8 {
  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;
}

.sol-aadume .sol-tqw3ri {
  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;
}

.sol-b3ccje {
  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;
}

.sol-ewaxx6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sol-1qwmzi .sol-yjh5dn {
  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;
}

.sol-1qwmzi {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.sol-792dvi {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.sol-ew7bun {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.sol-10qye0 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.sol-9r0qxj 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;
}

.sol-10qye0:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.sol-9meyy4 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.sol-nkievz {
  -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.sol-rziy12 ease-in-out;
  transition: transform 0.sol-rziy12 ease-in-out;
  -o-transition: transform 0.sol-rziy12 ease-in-out;
  transition:
    transform 0.sol-rziy12 ease-in-out,
    -webkit-transform 0.sol-rziy12 ease-in-out;
  cursor: pointer;
}

.sol-nkievz svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.sol-nkievz: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;
}

.sol-0gyvus {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .sol-0gyvus {
    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);
}

.sol-iljog3 {
  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;
}

.sol-0qgpzh {
  position: relative;
  width: 100%;
}

.sol-iljog3.sol-yvogr9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sol-iljog3.sol-qwobsd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sol-iljog3.sol-hks5sc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sol-jsip75 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.sol-0w24u0 {
  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.sol-rziy12 ease-in-out;
  cursor: pointer;
}

.sol-0w24u0:hover {
  opacity: 0.5;
}

.sol-iljog3.sol-dgv5id .sol-0w24u0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sol-iljog3.sol-dgv5id .sol-jsip75 {
  cursor: pointer;
}

.sol-np48tc {
  fill: #0009;
}

.sol-0xw3bu {
  fill: #fff;
}

.sol-0w24u0:hover .sol-np48tc {
  fill: red;
}

.sol-0w24u0 svg path {
  -webkit-transition: 0.sol-rziy12 ease-in-out;
  -o-transition: 0.sol-rziy12 ease-in-out;
  transition: 0.sol-rziy12 ease-in-out;
}

.sol-xnftuh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.sol-xnftuh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.sol-xnftuh.sol-hxcynp > :not(.get-image) {
  grid-column: 1/3;
}

.sol-cyly59:not(._h1-block) .sol-xnftuh > .sol-0mc6dq {
  grid-row: 1/2;
  grid-column: 1/3;
}

.sol-xnftuh.sol-hxcynp .sol-s6hdyu {
  grid-column: 2/3;
}

.sol-xnftuh.sol-hxcynp > .sol-diyegu {
  grid-column: 1/2;
}

.sol-xnftuh.sol-hxcynp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.sol-xnftuh > p:first-of-type {
  margin-top: 0;
}

.sol-xnftuh .sol-diyegu {
  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;
}

.sol-cyly59:not(._h1-block) .sol-0mc6dq ~ .sol-diyegu {
  grid-row: 2/10;
}

.sol-cyly59.sol-3qpj8s .sol-0mc6dq ~ .sol-diyegu {
  grid-row: 1/10;
}

.sol-cyly59.sol-3qpj8s > .sol-0mc6dq {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.sol-cyly59.sol-3qpj8s .sol-diyegu {
  grid-row: 1/10;
}

.sol-xnftuh.sol-id4xny .sol-diyegu {
  align-items: flex-start;
}

.sol-xnftuh.sol-qwobsd .sol-s6hdyu {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.sol-xnftuh.sol-qwobsd .sol-diyegu {
  align-items: center;
}

.sol-xnftuh.sol-jbo1ag .sol-diyegu {
  align-items: flex-end;
}

.sol-s6hdyu > :first-child {
  margin-top: 0;
}

.sol-s6hdyu > :last-child {
  margin-bottom: 0;
}

* + .sol-5zb3cj,
.sol-cyly59 + .sol-cyly59 {
  margin-top: 2rem;
}

.sol-g92cyw td::before,
.sol-g92cyw th::after {
  display: none !important;
}

.sol-g92cyw #link-selector {
  color: #000;
}

.sol-g92cyw .sol-bua4x1 {
  color: #135e96;
}

.sol-g92cyw .sol-qg40ne *,
.sol-g92cyw .sol-rs5le3 p,
.sol-g92cyw .sol-w96d8x * {
  color: #000;
}

.sol-g92cyw .sol-bt8m2o {
  background: 0 0 !important;
}

.sol-g92cyw .sol-gz0i3i {
  color: #000;
}

.sol-g92cyw .sol-d4c74f.sol-pje8ti {
  color: #fff;
}

.sol-g92cyw .sol-nwnjhs {
  color: #000;
}

.sol-g92cyw
  .sol-uhyegv
  .sol-do3w56.sol-pje8ti.sol-px0nmc {
  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;
}

.sol-okas3k,
body .sol-3t2yzk {
  color: #000;
  background: var(--color-body) !important;
}

.sol-okas3k .sol-97zza7 .sol-244bc0,
body .sol-3t2yzk .sol-97zza7 .sol-244bc0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .sol-0mbs1t:focus,
  .sol-0mbs1t:hover {
    color: #f9cb16;
  }
  .sol-xb7z29:focus,
  .sol-xb7z29:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .sol-nvv8cm:focus img,
  .sol-nvv8cm:focus svg,
  .sol-nvv8cm:hover img,
  .sol-nvv8cm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .sol-aadume {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sol-u3h7e3:hover .sol-k0wcrm svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .sol-k0wcrm {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .sol-rrsfir {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .sol-bxozjf {
    grid-template-columns: repeat(4, 1fr);
  }
  .sol-fpxd12 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .sol-5h7zwp .sol-17k5iu {
    grid-template-columns: 1fr;
  }
  .sol-5h7zwp .sol-2ui0o8 {
    -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;
  }
  .sol-5h7zwp .sol-loexnq {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sol-5h7zwp .sol-xrmb05 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sol-5h7zwp .sol-w6surj {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .sol-5h7zwp .sol-loexnq:not(:first-child) {
    border: none;
  }
  .sol-5h7zwp .sol-loexnq:first-child .sol-xrmb05 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .sol-5h7zwp .sol-loexnq:last-child .sol-xrmb05 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .sol-3kywtw {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .sol-0qpj23 {
    max-width: 100px;
  }
  .sol-dib70h {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sol-bvyluc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sol-bvyluc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .sol-dbi1wl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .sol-dib70h + .sol-bvyluc {
    margin-left: auto;
  }
  .sol-82fbj2 {
    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;
  }
  .sol-82fbj2.sol-2b4sn5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .sol-uzj1i5 {
    -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;
  }
  .sol-8ttdby {
    width: 100%;
  }
  .sol-8ttdby:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .sol-w5klv6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .sol-w5klv6 svg {
    margin-right: 4px;
  }
  .sol-u3h7e3 {
    -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;
  }
  .sol-k0wcrm svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .sol-k0wcrm {
    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;
  }
  .sol-5gaal7 {
    display: none;
    width: 100%;
  }
  .sol-u3h7e3.sol-2b4sn5 .sol-5gaal7 {
    padding: 0 0 0 48px;
  }
  .sol-sdmc5m {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .sol-vqeqdr .sol-diyegu {
    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;
  }
  .sol-9jkgo6 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sol-9jkgo6 + .sol-9jkgo6 {
    margin-right: 0;
  }
  .sol-9jkgo6 + .sol-diyegu {
    margin: 0;
  }
  .sol-rrsfir {
    grid-template-columns: repeat(4, 1fr);
  }
  .sol-bxozjf {
    grid-template-columns: repeat(3, 1fr);
  }
  .sol-dmkz6t,
  .sol-c3nxsd {
    grid-template-columns: repeat(2, 1fr);
  }
  .sol-xnftuh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sol-xnftuh.sol-hxcynp .sol-s6hdyu {
    grid-column: auto;
    grid-row: auto;
  }
  .sol-xnftuh > .sol-0mc6dq {
    grid-column: 1/2;
  }
  .sol-xnftuh.sol-hxcynp > :not(.get-image) {
    grid-column: 1/2;
  }
  .sol-xnftuh .sol-diyegu,
  .sol-xnftuh.sol-hxcynp > .sol-diyegu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sol-xnftuh.sol-hxcynp > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .sol-cyly59.sol-3qpj8s .sol-xnftuh > .sol-diyegu {
    grid-row: 1/2;
  }
  .sol-xnftuh .sol-0mc6dq ~ .sol-diyegu,
  .sol-xnftuh.sol-hxcynp .sol-0mc6dq ~ .sol-diyegu {
    grid-row: 2/3;
  }
  .sol-cyly59.sol-3qpj8s .sol-0mc6dq ~ .sol-diyegu {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .sol-2nh8tx:first-child .sol-lzoc5c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sol-2nh8tx:first-child .sol-lzoc5c h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .sol-2nh8tx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .sol-2nh8tx {
    padding: 0;
  }
  .sol-9s01a5 {
    margin-top: 1rem;
  }
  .sol-zum7tf {
    border-radius: 5px;
  }
  .sol-t4xggc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sol-bkxrzy::after {
    display: inline-block;
  }
  .sol-bkxrzy {
    margin: 0;
    width: 100%;
  }
  .sol-9kcaxi {
    width: 100%;
  }
  .sol-9kcaxi.sol-9ahtyd {
    -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%;
  }
  .sol-9kcaxi.sol-9ahtyd .sol-wl69y1 {
    width: 100%;
  }
  .sol-9kcaxi.sol-9ahtyd .sol-wl69y1:not(:last-child) {
    margin-right: 0;
  }
  .sol-0mbs1t {
    width: 100%;
    text-align: center;
  }
  .sol-wyq34v.sol-2b4sn5 .sol-9kcaxi {
    margin-top: 1rem;
  }
  .sol-rrsfir {
    grid-template-columns: repeat(3, 1fr);
  }
  .sol-fpxd12,
  .sol-bxozjf {
    grid-template-columns: repeat(2, 1fr);
  }
  .sol-dmkz6t,
  .sol-c3nxsd,
  .sol-mufye7 {
    grid-template-columns: 1fr;
  }
  .sol-10v7qp {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .sol-zet4wd {
    min-width: 300px;
    max-width: 325px;
  }
  .sol-xrmb05 {
    cursor: auto;
  }
  .sol-fpos74 .sol-xrmb05 {
    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;
  }
  .sol-0gyvus {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .sol-5gaal7 {
    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) {
  .sol-0gyvus {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.sol-9jkgo6 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .sol-bvyluc {
    margin: 0 -0.2rem;
  }
  .sol-9jkgo6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sol-nnr5a3 {
    -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;
  }
  .sol-v5mh4p {
    max-width: 100%;
  }
  .sol-rrsfir {
    grid-template-columns: repeat(2, 1fr);
  }
  .sol-fpxd12,
  .sol-bxozjf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .sol-3kywtw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sol-bvyluc {
    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;
  }
  .sol-1d6lrf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sol-gupt7m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sol-xe9iaw,
  .sol-249zqw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .sol-w5xa5h {
    width: 100%;
  }
  .sol-rrsfir {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .sol-0gyvus {
    top: 127px !important;
  }
}

.sol-qkj5or {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .sol-qkj5or {
  }
}

@media (max-width: 767px) {
  .sol-qkj5or {
    margin-bottom: 12px;
  }
}

.sol-qkj5or img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.sol-209uhz {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.sol-209uhz > .sol-uxwlk2 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .sol-209uhz {
    flex-direction: column;
    gap: 12px;
  }
}

.sol-8iiom7 {
  display: flex;
}

.sol-8iiom7 .sol-hx4cf1 {
  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;
}

.sol-8iiom7 .sol-mzbnap {
  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;
}

.sol-8iiom7 .sol-pyo5pp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.sol-8iiom7 .sol-ijhy0q {
  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));
  }
}

.sol-8iiom7 .sol-ijhy0q:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sol-8iiom7 .sol-3u31gt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.sol-nxguey {
  border: unset;
  background-color: unset;
}

.sol-nxguey tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sol-nxguey .sol-530ceb,
.sol-nxguey .sol-7aed3r {
  flex: 0 1 330px;
}

.sol-nxguey .sol-odqccn {
  flex: 1 1;
}

.sol-nxguey tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.sol-nxguey tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.sol-nxguey tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.sol-nxguey tr td p {
  color: #fff;
  margin: 0;
}

.sol-nxguey tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.sol-nxguey tr.sol-530ceb td p {
  padding: 16px 0;
}

.sol-nxguey tr.sol-530ceb td p:not(:last-child),
.sol-nxguey tr.sol-7aed3r td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.sol-nxguey tr.sol-530ceb td p:first-child,
.sol-nxguey tr.sol-7aed3r td p:first-child {
  padding-top: 0;
}

.sol-nxguey tr.sol-7aed3r td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.sol-nxguey tr.sol-7aed3r td p:last-child {
  padding-bottom: 0;
}

.sol-nxguey .sol-7aed3r img {
  max-width: 32px;
}

.sol-nxguey .sol-odqccn {
  min-width: 718px;
}

.sol-nxguey .sol-odqccn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.sol-nxguey .sol-odqccn td {
  display: flex;
}

.sol-nxguey .sol-odqccn td:last-child .sol-i1iv50,
.sol-nxguey .sol-odqccn td:last-child .sol-no48oj,
.sol-nxguey .sol-odqccn td:last-child .sol-7vqyhs {
  flex: 1 1 50%;
}

.sol-nxguey .sol-odqccn td:last-child .sol-qpij2z {
  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;
}

.sol-nxguey .sol-odqccn td:last-child .sol-0f4i86,
.sol-nxguey .sol-odqccn td:last-child .sol-p83wwy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.sol-nxguey .sol-odqccn td:last-child .sol-i1iv50,
.sol-nxguey .sol-odqccn td:last-child .sol-no48oj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sol-nxguey .sol-odqccn td:last-child .sol-i1iv50 span,
.sol-nxguey .sol-odqccn td:last-child .sol-no48oj span {
  font-weight: 800;
}

.sol-nxguey .sol-odqccn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .sol-nxguey .sol-odqccn td .sol-7vqyhs:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .sol-nxguey tr.sol-530ceb td p:last-child {
    padding-bottom: 0;
  }
  .sol-nxguey .sol-7aed3r > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .sol-nxguey .sol-7aed3r > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .sol-nxguey tr.sol-530ceb td p:not(:last-child),
  .sol-nxguey tr.sol-7aed3r td p:not(:last-child) {
    border-bottom: unset;
  }
  .sol-nxguey tr.sol-7aed3r td p:last-child {
    padding-bottom: 12px;
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-i1iv50,
  .sol-nxguey .sol-odqccn td:last-child .sol-no48oj,
  .sol-nxguey .sol-odqccn td:last-child .sol-7vqyhs {
    flex: 1 1 50%;
    padding: 0;
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-i1iv50,
  .sol-nxguey .sol-odqccn td:last-child .sol-no48oj {
    margin-top: 16px;
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-7vqyhs {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-i1iv50 {
    border-right: 1px solid var(--border-color);
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-7vqyhs:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .sol-nxguey .sol-odqccn td:last-child .sol-7vqyhs:last-child {
    padding-bottom: 0;
  }
}

.sol-7vqyhs {
  display: flex;
  flex-direction: column;
}

.sol-nxguey .sol-odqccn td .sol-7vqyhs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.sol-nxguey .sol-odqccn td .sol-7vqyhs:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.sol-nxguey .sol-odqccn td .sol-7vqyhs:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .sol-nxguey .sol-odqccn td .sol-7vqyhs:not(:first-child) {
    padding-left: 0;
  }
  .sol-nxguey .sol-odqccn td .sol-7vqyhs:not(:last-of-type) {
    border-right: unset;
  }
}

.sol-nxguey .sol-972vtx {
  flex: 0 1 485px;
}

.sol-nxguey .sol-djiqqa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.sol-nxguey .sol-djiqqa li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sol-nxguey .sol-djiqqa li.sol-65ltjb {
  padding: 6px 12px;
}

.sol-nxguey .sol-djiqqa li a,
.sol-nxguey .sol-djiqqa 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;
}

.sol-nxguey .sol-5kzz39,
.sol-nxguey .sol-3byzv8 {
  flex: 1 1;
}

.sol-nxguey .sol-oy65tv,
.sol-nxguey .sol-wobibk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sol-nxguey .sol-oy65tv li,
.sol-nxguey .sol-wobibk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.sol-nxguey .sol-3byzv8 img {
  max-width: 32px;
}

.sol-nxguey .sol-5kzz39 img {
  max-width: 32px;
}

.sol-nxguey .sol-pk4g8m {
  min-width: 280px;
}

.sol-nxguey .sol-pk4g8m img {
  max-width: 146px;
}

.sol-nxguey .sol-pk4g8m td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .sol-nxguey .sol-530ceb,
  .sol-nxguey .sol-7aed3r {
    flex: 0 1 auto;
  }
  .sol-nxguey .sol-odqccn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .sol-nxguey .sol-530ceb,
  .sol-nxguey .sol-972vtx,
  .sol-nxguey .sol-7aed3r,
  .sol-nxguey .sol-odqccn {
    flex: 1 1 calc(50% - 20px);
  }
  .sol-nxguey .sol-5kzz39,
  .sol-nxguey .sol-pk4g8m,
  .sol-nxguey .sol-3byzv8 {
    flex: 1 1 30%;
  }
  .sol-nxguey .sol-pk4g8m {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .sol-nxguey .sol-530ceb,
  .sol-nxguey .sol-972vtx,
  .sol-nxguey .sol-5kzz39,
  .sol-nxguey .sol-7aed3r,
  .sol-nxguey .sol-odqccn,
  .sol-nxguey .sol-pk4g8m,
  .sol-nxguey .sol-3byzv8 {
    flex: 1 1 100%;
  }
}

.sol-o8dke8 .sol-uuoyvu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sol-o8dke8 .sol-yj9n7z {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.sol-o8dke8 .sol-7n9mzh {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.sol-o8dke8 .sol-6n9sja {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.sol-o8dke8 .sol-6n9sja > :nth-child(3) {
  margin-top: 0;
}

.sol-o8dke8 .sol-diyegu {
  grid-column: 2/3;
  grid-row: 1/10;
}

.sol-o8dke8 .sol-tzshpz {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.sol-o8dke8 .sol-9s01a5 {
  grid-column: 1/2;
}

.sol-o8dke8 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.sol-o8dke8 .sol-yj9n7z: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;
}

.sol-o8dke8 .sol-yj9n7z:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.sol-o8dke8 .sol-w5xa5h {
  min-width: 240px;
}

@media (max-width: 768px) {
  .sol-o8dke8 .sol-yj9n7z:not(:last-child):before {
    bottom: 8px;
  }
  .sol-o8dke8 .sol-yj9n7z:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .sol-o8dke8 .sol-6n9sja {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .sol-o8dke8 .sol-diyegu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .sol-o8dke8 .sol-diyegu img {
    width: 100%;
    height: auto;
  }
  .sol-o8dke8 .sol-w5xa5h {
    width: 100%;
    min-width: unset;
  }
}

.sol-4v7thl .sol-ljia2g {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.sol-4v7thl .sol-q5xmgb {
  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;
}

.sol-4v7thl .sol-diyegu {
  height: 100%;
}

.sol-4v7thl .sol-diyegu img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.sol-4v7thl .sol-c40d7w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.sol-4v7thl .sol-oy1ufa {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.sol-4v7thl .sol-7w81xh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .sol-4v7thl .sol-q5xmgb {
    flex: 1 1 100%;
  }
  .sol-4v7thl .sol-qa9msh {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .sol-4v7thl .sol-q5xmgb {
    flex-direction: column;
  }
  .sol-4v7thl .sol-diyegu {
    width: 100%;
    height: auto;
  }
  .sol-4v7thl .sol-diyegu img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .sol-4v7thl .sol-c40d7w {
    padding: 0 16px 16px 16px;
  }
  .sol-4v7thl .sol-qa9msh {
    min-width: unset;
    width: 100%;
  }
}

.sol-hrn6s1 .sol-u3bx1u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.sol-hrn6s1 .sol-aluzjv {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.sol-hrn6s1 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;
}

.sol-hrn6s1 .sol-aslfs9 {
  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;
}

.sol-hrn6s1 .sol-aluzjv:hover .sol-aslfs9 {
  display: flex;
}

.sol-hrn6s1 .sol-t5nn2i {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sol-hrn6s1 .sol-305i7h {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.sol-vrvw3i {
  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;
}

.sol-vrvw3i.sol-ub4ecn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.sol-m8nw5o ease-in-out;
}

.sol-vrvw3i.sol-ub4ecn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.sol-hrn6s1 .sol-3phl5p {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.sol-m8nw5o ease-in-out;
}

.sol-hrn6s1 .sol-3phl5p:hover {
  color: #196948;
  background-color: #f9cb16;
}

.sol-hrn6s1 .sol-3phl5p:after,
.sol-vrvw3i.sol-ub4ecn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.sol-vrvw3i.sol-ub4ecn:after {
  background-image: url(../images/Cash.svg);
}

.sol-hrn6s1 .sol-3phl5p:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .sol-hrn6s1 .sol-u3bx1u {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .sol-hrn6s1 .sol-u3bx1u {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sol-hrn6s1 .sol-u3bx1u {
    grid-template-columns: 1fr;
  }
  .sol-hrn6s1 .sol-aluzjv {
    height: auto;
  }
  .sol-hrn6s1 .sol-aluzjv .sol-aslfs9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .sol-hrn6s1 .sol-t5nn2i,
  .sol-hrn6s1 .sol-305i7h {
    text-align: left;
  }
  .sol-hrn6s1 .sol-305i7h {
    margin-bottom: 8px;
  }
  .sol-hrn6s1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.sol-y81srr {
  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;
}

.sol-y81srr.sol-dgv5id {
  display: block;
}

.sol-y81srr .sol-ibv586 {
  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;
}

.sol-y81srr .sol-02yy8b {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.sol-y81srr .sol-h204i3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.sol-y81srr .sol-tf19yc {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.sol-y81srr .sol-vrvw3i {
  min-width: 296px;
  margin-bottom: 0;
}

.sol-y81srr .sol-1hhqx3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sol-y81srr .sol-7alrmz {
  position: relative;
  flex: 1 1;
}

.sol-y81srr .sol-7alrmz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sol-y81srr .sol-02yy8b {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sol-y81srr .sol-h204i3 {
    order: 1;
  }
  .sol-y81srr .sol-tf19yc {
    order: 3;
    flex: 1 1 100%;
  }
  .sol-y81srr .sol-vrvw3i {
    width: 100%;
    min-width: unset;
  }
  .sol-y81srr .sol-1hhqx3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .sol-xnftuh > .sol-0mc6dq {
    margin-bottom: 0;
  }
  .sol-xnftuh > .sol-9s01a5,
  .sol-xnftuh > p {
    margin-top: 0;
  }
}

.sol-0ki8yn img,
.sol-9jkgo6 img {
  width: auto;
  object-fit: contain;
}

.sol-0ki8yn {
  align-items: center;
}

.sol-0ki8yn img {
  max-height: 76px;
}

.sol-9jkgo6 img {
  max-height: 64px;
}

.sol-ur4xwu {
  overflow: auto;
}

.sol-7ruafb {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.sol-nlakhs:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.sol-8hpeld {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.sol-ktjpui {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sol-8hpeld .sol-diyegu {
  margin-right: 20px;
  flex-shrink: 0;
}

.sol-8hpeld img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.sol-968lp9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.sol-968lp9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sol-8hpeld {
    padding: 15px 10px;
  }
  .sol-968lp9 {
    padding: 15px 10px;
  }
  .sol-8hpeld .sol-diyegu {
    margin-right: 10px;
  }
}

.sol-3ih7u5 {
  overflow-x: auto;
}

.sol-30gjzy {
  border-collapse: collapse;
  width: 100%;
}

.sol-3ih7u5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.sol-3ih7u5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.sol-3ih7u5 td.sol-gmx2yb {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.sol-3ih7u5 td.sol-hzwagz {
  border-right: none;
}

.sol-3ih7u5 td.sol-hzwagz .sol-diyegu {
  justify-content: flex-start;
}

.sol-3ih7u5 td.sol-hzwagz .sol-diyegu img {
  height: auto;
  width: 90px;
}

.sol-3ih7u5 td.sol-ofehdi,
.sol-3ih7u5 td.sol-hotjlg {
  font-weight: 600;
  text-align: right;
}

.sol-3ih7u5 td.sol-ykykmf,
.sol-3ih7u5 td.sol-ofehdi {
  padding-bottom: 10px;
  border-bottom: none;
}

.sol-3ih7u5 td.sol-ofehdi,
.sol-3ih7u5 td.sol-hotjlg {
  border-left: none;
}

.sol-3ih7u5 td.sol-ykykmf,
.sol-3ih7u5 td.sol-1erchy {
  border-right: none;
}

.sol-3ih7u5 td.sol-1erchy,
.sol-3ih7u5 td.sol-hotjlg {
  border-top: none;
  padding-top: 10px;
}

.sol-32mxax {
  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;
}

.sol-32mxax .sol-qa9msh {
  min-width: unset;
  width: 100%;
}

.sol-32mxax .sol-qa9msh.sol-fpc4jf {
  grid-column: 1/2;
  grid-row: 1/2;
}

.sol-32mxax .sol-qa9msh.sol-0065gn {
  grid-column: 2/3;
  grid-row: 1/2;
}

.sol-32mxax .sol-z66as7 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .sol-32mxax {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .sol-32mxax .sol-qa9msh.sol-fpc4jf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sol-32mxax .sol-qa9msh.sol-0065gn {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sol-32mxax .sol-z66as7 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.sol-zrgncc {
  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;
}

.sol-7cpnd5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.sol-p6ql3x p a img {
  margin: 0 auto;
  display: block;
}

.sol-p6ql3x table {
  margin-bottom: 17px;
}

/* contanct form */
.sol-12ghnf {
  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;
}

.sol-12ghnf label {
  font-size: 14px;
}

.sol-12ghnf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sol-12ghnf input,
.sol-12ghnf textarea,
.sol-12ghnf 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;
}
.sol-12ghnf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sol-m8nw5o ease;
}
.sol-12ghnf button:hover {
  background-color: #691204;
}
.sol-lggs86 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sol-086oju ease-in;
}

.sol-lggs86 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;
}
.sol-7iftgx, .sol-8hqb3o, [class*="review-card"],
thead, thead th, table th, .sol-ltr49s,
.sol-r9sn75, [class*="collapsible-header"],
.sol-4kdb5r, [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; }
