@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);
}

.west28-rwaocf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.west28-eg90xi {
  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.west28-mt0ayx,
ul.west28-mt0ayx {
  padding-left: 20px;
}

ul.west28-mt0ayx {
  list-style: disc;
}

ol.west28-mt0ayx {
  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;
  }
}

.west28-cqcimx > .west28-zkxsfg,
.west28-cqcimx > .west28-sfeigc,
.west28-cqcimx > blockquote,
.west28-cqcimx > h1,
.west28-cqcimx > h2,
.west28-cqcimx > h3,
.west28-cqcimx > h4,
.west28-cqcimx > h5,
.west28-cqcimx > h6,
.west28-cqcimx > ol,
.west28-cqcimx > p,
.west28-cqcimx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.west28-cqcimx > ol,
.west28-cqcimx > ul {
  padding-left: 50px;
}

.west28-cqcimx 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;
}

.west28-cqcimx:not(:last-child) {
  margin-bottom: 2rem;
}

.west28-cqcimx > :not(:first-child) {
  margin-top: 2rem;
}

.west28-cqcimx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.west28-cqcimx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .west28-cqcimx:first-child {
    margin-top: 20px;
  }
}

.west28-cqcimx > p:last-of-type {
  margin-bottom: 32px;
}

.west28-cqcimx > .west28-vy9fdm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.west28-osu9ux > .west28-vy9fdm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.west28-sfeigc {
  overflow: auto;
}

.west28-sfeigc::-webkit-scrollbar {
  height: 5px;
}

.west28-sfeigc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.west28-sfeigc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.west28-sfeigc table thead,
table thead {
  border-bottom: none;
}

.west28-sfeigc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.west28-sfeigc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.west28-sfeigc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.west28-sfeigc .west28-m844ok {
  table-layout: auto;
}

.west28-sfeigc .west28-m844ok th {
  word-break: normal;
}

.west28-sfeigc .west28-m844ok td {
  word-break: normal;
}

.west28-rwaocf .west28-rwaocf {
  padding-right: 0;
  padding-left: 0;
}

.west28-0h9hi3 {
  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;
}

.west28-zh0rxn {
  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;
}

.west28-ksr7d1 {
  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;
}

.west28-zkxsfg {
  margin-top: 24px;
}

.west28-zkxsfg.west28-b4ohie {
  text-align: left;
}

.west28-zkxsfg.west28-bbdbdg {
  text-align: right;
}

.west28-zkxsfg.west28-xpugjb {
  text-align: center;
}

.west28-lea08q {
  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.west28-j0v6js ease-in-out;
  cursor: pointer;
}

.west28-lea08q:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.west28-lea08q {
  min-width: 328px;
}

@media (max-width: 768px) {
  .west28-lea08q {
    min-width: unset;
  }
}

.west28-ky3qm0 {
  background-color: var(--fh-bg-color);
}

.west28-h4yox3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.west28-k95m4i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.west28-k95m4i img {
  max-height: 80px;
  object-fit: contain;
}

.west28-yh0usg {
  flex: 1 1;
}

.west28-6cm0cz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.west28-1iarmq {
  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;
}

.west28-1iarmq 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;
}

.west28-1iarmq.west28-gv3qnm span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.west28-1iarmq.west28-gv3qnm span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.west28-1iarmq.west28-gv3qnm span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.west28-yh0usg + .west28-6cm0cz {
  margin-left: 20px;
}

.west28-v4bc2m {
  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;
}

.west28-v4bc2m > svg {
  max-width: 24px;
  max-height: 24px;
}

.west28-v4bc2m + .west28-v4bc2m {
  margin-left: 5px;
}

.west28-qye4wv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.west28-qye4wv:hover {
  background-color: var(--button-bg-hover);
}

.west28-n19z5b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.west28-j0v6js ease-in-out;
  border: 1px solid var(--border-color);
}

