@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);
}

.guts-ftepgd {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.guts-wczbl6 {
  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.guts-8bbbo2,
ul.guts-8bbbo2 {
  padding-left: 20px;
}

ul.guts-8bbbo2 {
  list-style: disc;
}

ol.guts-8bbbo2 {
  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;
  }
}

.guts-lxev5j > .guts-fc9fe7,
.guts-lxev5j > .guts-mcxu5s,
.guts-lxev5j > blockquote,
.guts-lxev5j > h1,
.guts-lxev5j > h2,
.guts-lxev5j > h3,
.guts-lxev5j > h4,
.guts-lxev5j > h5,
.guts-lxev5j > h6,
.guts-lxev5j > ol,
.guts-lxev5j > p,
.guts-lxev5j > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.guts-lxev5j > ol,
.guts-lxev5j > ul {
  padding-left: 50px;
}

.guts-lxev5j 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;
}

.guts-lxev5j:not(:last-child) {
  margin-bottom: 2rem;
}

.guts-lxev5j > :not(:first-child) {
  margin-top: 2rem;
}

.guts-lxev5j {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.guts-lxev5j:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .guts-lxev5j:first-child {
    margin-top: 20px;
  }
}

.guts-lxev5j > p:last-of-type {
  margin-bottom: 32px;
}

.guts-lxev5j > .guts-zcp3dp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.guts-cce65l > .guts-zcp3dp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.guts-mcxu5s {
  overflow: auto;
}

.guts-mcxu5s::-webkit-scrollbar {
  height: 5px;
}

.guts-mcxu5s table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.guts-mcxu5s table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.guts-mcxu5s table thead,
table thead {
  border-bottom: none;
}

.guts-mcxu5s table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.guts-mcxu5s table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.guts-mcxu5s table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.guts-mcxu5s .guts-ph7ck4 {
  table-layout: auto;
}

.guts-mcxu5s .guts-ph7ck4 th {
  word-break: normal;
}

.guts-mcxu5s .guts-ph7ck4 td {
  word-break: normal;
}

.guts-ftepgd .guts-ftepgd {
  padding-right: 0;
  padding-left: 0;
}

.guts-84c8qj {
  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;
}

.guts-y7bey8 {
  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;
}

.guts-1zbmep {
  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;
}

.guts-fc9fe7 {
  margin-top: 24px;
}

.guts-fc9fe7.guts-1b2c6q {
  text-align: left;
}

.guts-fc9fe7.guts-t8xhgd {
  text-align: right;
}

.guts-fc9fe7.guts-xqwjao {
  text-align: center;
}

.guts-68e1zb {
  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.guts-9bnnrk ease-in-out;
  cursor: pointer;
}

.guts-68e1zb:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.guts-68e1zb {
  min-width: 328px;
}

@media (max-width: 768px) {
  .guts-68e1zb {
    min-width: unset;
  }
}

.guts-8qq24t {
  background-color: var(--fh-bg-color);
}

.guts-4s37lw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.guts-5lxpmb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.guts-5lxpmb img {
  max-height: 80px;
  object-fit: contain;
}

.guts-bns10o {
  flex: 1 1;
}

.guts-g0m2sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.guts-6ugzkx {
  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;
}

.guts-6ugzkx 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;
}

.guts-6ugzkx.guts-tgjxf9 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.guts-6ugzkx.guts-tgjxf9 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.guts-6ugzkx.guts-tgjxf9 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.guts-bns10o + .guts-g0m2sc {
  margin-left: 20px;
}

.guts-4d1eha {
  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;
}

.guts-4d1eha > svg {
  max-width: 24px;
  max-height: 24px;
}

.guts-4d1eha + .guts-4d1eha {
  margin-left: 5px;
}

.guts-hsobwn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.guts-hsobwn:hover {
  background-color: var(--button-bg-hover);
}

.guts-ytbxtl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.guts-9bnnrk ease-in-out;
  border: 1px solid var(--border-color);
}

.guts-ytbxtl:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.guts-ciyqn7 {
  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) {
  .guts-bns10o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .guts-ciyqn7 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .guts-bns10o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .guts-4d1eha {
    min-width: unset;
    flex: 1 1;
  }
}

.guts-7n507f {
  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;
}

.guts-7n507f:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.guts-7n507f:hover .guts-80kcgz {
  opacity: 1;
  pointer-events: auto;
}

.guts-rwpym2 {
  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.guts-684r36 ease-in-out;
  gap: 4px;
}

.guts-rwpym2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.guts-rwpym2 .guts-84c8qj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.guts-pmhkcr,
.guts-rwpym2:hover {
  color: var(--button-bg-hover);
}

.guts-3rdrzg {
  position: relative;
}

.guts-3rdrzg .guts-rwpym2 {
  margin-right: 0;
  padding-right: 4px;
}

