@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);
}

.gw-nf6pdk {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gw-axc165 {
  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.gw-b8owr6,
ul.gw-b8owr6 {
  padding-left: 20px;
}

ul.gw-b8owr6 {
  list-style: disc;
}

ol.gw-b8owr6 {
  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;
  }
}

.gw-tzw3m6 > .gw-86zgfj,
.gw-tzw3m6 > .gw-sgticv,
.gw-tzw3m6 > blockquote,
.gw-tzw3m6 > h1,
.gw-tzw3m6 > h2,
.gw-tzw3m6 > h3,
.gw-tzw3m6 > h4,
.gw-tzw3m6 > h5,
.gw-tzw3m6 > h6,
.gw-tzw3m6 > ol,
.gw-tzw3m6 > p,
.gw-tzw3m6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gw-tzw3m6 > ol,
.gw-tzw3m6 > ul {
  padding-left: 50px;
}

.gw-tzw3m6 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;
}

.gw-tzw3m6:not(:last-child) {
  margin-bottom: 2rem;
}

.gw-tzw3m6 > :not(:first-child) {
  margin-top: 2rem;
}

.gw-tzw3m6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gw-tzw3m6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .gw-tzw3m6:first-child {
    margin-top: 20px;
  }
}

.gw-tzw3m6 > p:last-of-type {
  margin-bottom: 32px;
}

.gw-tzw3m6 > .gw-x0grgy:not(:first-child) {
  margin: 64px auto 16px auto;
}

.gw-gnyxnz > .gw-x0grgy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gw-sgticv {
  overflow: auto;
}

.gw-sgticv::-webkit-scrollbar {
  height: 5px;
}

.gw-sgticv table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.gw-sgticv table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.gw-sgticv table thead,
table thead {
  border-bottom: none;
}

.gw-sgticv table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.gw-sgticv table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gw-sgticv table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.gw-sgticv .gw-ia7w86 {
  table-layout: auto;
}

.gw-sgticv .gw-ia7w86 th {
  word-break: normal;
}

.gw-sgticv .gw-ia7w86 td {
  word-break: normal;
}

.gw-nf6pdk .gw-nf6pdk {
  padding-right: 0;
  padding-left: 0;
}

.gw-01u8jn {
  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;
}

.gw-y3kw9y {
  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;
}

.gw-50hmzo {
  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;
}

.gw-86zgfj {
  margin-top: 24px;
}

.gw-86zgfj.gw-iq2brk {
  text-align: left;
}

.gw-86zgfj.gw-lzdi0r {
  text-align: right;
}

.gw-86zgfj.gw-jz5mov {
  text-align: center;
}

.gw-d6ik2e {
  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.gw-cc89ns ease-in-out;
  cursor: pointer;
}

.gw-d6ik2e:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.gw-d6ik2e {
  min-width: 328px;
}

@media (max-width: 768px) {
  .gw-d6ik2e {
    min-width: unset;
  }
}

.gw-p7u9d8 {
  background-color: var(--fh-bg-color);
}

.gw-tkps8b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.gw-tbeg1r {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.gw-tbeg1r img {
  max-height: 80px;
  object-fit: contain;
}

.gw-hkj9o1 {
  flex: 1 1;
}

.gw-j4hh5j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.gw-ens5jd {
  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;
}

.gw-ens5jd 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;
}

.gw-ens5jd.gw-1got9c span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.gw-ens5jd.gw-1got9c span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.gw-ens5jd.gw-1got9c span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.gw-hkj9o1 + .gw-j4hh5j {
  margin-left: 20px;
}

.gw-q8cwzd {
  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;
}

.gw-q8cwzd > svg {
  max-width: 24px;
  max-height: 24px;
}

.gw-q8cwzd + .gw-q8cwzd {
  margin-left: 5px;
}

.gw-fhanvp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.gw-fhanvp:hover {
  background-color: var(--button-bg-hover);
}

.gw-5xvsoy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.gw-cc89ns ease-in-out;
  border: 1px solid var(--border-color);
}

.gw-5xvsoy:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.gw-cenu44 {
  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) {
  .gw-hkj9o1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .gw-cenu44 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .gw-hkj9o1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .gw-q8cwzd {
    min-width: unset;
    flex: 1 1;
  }
}

.gw-459eo5 {
  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;
}

.gw-459eo5:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gw-459eo5:hover .gw-t75xve {
  opacity: 1;
  pointer-events: auto;
}

.gw-tqq90e {
  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.gw-rbb1zx ease-in-out;
  gap: 4px;
}

.gw-tqq90e > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gw-tqq90e .gw-01u8jn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gw-g3ev8s,
.gw-tqq90e:hover {
  color: var(--button-bg-hover);
}

.gw-pchz7q {
  position: relative;
}

.gw-pchz7q .gw-tqq90e {
  margin-right: 0;
  padding-right: 4px;
}