.west28-n19z5b:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.west28-kfj2ny {
  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) {
  .west28-yh0usg {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .west28-kfj2ny {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .west28-yh0usg {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .west28-v4bc2m {
    min-width: unset;
    flex: 1 1;
  }
}

.west28-7jpiu2 {
  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;
}

.west28-7jpiu2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.west28-7jpiu2:hover .west28-kwy443 {
  opacity: 1;
  pointer-events: auto;
}

.west28-kjlgh4 {
  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.west28-z25137 ease-in-out;
  gap: 4px;
}

.west28-kjlgh4 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.west28-kjlgh4 .west28-0h9hi3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.west28-zf8rrz,
.west28-kjlgh4:hover {
  color: var(--button-bg-hover);
}

.west28-a59iav {
  position: relative;
}

.west28-a59iav .west28-kjlgh4 {
  margin-right: 0;
  padding-right: 4px;
}

.west28-sfpe0a svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.west28-a59iav.west28-gv3qnm .west28-sfpe0a svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.west28-a59iav.west28-gv3qnm .west28-kwy443 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.west28-a59iav.west28-gv3qnm .west28-kwy443::before {
  display: none;
}

.west28-sfpe0a svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.west28-kwy443 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.west28-mu58a1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.west28-kwy443::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.west28-kwy443:hover {
  color: var(--fh-bg-color);
}

.west28-tgda2t {
  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.west28-mu58a1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.west28-z25137 ease-in-out;
  -o-transition: 0.west28-z25137 ease-in-out;
  transition: 0.west28-z25137 ease-in-out;
}

.west28-tgda2t .west28-0h9hi3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.west28-lmsar9,
.west28-tgda2t:hover {
  color: var(--button-bg-hover);
}

.west28-z87fz0 {
  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%;
}

.west28-z87fz0.west28-lpiz1f {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.west28-z87fz0.west28-lpiz1f:after,
.west28-z87fz0.west28-lpiz1f:before {
  content: "";
  position: absolute;
  margin: auto;
}

.west28-z87fz0.west28-lpiz1f: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);
  }
}

.west28-z87fz0.west28-lpiz1f:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.west28-z87fz0.west28-lpiz1f > * {
  z-index: 1;
}

.west28-z87fz0 b,
.west28-z87fz0 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.west28-z87fz0 .west28-2cw73y {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.west28-z87fz0 .west28-bg2sin {
  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;
}

.west28-z87fz0 .west28-0h9hi3 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.west28-z87fz0 .west28-nu96wu {
  margin-top: 12px;
}

.west28-nu96wu {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.west28-ap4vns {
  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;
}

.west28-nu96wu .west28-qto27s {
  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.west28-j0v6js ease-in-out;
}

.west28-nu96wu .west28-qto27s:hover {
  background: rgba(255, 255, 255, 0.3);
}

.west28-rrze7g {
  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;
}

.west28-z87fz0.west28-hiq629 {
  gap: 12px;
  padding: 16px;
}

.west28-z87fz0.west28-hiq629 .west28-rrze7g {
  min-width: 240px;
}

.west28-z87fz0.west28-hiq629 .west28-rrze7g.west28-efvnoo {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .west28-z87fz0 .west28-2cw73y {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .west28-z87fz0 .west28-bg2sin {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .west28-z87fz0 .west28-0h9hi3 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .west28-z87fz0.west28-hiq629 .west28-0h9hi3 {
    max-width: 126px;
  }
  .west28-z87fz0 .west28-nu96wu {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .west28-z87fz0 .west28-ap4vns {
    max-width: unset;
  }
  .west28-rrze7g {
    min-width: unset;
    width: 100%;
  }
  .west28-z87fz0 .west28-rrze7g {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .west28-z87fz0.west28-hiq629 {
    grid-template-rows: auto 1fr auto;
  }
  .west28-z87fz0.west28-hiq629 .west28-rrze7g {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .west28-z87fz0 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .west28-z87fz0 .west28-2cw73y {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .west28-z87fz0 .west28-0h9hi3 {
    max-width: 78px;
  }
  .west28-z87fz0 .west28-nu96wu {
    margin-top: -12px;
  }
  .west28-z87fz0.west28-hiq629 {
    gap: 8px;
  }
  .west28-z87fz0.west28-hiq629 .west28-2cw73y {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .west28-z87fz0.west28-hiq629 .west28-bg2sin {
    grid-column: 1/3;
  }
  .west28-z87fz0.west28-hiq629 .west28-0h9hi3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .west28-z87fz0.west28-hiq629 .west28-0h9hi3 img {
    max-width: 114px;
  }
}

.west28-rrze7g.west28-k4mlva,
.west28-rrze7g.west28-g9fzqo,
.west28-rrze7g.west28-lkqso7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.west28-j0v6js ease-in-out;
}

.west28-rrze7g.west28-k4mlva,
.west28-rrze7g.west28-lkqso7 {
  padding: 10px;
}

.west28-rrze7g.west28-k4mlva:hover,
.west28-rrze7g.west28-g9fzqo:hover,
.west28-rrze7g.west28-lkqso7:hover {
  background: var(--button-bg-hover);
}

.west28-rrze7g.west28-k4mlva:hover svg path,
.west28-rrze7g.west28-lkqso7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.west28-rrze7g.west28-efvnoo {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.west28-j0v6js ease-in-out;
  background: var(--button-bg-color);
}

.west28-rrze7g.west28-efvnoo:hover {
  background-color: var(--button-bg-hover);
}

.west28-rrze7g.west28-g9fzqo: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);
  }
}

.west28-rrze7g.west28-g9fzqo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.west28-rrze7g.west28-efvnoo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.west28-91eoq3 {
  max-width: 650px;
}

.west28-k5aeud {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.west28-8tpyes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.west28-qj5y02 {
  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.west28-z25137 ease-in-out;
  cursor: pointer;
}

.west28-qj5y02:hover {
  opacity: 0.5;
}

.west28-qj5y02:focus {
  outline: 0;
}

.west28-qj5y02:focus .west28-16e22k,
.west28-qj5y02:hover .west28-16e22k {
  fill: red;
  fill-opacity: 1;
}

.west28-qj5y02:hover {
  cursor: pointer;
}

.west28-3p30o2 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.west28-91eoq3.west28-xpugjb {
  margin: 0 auto;
}

.west28-91eoq3.west28-bbdbdg {
  margin-left: auto;
}

.west28-i8hj0l {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.west28-mcwe96 {
  padding-bottom: 50px;
}

.west28-xvnw59 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.west28-5s9zzb {
  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;
}

.west28-mztyur {
  margin-top: 24px;
}

.west28-yoos5u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.west28-swk84s {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.west28-222svz {
  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;
}

.west28-e1kc67 {
  width: 468px;
}

.west28-222svz .west28-kwy443 {
  margin: 0.west28-ztc2pr 0;
}

.west28-3ru7xs {
  display: flex;
  min-width: 224px;
}

.west28-v0d7s6 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.west28-z25137 ease-in-out;
}

.west28-aew5ij,
.west28-v0d7s6:hover {
  color: var(--text-color);
}

.west28-dhc2ki {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.west28-r3bxhr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .west28-i8hj0l {
    padding: 16px;
  }
  .west28-dhc2ki {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .west28-r3bxhr {
    align-items: center;
  }
  .west28-e1kc67 {
    width: unset;
  }
  .west28-3ru7xs {
    min-width: unset;
  }
  .west28-222svz {
    max-height: unset;
  }
  .west28-xvnw59 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .west28-i8hj0l {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.west28-suwf1b {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.west28-suwf1b:not(:last-child) {
  margin-bottom: 16px;
}

.west28-xi3yy8 {
  outline: 0;
}

.west28-xi3yy8 .west28-8fo12m {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.west28-4vrpj1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .west28-4vrpj1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.west28-4vrpj1::-webkit-details-marker {
  display: none;
}

.west28-4vrpj1: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;
}

.west28-4vrpj1: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] .west28-4vrpj1:after {
  transform: unset;
}

.west28-8fo12m {
  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);
}

.west28-8fo12m 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.west28-z25137 ease-in-out;
  -o-transition: 0.west28-z25137 ease-in-out;
  transition: 0.west28-z25137 ease-in-out;
}

.west28-wa3j2h {
  padding: 16px 0 0 0;
}

.west28-wa3j2h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .west28-wa3j2h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .west28-4vrpj1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .west28-4vrpj1::after {
    margin-left: auto;
  }
  .west28-8fo12m {
    order: 3;
    flex: 1 1 100%;
  }
  .west28-4vrpj1 {
    font-size: 14px;
    line-height: 130%;
  }
  .west28-8fo12m svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.west28-yaj101 {
  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;
}

.west28-73njel {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.west28-yaj101.west28-gv3qnm .west28-73njel {
  margin-bottom: 12px;
}

.west28-73njel::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;
}

.west28-yaj101.west28-gv3qnm .west28-73njel::after {
  transform: unset;
}

.west28-3yajke {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.west28-ov2ih0 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.west28-z25137 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.west28-ov2ih0: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;
}

.west28-yaj101.west28-gv3qnm .west28-3yajke {
  max-height: 100%;
}

.west28-4cfv0g {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.west28-3fbn0a {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.west28-57zg0d {
  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;
}

.west28-4ql9s2 {
  margin-right: 4px;
}

.west28-dprlmq {
  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.west28-z25137 ease-in-out;
}

.west28-dprlmq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.west28-nw03o8,
.west28-dprlmq:hover {
  color: var(--text-color);
}

.west28-ro5hba {
  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;
}

.west28-ro5hba img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.west28-ro5hba .west28-ml7317 {
  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;
}

.west28-ro5hba .west28-569epp {
  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;
}

.west28-pji13k {
  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;
}

.west28-f0tzy4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.west28-x6uol8 .west28-rwaocf {
  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;
}

.west28-x6uol8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.west28-j3nnyv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.west28-29fv52 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.west28-cw1b96 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.west28-obtlle 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;
}

.west28-cw1b96:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.west28-u6a7gj {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.west28-hoqd0i {
  -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.west28-z25137 ease-in-out;
  transition: transform 0.west28-z25137 ease-in-out;
  -o-transition: transform 0.west28-z25137 ease-in-out;
  transition:
    transform 0.west28-z25137 ease-in-out,
    -webkit-transform 0.west28-z25137 ease-in-out;
  cursor: pointer;
}

.west28-hoqd0i svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.west28-hoqd0i: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;
}

.west28-0v63qz {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .west28-0v63qz {
    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);
}

.west28-a1b9ix {
  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;
}

.west28-f193lj {
  position: relative;
  width: 100%;
}

.west28-a1b9ix.west28-hhkkbq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.west28-a1b9ix.west28-xpugjb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.west28-a1b9ix.west28-bbdbdg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.west28-szvm8h {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.west28-707try {
  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.west28-z25137 ease-in-out;
  cursor: pointer;
}

.west28-707try:hover {
  opacity: 0.5;
}

.west28-a1b9ix.west28-2q1kkd .west28-707try {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.west28-a1b9ix.west28-2q1kkd .west28-szvm8h {
  cursor: pointer;
}

.west28-lgqnkq {
  fill: #0009;
}

.west28-kai30m {
  fill: #fff;
}

.west28-707try:hover .west28-lgqnkq {
  fill: red;
}

.west28-707try svg path {
  -webkit-transition: 0.west28-z25137 ease-in-out;
  -o-transition: 0.west28-z25137 ease-in-out;
  transition: 0.west28-z25137 ease-in-out;
}

.west28-q1tzlg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.west28-q1tzlg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.west28-q1tzlg.west28-wevrfd > :not(.get-image) {
  grid-column: 1/3;
}

.west28-vfstse:not(._h1-block) .west28-q1tzlg > .west28-vy9fdm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.west28-q1tzlg.west28-wevrfd .west28-iazp8m {
  grid-column: 2/3;
}

.west28-q1tzlg.west28-wevrfd > .west28-0h9hi3 {
  grid-column: 1/2;
}

.west28-q1tzlg.west28-wevrfd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.west28-q1tzlg > p:first-of-type {
  margin-top: 0;
}

.west28-q1tzlg .west28-0h9hi3 {
  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;
}

.west28-vfstse:not(._h1-block) .west28-vy9fdm ~ .west28-0h9hi3 {
  grid-row: 2/10;
}

.west28-vfstse.west28-tpk2qu .west28-vy9fdm ~ .west28-0h9hi3 {
  grid-row: 1/10;
}

.west28-vfstse.west28-tpk2qu > .west28-vy9fdm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.west28-vfstse.west28-tpk2qu .west28-0h9hi3 {
  grid-row: 1/10;
}

.west28-q1tzlg.west28-sszt4l .west28-0h9hi3 {
  align-items: flex-start;
}

.west28-q1tzlg.west28-xpugjb .west28-iazp8m {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.west28-q1tzlg.west28-xpugjb .west28-0h9hi3 {
  align-items: center;
}

.west28-q1tzlg.west28-hxd2tk .west28-0h9hi3 {
  align-items: flex-end;
}

.west28-iazp8m > :first-child {
  margin-top: 0;
}

.west28-iazp8m > :last-child {
  margin-bottom: 0;
}

* + .west28-ff03fp,
.west28-vfstse + .west28-vfstse {
  margin-top: 2rem;
}

.west28-38na3y td::before,
.west28-38na3y th::after {
  display: none !important;
}

.west28-38na3y #link-selector {
  color: #000;
}

.west28-38na3y .west28-htwc31 {
  color: #135e96;
}

.west28-38na3y .west28-s1zd20 *,
.west28-38na3y .west28-108gii p,
.west28-38na3y .west28-zdyhtr * {
  color: #000;
}

.west28-38na3y .west28-24u73v {
  background: 0 0 !important;
}

.west28-38na3y .west28-ot4grb {
  color: #000;
}

.west28-38na3y .west28-lvcwbz.west28-om7ypv {
  color: #fff;
}

.west28-38na3y .west28-k5ho7t {
  color: #000;
}

.west28-38na3y
  .west28-c5pybk
  .west28-fym8gs.west28-om7ypv.west28-dojr0z {
  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;
}

.west28-s66vn2,
body .west28-2uasvr {
  color: #000;
  background: var(--color-body) !important;
}

.west28-s66vn2 .west28-idtc9n .west28-0mk336,
body .west28-2uasvr .west28-idtc9n .west28-0mk336 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .west28-ov2ih0:focus,
  .west28-ov2ih0:hover {
    color: #f9cb16;
  }
  .west28-itg3g2:focus,
  .west28-itg3g2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .west28-mcn16t:focus img,
  .west28-mcn16t:focus svg,
  .west28-mcn16t:hover img,
  .west28-mcn16t:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .west28-ro5hba {
    display: none;
  }
}

@media (min-width: 1024px) {
  .west28-a59iav:hover .west28-sfpe0a svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .west28-sfpe0a {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .west28-k888e0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .west28-iamsuw {
    grid-template-columns: repeat(4, 1fr);
  }
  .west28-v8nxbi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .west28-0ugu7f .west28-ly3tdg {
    grid-template-columns: 1fr;
  }
  .west28-0ugu7f .west28-uzbtd0 {
    -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;
  }
  .west28-0ugu7f .west28-1k9zbj {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .west28-0ugu7f .west28-kx0xde {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .west28-0ugu7f .west28-vsaoy6 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .west28-0ugu7f .west28-1k9zbj:not(:first-child) {
    border: none;
  }
  .west28-0ugu7f .west28-1k9zbj:first-child .west28-kx0xde {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .west28-0ugu7f .west28-1k9zbj:last-child .west28-kx0xde {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .west28-h4yox3 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .west28-k95m4i {
    max-width: 100px;
  }
  .west28-yh0usg {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .west28-6cm0cz {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .west28-6cm0cz svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .west28-1iarmq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .west28-yh0usg + .west28-6cm0cz {
    margin-left: auto;
  }
  .west28-zuccj5 {
    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;
  }
  .west28-zuccj5.west28-gv3qnm {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .west28-kfj2ny {
    -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;
  }
  .west28-7jpiu2 {
    width: 100%;
  }
  .west28-7jpiu2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .west28-kjlgh4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .west28-kjlgh4 svg {
    margin-right: 4px;
  }
  .west28-a59iav {
    -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;
  }
  .west28-sfpe0a svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .west28-sfpe0a {
    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;
  }
  .west28-kwy443 {
    display: none;
    width: 100%;
  }
  .west28-a59iav.west28-gv3qnm .west28-kwy443 {
    padding: 0 0 0 48px;
  }
  .west28-tgda2t {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .west28-5s9zzb .west28-0h9hi3 {
    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;
  }
  .west28-2hexo2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .west28-2hexo2 + .west28-2hexo2 {
    margin-right: 0;
  }
  .west28-2hexo2 + .west28-0h9hi3 {
    margin: 0;
  }
  .west28-k888e0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .west28-iamsuw {
    grid-template-columns: repeat(3, 1fr);
  }
  .west28-58g4xb,
  .west28-521a9k {
    grid-template-columns: repeat(2, 1fr);
  }
  .west28-q1tzlg {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .west28-q1tzlg.west28-wevrfd .west28-iazp8m {
    grid-column: auto;
    grid-row: auto;
  }
  .west28-q1tzlg > .west28-vy9fdm {
    grid-column: 1/2;
  }
  .west28-q1tzlg.west28-wevrfd > :not(.get-image) {
    grid-column: 1/2;
  }
  .west28-q1tzlg .west28-0h9hi3,
  .west28-q1tzlg.west28-wevrfd > .west28-0h9hi3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .west28-q1tzlg.west28-wevrfd > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .west28-vfstse.west28-tpk2qu .west28-q1tzlg > .west28-0h9hi3 {
    grid-row: 1/2;
  }
  .west28-q1tzlg .west28-vy9fdm ~ .west28-0h9hi3,
  .west28-q1tzlg.west28-wevrfd .west28-vy9fdm ~ .west28-0h9hi3 {
    grid-row: 2/3;
  }
  .west28-vfstse.west28-tpk2qu .west28-vy9fdm ~ .west28-0h9hi3 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .west28-cqcimx:first-child .west28-av7fp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .west28-cqcimx:first-child .west28-av7fp2 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .west28-cqcimx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .west28-cqcimx {
    padding: 0;
  }
  .west28-zkxsfg {
    margin-top: 1rem;
  }
  .west28-xi3yy8 {
    border-radius: 5px;
  }
  .west28-ao6jsr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .west28-73njel::after {
    display: inline-block;
  }
  .west28-73njel {
    margin: 0;
    width: 100%;
  }
  .west28-3yajke {
    width: 100%;
  }
  .west28-3yajke.west28-g16qzd {
    -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%;
  }
  .west28-3yajke.west28-g16qzd .west28-xnhlfo {
    width: 100%;
  }
  .west28-3yajke.west28-g16qzd .west28-xnhlfo:not(:last-child) {
    margin-right: 0;
  }
  .west28-ov2ih0 {
    width: 100%;
    text-align: center;
  }
  .west28-yaj101.west28-gv3qnm .west28-3yajke {
    margin-top: 1rem;
  }
  .west28-k888e0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .west28-v8nxbi,
  .west28-iamsuw {
    grid-template-columns: repeat(2, 1fr);
  }
  .west28-58g4xb,
  .west28-521a9k,
  .west28-1c124d {
    grid-template-columns: 1fr;
  }
  .west28-l2zjq2 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .west28-q5w40q {
    min-width: 300px;
    max-width: 325px;
  }
  .west28-kx0xde {
    cursor: auto;
  }
  .west28-9u1st2 .west28-kx0xde {
    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;
  }
  .west28-0v63qz {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .west28-kwy443 {
    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) {
  .west28-0v63qz {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.west28-2hexo2 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .west28-6cm0cz {
    margin: 0 -0.2rem;
  }
  .west28-2hexo2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .west28-9okcgc {
    -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;
  }
  .west28-549nz9 {
    max-width: 100%;
  }
  .west28-k888e0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .west28-v8nxbi,
  .west28-iamsuw {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .west28-h4yox3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .west28-6cm0cz {
    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;
  }
  .west28-ky3qm0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .west28-v4bc2m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .west28-8wl432,
  .west28-ujbv9t {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .west28-lea08q {
    width: 100%;
  }
  .west28-k888e0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .west28-0v63qz {
    top: 127px !important;
  }
}

.west28-xrenqp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .west28-xrenqp {
  }
}

@media (max-width: 767px) {
  .west28-xrenqp {
    margin-bottom: 12px;
  }
}

.west28-xrenqp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.west28-5yxdsc {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.west28-5yxdsc > .west28-xgdc4d {
  flex: 1 1;
}

@media (max-width: 767px) {
  .west28-5yxdsc {
    flex-direction: column;
    gap: 12px;
  }
}

.west28-0j5v88 {
  display: flex;
}

.west28-0j5v88 .west28-6odgti {
  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;
}

.west28-0j5v88 .west28-w4nwvw {
  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;
}

.west28-0j5v88 .west28-5ddl1t {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.west28-0j5v88 .west28-921c2u {
  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));
  }
}

.west28-0j5v88 .west28-921c2u:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.west28-0j5v88 .west28-qe60uy {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.west28-cvp0kh {
  border: unset;
  background-color: unset;
}

.west28-cvp0kh tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.west28-cvp0kh .west28-ij3k98,
.west28-cvp0kh .west28-hl5xfz {
  flex: 0 1 330px;
}

.west28-cvp0kh .west28-cnh948 {
  flex: 1 1;
}

.west28-cvp0kh tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.west28-cvp0kh tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.west28-cvp0kh tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.west28-cvp0kh tr td p {
  color: #fff;
  margin: 0;
}

.west28-cvp0kh tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.west28-cvp0kh tr.west28-ij3k98 td p {
  padding: 16px 0;
}

.west28-cvp0kh tr.west28-ij3k98 td p:not(:last-child),
.west28-cvp0kh tr.west28-hl5xfz td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.west28-cvp0kh tr.west28-ij3k98 td p:first-child,
.west28-cvp0kh tr.west28-hl5xfz td p:first-child {
  padding-top: 0;
}

.west28-cvp0kh tr.west28-hl5xfz td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.west28-cvp0kh tr.west28-hl5xfz td p:last-child {
  padding-bottom: 0;
}

.west28-cvp0kh .west28-hl5xfz img {
  max-width: 32px;
}

.west28-cvp0kh .west28-cnh948 {
  min-width: 718px;
}

.west28-cvp0kh .west28-cnh948 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.west28-cvp0kh .west28-cnh948 td {
  display: flex;
}

.west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5,
.west28-cvp0kh .west28-cnh948 td:last-child .west28-vnifze,
.west28-cvp0kh .west28-cnh948 td:last-child .west28-0l03ix {
  flex: 1 1 50%;
}

.west28-cvp0kh .west28-cnh948 td:last-child .west28-eh22r0 {
  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;
}

.west28-cvp0kh .west28-cnh948 td:last-child .west28-iiqld4,
.west28-cvp0kh .west28-cnh948 td:last-child .west28-e09p2z {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5,
.west28-cvp0kh .west28-cnh948 td:last-child .west28-vnifze {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5 span,
.west28-cvp0kh .west28-cnh948 td:last-child .west28-vnifze span {
  font-weight: 800;
}

.west28-cvp0kh .west28-cnh948 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .west28-cvp0kh .west28-cnh948 td .west28-0l03ix:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .west28-cvp0kh tr.west28-ij3k98 td p:last-child {
    padding-bottom: 0;
  }
  .west28-cvp0kh .west28-hl5xfz > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .west28-cvp0kh .west28-hl5xfz > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .west28-cvp0kh tr.west28-ij3k98 td p:not(:last-child),
  .west28-cvp0kh tr.west28-hl5xfz td p:not(:last-child) {
    border-bottom: unset;
  }
  .west28-cvp0kh tr.west28-hl5xfz td p:last-child {
    padding-bottom: 12px;
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5,
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-vnifze,
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-0l03ix {
    flex: 1 1 50%;
    padding: 0;
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5,
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-vnifze {
    margin-top: 16px;
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-0l03ix {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-5iivm5 {
    border-right: 1px solid var(--border-color);
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-0l03ix:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .west28-cvp0kh .west28-cnh948 td:last-child .west28-0l03ix:last-child {
    padding-bottom: 0;
  }
}

.west28-0l03ix {
  display: flex;
  flex-direction: column;
}

.west28-cvp0kh .west28-cnh948 td .west28-0l03ix {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.west28-cvp0kh .west28-cnh948 td .west28-0l03ix:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.west28-cvp0kh .west28-cnh948 td .west28-0l03ix:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .west28-cvp0kh .west28-cnh948 td .west28-0l03ix:not(:first-child) {
    padding-left: 0;
  }
  .west28-cvp0kh .west28-cnh948 td .west28-0l03ix:not(:last-of-type) {
    border-right: unset;
  }
}

.west28-cvp0kh .west28-wyj0ez {
  flex: 0 1 485px;
}

.west28-cvp0kh .west28-u3ugnt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.west28-cvp0kh .west28-u3ugnt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.west28-cvp0kh .west28-u3ugnt li.west28-v6ypuf {
  padding: 6px 12px;
}

.west28-cvp0kh .west28-u3ugnt li a,
.west28-cvp0kh .west28-u3ugnt 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;
}

.west28-cvp0kh .west28-urf4b6,
.west28-cvp0kh .west28-z37vfh {
  flex: 1 1;
}

.west28-cvp0kh .west28-m82hsx,
.west28-cvp0kh .west28-5om8cv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.west28-cvp0kh .west28-m82hsx li,
.west28-cvp0kh .west28-5om8cv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.west28-cvp0kh .west28-z37vfh img {
  max-width: 32px;
}

.west28-cvp0kh .west28-urf4b6 img {
  max-width: 32px;
}

.west28-cvp0kh .west28-7m85en {
  min-width: 280px;
}

.west28-cvp0kh .west28-7m85en img {
  max-width: 146px;
}

.west28-cvp0kh .west28-7m85en td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .west28-cvp0kh .west28-ij3k98,
  .west28-cvp0kh .west28-hl5xfz {
    flex: 0 1 auto;
  }
  .west28-cvp0kh .west28-cnh948 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .west28-cvp0kh .west28-ij3k98,
  .west28-cvp0kh .west28-wyj0ez,
  .west28-cvp0kh .west28-hl5xfz,
  .west28-cvp0kh .west28-cnh948 {
    flex: 1 1 calc(50% - 20px);
  }
  .west28-cvp0kh .west28-urf4b6,
  .west28-cvp0kh .west28-7m85en,
  .west28-cvp0kh .west28-z37vfh {
    flex: 1 1 30%;
  }
  .west28-cvp0kh .west28-7m85en {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .west28-cvp0kh .west28-ij3k98,
  .west28-cvp0kh .west28-wyj0ez,
  .west28-cvp0kh .west28-urf4b6,
  .west28-cvp0kh .west28-hl5xfz,
  .west28-cvp0kh .west28-cnh948,
  .west28-cvp0kh .west28-7m85en,
  .west28-cvp0kh .west28-z37vfh {
    flex: 1 1 100%;
  }
}

.west28-mshx7e .west28-75hmws {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.west28-mshx7e .west28-x4igfc {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.west28-mshx7e .west28-2omst5 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.west28-mshx7e .west28-gfn8j8 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.west28-mshx7e .west28-gfn8j8 > :nth-child(3) {
  margin-top: 0;
}

.west28-mshx7e .west28-0h9hi3 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.west28-mshx7e .west28-dtelvj {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.west28-mshx7e .west28-zkxsfg {
  grid-column: 1/2;
}

.west28-mshx7e > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.west28-mshx7e .west28-x4igfc: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;
}

.west28-mshx7e .west28-x4igfc:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.west28-mshx7e .west28-lea08q {
  min-width: 240px;
}

@media (max-width: 768px) {
  .west28-mshx7e .west28-x4igfc:not(:last-child):before {
    bottom: 8px;
  }
  .west28-mshx7e .west28-x4igfc:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .west28-mshx7e .west28-gfn8j8 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .west28-mshx7e .west28-0h9hi3 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .west28-mshx7e .west28-0h9hi3 img {
    width: 100%;
    height: auto;
  }
  .west28-mshx7e .west28-lea08q {
    width: 100%;
    min-width: unset;
  }
}

.west28-ctt13g .west28-x59kzu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.west28-ctt13g .west28-k612wp {
  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;
}

.west28-ctt13g .west28-0h9hi3 {
  height: 100%;
}

.west28-ctt13g .west28-0h9hi3 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.west28-ctt13g .west28-3l5eoh {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.west28-ctt13g .west28-8jaz4n {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.west28-ctt13g .west28-p6z71b {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .west28-ctt13g .west28-k612wp {
    flex: 1 1 100%;
  }
  .west28-ctt13g .west28-rrze7g {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .west28-ctt13g .west28-k612wp {
    flex-direction: column;
  }
  .west28-ctt13g .west28-0h9hi3 {
    width: 100%;
    height: auto;
  }
  .west28-ctt13g .west28-0h9hi3 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .west28-ctt13g .west28-3l5eoh {
    padding: 0 16px 16px 16px;
  }
  .west28-ctt13g .west28-rrze7g {
    min-width: unset;
    width: 100%;
  }
}

.west28-l3lv2j .west28-kam1aq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.west28-l3lv2j .west28-kqivj5 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.west28-l3lv2j 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;
}

.west28-l3lv2j .west28-mh0tw7 {
  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;
}

.west28-l3lv2j .west28-kqivj5:hover .west28-mh0tw7 {
  display: flex;
}

.west28-l3lv2j .west28-som35m {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.west28-l3lv2j .west28-uhh2bh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.west28-uk0yaq {
  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;
}

.west28-uk0yaq.west28-kxqnha {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.west28-j0v6js ease-in-out;
}

.west28-uk0yaq.west28-kxqnha:hover {
  color: #f9cb16;
  background-color: transparent;
}

.west28-l3lv2j .west28-gdwr4r {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.west28-j0v6js ease-in-out;
}

.west28-l3lv2j .west28-gdwr4r:hover {
  color: #196948;
  background-color: #f9cb16;
}

.west28-l3lv2j .west28-gdwr4r:after,
.west28-uk0yaq.west28-kxqnha:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.west28-uk0yaq.west28-kxqnha:after {
  background-image: url(../images/Cash.svg);
}

.west28-l3lv2j .west28-gdwr4r:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .west28-l3lv2j .west28-kam1aq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .west28-l3lv2j .west28-kam1aq {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .west28-l3lv2j .west28-kam1aq {
    grid-template-columns: 1fr;
  }
  .west28-l3lv2j .west28-kqivj5 {
    height: auto;
  }
  .west28-l3lv2j .west28-kqivj5 .west28-mh0tw7 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .west28-l3lv2j .west28-som35m,
  .west28-l3lv2j .west28-uhh2bh {
    text-align: left;
  }
  .west28-l3lv2j .west28-uhh2bh {
    margin-bottom: 8px;
  }
  .west28-l3lv2j img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.west28-0j2gnf {
  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;
}

.west28-0j2gnf.west28-2q1kkd {
  display: block;
}

.west28-0j2gnf .west28-bliebe {
  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;
}

.west28-0j2gnf .west28-zwcoek {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.west28-0j2gnf .west28-8i4qsm {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.west28-0j2gnf .west28-ktw1ei {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.west28-0j2gnf .west28-uk0yaq {
  min-width: 296px;
  margin-bottom: 0;
}

.west28-0j2gnf .west28-z903sv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.west28-0j2gnf .west28-wu4ugq {
  position: relative;
  flex: 1 1;
}

.west28-0j2gnf .west28-wu4ugq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .west28-0j2gnf .west28-zwcoek {
    flex-wrap: wrap;
    gap: 8px;
  }
  .west28-0j2gnf .west28-8i4qsm {
    order: 1;
  }
  .west28-0j2gnf .west28-ktw1ei {
    order: 3;
    flex: 1 1 100%;
  }
  .west28-0j2gnf .west28-uk0yaq {
    width: 100%;
    min-width: unset;
  }
  .west28-0j2gnf .west28-z903sv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .west28-q1tzlg > .west28-vy9fdm {
    margin-bottom: 0;
  }
  .west28-q1tzlg > .west28-zkxsfg,
  .west28-q1tzlg > p {
    margin-top: 0;
  }
}

.west28-mfs1jy img,
.west28-2hexo2 img {
  width: auto;
  object-fit: contain;
}

.west28-mfs1jy {
  align-items: center;
}

.west28-mfs1jy img {
  max-height: 76px;
}

.west28-2hexo2 img {
  max-height: 64px;
}

.west28-29b8gi {
  overflow: auto;
}

.west28-y9hnfo {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.west28-w4wxp8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.west28-iesmcc {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.west28-pxnt4s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.west28-iesmcc .west28-0h9hi3 {
  margin-right: 20px;
  flex-shrink: 0;
}

.west28-iesmcc img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.west28-tegw6f {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.west28-tegw6f > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .west28-iesmcc {
    padding: 15px 10px;
  }
  .west28-tegw6f {
    padding: 15px 10px;
  }
  .west28-iesmcc .west28-0h9hi3 {
    margin-right: 10px;
  }
}

.west28-ncue1q {
  overflow-x: auto;
}

.west28-j8qgzo {
  border-collapse: collapse;
  width: 100%;
}

.west28-ncue1q th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.west28-ncue1q td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.west28-ncue1q td.west28-r6mf9n {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.west28-ncue1q td.west28-q1fgus {
  border-right: none;
}

.west28-ncue1q td.west28-q1fgus .west28-0h9hi3 {
  justify-content: flex-start;
}

.west28-ncue1q td.west28-q1fgus .west28-0h9hi3 img {
  height: auto;
  width: 90px;
}

.west28-ncue1q td.west28-99yq0d,
.west28-ncue1q td.west28-3zqlhh {
  font-weight: 600;
  text-align: right;
}

.west28-ncue1q td.west28-d55pmo,
.west28-ncue1q td.west28-99yq0d {
  padding-bottom: 10px;
  border-bottom: none;
}

.west28-ncue1q td.west28-99yq0d,
.west28-ncue1q td.west28-3zqlhh {
  border-left: none;
}

.west28-ncue1q td.west28-d55pmo,
.west28-ncue1q td.west28-vhpub7 {
  border-right: none;
}

.west28-ncue1q td.west28-vhpub7,
.west28-ncue1q td.west28-3zqlhh {
  border-top: none;
  padding-top: 10px;
}

.west28-kgs2zj {
  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;
}

.west28-kgs2zj .west28-rrze7g {
  min-width: unset;
  width: 100%;
}

.west28-kgs2zj .west28-rrze7g.west28-k4mlva {
  grid-column: 1/2;
  grid-row: 1/2;
}

.west28-kgs2zj .west28-rrze7g.west28-lkqso7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.west28-kgs2zj .west28-ysct5c {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .west28-kgs2zj {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .west28-kgs2zj .west28-rrze7g.west28-k4mlva {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .west28-kgs2zj .west28-rrze7g.west28-lkqso7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .west28-kgs2zj .west28-ysct5c {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.west28-evurxz {
  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;
}

.west28-jglwxu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.west28-osu9ux p a img {
  margin: 0 auto;
  display: block;
}

.west28-osu9ux table {
  margin-bottom: 17px;
}

/* contanct form */
.west28-21qscn {
  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;
}

.west28-21qscn label {
  font-size: 14px;
}

.west28-21qscn h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.west28-21qscn input,
.west28-21qscn textarea,
.west28-21qscn 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;
}
.west28-21qscn button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.west28-j0v6js ease;
}
.west28-21qscn button:hover {
  background-color: #691204;
}
.west28-g766t3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.west28-ao90ay ease-in;
}

.west28-g766t3 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;
}
.west28-3nsj6a, .west28-teki8p, [class*="review-card"],
thead, thead th, table th, .west28-13hfob,
.west28-78ygtt, [class*="collapsible-header"],
.west28-s9bl1n, [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; }