.guts-o2ygi7 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.guts-3rdrzg.guts-tgjxf9 .guts-o2ygi7 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.guts-3rdrzg.guts-tgjxf9 .guts-80kcgz {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.guts-3rdrzg.guts-tgjxf9 .guts-80kcgz::before {
  display: none;
}

.guts-o2ygi7 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.guts-80kcgz {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.guts-e156z8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.guts-80kcgz::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.guts-80kcgz:hover {
  color: var(--fh-bg-color);
}

.guts-ayj9pv {
  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.guts-e156z8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.guts-684r36 ease-in-out;
  -o-transition: 0.guts-684r36 ease-in-out;
  transition: 0.guts-684r36 ease-in-out;
}

.guts-ayj9pv .guts-84c8qj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.guts-9nmg9k,
.guts-ayj9pv:hover {
  color: var(--button-bg-hover);
}

.guts-xfwlke {
  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%;
}

.guts-xfwlke.guts-ct68nt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.guts-xfwlke.guts-ct68nt:after,
.guts-xfwlke.guts-ct68nt:before {
  content: "";
  position: absolute;
  margin: auto;
}

.guts-xfwlke.guts-ct68nt: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);
  }
}

.guts-xfwlke.guts-ct68nt:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.guts-xfwlke.guts-ct68nt > * {
  z-index: 1;
}