.gw-0o0yod svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gw-pchz7q.gw-1got9c .gw-0o0yod svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.gw-pchz7q.gw-1got9c .gw-t75xve {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.gw-pchz7q.gw-1got9c .gw-t75xve::before {
  display: none;
}

.gw-0o0yod svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.gw-t75xve {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.gw-aw4psb 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.gw-t75xve::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.gw-t75xve:hover {
  color: var(--fh-bg-color);
}

.gw-a44hjn {
  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.gw-aw4psb 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.gw-rbb1zx ease-in-out;
  -o-transition: 0.gw-rbb1zx ease-in-out;
  transition: 0.gw-rbb1zx ease-in-out;
}

.gw-a44hjn .gw-01u8jn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gw-bez7ly,
.gw-a44hjn:hover {
  color: var(--button-bg-hover);
}

.gw-nwcdug {
  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%;
}

.gw-nwcdug.gw-9ceum7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.gw-nwcdug.gw-9ceum7:after,
.gw-nwcdug.gw-9ceum7:before {
  content: "";
  position: absolute;
  margin: auto;
}

.gw-nwcdug.gw-9ceum7: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);
  }
}

.gw-nwcdug.gw-9ceum7:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.gw-nwcdug.gw-9ceum7 > * {
  z-index: 1;
}

.gw-nwcdug b,
.gw-nwcdug strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.gw-nwcdug .gw-jwdfgx {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.gw-nwcdug .gw-gmd4yq {
  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;
}

.gw-nwcdug .gw-01u8jn {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.gw-nwcdug .gw-f9a7zz {
  margin-top: 12px;
}

.gw-f9a7zz {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.gw-7wct1z {
  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;
}

.gw-f9a7zz .gw-9iup6b {
  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.gw-cc89ns ease-in-out;
}

.gw-f9a7zz .gw-9iup6b:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gw-e3cmc0 {
  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;
}

.gw-nwcdug.gw-lpfclx {
  gap: 12px;
  padding: 16px;
}

.gw-nwcdug.gw-lpfclx .gw-e3cmc0 {
  min-width: 240px;
}

.gw-nwcdug.gw-lpfclx .gw-e3cmc0.gw-9h9p3b {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .gw-nwcdug .gw-jwdfgx {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gw-nwcdug .gw-gmd4yq {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gw-nwcdug .gw-01u8jn {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .gw-nwcdug.gw-lpfclx .gw-01u8jn {
    max-width: 126px;
  }
  .gw-nwcdug .gw-f9a7zz {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .gw-nwcdug .gw-7wct1z {
    max-width: unset;
  }
  .gw-e3cmc0 {
    min-width: unset;
    width: 100%;
  }
  .gw-nwcdug .gw-e3cmc0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .gw-nwcdug.gw-lpfclx {
    grid-template-rows: auto 1fr auto;
  }
  .gw-nwcdug.gw-lpfclx .gw-e3cmc0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .gw-nwcdug {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .gw-nwcdug .gw-jwdfgx {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .gw-nwcdug .gw-01u8jn {
    max-width: 78px;
  }
  .gw-nwcdug .gw-f9a7zz {
    margin-top: -12px;
  }
  .gw-nwcdug.gw-lpfclx {
    gap: 8px;
  }
  .gw-nwcdug.gw-lpfclx .gw-jwdfgx {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gw-nwcdug.gw-lpfclx .gw-gmd4yq {
    grid-column: 1/3;
  }
  .gw-nwcdug.gw-lpfclx .gw-01u8jn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .gw-nwcdug.gw-lpfclx .gw-01u8jn img {
    max-width: 114px;
  }
}

.gw-e3cmc0.gw-53l05a,
.gw-e3cmc0.gw-3lmwpa,
.gw-e3cmc0.gw-85uofo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.gw-cc89ns ease-in-out;
}

.gw-e3cmc0.gw-53l05a,
.gw-e3cmc0.gw-85uofo {
  padding: 10px;
}

.gw-e3cmc0.gw-53l05a:hover,
.gw-e3cmc0.gw-3lmwpa:hover,
.gw-e3cmc0.gw-85uofo:hover {
  background: var(--button-bg-hover);
}

.gw-e3cmc0.gw-53l05a:hover svg path,
.gw-e3cmc0.gw-85uofo:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.gw-e3cmc0.gw-9h9p3b {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.gw-cc89ns ease-in-out;
  background: var(--button-bg-color);
}

.gw-e3cmc0.gw-9h9p3b:hover {
  background-color: var(--button-bg-hover);
}

.gw-e3cmc0.gw-3lmwpa: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);
  }
}

.gw-e3cmc0.gw-3lmwpa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gw-e3cmc0.gw-9h9p3b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gw-e96r1b {
  max-width: 650px;
}

.gw-a67hbb {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.gw-mleuwd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gw-yh21wt {
  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.gw-rbb1zx ease-in-out;
  cursor: pointer;
}

.gw-yh21wt:hover {
  opacity: 0.5;
}

.gw-yh21wt:focus {
  outline: 0;
}

.gw-yh21wt:focus .gw-zf5hnv,
.gw-yh21wt:hover .gw-zf5hnv {
  fill: red;
  fill-opacity: 1;
}

.gw-yh21wt:hover {
  cursor: pointer;
}

.gw-45r0wr {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.gw-e96r1b.gw-jz5mov {
  margin: 0 auto;
}

.gw-e96r1b.gw-lzdi0r {
  margin-left: auto;
}

.gw-ld77dd {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.gw-8f8c0j {
  padding-bottom: 50px;
}

.gw-5poor2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.gw-ijlckh {
  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;
}

.gw-yu9nmn {
  margin-top: 24px;
}

.gw-nctbks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gw-zk2tpj {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.gw-h44pep {
  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;
}

.gw-tphrhc {
  width: 468px;
}

.gw-h44pep .gw-t75xve {
  margin: 0.gw-04pv1h 0;
}

.gw-gn0ltw {
  display: flex;
  min-width: 224px;
}

.gw-xyznh8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.gw-rbb1zx ease-in-out;
}

.gw-p7t206,
.gw-xyznh8:hover {
  color: var(--text-color);
}

.gw-i2a2lr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.gw-7zrs2w {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .gw-ld77dd {
    padding: 16px;
  }
  .gw-i2a2lr {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .gw-7zrs2w {
    align-items: center;
  }
  .gw-tphrhc {
    width: unset;
  }
  .gw-gn0ltw {
    min-width: unset;
  }
  .gw-h44pep {
    max-height: unset;
  }
  .gw-5poor2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gw-ld77dd {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.gw-xytasx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gw-xytasx:not(:last-child) {
  margin-bottom: 16px;
}

.gw-nkgmvx {
  outline: 0;
}

.gw-nkgmvx .gw-0pit3c {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.gw-arnb20 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .gw-arnb20 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.gw-arnb20::-webkit-details-marker {
  display: none;
}

.gw-arnb20: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;
}

.gw-arnb20: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] .gw-arnb20:after {
  transform: unset;
}

.gw-0pit3c {
  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);
}

.gw-0pit3c 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.gw-rbb1zx ease-in-out;
  -o-transition: 0.gw-rbb1zx ease-in-out;
  transition: 0.gw-rbb1zx ease-in-out;
}

.gw-tdiv4s {
  padding: 16px 0 0 0;
}

.gw-tdiv4s * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .gw-tdiv4s :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gw-arnb20 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .gw-arnb20::after {
    margin-left: auto;
  }
  .gw-0pit3c {
    order: 3;
    flex: 1 1 100%;
  }
  .gw-arnb20 {
    font-size: 14px;
    line-height: 130%;
  }
  .gw-0pit3c svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.gw-v850o7 {
  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;
}

.gw-4iguqt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.gw-v850o7.gw-1got9c .gw-4iguqt {
  margin-bottom: 12px;
}

.gw-4iguqt::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;
}

.gw-v850o7.gw-1got9c .gw-4iguqt::after {
  transform: unset;
}

.gw-9ff9aj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.gw-vkkyh6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.gw-rbb1zx ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.gw-vkkyh6: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;
}

.gw-v850o7.gw-1got9c .gw-9ff9aj {
  max-height: 100%;
}

.gw-rl94qx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.gw-t8mn8p {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.gw-kgxxj3 {
  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;
}

.gw-betk4c {
  margin-right: 4px;
}

.gw-1wy95c {
  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.gw-rbb1zx ease-in-out;
}

.gw-1wy95c svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.gw-yzv2i7,
.gw-1wy95c:hover {
  color: var(--text-color);
}

.gw-9efzuu {
  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;
}

.gw-9efzuu img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.gw-9efzuu .gw-t1pmmy {
  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;
}

.gw-9efzuu .gw-l8wmwn {
  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;
}

.gw-8yr1gc {
  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;
}

.gw-1barnx {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gw-4h3sq3 .gw-nf6pdk {
  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;
}

.gw-4h3sq3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.gw-9g9n1n {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.gw-b3lc3y {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.gw-1yqrt3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.gw-nsu91t 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;
}

.gw-1yqrt3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gw-wb1ooe {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.gw-zs7a1d {
  -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.gw-rbb1zx ease-in-out;
  transition: transform 0.gw-rbb1zx ease-in-out;
  -o-transition: transform 0.gw-rbb1zx ease-in-out;
  transition:
    transform 0.gw-rbb1zx ease-in-out,
    -webkit-transform 0.gw-rbb1zx ease-in-out;
  cursor: pointer;
}

.gw-zs7a1d svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.gw-zs7a1d: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;
}

.gw-vs5cou {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .gw-vs5cou {
    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);
}

.gw-lw6m9v {
  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;
}

.gw-8syrdf {
  position: relative;
  width: 100%;
}

.gw-lw6m9v.gw-5ciu4a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gw-lw6m9v.gw-jz5mov {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gw-lw6m9v.gw-lzdi0r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gw-h8cr9l {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.gw-u47z8b {
  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.gw-rbb1zx ease-in-out;
  cursor: pointer;
}

.gw-u47z8b:hover {
  opacity: 0.5;
}

.gw-lw6m9v.gw-0i3kir .gw-u47z8b {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gw-lw6m9v.gw-0i3kir .gw-h8cr9l {
  cursor: pointer;
}

.gw-fcwqy4 {
  fill: #0009;
}

.gw-32x7u2 {
  fill: #fff;
}

.gw-u47z8b:hover .gw-fcwqy4 {
  fill: red;
}

.gw-u47z8b svg path {
  -webkit-transition: 0.gw-rbb1zx ease-in-out;
  -o-transition: 0.gw-rbb1zx ease-in-out;
  transition: 0.gw-rbb1zx ease-in-out;
}

.gw-hr1vxc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gw-hr1vxc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.gw-hr1vxc.gw-8aqr57 > :not(.get-image) {
  grid-column: 1/3;
}

.gw-nl9i4e:not(._h1-block) .gw-hr1vxc > .gw-x0grgy {
  grid-row: 1/2;
  grid-column: 1/3;
}

.gw-hr1vxc.gw-8aqr57 .gw-pfcrl7 {
  grid-column: 2/3;
}

.gw-hr1vxc.gw-8aqr57 > .gw-01u8jn {
  grid-column: 1/2;
}

.gw-hr1vxc.gw-8aqr57 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.gw-hr1vxc > p:first-of-type {
  margin-top: 0;
}

.gw-hr1vxc .gw-01u8jn {
  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;
}

.gw-nl9i4e:not(._h1-block) .gw-x0grgy ~ .gw-01u8jn {
  grid-row: 2/10;
}

.gw-nl9i4e.gw-79rqzg .gw-x0grgy ~ .gw-01u8jn {
  grid-row: 1/10;
}

.gw-nl9i4e.gw-79rqzg > .gw-x0grgy {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.gw-nl9i4e.gw-79rqzg .gw-01u8jn {
  grid-row: 1/10;
}

.gw-hr1vxc.gw-dssqyp .gw-01u8jn {
  align-items: flex-start;
}

.gw-hr1vxc.gw-jz5mov .gw-pfcrl7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.gw-hr1vxc.gw-jz5mov .gw-01u8jn {
  align-items: center;
}

.gw-hr1vxc.gw-8mrsjs .gw-01u8jn {
  align-items: flex-end;
}

.gw-pfcrl7 > :first-child {
  margin-top: 0;
}

.gw-pfcrl7 > :last-child {
  margin-bottom: 0;
}

* + .gw-tr6mou,
.gw-nl9i4e + .gw-nl9i4e {
  margin-top: 2rem;
}

.gw-f8d1gi td::before,
.gw-f8d1gi th::after {
  display: none !important;
}

.gw-f8d1gi #link-selector {
  color: #000;
}

.gw-f8d1gi .gw-p04kjv {
  color: #135e96;
}

.gw-f8d1gi .gw-zdyglx *,
.gw-f8d1gi .gw-3rhsio p,
.gw-f8d1gi .gw-hfplgp * {
  color: #000;
}

.gw-f8d1gi .gw-cley0i {
  background: 0 0 !important;
}

.gw-f8d1gi .gw-prdtwe {
  color: #000;
}

.gw-f8d1gi .gw-4oth4n.gw-0y804x {
  color: #fff;
}

.gw-f8d1gi .gw-ijfxqx {
  color: #000;
}

.gw-f8d1gi
  .gw-01zg7e
  .gw-3ehuz6.gw-0y804x.gw-at8am5 {
  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;
}

.gw-0byiy5,
body .gw-jtv2fd {
  color: #000;
  background: var(--color-body) !important;
}

.gw-0byiy5 .gw-1udlbs .gw-q5tnja,
body .gw-jtv2fd .gw-1udlbs .gw-q5tnja {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gw-vkkyh6:focus,
  .gw-vkkyh6:hover {
    color: #f9cb16;
  }
  .gw-4h4c1n:focus,
  .gw-4h4c1n:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gw-hwb2z2:focus img,
  .gw-hwb2z2:focus svg,
  .gw-hwb2z2:hover img,
  .gw-hwb2z2:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .gw-9efzuu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gw-pchz7q:hover .gw-0o0yod svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .gw-0o0yod {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .gw-hzahl6 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .gw-5r6yox {
    grid-template-columns: repeat(4, 1fr);
  }
  .gw-tmbdyw {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .gw-ciymwt .gw-s8fueu {
    grid-template-columns: 1fr;
  }
  .gw-ciymwt .gw-j91cg9 {
    -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;
  }
  .gw-ciymwt .gw-s0avyw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gw-ciymwt .gw-vujd9g {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gw-ciymwt .gw-no4uar {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .gw-ciymwt .gw-s0avyw:not(:first-child) {
    border: none;
  }
  .gw-ciymwt .gw-s0avyw:first-child .gw-vujd9g {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .gw-ciymwt .gw-s0avyw:last-child .gw-vujd9g {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .gw-tkps8b {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .gw-tbeg1r {
    max-width: 100px;
  }
  .gw-hkj9o1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .gw-j4hh5j {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .gw-j4hh5j svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .gw-ens5jd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .gw-hkj9o1 + .gw-j4hh5j {
    margin-left: auto;
  }
  .gw-6t9qy4 {
    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;
  }
  .gw-6t9qy4.gw-1got9c {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .gw-cenu44 {
    -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;
  }
  .gw-459eo5 {
    width: 100%;
  }
  .gw-459eo5:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .gw-tqq90e {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .gw-tqq90e svg {
    margin-right: 4px;
  }
  .gw-pchz7q {
    -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;
  }
  .gw-0o0yod svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .gw-0o0yod {
    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;
  }
  .gw-t75xve {
    display: none;
    width: 100%;
  }
  .gw-pchz7q.gw-1got9c .gw-t75xve {
    padding: 0 0 0 48px;
  }
  .gw-a44hjn {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .gw-ijlckh .gw-01u8jn {
    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;
  }
  .gw-vqwaon {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gw-vqwaon + .gw-vqwaon {
    margin-right: 0;
  }
  .gw-vqwaon + .gw-01u8jn {
    margin: 0;
  }
  .gw-hzahl6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gw-5r6yox {
    grid-template-columns: repeat(3, 1fr);
  }
  .gw-bujxj2,
  .gw-nj89ov {
    grid-template-columns: repeat(2, 1fr);
  }
  .gw-hr1vxc {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gw-hr1vxc.gw-8aqr57 .gw-pfcrl7 {
    grid-column: auto;
    grid-row: auto;
  }
  .gw-hr1vxc > .gw-x0grgy {
    grid-column: 1/2;
  }
  .gw-hr1vxc.gw-8aqr57 > :not(.get-image) {
    grid-column: 1/2;
  }
  .gw-hr1vxc .gw-01u8jn,
  .gw-hr1vxc.gw-8aqr57 > .gw-01u8jn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gw-hr1vxc.gw-8aqr57 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .gw-nl9i4e.gw-79rqzg .gw-hr1vxc > .gw-01u8jn {
    grid-row: 1/2;
  }
  .gw-hr1vxc .gw-x0grgy ~ .gw-01u8jn,
  .gw-hr1vxc.gw-8aqr57 .gw-x0grgy ~ .gw-01u8jn {
    grid-row: 2/3;
  }
  .gw-nl9i4e.gw-79rqzg .gw-x0grgy ~ .gw-01u8jn {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .gw-tzw3m6:first-child .gw-sbfxsk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gw-tzw3m6:first-child .gw-sbfxsk h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .gw-tzw3m6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gw-tzw3m6 {
    padding: 0;
  }
  .gw-86zgfj {
    margin-top: 1rem;
  }
  .gw-nkgmvx {
    border-radius: 5px;
  }
  .gw-wz9h5r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gw-4iguqt::after {
    display: inline-block;
  }
  .gw-4iguqt {
    margin: 0;
    width: 100%;
  }
  .gw-9ff9aj {
    width: 100%;
  }
  .gw-9ff9aj.gw-ggoiem {
    -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%;
  }
  .gw-9ff9aj.gw-ggoiem .gw-kcs34y {
    width: 100%;
  }
  .gw-9ff9aj.gw-ggoiem .gw-kcs34y:not(:last-child) {
    margin-right: 0;
  }
  .gw-vkkyh6 {
    width: 100%;
    text-align: center;
  }
  .gw-v850o7.gw-1got9c .gw-9ff9aj {
    margin-top: 1rem;
  }
  .gw-hzahl6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gw-tmbdyw,
  .gw-5r6yox {
    grid-template-columns: repeat(2, 1fr);
  }
  .gw-bujxj2,
  .gw-nj89ov,
  .gw-bq3r57 {
    grid-template-columns: 1fr;
  }
  .gw-ws7ayw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .gw-8s5kfo {
    min-width: 300px;
    max-width: 325px;
  }
  .gw-vujd9g {
    cursor: auto;
  }
  .gw-c2yrax .gw-vujd9g {
    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;
  }
  .gw-vs5cou {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .gw-t75xve {
    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) {
  .gw-vs5cou {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.gw-vqwaon p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .gw-j4hh5j {
    margin: 0 -0.2rem;
  }
  .gw-vqwaon {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gw-u1qdqx {
    -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;
  }
  .gw-q8i1ne {
    max-width: 100%;
  }
  .gw-hzahl6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gw-tmbdyw,
  .gw-5r6yox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .gw-tkps8b {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gw-j4hh5j {
    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;
  }
  .gw-p7u9d8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gw-q8cwzd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gw-h98wwu,
  .gw-t7z241 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .gw-d6ik2e {
    width: 100%;
  }
  .gw-hzahl6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .gw-vs5cou {
    top: 127px !important;
  }
}

.gw-tsh55m {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .gw-tsh55m {
  }
}

@media (max-width: 767px) {
  .gw-tsh55m {
    margin-bottom: 12px;
  }
}

.gw-tsh55m img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.gw-gzucyj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.gw-gzucyj > .gw-120lj6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .gw-gzucyj {
    flex-direction: column;
    gap: 12px;
  }
}

.gw-m1zx5w {
  display: flex;
}

.gw-m1zx5w .gw-ncrkv7 {
  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;
}

.gw-m1zx5w .gw-yo0908 {
  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;
}

.gw-m1zx5w .gw-o89a79 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.gw-m1zx5w .gw-9d2yxw {
  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));
  }
}

.gw-m1zx5w .gw-9d2yxw:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gw-m1zx5w .gw-0hin6w {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.gw-ly7azu {
  border: unset;
  background-color: unset;
}

.gw-ly7azu tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gw-ly7azu .gw-od4c0n,
.gw-ly7azu .gw-yvive4 {
  flex: 0 1 330px;
}

.gw-ly7azu .gw-8u6qdx {
  flex: 1 1;
}

.gw-ly7azu tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gw-ly7azu tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.gw-ly7azu tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gw-ly7azu tr td p {
  color: #fff;
  margin: 0;
}

.gw-ly7azu tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.gw-ly7azu tr.gw-od4c0n td p {
  padding: 16px 0;
}

.gw-ly7azu tr.gw-od4c0n td p:not(:last-child),
.gw-ly7azu tr.gw-yvive4 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gw-ly7azu tr.gw-od4c0n td p:first-child,
.gw-ly7azu tr.gw-yvive4 td p:first-child {
  padding-top: 0;
}

.gw-ly7azu tr.gw-yvive4 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gw-ly7azu tr.gw-yvive4 td p:last-child {
  padding-bottom: 0;
}

.gw-ly7azu .gw-yvive4 img {
  max-width: 32px;
}

.gw-ly7azu .gw-8u6qdx {
  min-width: 718px;
}

.gw-ly7azu .gw-8u6qdx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.gw-ly7azu .gw-8u6qdx td {
  display: flex;
}

.gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c,
.gw-ly7azu .gw-8u6qdx td:last-child .gw-gn9pe3,
.gw-ly7azu .gw-8u6qdx td:last-child .gw-5hxxbb {
  flex: 1 1 50%;
}

.gw-ly7azu .gw-8u6qdx td:last-child .gw-53d8jw {
  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;
}

.gw-ly7azu .gw-8u6qdx td:last-child .gw-lqpb02,
.gw-ly7azu .gw-8u6qdx td:last-child .gw-5cytl5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c,
.gw-ly7azu .gw-8u6qdx td:last-child .gw-gn9pe3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c span,
.gw-ly7azu .gw-8u6qdx td:last-child .gw-gn9pe3 span {
  font-weight: 800;
}

.gw-ly7azu .gw-8u6qdx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .gw-ly7azu .gw-8u6qdx td .gw-5hxxbb:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gw-ly7azu tr.gw-od4c0n td p:last-child {
    padding-bottom: 0;
  }
  .gw-ly7azu .gw-yvive4 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .gw-ly7azu .gw-yvive4 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .gw-ly7azu tr.gw-od4c0n td p:not(:last-child),
  .gw-ly7azu tr.gw-yvive4 td p:not(:last-child) {
    border-bottom: unset;
  }
  .gw-ly7azu tr.gw-yvive4 td p:last-child {
    padding-bottom: 12px;
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c,
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-gn9pe3,
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-5hxxbb {
    flex: 1 1 50%;
    padding: 0;
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c,
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-gn9pe3 {
    margin-top: 16px;
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-5hxxbb {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-b2xw7c {
    border-right: 1px solid var(--border-color);
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-5hxxbb:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .gw-ly7azu .gw-8u6qdx td:last-child .gw-5hxxbb:last-child {
    padding-bottom: 0;
  }
}

.gw-5hxxbb {
  display: flex;
  flex-direction: column;
}

.gw-ly7azu .gw-8u6qdx td .gw-5hxxbb {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.gw-ly7azu .gw-8u6qdx td .gw-5hxxbb:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.gw-ly7azu .gw-8u6qdx td .gw-5hxxbb:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .gw-ly7azu .gw-8u6qdx td .gw-5hxxbb:not(:first-child) {
    padding-left: 0;
  }
  .gw-ly7azu .gw-8u6qdx td .gw-5hxxbb:not(:last-of-type) {
    border-right: unset;
  }
}

.gw-ly7azu .gw-lo072z {
  flex: 0 1 485px;
}

.gw-ly7azu .gw-otr9aw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.gw-ly7azu .gw-otr9aw li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gw-ly7azu .gw-otr9aw li.gw-0osuw0 {
  padding: 6px 12px;
}

.gw-ly7azu .gw-otr9aw li a,
.gw-ly7azu .gw-otr9aw 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;
}

.gw-ly7azu .gw-mwrqlw,
.gw-ly7azu .gw-xc5i4a {
  flex: 1 1;
}

.gw-ly7azu .gw-bvw820,
.gw-ly7azu .gw-5j04m2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gw-ly7azu .gw-bvw820 li,
.gw-ly7azu .gw-5j04m2 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gw-ly7azu .gw-xc5i4a img {
  max-width: 32px;
}

.gw-ly7azu .gw-mwrqlw img {
  max-width: 32px;
}

.gw-ly7azu .gw-3cq5so {
  min-width: 280px;
}

.gw-ly7azu .gw-3cq5so img {
  max-width: 146px;
}

.gw-ly7azu .gw-3cq5so td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .gw-ly7azu .gw-od4c0n,
  .gw-ly7azu .gw-yvive4 {
    flex: 0 1 auto;
  }
  .gw-ly7azu .gw-8u6qdx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .gw-ly7azu .gw-od4c0n,
  .gw-ly7azu .gw-lo072z,
  .gw-ly7azu .gw-yvive4,
  .gw-ly7azu .gw-8u6qdx {
    flex: 1 1 calc(50% - 20px);
  }
  .gw-ly7azu .gw-mwrqlw,
  .gw-ly7azu .gw-3cq5so,
  .gw-ly7azu .gw-xc5i4a {
    flex: 1 1 30%;
  }
  .gw-ly7azu .gw-3cq5so {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .gw-ly7azu .gw-od4c0n,
  .gw-ly7azu .gw-lo072z,
  .gw-ly7azu .gw-mwrqlw,
  .gw-ly7azu .gw-yvive4,
  .gw-ly7azu .gw-8u6qdx,
  .gw-ly7azu .gw-3cq5so,
  .gw-ly7azu .gw-xc5i4a {
    flex: 1 1 100%;
  }
}

.gw-cqtfkh .gw-pdpbs4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gw-cqtfkh .gw-2e5t57 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.gw-cqtfkh .gw-43ko99 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.gw-cqtfkh .gw-zygq59 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.gw-cqtfkh .gw-zygq59 > :nth-child(3) {
  margin-top: 0;
}

.gw-cqtfkh .gw-01u8jn {
  grid-column: 2/3;
  grid-row: 1/10;
}

.gw-cqtfkh .gw-pf1c7b {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.gw-cqtfkh .gw-86zgfj {
  grid-column: 1/2;
}

.gw-cqtfkh > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.gw-cqtfkh .gw-2e5t57: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;
}

.gw-cqtfkh .gw-2e5t57:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.gw-cqtfkh .gw-d6ik2e {
  min-width: 240px;
}

@media (max-width: 768px) {
  .gw-cqtfkh .gw-2e5t57:not(:last-child):before {
    bottom: 8px;
  }
  .gw-cqtfkh .gw-2e5t57:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .gw-cqtfkh .gw-zygq59 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .gw-cqtfkh .gw-01u8jn {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .gw-cqtfkh .gw-01u8jn img {
    width: 100%;
    height: auto;
  }
  .gw-cqtfkh .gw-d6ik2e {
    width: 100%;
    min-width: unset;
  }
}

.gw-45c0jw .gw-9yl6qu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.gw-45c0jw .gw-fak0lu {
  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;
}

.gw-45c0jw .gw-01u8jn {
  height: 100%;
}

.gw-45c0jw .gw-01u8jn img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.gw-45c0jw .gw-ra9jzi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.gw-45c0jw .gw-zgct78 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.gw-45c0jw .gw-qh58iw {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .gw-45c0jw .gw-fak0lu {
    flex: 1 1 100%;
  }
  .gw-45c0jw .gw-e3cmc0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .gw-45c0jw .gw-fak0lu {
    flex-direction: column;
  }
  .gw-45c0jw .gw-01u8jn {
    width: 100%;
    height: auto;
  }
  .gw-45c0jw .gw-01u8jn img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .gw-45c0jw .gw-ra9jzi {
    padding: 0 16px 16px 16px;
  }
  .gw-45c0jw .gw-e3cmc0 {
    min-width: unset;
    width: 100%;
  }
}

.gw-o96eqe .gw-9cv3o1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.gw-o96eqe .gw-iwfo3c {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.gw-o96eqe 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;
}

.gw-o96eqe .gw-0r9qev {
  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;
}

.gw-o96eqe .gw-iwfo3c:hover .gw-0r9qev {
  display: flex;
}

.gw-o96eqe .gw-lparo0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gw-o96eqe .gw-4m8vcu {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.gw-a9pf77 {
  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;
}

.gw-a9pf77.gw-dygm2j {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.gw-cc89ns ease-in-out;
}

.gw-a9pf77.gw-dygm2j:hover {
  color: #f9cb16;
  background-color: transparent;
}

.gw-o96eqe .gw-esnp1y {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.gw-cc89ns ease-in-out;
}

.gw-o96eqe .gw-esnp1y:hover {
  color: #196948;
  background-color: #f9cb16;
}

.gw-o96eqe .gw-esnp1y:after,
.gw-a9pf77.gw-dygm2j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gw-a9pf77.gw-dygm2j:after {
  background-image: url(../images/Cash.svg);
}

.gw-o96eqe .gw-esnp1y:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .gw-o96eqe .gw-9cv3o1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .gw-o96eqe .gw-9cv3o1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gw-o96eqe .gw-9cv3o1 {
    grid-template-columns: 1fr;
  }
  .gw-o96eqe .gw-iwfo3c {
    height: auto;
  }
  .gw-o96eqe .gw-iwfo3c .gw-0r9qev {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .gw-o96eqe .gw-lparo0,
  .gw-o96eqe .gw-4m8vcu {
    text-align: left;
  }
  .gw-o96eqe .gw-4m8vcu {
    margin-bottom: 8px;
  }
  .gw-o96eqe img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.gw-0xocmv {
  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;
}

.gw-0xocmv.gw-0i3kir {
  display: block;
}

.gw-0xocmv .gw-tbrie1 {
  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;
}

.gw-0xocmv .gw-vr4oe0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.gw-0xocmv .gw-9m55np {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.gw-0xocmv .gw-cf2uwn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.gw-0xocmv .gw-a9pf77 {
  min-width: 296px;
  margin-bottom: 0;
}

.gw-0xocmv .gw-tm96jb {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gw-0xocmv .gw-nwjybo {
  position: relative;
  flex: 1 1;
}

.gw-0xocmv .gw-nwjybo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gw-0xocmv .gw-vr4oe0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .gw-0xocmv .gw-9m55np {
    order: 1;
  }
  .gw-0xocmv .gw-cf2uwn {
    order: 3;
    flex: 1 1 100%;
  }
  .gw-0xocmv .gw-a9pf77 {
    width: 100%;
    min-width: unset;
  }
  .gw-0xocmv .gw-tm96jb {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .gw-hr1vxc > .gw-x0grgy {
    margin-bottom: 0;
  }
  .gw-hr1vxc > .gw-86zgfj,
  .gw-hr1vxc > p {
    margin-top: 0;
  }
}

.gw-6e868v img,
.gw-vqwaon img {
  width: auto;
  object-fit: contain;
}

.gw-6e868v {
  align-items: center;
}

.gw-6e868v img {
  max-height: 76px;
}

.gw-vqwaon img {
  max-height: 64px;
}

.gw-fjd2gb {
  overflow: auto;
}

.gw-gswqcn {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.gw-o3rt6q:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.gw-o3fd8h {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.gw-bus13m {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gw-o3fd8h .gw-01u8jn {
  margin-right: 20px;
  flex-shrink: 0;
}

.gw-o3fd8h img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.gw-yot181 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.gw-yot181 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gw-o3fd8h {
    padding: 15px 10px;
  }
  .gw-yot181 {
    padding: 15px 10px;
  }
  .gw-o3fd8h .gw-01u8jn {
    margin-right: 10px;
  }
}

.gw-leops3 {
  overflow-x: auto;
}

.gw-shnw64 {
  border-collapse: collapse;
  width: 100%;
}

.gw-leops3 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.gw-leops3 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.gw-leops3 td.gw-ouyh5t {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.gw-leops3 td.gw-ajj67m {
  border-right: none;
}

.gw-leops3 td.gw-ajj67m .gw-01u8jn {
  justify-content: flex-start;
}

.gw-leops3 td.gw-ajj67m .gw-01u8jn img {
  height: auto;
  width: 90px;
}

.gw-leops3 td.gw-tk6ozc,
.gw-leops3 td.gw-4r9ga8 {
  font-weight: 600;
  text-align: right;
}

.gw-leops3 td.gw-1tof03,
.gw-leops3 td.gw-tk6ozc {
  padding-bottom: 10px;
  border-bottom: none;
}

.gw-leops3 td.gw-tk6ozc,
.gw-leops3 td.gw-4r9ga8 {
  border-left: none;
}

.gw-leops3 td.gw-1tof03,
.gw-leops3 td.gw-ca19mp {
  border-right: none;
}

.gw-leops3 td.gw-ca19mp,
.gw-leops3 td.gw-4r9ga8 {
  border-top: none;
  padding-top: 10px;
}

.gw-1k3v2r {
  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;
}

.gw-1k3v2r .gw-e3cmc0 {
  min-width: unset;
  width: 100%;
}

.gw-1k3v2r .gw-e3cmc0.gw-53l05a {
  grid-column: 1/2;
  grid-row: 1/2;
}

.gw-1k3v2r .gw-e3cmc0.gw-85uofo {
  grid-column: 2/3;
  grid-row: 1/2;
}

.gw-1k3v2r .gw-87m8sj {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gw-1k3v2r {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .gw-1k3v2r .gw-e3cmc0.gw-53l05a {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gw-1k3v2r .gw-e3cmc0.gw-85uofo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gw-1k3v2r .gw-87m8sj {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.gw-q1apzk {
  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;
}

.gw-3rlln0 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.gw-gnyxnz p a img {
  margin: 0 auto;
  display: block;
}

.gw-gnyxnz table {
  margin-bottom: 17px;
}

/* contanct form */
.gw-199dcf {
  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;
}

.gw-199dcf label {
  font-size: 14px;
}

.gw-199dcf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gw-199dcf input,
.gw-199dcf textarea,
.gw-199dcf 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;
}
.gw-199dcf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gw-cc89ns ease;
}
.gw-199dcf button:hover {
  background-color: #691204;
}
.gw-697mp8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gw-79twiz ease-in;
}

.gw-697mp8 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;
}
.gw-wla076, .gw-8r0gg2, [class*="review-card"],
thead, thead th, table th, .gw-hnwtnp,
.gw-l4h2z2, [class*="collapsible-header"],
.gw-57znco, [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; }