.guts-xfwlke b,
.guts-xfwlke strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.guts-xfwlke .guts-hd4iwp {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.guts-xfwlke .guts-9w4kw1 {
  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;
}

.guts-xfwlke .guts-84c8qj {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.guts-xfwlke .guts-53nrhv {
  margin-top: 12px;
}

.guts-53nrhv {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.guts-dtlxrs {
  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;
}

.guts-53nrhv .guts-ogsa1x {
  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.guts-9bnnrk ease-in-out;
}

.guts-53nrhv .guts-ogsa1x:hover {
  background: rgba(255, 255, 255, 0.3);
}

.guts-x344gb {
  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;
}

.guts-xfwlke.guts-k0bd5o {
  gap: 12px;
  padding: 16px;
}

.guts-xfwlke.guts-k0bd5o .guts-x344gb {
  min-width: 240px;
}

.guts-xfwlke.guts-k0bd5o .guts-x344gb.guts-o9e8ep {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .guts-xfwlke .guts-hd4iwp {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .guts-xfwlke .guts-9w4kw1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .guts-xfwlke .guts-84c8qj {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .guts-xfwlke.guts-k0bd5o .guts-84c8qj {
    max-width: 126px;
  }
  .guts-xfwlke .guts-53nrhv {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .guts-xfwlke .guts-dtlxrs {
    max-width: unset;
  }
  .guts-x344gb {
    min-width: unset;
    width: 100%;
  }
  .guts-xfwlke .guts-x344gb {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .guts-xfwlke.guts-k0bd5o {
    grid-template-rows: auto 1fr auto;
  }
  .guts-xfwlke.guts-k0bd5o .guts-x344gb {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .guts-xfwlke {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .guts-xfwlke .guts-hd4iwp {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .guts-xfwlke .guts-84c8qj {
    max-width: 78px;
  }
  .guts-xfwlke .guts-53nrhv {
    margin-top: -12px;
  }
  .guts-xfwlke.guts-k0bd5o {
    gap: 8px;
  }
  .guts-xfwlke.guts-k0bd5o .guts-hd4iwp {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .guts-xfwlke.guts-k0bd5o .guts-9w4kw1 {
    grid-column: 1/3;
  }
  .guts-xfwlke.guts-k0bd5o .guts-84c8qj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .guts-xfwlke.guts-k0bd5o .guts-84c8qj img {
    max-width: 114px;
  }
}

.guts-x344gb.guts-1pp1ma,
.guts-x344gb.guts-y5ywct,
.guts-x344gb.guts-yf8fx0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.guts-9bnnrk ease-in-out;
}

.guts-x344gb.guts-1pp1ma,
.guts-x344gb.guts-yf8fx0 {
  padding: 10px;
}

.guts-x344gb.guts-1pp1ma:hover,
.guts-x344gb.guts-y5ywct:hover,
.guts-x344gb.guts-yf8fx0:hover {
  background: var(--button-bg-hover);
}

.guts-x344gb.guts-1pp1ma:hover svg path,
.guts-x344gb.guts-yf8fx0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.guts-x344gb.guts-o9e8ep {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.guts-9bnnrk ease-in-out;
  background: var(--button-bg-color);
}

.guts-x344gb.guts-o9e8ep:hover {
  background-color: var(--button-bg-hover);
}

.guts-x344gb.guts-y5ywct: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);
  }
}

.guts-x344gb.guts-y5ywct:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.guts-x344gb.guts-o9e8ep:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.guts-7vbaw1 {
  max-width: 650px;
}

.guts-tqbbpz {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.guts-a4rdbc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.guts-bmiib7 {
  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.guts-684r36 ease-in-out;
  cursor: pointer;
}

.guts-bmiib7:hover {
  opacity: 0.5;
}

.guts-bmiib7:focus {
  outline: 0;
}

.guts-bmiib7:focus .guts-j59lfn,
.guts-bmiib7:hover .guts-j59lfn {
  fill: red;
  fill-opacity: 1;
}

.guts-bmiib7:hover {
  cursor: pointer;
}

.guts-qtr65d {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.guts-7vbaw1.guts-xqwjao {
  margin: 0 auto;
}

.guts-7vbaw1.guts-t8xhgd {
  margin-left: auto;
}

.guts-7pp818 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.guts-tav9ie {
  padding-bottom: 50px;
}

.guts-vgzlqd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.guts-9v5ss4 {
  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;
}

.guts-36p1y1 {
  margin-top: 24px;
}

.guts-rnfqpv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guts-matv4j {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.guts-hiur0o {
  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;
}

.guts-k6ypte {
  width: 468px;
}

.guts-hiur0o .guts-80kcgz {
  margin: 0.guts-aqossy 0;
}

.guts-q63eb0 {
  display: flex;
  min-width: 224px;
}

.guts-b4zzuz {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.guts-684r36 ease-in-out;
}

.guts-uk3rth,
.guts-b4zzuz:hover {
  color: var(--text-color);
}

.guts-dn75lt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.guts-f3ga86 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .guts-7pp818 {
    padding: 16px;
  }
  .guts-dn75lt {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .guts-f3ga86 {
    align-items: center;
  }
  .guts-k6ypte {
    width: unset;
  }
  .guts-q63eb0 {
    min-width: unset;
  }
  .guts-hiur0o {
    max-height: unset;
  }
  .guts-vgzlqd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .guts-7pp818 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.guts-eybdmu {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.guts-eybdmu:not(:last-child) {
  margin-bottom: 16px;
}

.guts-60t959 {
  outline: 0;
}

.guts-60t959 .guts-01264z {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.guts-uv99er {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .guts-uv99er {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.guts-uv99er::-webkit-details-marker {
  display: none;
}

.guts-uv99er: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;
}

.guts-uv99er: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] .guts-uv99er:after {
  transform: unset;
}

.guts-01264z {
  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);
}

.guts-01264z 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.guts-684r36 ease-in-out;
  -o-transition: 0.guts-684r36 ease-in-out;
  transition: 0.guts-684r36 ease-in-out;
}

.guts-wdzm7h {
  padding: 16px 0 0 0;
}

.guts-wdzm7h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .guts-wdzm7h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .guts-uv99er {
    flex-wrap: wrap;
    gap: 12px;
  }
  .guts-uv99er::after {
    margin-left: auto;
  }
  .guts-01264z {
    order: 3;
    flex: 1 1 100%;
  }
  .guts-uv99er {
    font-size: 14px;
    line-height: 130%;
  }
  .guts-01264z svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.guts-ceqlrr {
  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;
}

.guts-wzd3vz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.guts-ceqlrr.guts-tgjxf9 .guts-wzd3vz {
  margin-bottom: 12px;
}

.guts-wzd3vz::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;
}

.guts-ceqlrr.guts-tgjxf9 .guts-wzd3vz::after {
  transform: unset;
}

.guts-l4lqmh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.guts-hgt6r1 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.guts-684r36 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.guts-hgt6r1: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;
}

.guts-ceqlrr.guts-tgjxf9 .guts-l4lqmh {
  max-height: 100%;
}

.guts-4557sw {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.guts-wljsbd {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.guts-ovvml7 {
  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;
}

.guts-vi791c {
  margin-right: 4px;
}

.guts-rygr3g {
  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.guts-684r36 ease-in-out;
}

.guts-rygr3g svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.guts-27n3na,
.guts-rygr3g:hover {
  color: var(--text-color);
}

.guts-7q7no5 {
  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;
}

.guts-7q7no5 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.guts-7q7no5 .guts-xj44n4 {
  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;
}

.guts-7q7no5 .guts-lpmekl {
  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;
}

.guts-4bquca {
  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;
}

.guts-01gouc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.guts-3pf1mh .guts-ftepgd {
  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;
}

.guts-3pf1mh {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.guts-n4zaxu {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.guts-q8h0rk {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.guts-fy6bz5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.guts-1n9zsq 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;
}

.guts-fy6bz5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.guts-1zgxod {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.guts-o250q3 {
  -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.guts-684r36 ease-in-out;
  transition: transform 0.guts-684r36 ease-in-out;
  -o-transition: transform 0.guts-684r36 ease-in-out;
  transition:
    transform 0.guts-684r36 ease-in-out,
    -webkit-transform 0.guts-684r36 ease-in-out;
  cursor: pointer;
}

.guts-o250q3 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.guts-o250q3: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;
}

.guts-mif1kx {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .guts-mif1kx {
    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);
}

.guts-dmqk30 {
  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;
}

.guts-zuy5v7 {
  position: relative;
  width: 100%;
}

.guts-dmqk30.guts-ufx6sn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.guts-dmqk30.guts-xqwjao {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guts-dmqk30.guts-t8xhgd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.guts-6iz7hb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.guts-jq0h53 {
  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.guts-684r36 ease-in-out;
  cursor: pointer;
}

.guts-jq0h53:hover {
  opacity: 0.5;
}

.guts-dmqk30.guts-o5p1v7 .guts-jq0h53 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.guts-dmqk30.guts-o5p1v7 .guts-6iz7hb {
  cursor: pointer;
}

.guts-6r9y80 {
  fill: #0009;
}

.guts-slrt3z {
  fill: #fff;
}

.guts-jq0h53:hover .guts-6r9y80 {
  fill: red;
}

.guts-jq0h53 svg path {
  -webkit-transition: 0.guts-684r36 ease-in-out;
  -o-transition: 0.guts-684r36 ease-in-out;
  transition: 0.guts-684r36 ease-in-out;
}

.guts-dzjj5t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.guts-dzjj5t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.guts-dzjj5t.guts-eoars3 > :not(.get-image) {
  grid-column: 1/3;
}

.guts-idsx6d:not(._h1-block) .guts-dzjj5t > .guts-zcp3dp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.guts-dzjj5t.guts-eoars3 .guts-py3ucm {
  grid-column: 2/3;
}

.guts-dzjj5t.guts-eoars3 > .guts-84c8qj {
  grid-column: 1/2;
}

.guts-dzjj5t.guts-eoars3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.guts-dzjj5t > p:first-of-type {
  margin-top: 0;
}

.guts-dzjj5t .guts-84c8qj {
  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;
}

.guts-idsx6d:not(._h1-block) .guts-zcp3dp ~ .guts-84c8qj {
  grid-row: 2/10;
}

.guts-idsx6d.guts-29ktlg .guts-zcp3dp ~ .guts-84c8qj {
  grid-row: 1/10;
}

.guts-idsx6d.guts-29ktlg > .guts-zcp3dp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.guts-idsx6d.guts-29ktlg .guts-84c8qj {
  grid-row: 1/10;
}

.guts-dzjj5t.guts-16tm4c .guts-84c8qj {
  align-items: flex-start;
}

.guts-dzjj5t.guts-xqwjao .guts-py3ucm {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.guts-dzjj5t.guts-xqwjao .guts-84c8qj {
  align-items: center;
}

.guts-dzjj5t.guts-zwi3o2 .guts-84c8qj {
  align-items: flex-end;
}

.guts-py3ucm > :first-child {
  margin-top: 0;
}

.guts-py3ucm > :last-child {
  margin-bottom: 0;
}

* + .guts-v2e90w,
.guts-idsx6d + .guts-idsx6d {
  margin-top: 2rem;
}

.guts-darlxa td::before,
.guts-darlxa th::after {
  display: none !important;
}

.guts-darlxa #link-selector {
  color: #000;
}

.guts-darlxa .guts-pg77a0 {
  color: #135e96;
}

.guts-darlxa .guts-c4bdq0 *,
.guts-darlxa .guts-givo9r p,
.guts-darlxa .guts-jmh87l * {
  color: #000;
}

.guts-darlxa .guts-x3gf02 {
  background: 0 0 !important;
}

.guts-darlxa .guts-jctxk6 {
  color: #000;
}

.guts-darlxa .guts-obj45d.guts-exwkj5 {
  color: #fff;
}

.guts-darlxa .guts-8sqbd9 {
  color: #000;
}

.guts-darlxa
  .guts-z41pob
  .guts-6thzk7.guts-exwkj5.guts-tnh1rz {
  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;
}

.guts-prnin6,
body .guts-wwyfsp {
  color: #000;
  background: var(--color-body) !important;
}

.guts-prnin6 .guts-a774k6 .guts-45k6rl,
body .guts-wwyfsp .guts-a774k6 .guts-45k6rl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .guts-hgt6r1:focus,
  .guts-hgt6r1:hover {
    color: #f9cb16;
  }
  .guts-bmwy59:focus,
  .guts-bmwy59:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .guts-44x0c9:focus img,
  .guts-44x0c9:focus svg,
  .guts-44x0c9:hover img,
  .guts-44x0c9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .guts-7q7no5 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .guts-3rdrzg:hover .guts-o2ygi7 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .guts-o2ygi7 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .guts-a909zt {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .guts-9p4dj8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .guts-y0s3p0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .guts-orvw3k .guts-v7m3qn {
    grid-template-columns: 1fr;
  }
  .guts-orvw3k .guts-pijomv {
    -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;
  }
  .guts-orvw3k .guts-4wtawu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .guts-orvw3k .guts-a2zaca {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .guts-orvw3k .guts-6hr95c {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .guts-orvw3k .guts-4wtawu:not(:first-child) {
    border: none;
  }
  .guts-orvw3k .guts-4wtawu:first-child .guts-a2zaca {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .guts-orvw3k .guts-4wtawu:last-child .guts-a2zaca {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .guts-4s37lw {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .guts-5lxpmb {
    max-width: 100px;
  }
  .guts-bns10o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .guts-g0m2sc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .guts-g0m2sc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .guts-6ugzkx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .guts-bns10o + .guts-g0m2sc {
    margin-left: auto;
  }
  .guts-ap9w7b {
    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;
  }
  .guts-ap9w7b.guts-tgjxf9 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .guts-ciyqn7 {
    -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;
  }
  .guts-7n507f {
    width: 100%;
  }
  .guts-7n507f:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .guts-rwpym2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .guts-rwpym2 svg {
    margin-right: 4px;
  }
  .guts-3rdrzg {
    -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;
  }
  .guts-o2ygi7 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .guts-o2ygi7 {
    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;
  }
  .guts-80kcgz {
    display: none;
    width: 100%;
  }
  .guts-3rdrzg.guts-tgjxf9 .guts-80kcgz {
    padding: 0 0 0 48px;
  }
  .guts-ayj9pv {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .guts-9v5ss4 .guts-84c8qj {
    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;
  }
  .guts-8zhvme {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .guts-8zhvme + .guts-8zhvme {
    margin-right: 0;
  }
  .guts-8zhvme + .guts-84c8qj {
    margin: 0;
  }
  .guts-a909zt {
    grid-template-columns: repeat(4, 1fr);
  }
  .guts-9p4dj8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .guts-a8h9fy,
  .guts-q022u2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .guts-dzjj5t {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .guts-dzjj5t.guts-eoars3 .guts-py3ucm {
    grid-column: auto;
    grid-row: auto;
  }
  .guts-dzjj5t > .guts-zcp3dp {
    grid-column: 1/2;
  }
  .guts-dzjj5t.guts-eoars3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .guts-dzjj5t .guts-84c8qj,
  .guts-dzjj5t.guts-eoars3 > .guts-84c8qj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .guts-dzjj5t.guts-eoars3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .guts-idsx6d.guts-29ktlg .guts-dzjj5t > .guts-84c8qj {
    grid-row: 1/2;
  }
  .guts-dzjj5t .guts-zcp3dp ~ .guts-84c8qj,
  .guts-dzjj5t.guts-eoars3 .guts-zcp3dp ~ .guts-84c8qj {
    grid-row: 2/3;
  }
  .guts-idsx6d.guts-29ktlg .guts-zcp3dp ~ .guts-84c8qj {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .guts-lxev5j:first-child .guts-pjluo4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guts-lxev5j:first-child .guts-pjluo4 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .guts-lxev5j {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .guts-lxev5j {
    padding: 0;
  }
  .guts-fc9fe7 {
    margin-top: 1rem;
  }
  .guts-60t959 {
    border-radius: 5px;
  }
  .guts-qd7e80 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guts-wzd3vz::after {
    display: inline-block;
  }
  .guts-wzd3vz {
    margin: 0;
    width: 100%;
  }
  .guts-l4lqmh {
    width: 100%;
  }
  .guts-l4lqmh.guts-1ux0tg {
    -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%;
  }
  .guts-l4lqmh.guts-1ux0tg .guts-ur9qm3 {
    width: 100%;
  }
  .guts-l4lqmh.guts-1ux0tg .guts-ur9qm3:not(:last-child) {
    margin-right: 0;
  }
  .guts-hgt6r1 {
    width: 100%;
    text-align: center;
  }
  .guts-ceqlrr.guts-tgjxf9 .guts-l4lqmh {
    margin-top: 1rem;
  }
  .guts-a909zt {
    grid-template-columns: repeat(3, 1fr);
  }
  .guts-y0s3p0,
  .guts-9p4dj8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .guts-a8h9fy,
  .guts-q022u2,
  .guts-8a3vxs {
    grid-template-columns: 1fr;
  }
  .guts-9kj0xo {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .guts-841iji {
    min-width: 300px;
    max-width: 325px;
  }
  .guts-a2zaca {
    cursor: auto;
  }
  .guts-59xew4 .guts-a2zaca {
    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;
  }
  .guts-mif1kx {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .guts-80kcgz {
    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) {
  .guts-mif1kx {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.guts-8zhvme p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .guts-g0m2sc {
    margin: 0 -0.2rem;
  }
  .guts-8zhvme {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .guts-dqz8mf {
    -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;
  }
  .guts-6v1o7e {
    max-width: 100%;
  }
  .guts-a909zt {
    grid-template-columns: repeat(2, 1fr);
  }
  .guts-y0s3p0,
  .guts-9p4dj8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .guts-4s37lw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guts-g0m2sc {
    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;
  }
  .guts-8qq24t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guts-4d1eha {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .guts-ncfohc,
  .guts-lcg0ux {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .guts-68e1zb {
    width: 100%;
  }
  .guts-a909zt {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .guts-mif1kx {
    top: 127px !important;
  }
}

.guts-jiebvw {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .guts-jiebvw {
  }
}

@media (max-width: 767px) {
  .guts-jiebvw {
    margin-bottom: 12px;
  }
}

.guts-jiebvw img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.guts-w6kmqq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.guts-w6kmqq > .guts-781ick {
  flex: 1 1;
}

@media (max-width: 767px) {
  .guts-w6kmqq {
    flex-direction: column;
    gap: 12px;
  }
}

.guts-kduv27 {
  display: flex;
}

.guts-kduv27 .guts-8jowyn {
  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;
}

.guts-kduv27 .guts-g34ypr {
  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;
}

.guts-kduv27 .guts-rh63eo {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.guts-kduv27 .guts-r2mhxb {
  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));
  }
}

.guts-kduv27 .guts-r2mhxb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.guts-kduv27 .guts-9akwbf {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.guts-eb3xio {
  border: unset;
  background-color: unset;
}

.guts-eb3xio tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.guts-eb3xio .guts-a79tyb,
.guts-eb3xio .guts-0ffge0 {
  flex: 0 1 330px;
}

.guts-eb3xio .guts-p03spe {
  flex: 1 1;
}

.guts-eb3xio tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.guts-eb3xio tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.guts-eb3xio tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.guts-eb3xio tr td p {
  color: #fff;
  margin: 0;
}

.guts-eb3xio tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.guts-eb3xio tr.guts-a79tyb td p {
  padding: 16px 0;
}

.guts-eb3xio tr.guts-a79tyb td p:not(:last-child),
.guts-eb3xio tr.guts-0ffge0 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.guts-eb3xio tr.guts-a79tyb td p:first-child,
.guts-eb3xio tr.guts-0ffge0 td p:first-child {
  padding-top: 0;
}

.guts-eb3xio tr.guts-0ffge0 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.guts-eb3xio tr.guts-0ffge0 td p:last-child {
  padding-bottom: 0;
}

.guts-eb3xio .guts-0ffge0 img {
  max-width: 32px;
}

.guts-eb3xio .guts-p03spe {
  min-width: 718px;
}

.guts-eb3xio .guts-p03spe td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.guts-eb3xio .guts-p03spe td {
  display: flex;
}

.guts-eb3xio .guts-p03spe td:last-child .guts-7zahme,
.guts-eb3xio .guts-p03spe td:last-child .guts-3fc4h9,
.guts-eb3xio .guts-p03spe td:last-child .guts-sna7r2 {
  flex: 1 1 50%;
}

.guts-eb3xio .guts-p03spe td:last-child .guts-ul7tu2 {
  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;
}

.guts-eb3xio .guts-p03spe td:last-child .guts-lvku03,
.guts-eb3xio .guts-p03spe td:last-child .guts-j3zm0s {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.guts-eb3xio .guts-p03spe td:last-child .guts-7zahme,
.guts-eb3xio .guts-p03spe td:last-child .guts-3fc4h9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.guts-eb3xio .guts-p03spe td:last-child .guts-7zahme span,
.guts-eb3xio .guts-p03spe td:last-child .guts-3fc4h9 span {
  font-weight: 800;
}

.guts-eb3xio .guts-p03spe img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .guts-eb3xio .guts-p03spe td .guts-sna7r2:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .guts-eb3xio tr.guts-a79tyb td p:last-child {
    padding-bottom: 0;
  }
  .guts-eb3xio .guts-0ffge0 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .guts-eb3xio .guts-0ffge0 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .guts-eb3xio tr.guts-a79tyb td p:not(:last-child),
  .guts-eb3xio tr.guts-0ffge0 td p:not(:last-child) {
    border-bottom: unset;
  }
  .guts-eb3xio tr.guts-0ffge0 td p:last-child {
    padding-bottom: 12px;
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-7zahme,
  .guts-eb3xio .guts-p03spe td:last-child .guts-3fc4h9,
  .guts-eb3xio .guts-p03spe td:last-child .guts-sna7r2 {
    flex: 1 1 50%;
    padding: 0;
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-7zahme,
  .guts-eb3xio .guts-p03spe td:last-child .guts-3fc4h9 {
    margin-top: 16px;
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-sna7r2 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-7zahme {
    border-right: 1px solid var(--border-color);
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-sna7r2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .guts-eb3xio .guts-p03spe td:last-child .guts-sna7r2:last-child {
    padding-bottom: 0;
  }
}

.guts-sna7r2 {
  display: flex;
  flex-direction: column;
}

.guts-eb3xio .guts-p03spe td .guts-sna7r2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.guts-eb3xio .guts-p03spe td .guts-sna7r2:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.guts-eb3xio .guts-p03spe td .guts-sna7r2:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .guts-eb3xio .guts-p03spe td .guts-sna7r2:not(:first-child) {
    padding-left: 0;
  }
  .guts-eb3xio .guts-p03spe td .guts-sna7r2:not(:last-of-type) {
    border-right: unset;
  }
}

.guts-eb3xio .guts-ek6kv9 {
  flex: 0 1 485px;
}

.guts-eb3xio .guts-8z279z {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.guts-eb3xio .guts-8z279z li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.guts-eb3xio .guts-8z279z li.guts-94gur0 {
  padding: 6px 12px;
}

.guts-eb3xio .guts-8z279z li a,
.guts-eb3xio .guts-8z279z 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;
}

.guts-eb3xio .guts-ykrrtq,
.guts-eb3xio .guts-w7zve6 {
  flex: 1 1;
}

.guts-eb3xio .guts-wrd7zk,
.guts-eb3xio .guts-f07oix {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.guts-eb3xio .guts-wrd7zk li,
.guts-eb3xio .guts-f07oix li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.guts-eb3xio .guts-w7zve6 img {
  max-width: 32px;
}

.guts-eb3xio .guts-ykrrtq img {
  max-width: 32px;
}

.guts-eb3xio .guts-4an9ac {
  min-width: 280px;
}

.guts-eb3xio .guts-4an9ac img {
  max-width: 146px;
}

.guts-eb3xio .guts-4an9ac td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .guts-eb3xio .guts-a79tyb,
  .guts-eb3xio .guts-0ffge0 {
    flex: 0 1 auto;
  }
  .guts-eb3xio .guts-p03spe {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .guts-eb3xio .guts-a79tyb,
  .guts-eb3xio .guts-ek6kv9,
  .guts-eb3xio .guts-0ffge0,
  .guts-eb3xio .guts-p03spe {
    flex: 1 1 calc(50% - 20px);
  }
  .guts-eb3xio .guts-ykrrtq,
  .guts-eb3xio .guts-4an9ac,
  .guts-eb3xio .guts-w7zve6 {
    flex: 1 1 30%;
  }
  .guts-eb3xio .guts-4an9ac {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .guts-eb3xio .guts-a79tyb,
  .guts-eb3xio .guts-ek6kv9,
  .guts-eb3xio .guts-ykrrtq,
  .guts-eb3xio .guts-0ffge0,
  .guts-eb3xio .guts-p03spe,
  .guts-eb3xio .guts-4an9ac,
  .guts-eb3xio .guts-w7zve6 {
    flex: 1 1 100%;
  }
}

.guts-e4irpe .guts-sv6ocm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guts-e4irpe .guts-kek6z0 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.guts-e4irpe .guts-sk0ytb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.guts-e4irpe .guts-tw7zge {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.guts-e4irpe .guts-tw7zge > :nth-child(3) {
  margin-top: 0;
}

.guts-e4irpe .guts-84c8qj {
  grid-column: 2/3;
  grid-row: 1/10;
}

.guts-e4irpe .guts-jy60a1 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.guts-e4irpe .guts-fc9fe7 {
  grid-column: 1/2;
}

.guts-e4irpe > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.guts-e4irpe .guts-kek6z0: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;
}

.guts-e4irpe .guts-kek6z0:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.guts-e4irpe .guts-68e1zb {
  min-width: 240px;
}

@media (max-width: 768px) {
  .guts-e4irpe .guts-kek6z0:not(:last-child):before {
    bottom: 8px;
  }
  .guts-e4irpe .guts-kek6z0:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .guts-e4irpe .guts-tw7zge {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .guts-e4irpe .guts-84c8qj {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .guts-e4irpe .guts-84c8qj img {
    width: 100%;
    height: auto;
  }
  .guts-e4irpe .guts-68e1zb {
    width: 100%;
    min-width: unset;
  }
}

.guts-55yjiq .guts-potdus {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.guts-55yjiq .guts-sc7py4 {
  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;
}

.guts-55yjiq .guts-84c8qj {
  height: 100%;
}

.guts-55yjiq .guts-84c8qj img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.guts-55yjiq .guts-m0qrjx {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.guts-55yjiq .guts-doaynm {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.guts-55yjiq .guts-gp6oh8 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .guts-55yjiq .guts-sc7py4 {
    flex: 1 1 100%;
  }
  .guts-55yjiq .guts-x344gb {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .guts-55yjiq .guts-sc7py4 {
    flex-direction: column;
  }
  .guts-55yjiq .guts-84c8qj {
    width: 100%;
    height: auto;
  }
  .guts-55yjiq .guts-84c8qj img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .guts-55yjiq .guts-m0qrjx {
    padding: 0 16px 16px 16px;
  }
  .guts-55yjiq .guts-x344gb {
    min-width: unset;
    width: 100%;
  }
}

.guts-5rtb7t .guts-4405e6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.guts-5rtb7t .guts-z1ccwg {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.guts-5rtb7t 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;
}

.guts-5rtb7t .guts-xrgyax {
  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;
}

.guts-5rtb7t .guts-z1ccwg:hover .guts-xrgyax {
  display: flex;
}

.guts-5rtb7t .guts-fu2edl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.guts-5rtb7t .guts-q8hnmt {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.guts-g778fc {
  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;
}

.guts-g778fc.guts-nc1hsp {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.guts-9bnnrk ease-in-out;
}

.guts-g778fc.guts-nc1hsp:hover {
  color: #f9cb16;
  background-color: transparent;
}

.guts-5rtb7t .guts-v96qbo {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.guts-9bnnrk ease-in-out;
}

.guts-5rtb7t .guts-v96qbo:hover {
  color: #196948;
  background-color: #f9cb16;
}

.guts-5rtb7t .guts-v96qbo:after,
.guts-g778fc.guts-nc1hsp:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.guts-g778fc.guts-nc1hsp:after {
  background-image: url(../images/Cash.svg);
}

.guts-5rtb7t .guts-v96qbo:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .guts-5rtb7t .guts-4405e6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .guts-5rtb7t .guts-4405e6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .guts-5rtb7t .guts-4405e6 {
    grid-template-columns: 1fr;
  }
  .guts-5rtb7t .guts-z1ccwg {
    height: auto;
  }
  .guts-5rtb7t .guts-z1ccwg .guts-xrgyax {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .guts-5rtb7t .guts-fu2edl,
  .guts-5rtb7t .guts-q8hnmt {
    text-align: left;
  }
  .guts-5rtb7t .guts-q8hnmt {
    margin-bottom: 8px;
  }
  .guts-5rtb7t img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.guts-jml788 {
  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;
}

.guts-jml788.guts-o5p1v7 {
  display: block;
}

.guts-jml788 .guts-twxyhz {
  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;
}

.guts-jml788 .guts-rg6ze5 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.guts-jml788 .guts-9qd57b {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.guts-jml788 .guts-3p9q4k {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.guts-jml788 .guts-g778fc {
  min-width: 296px;
  margin-bottom: 0;
}

.guts-jml788 .guts-8hoqb4 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.guts-jml788 .guts-s6w9w0 {
  position: relative;
  flex: 1 1;
}

.guts-jml788 .guts-s6w9w0 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .guts-jml788 .guts-rg6ze5 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .guts-jml788 .guts-9qd57b {
    order: 1;
  }
  .guts-jml788 .guts-3p9q4k {
    order: 3;
    flex: 1 1 100%;
  }
  .guts-jml788 .guts-g778fc {
    width: 100%;
    min-width: unset;
  }
  .guts-jml788 .guts-8hoqb4 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .guts-dzjj5t > .guts-zcp3dp {
    margin-bottom: 0;
  }
  .guts-dzjj5t > .guts-fc9fe7,
  .guts-dzjj5t > p {
    margin-top: 0;
  }
}

.guts-zk2nwv img,
.guts-8zhvme img {
  width: auto;
  object-fit: contain;
}

.guts-zk2nwv {
  align-items: center;
}

.guts-zk2nwv img {
  max-height: 76px;
}

.guts-8zhvme img {
  max-height: 64px;
}

.guts-x6wm1o {
  overflow: auto;
}

.guts-zdxyj8 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.guts-n8gptm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.guts-0k1xmk {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.guts-npv3al {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.guts-0k1xmk .guts-84c8qj {
  margin-right: 20px;
  flex-shrink: 0;
}

.guts-0k1xmk img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.guts-vrhgx8 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.guts-vrhgx8 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .guts-0k1xmk {
    padding: 15px 10px;
  }
  .guts-vrhgx8 {
    padding: 15px 10px;
  }
  .guts-0k1xmk .guts-84c8qj {
    margin-right: 10px;
  }
}

.guts-krjtab {
  overflow-x: auto;
}

.guts-oeb3f7 {
  border-collapse: collapse;
  width: 100%;
}

.guts-krjtab th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.guts-krjtab td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.guts-krjtab td.guts-22esem {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.guts-krjtab td.guts-aaax2e {
  border-right: none;
}

.guts-krjtab td.guts-aaax2e .guts-84c8qj {
  justify-content: flex-start;
}

.guts-krjtab td.guts-aaax2e .guts-84c8qj img {
  height: auto;
  width: 90px;
}

.guts-krjtab td.guts-v678h1,
.guts-krjtab td.guts-5y5msc {
  font-weight: 600;
  text-align: right;
}

.guts-krjtab td.guts-f1espv,
.guts-krjtab td.guts-v678h1 {
  padding-bottom: 10px;
  border-bottom: none;
}

.guts-krjtab td.guts-v678h1,
.guts-krjtab td.guts-5y5msc {
  border-left: none;
}

.guts-krjtab td.guts-f1espv,
.guts-krjtab td.guts-ymwqdv {
  border-right: none;
}

.guts-krjtab td.guts-ymwqdv,
.guts-krjtab td.guts-5y5msc {
  border-top: none;
  padding-top: 10px;
}

.guts-ktgzbw {
  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;
}

.guts-ktgzbw .guts-x344gb {
  min-width: unset;
  width: 100%;
}

.guts-ktgzbw .guts-x344gb.guts-1pp1ma {
  grid-column: 1/2;
  grid-row: 1/2;
}

.guts-ktgzbw .guts-x344gb.guts-yf8fx0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.guts-ktgzbw .guts-rfabgy {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .guts-ktgzbw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .guts-ktgzbw .guts-x344gb.guts-1pp1ma {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .guts-ktgzbw .guts-x344gb.guts-yf8fx0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .guts-ktgzbw .guts-rfabgy {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.guts-bkt6ih {
  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;
}

.guts-4k8zc7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.guts-cce65l p a img {
  margin: 0 auto;
  display: block;
}

.guts-cce65l table {
  margin-bottom: 17px;
}

/* contanct form */
.guts-8thifr {
  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;
}

.guts-8thifr label {
  font-size: 14px;
}

.guts-8thifr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.guts-8thifr input,
.guts-8thifr textarea,
.guts-8thifr 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;
}
.guts-8thifr button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.guts-9bnnrk ease;
}
.guts-8thifr button:hover {
  background-color: #691204;
}
.guts-l9bugu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.guts-3umowd ease-in;
}

.guts-l9bugu 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;
}
.guts-i8wfvp, .guts-3670fi, [class*="review-card"],
thead, thead th, table th, .guts-guhmaq,
.guts-hc869q, [class*="collapsible-header"],
.guts-uzd2x6, [class*="updated-block"] {
  color: #ece7dc !important;
}
